{"_id":"@azure/identity-vscode","_rev":"427-ccc696f99fa07419410834d76febba1f","name":"@azure/identity-vscode","dist-tags":{"beta":"2.0.0-beta.1","dev":"2.1.0-alpha.20260310.1","latest":"2.2.2"},"versions":{"1.0.0-alpha.20210622.4":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210622.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210622.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cb7f40d8f8e3a575d8e2bf3eba97e884162c25d2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210622.4.tgz","fileCount":31,"integrity":"sha512-q/4vh3s7z9DKa/nD2f5Gy8f7waIH7ptNBlm7GiyRdb3KuMCmPFgbM9LZejqKc6tDEKj9BlAWrwK9lgJ2uC+1fw==","signatures":[{"sig":"MEYCIQCSn5NwM7zqoATLhGB+Dgw1BFEjPUhseBeDgN0P/FH7TgIhAP2seJ9ileJWHTG1la4WDkfwCAxn7bb/zigMApPq3Cuz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0ntxCRA9TVsSAnZWagAAfNwP/RXug2tieVDuXMeO9d9f\n3aYVp+/uMQO/nPndcJt7qZrOQnigliKw5co7NYot5Wnr4hmUquwWXzDpSq+N\nkYi5QaUaCn/AWxWvecMnJQV9t/VvvdX6NdoR5Xcc2krMIGuA0yOwkTCrmpcn\nqMJpMYmZbmc54VEsP+Xqn+Lx2xIMGxHN5zhnGIZvIUcXzCdZ4m/8c48xcJzl\nukoVQtu/4YqH2prLOLv1dmD2Kug0qEsrw8ynVygoe0hA/wGIaMlFt9JzsDUk\n/CatejKrGZuWpEN+bYsZnKb89VEHB5VxqyepebV+xuhHL/5tG2Tna6J8Hpi7\n2owKcVO25zKMrpbw7OI0FGtRS37iMGYBzmVYLrFUIRwAa9BftR+JU3zpvkpg\nxid46wNFmKYqAO6THfWEbC71Yy/JlHUC0fRYeq13CDaljWfBnxxg2SYRnGH5\nkMidstdpOqPFASC5Qg8Na2+o5x9p80ia9/Q+XEp8rL8+tqqxJbXNqIGgVsnx\nfviwNH1+QF77kNynLAnZIQ4WQjikxEVFM68+hAChIaRe+SzeA9hJE9FugMKx\nFh9Ki/5MVNOmpoZ0E4ZqunZNce5fuCAEaxkkNwOQzezNZ/vgC8MLmbAF9zJY\nFLRhcc9g/IcbNp0en7t3YlwdpnRHJ6PHHnLn+YL8TKx6lYv8kZsvksPLdHKF\ncWMK\r\n=vGwo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210622.4.tgz","types":"./types/identity-vscode.d.ts","engine":{"node":">=12.0.0"},"module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210622.4_1624406896509_0.37810491141566027","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210624.3":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210624.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210624.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f1a0caada3878f465c6e3117b860cb39b47c2718","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210624.3.tgz","fileCount":31,"integrity":"sha512-PCqxEiJejpaIIAaKun2ah45jgSMSeqKPmjc786UsI9EcuPmEfCAC3ZDBBCeUmm8gNg23RSMJqbRUl6NLBUUPOA==","signatures":[{"sig":"MEQCIEGKSGp4wuQhWFEIwrN2ryloZcWNFVfzkNe/YHtu6FY6AiBVt5BNr35Xx+Kd/EusYbWc02uRq+adg27M1PGUMCi42A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1R7LCRA9TVsSAnZWagAAckEP/15YE/dyM7qpKlTLuFSi\nJg6VuSGtX0laDo1atVrYPI56vkb0XlpCI5/S3YkxxC/iKBGTesxx8kjSeAq/\nzA3P7P7UkGAhX6ssLo54Z49g0PT+89iffZ27CRfga9VGmK3urOKl0CarCHaz\nK14qyS70ooD1KeBFNN+8TuVC+1qR9C1ZhgOx8eJJY3k4Yiph5NFDBf7H0fFx\nVsHV8rvrf9J78NmTmjGPZBxG0+8EtLpD/WrRZ9p4q0V2+hHUtxuX3xhej77P\ndSSiz6x61gpFir4ZqESNYhRFy+8cBFsH6FxGMrboZ5XdvAiz3BRRSJujEL3F\ng8jN65qIVR/mdoaYlvvOPHz3U/ThPgKZONGB66+0MQAaLCx/SLqFF1vap0is\nj3ydh9qefi19cy4tVbriDFCv864bKmoxcK/VmQJEGbDDVgce9ihPpxWDIrpX\nZujhvldNElcG4yugjYJLZXdlMjf7Rek91/9exbH+nXBrmvgU8xa7x2sebZ0E\n75yM4d6AlsinPBSNZPXG6thLFbXH2P2Ygj0lZoxVfW/e1l+fvDftxwJkYS2m\n9zX7DBVGnJ3BuK3xKc8z9IMP9HLlAUqPl5Fyothnu6OFJlOxC4N6VddloT3O\n0c70SaD862uoNVHmjcf3YOAX/O7tGQmy/ZJKByj1ORjr3wte4OwHojOwj/+b\nnWzd\r\n=402l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210624.3.tgz","types":"./types/identity-vscode.d.ts","engine":{"node":">=12.0.0"},"module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210624.3_1624579787268_0.7244516978960487","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210628.3":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210628.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210628.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f2916fce8337d07f86e7d0f2123be528bebe7c20","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210628.3.tgz","fileCount":31,"integrity":"sha512-GsnOvrYvGAkSYbdUoHO94XXgx1lnlpIpit/5+FL7Z8ALO+JaLVl90oP3eImtKl/3ZUfjGf8efAzPPTFghk9Zvg==","signatures":[{"sig":"MEUCIQCXQr2gGtU5eAANfGmCyq8vCQn07pou9SWHc18sdgenuAIgK9nK2a7khUmWcIuOLvBx+nUrgzrIkH4rHTOrD9My3A4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2mYfCRA9TVsSAnZWagAAS98QAIAAtAIxIEDfBDgs0cyt\njrnWp+3i8uxqoJO1rUyVPZyRjclKHPrv/TOQQpWVa/+6L5QKhl2L9xx2q13m\naab0btearsgtmKpr/FszSdPUzIPImNfp5hiwwnVQhqNFizbB9+4TUnIWKfHk\nX3rmjCVDOf6L3YV/ha52osd+Md7zR8F4tAIB0umMG0o8+rZXzB3z1h6uGANX\no5PD/wulxlsIhXWj1F4zDVk5ZpJqG+H2XXvx7aBqojOdC/ou1ZdQsm7ZAgYS\nLMgTishsKQyO4QjGho1tuVUHbfrlr++BbwOfRMv+TbGhYJjxgT9DEWB9Mbhh\nP1fAL0nv8/bfxHyYb5ngP24PbtyQO1r47SQmqoB4IKreXanZbOC/gasJbMTr\n6pAao4kizvjcjTGRLVbWLc3tGmWAD5jQ4KwdLOCfTCJ6XIg3zmywLEskrtsS\nCyJzO1I+3gzpi06uCmSRTLOz7fVGAcDKY0IkZk8bTwdyLWXdshGPThQmnzfF\nnkaJa3LL60fQ1V10lrRkIrG41vTXCCv9xRMYXNXxJiBsJ+mtM9tmY1TGs3Ir\nFdmv9ZcL9LefU+wcRh+54gkhsPdSR3mOsW8FydndNghf9FzG/ONA3dhZB+p7\nCnSJhXu3jXQUpJsb6D3sPpF7rQoIOhhM3XmnSs2NikQyta47RgcKa6xzue3R\nJn3a\r\n=2O8h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210628.3.tgz","types":"./types/identity-vscode.d.ts","engine":{"node":">=12.0.0"},"module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210628.3_1624925727090_0.6991148508539706","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210630.3":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210630.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210630.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c02ddc58f16c8fc2f6dce84d3d671b285c41b6fa","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210630.3.tgz","fileCount":31,"integrity":"sha512-clcoiiNuWxnxRlrGjx7w9futJBFkdAkDoxbToTZrxzRepgMsEckE+8/Qj0C6tZCXvGnLhLPVUg04JgWPXRxgXw==","signatures":[{"sig":"MEUCIQD2PR89vi32Fb6iBuDbvYE9rQWWsR+mYHW6qmNYuPm5TQIgVivlN0Iq8RZQdrXxrhxmvyjqSJGhihRECL2Bl4ckr44=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3QeuCRA9TVsSAnZWagAAtq0QAJXR+pZRTgaa7dNuM9V+\nsQeChmQaiRGa+QMKEUVaho3OuNxjcVFZXclb+I1OBk0jxDbpyj81S0eFOr6E\ni3Z1DLSpLwgkkdEcFeEsNeIiXf706Ua5OzRLqqa7o7nSR/lsU4pFZC3LYelT\n1UG+8x7hmSl4GO42AW8ovWqZkGkRfPx/HExWNbwYaj8ob5jeeJQsJIKjuYeJ\nb+wzAcFHSVdwiZZgsaCoa8mPtPYODrTNcUj0aGj3nlydSha1YfGEAYYrMvsc\nZ+3l4Detr2CKJhjKTaruzFuSNs6znOEKKPxqGyK8n+NxGpAmsPDzMUw7yk21\nZuLFJO4yEmNYE8p52O3qS2+GBtninuyjhFCKVeFUABppqFcsHoUtPYyB8pph\nmFQqruApiV1Ks6zoh/BzI2TPlukUCsN+RNxDYKCSwaR3yBUQHtqjY6j+wujo\nbibl+yPJ8dJyeKDrKOojxHQPdUrfVbfW0duFxuVeWCaSg7tWGK5Xn+kwb7EG\ns2EM4EWMeerst9rhvnhpU+AP5Gq0B+2cuwVDB5Ytg5XXQSjfTP/RiO3cC5JI\nfq4lSl0UeBzUrBhnyJ44HrSXyuRilm6QbzWuzOap/oh2ABAH0HemzaeVUmo5\nsJHlM34YxdSyzMxjo1tpBTkOzgBkLakF5zpHtCGuLBMO69BqyGjxofA+y8QX\np+c9\r\n=OUzh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210630.3.tgz","types":"./types/identity-vscode.d.ts","engine":{"node":">=12.0.0"},"module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210630.3_1625098156877_0.42750735735582523","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@azure/identity-vscode","version":"1.0.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-beta.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a0d5f5fa6c6836f198351cc33a12273b1ae085e9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-beta.1.tgz","fileCount":31,"integrity":"sha512-K30JxYdRFI1stSl1X0yUjF1IN26Tp0YYCV2wHHC2mDUO2pvcyikwE5NU0E+nABFaJaeiydZBlGMPGW1WOaUFFA==","signatures":[{"sig":"MEUCIQDZiZR/VQ0v8Y5aZMopthy6/8oiFbzGUPFDperIxFrR6wIgJUycECMF16CEnEHHUMcxBwNvN027Q0hECR/aYkvzIA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5gEmCRA9TVsSAnZWagAARMEP/RP4NcaSXH/1vR9F4B3T\n0gJ2EO+/KCf8dDBza3Qu8h4XO5bUEx7tU3rQlqK34u0LnZLvcsvYCsrUQJeF\n4mu/XfEv5PE+70VtH1ef5mBGK+8GL++T8jCqzpD+F9yFIUD1jmeIfsAoziG6\nS0rXyvdUldxEbH6dsTqlmJF233znPBVLRlS+WxUX5j6Ka5vH3ydIkomz8Vdi\nehRQKPdOP8TVNjXJCIEMTwZ8h3cME5CxrOwTIL75kJT4o8a6M1ULKXhLxz+O\ndosbWu09KySmV6iHc5E7NVxGV0WmKCXbXH5x2V2psDzGTN9/mXjhcLLhQ6zO\nBeKEFhnxFqvuc5YCe7i6VDl1e5e/5/aJoIl7ivoQWEY0stYVOmz3suLxiw3a\nhMddCUZtQaLunzCqj5W0SuAxUyGUCpYvQWPjJwojfe19G5AS/GMOYp2mHk3/\nspqJsSfz2I//9kYBL7Vr1/WoZCBhH8qo29bp+/qAdfvnzjgzDDkDyPDvOIZ+\nnBZxCPKT5Yd9FyciR3cNcfa7Z7Ltf1ZEhOovdqLJ57zt+iFXSnIPVeA8xw2a\n3HiSpdISeG8COq0hg+TnxchgGrQwFUYBXsuNxwrdZM2u/Qnkh7jatZGNiulp\n5FAf9KvayvI4x0OU/uS0RI73im3xsIBqooxARzLMZEc158WeYH/7CS9TtPJG\n7xJM\r\n=EICs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-beta.1.tgz","types":"./types/identity-vscode.d.ts","engine":{"node":">=12.0.0"},"module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-beta.4"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-beta.1_1625686309402_0.1598673002833586","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210707.3":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210707.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210707.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f6226ffe251a74e5c6778b7868a2ced05dbf93a2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210707.3.tgz","fileCount":31,"integrity":"sha512-bT/yQY827hJ4BANDJc95gbjqlsZcUME5n+j29XftDV6cIQgdHfV5SkeAU/Rz+OBNYXmHLd0NYEsKXwzlMLZG6w==","signatures":[{"sig":"MEUCIQDb+hWY+22iWFDbkBadhOjgSLq7B0HdNixz9DFGWjh0kAIgYe2fUpUepsgO4WmWa0A+ZZEggTS0WVUuA/cvQ3xIZ10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5kM7CRA9TVsSAnZWagAAX6gQAJjqA7yzzzn/CQMPA2rG\nzx6KjOOd1upCUOSs/VTzeE9ZFpgFt0AfMgyXo2BHfNpA82MXKmCvKcPnjq9O\niU3YUx2gsXfZrHsyG9v0/366CEmvPU4m0je9JSV6vtsXRjjFSajEvKenlGqS\nTraqfwDxePgHJdstD5nzW6UvuhBJbznevZBTra7w17VZeTEwVxHMq2rInNjE\nN1eJxss+HjIjEv8hrF1fIhNmpGuMXrcJkIAGH8tPWU8L0btupZKdo68l4BZQ\nV9jBJTP0eeQm6YJbj86WuLXRgr/6k/ZI7pjf8D7KNg04UbtASSq/HzLuceHI\nW0BBYBZB8bVpHr/1HMIFsy3s1UUsUhyzawVyBb2Jq0I7bYGziI+rlDVP+mqW\nOjFcoHf3TZq2QuhnTVSj7ZtE4OUGVVqwxOR3QP8DCqtkqeNV6HVVrDav+4YV\n6A9jHYPjvudMkppgAU0zxg/5KGOPwSwxabOaWhpRQxfUYJrEYIMC3aFF0GLQ\nvr16ypR8RWWcVhg02omW4DE0EKD2fwC9eLwgAPmT4306uMZPUKKM6iXD3eJ2\nR2Rw9fuJFl7zq6UNEvEwQUAnIKlvRns7viN9Siwi9oO3UfWtcoPo3LnWL3Hi\n/xWjZvfhXv03pfUv1E/zPb55RR0Y+9BcR/G/XnFjuD9pn1Yt78f2XQjXPpgy\nEYPa\r\n=pDYM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210707.3.tgz","types":"./types/identity-vscode.d.ts","engine":{"node":">=12.0.0"},"module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210707.3_1625703227159_0.411058671341586","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210709.10":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210709.10","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210709.10","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8f55e4fb6f3ab4b6d0d24285e6dd7374dd5de912","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210709.10.tgz","fileCount":31,"integrity":"sha512-kSBDJh75UAYumkDAJwGicihzqn+UEBCu0o5jXhXojytdf4mU0o/lFz7YSO4z4dJJD2M9T3UE6AjCqvsCGCBWHQ==","signatures":[{"sig":"MEUCIG5/u4Fg90i2p6bUmLZd1PWdbIHfZt3rc71LMrosg5sqAiEA7OnvdPBjZ6xBXQqfIt+xDza0vjEuw34Pr6WaakkHnFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6OUPCRA9TVsSAnZWagAAV7wP/i22WGbZCPALqNRdFOM8\nwK95ukHyJ0Z3pHHo1K4VtzNO7OfllQWMQqDzjGKXF7NfoZzc5sUP6uNqiGQB\nWiBUsoUuEYJFlQWKmgodBSubN4vJKXca1wDSayWxFT/IEotzPXruIz2HaboT\nkBH69/HI9ZZRgoUehH9aLNxRl0jeZzPz4aqC4FTcLuoJwfAfFQ+kBvao1urk\npjlmH0Tub4e6Lf3rR718CAcQxH/fvRwxGNrVCA5HS8rIg3EgD+lqAkVDRkPp\nTe3QZlknI7GrBKnN2lk9Vq+WBux3l+RlQnmWj8C0NmickqFg032FXWL+Ihn2\n4XZH9G2bWgDTrqr1tVdIfYfNtaBSTvPdbmvWoOKcaWCBeYm1yyo4nefmAbws\nWNPCOWkCexZySwcgmceVPi3g7A/C2+ow8BJxD2yEoOYqGIplgXUzmNK9tFSw\nguXOtRXDw6+4MpDhWWA6G367IxirJTFpIplTuU4/a5M6y2CVwNin1rwLXCfh\nt493bBPC933AFquMg5W6ppjMmAGP/P/kv2c4tApREKvKkaSN/KC4K3qUuDKQ\n7Z35X/RYQjwr/bRKufohAX9z31O6y3svb46A9bZRwKm90p5M71x8kQYT92p0\n5vUXy05tscfFz0dEYTUhJZ6SUPKF2hdm8NfhSxFzSBM+Eir3MW6r6IgxpNlO\ntCQo\r\n=UrHa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210709.10.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210709.10_1625875727323_0.2561444829530499","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210806.4":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210806.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210806.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"08d1616fb5278ddd539c81bf98814023eb262820","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210806.4.tgz","fileCount":31,"integrity":"sha512-l9+nizj4Zh7PMdxas1razSJzVpWRCIWQAw8zH+CD4qZ291e0qX15zGGH430lEwwVCNk/DHrNpLksV7iUKz4LrQ==","signatures":[{"sig":"MEUCIQDmRNVNPqITpiMIC3HuJhUBO3jTvfCxAtF/Fw/9mKFmXgIgOb1fOylIOshMgIxrsCo0qJVqUuXFQBSKApU9KtA3gOA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDc5nCRA9TVsSAnZWagAAh2QP/0RG4Ffxo7jzWH7DHtry\nu1Nnb0H/Xum9srNdKHUCqlMBz93w5/nNVWGM76UnQHpioAWey8wyugKz76Go\nf97Yhy/yADLMC/NHsyxnh6lCv4puvqRICQsWQCI7Lb0W6COfbCIW7zgmjP78\n1vT1hzUJt7MJnHFGm2qX1LbqP2aiswA0cBYhxwbOpRk05032KqZuhyCMgsHU\nEtq+NvJOTOWaKAcI7HidTCyoK0vRtJJd4rgTQhy+wY//LEoZOW5iEpb+4d4J\nySo+20T9lBTA7eZix0ZKx88i2smyYa+sZ4Q5VOdiSZH2GMtKtxq8zwghfraJ\nw+fLPd1mhzr7kE+aHeKa1jNBOd0NEzkFYanZD6PTcn+/YoCvbHVEPU14MNTL\n8jObuixSXXlqT+BdleCc73CYVkHJY+Sq2TgvoTitPs5aaM0jJYLDJcafK/y6\nGTQPKVPwyr/fM1X2GCPK9NH5R1bybv3IsHYCrCJyZeSuRby1s7SAkiqVBuJo\nf2cWC93Gl3Ymy0NlK3c0MXmXVhR3QvvU9NUeORH+2fuIXihy3OWpLp+/jsQk\ndVyMWb45RQtmlXSZ8szw/anC2bJqaN4QBmdPjkbiXF/uXVq/2dW4qW7jEQJO\ns+2ii0KjAvj6cHrXHEbaUiFM3TI0TBrq2LCsWjccPVrIHukVLMafim5s9gFs\nmrGA\r\n=EJGL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210806.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210806.4_1628294759028_0.8524308366989539","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210812.5":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210812.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210812.5","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d4da1ac96a0de84774b60c2ff0fe30101892bda9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210812.5.tgz","fileCount":31,"integrity":"sha512-lMpImwZUIqc7ZG7iGCTgNuKCm04ooJaggUj4WTqdLmDS7d0wY7CbqWNcdDOu5oX5OFl/8RhCJVi+CI65kTfD7Q==","signatures":[{"sig":"MEUCIGnCKd9tS+njRNXSr5npfQecL3XhwSyJvzV7usfpd3/qAiEAq6E5GB2HybfD6oPCSQmGhiKkBQZGvZLAFYnwUwi4uLQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFbgHCRA9TVsSAnZWagAACDEP/RQa0ILtd+UiKMqXGlAx\npzxztGLIYNavbuKmwzNhqA0QnEYYjtR58jz1CkIWn7fvJjutmVisIttAYl2A\nC9GFOsNkz7vW8fg2aO7p5p3rJXNwTh4fXd2IRRh7diABDK/ABtyN8Q9ccp6Y\ndlvYKU/DjLafJEA++ZBBuyJ6M2thpQgRUbs9VIe/yWxSHeLYigh4v5yrwrvs\nzdKY8gYk0vS4fYw1bEM/Klfwlv8xmUqQi3F4Kt9FGBrXtSpNNWnIQKBzWhDl\n9Rz3ZV21n3SYIXFd/w2bULA8TnrWZdNpkcn9PO17zrEcrR9ez/w6C1fn7PyL\n0xpV3UkmaZ2ALt45US3Nsl8cwiWrExeFdKe+zrUTgUCZy3OEXuphM6Awwkmx\nFKOvZaP9beH5JT/QJkaN8Px5Co4ChoZkItd2bb+mynd5pL9bzJVuAslVixBw\nBeS+lo2jffNJpGy50HATw8RM0LnLjBBtAS2PMOeCi7+0qWV7H0dBp4Nb0cxY\n8k9o/lXD4yWTz7cUTitR2ZR7bWNReQvJv6o53tvBpGG4O2P3EvRF4zQAVC0y\nnoeX+qkkOmKKP1OEa1Qh/nfCOeVe72hKPfaQPr6ZkOT3+bBzz9tjEs5Ti2K1\nMu2+MDQVvNfEBMZtrFfLMnoNu+aRUKF7ldS/S0k1Qt9igdXAFtNpyhKND9Rz\njyMy\r\n=SpxB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210812.5.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0-alpha","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210812.5_1628813319397_0.9391770300912452","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210816.1":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210816.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210816.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cebdf0745c6e98424e45e54b6f0d2ef3d0bbe8f4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210816.1.tgz","fileCount":31,"integrity":"sha512-jOSUr3dVnn04wvORwgbUEWjnL+oYdINXvKnXbt5FeQbuQDZXroBa2p0myivKeoQYvDswMSCxPRU5hFy4X9y5mw==","signatures":[{"sig":"MEUCIBSwF7dPEZwRdmy82DIR6ClWqKEN2q4reN7o2yY/6NVMAiEA/73eNRrq+Gdj45Rkw8+3YpGLcJCclOdah1wveO3r1dI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGv+NCRA9TVsSAnZWagAADgMP/RmEdldgjCnFC7G7Uz6O\nkenG3C0QZSo1LQXSn7FII0inR5IYumx3ctt9ZN1gD1X9i4vx2U+aYkPK0lfT\nm8c49o2sR4kimLHlMy6yYWo7X3qZBjrWjPB1VDEFPqEVXlOKC82PLRQNrnsu\ngzsekpw5aPdEsR9dDQJRKH8fYp1wyHZDahtnFD/XmnlX0PXtiEk4YuR7evPV\n4VqTnGykEd3bDGWCjJvnDaHIUO9JaiC8KEBZAfokintWRDK2XoxsGIrRhE/s\nXDp9q9k4ShNraMBoQZ8QZU+xa3J7MDu1JSEA91XsVSXF10DQaCdIPRJv0sle\nX2hjnapSyVGYQawyLz5BPPzgmuw8xvTHU0xNJ9uXTJQmvFwl1joBw5BN9gSE\npT01og4qCFI+gQghvb4rOOCRJIcf6C9h1+hCoTHwBnnV10AEiCdPyo2M/1NV\nE5VwiTiJHNJWV9M9C2DOqtmzxebkfN5OZsFrihGgKswjca4FeXEYlLEkjM4l\nhUW1YNEGifQKGL1mT2TxCEmsNJMtECIfKIMSu6Kmq52CFexX5OCz+pEVHyxO\nHIB918rikMHupV1Ck8ExlItM/pVcnkZHNYrnuaDLEeHCht/I9ab1nNsuvji1\nDX92O7KdrRYTcMsVYhZEvdfKunMHSj5YkHOlfgqQnW2zcsKxNsfy1FgDlEMc\nbgHG\r\n=mfKT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210816.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210816.1_1629159309189_0.6711620795304365","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210819.1":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210819.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210819.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cd4413c49127e4ad153c5cf2c7287b214bff1b5a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210819.1.tgz","fileCount":31,"integrity":"sha512-PEEH5v2mjYZK1e0xZx+pQd2YAZFUgbsUvkSgNmhoozozBhxsl8A8L5V59aHJBJP5PBuq6dcrmBxcOvN8Dcq++w==","signatures":[{"sig":"MEUCICb5gC3PpiE8g6dEcS8CJELYjlinHP9fRfrbZNgICyVcAiEA8TlVuybCEGLeuA+OQYW2VYQkJBpkp1O1uldHrEMlonU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHvV/CRA9TVsSAnZWagAABXkP/jqiJGVpBSJXQG4nR5jc\nM4UkDObsk/qypZA1Axo1YjMx9aSMKYrtzb097MlbPpU+WRSSfv62KYFTxvdB\nZF7ZhBoC8bQ8o/RFNJWSS1wGs/E6xi5Z6/0g07rda+ZvZx+vc+duBqR4086f\nk5HaKdw+i4hdRGGCCp39v/VxB01bvlthty6iN8W+8a7taouLWkPjvV0LKbdH\n200Vob1jxydgXfbThED0seTjxYFafBmm33NRv5mWE+ZTaDfWcMXGz7l92MId\ncuIjrQXIT0FaLsYNJUFnXq+/4CIzi8IPoPqyS7hVa62xrRBxfkOSMEXWVglT\nwHZxa09+XUCkk1Vr6LBMXT25hWi8ZDRnxLuk6e+0HnFgPU7L7ONvXqQ9qzsa\n0hGm3opKsutXLJF8U+xlk+p4WUJQeDAdMg+wvmOke9Xx5i/QZRL3lW5/1ZAd\nZzg5bi3WDQ4aTmGBMeHInLImEoS+0zNblDKkLUG0+W9CYGhc6mkGMm9KzWpZ\nP7LTVkrHaE2564bBEvjSlSWflU6RHDwh2OAS6NIzmzYTcoUpJgNIybkGMbdt\nBw+opH7J+vuGhVvmse2JS8CdMfsU/csCJs+NCRc84mdy49StoXeU/xEIoz4s\nhj5iftwajWs4K/DDVBSp+YSwGPKEruzGz2bpQMIZGlhVqLzcbTPdgJKeW95b\nJVBt\r\n=9i15\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210819.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210819.1_1629418879830_0.6231120403554191","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210826.2":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210826.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210826.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"271e94281c96755e4d358f026d4e383f1c72cfb2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210826.2.tgz","fileCount":31,"integrity":"sha512-+UbwnyvuehdEihZaMXPQNCiKetPy8TmZpovdeLsTp8SFglTym7J0qLZLrHPC7XEEMGqxViMQzDciBSbylMFnpA==","signatures":[{"sig":"MEQCIHUbudT8v7X4NU5AipGEhzNmIZDYMClYnjPVA78e4lMIAiAlnE2Nne5InvFZIWUhKYfv+La/X6l2JkuLW3hoZ4DcuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKDCZCRA9TVsSAnZWagAAQsQP/1rDJrblrjy00eh4RhzU\n/kx0qyF/mE9EmyNe+igj4U3Wdgkz976PE3YO3ZVN5fc8/uj7sNgek2o2hOX9\nl5TrTbpMLhhnGlFkTIa1Ylye5WeqdKLUAVa8EGk3aK2fYWRtQfnsrjyS+/TR\nzb1pBkTb9qJa3f1FSbGUrUgxpKH5hOlBRgvGlQnFuPZyS9xAw+serTLE0ODw\nb/TiVx8uJsohAljYh6rz1AI216BImQXomdW4H9KWxf4KfHZqrHOFzWSRMZ7c\nPIXf7nwBcQUmeUGT88WDydrnERgzIZkfDdHR+jOZjRC2pC/EV+ltm2cz54Rd\nhfAsy7aaqKBRDM7wuP1eHE2yt0dH38T6EvItowXzoIsG6x03nYu3ERjH6eyw\nfsgluak3IMZU6zZMFVTnFIeCpAJddAe5sgGoaqksV2zT6kbsj5dRHXITCfGQ\nejhHUnPzmXYiWCvMR1DIK/Sx/Hx5CAYM08clo3179AkR6uZh7rynJNS9Hqip\n4DDXT4f6wfkuyTLJKE5CYe+SMVUg9oDLsqkhxL4ZsAYxfGoXzFCZwYP5jzC3\nSAhhGiF9Hb1tGvkyk57Im+MPvmUsY+UR+B1/LfTbjxKzIBCCfUteGr8cPBkH\noZ9I6laTQsCxsaFXrzQcWrwssFdLvuVKQjjhiRoqRiwvkKNEM5XvfyrhhL7U\nA3NZ\r\n=+8fz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210826.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210826.2_1630023833384_0.9897260975841495","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210827.2":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210827.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210827.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6b88cc692ac28da0f4ed1f1bf28f09854f6d90f1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210827.2.tgz","fileCount":31,"integrity":"sha512-cOjp/OzkICHVhuemgan0YHRaudm1c4rB9LzQmM53nt4Vs/FcpA12hI1sgyTk1pc1S8zcYSIk9FTwyvpQVOFbmw==","signatures":[{"sig":"MEQCIEB4JgoJVX4eFwu8Boiq0F5Biv9S7ROcj6Gfuhn46lIHAiBxQPXVaxCMKXywdQMDOm+5glYhp7KStLfaKLiLuT445w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKYFdCRA9TVsSAnZWagAAyfMQAIkD+B9JKrcH31GRfX7c\nB6741kXDeRgIUM19/Xqbnk3Wb4jDgw+7pN6l4vM6bq7zLuGk/X0HlWzW18Vr\neyM54gUahHaKW+WqkddmxoU63Uj+XdrBCDsQR0HsAXED1eknH/Tje65XEZ+V\nuKWm5+uKClA6vkheZyJxgLtL7VGwRHQzWZtuJI6u1JQ88c2/JGhGEAtTzw61\neF/nP+XvsvLLWyK08lr/qmXkJi5+YTO9gZsVJX97wgZi3Jk1UbjKcDAQCcAA\nVGg60jIUbWTbLe+i0VKI3FTK+ZONPR4xQOoaUddbdWTbwBEWOZU4cjRIBwse\nFWM+Ni3tEPUQRXLLEXXUUqPj6W379Hs1ALozOY6r7yYxIIgkB6YXwscjW4I9\nAnO2gJmIUER1Mda7XSBlW+RTcsA3McB6Hew9T3daVwtSlYdNO+4ds9tOuHQm\nZ4DRgbeR+rbNvxtE+hR1eFeGr3cHXUU7JE/xG8OkhR4aogtdSzmXLd1uV1+e\nNt14mY8OsE5KZX0l85CzfZkCn7E4M/xpSVYn6R9saGx/82UJFQITLoY4JsxN\nkw1atNdUMIeB5A/2ZMDvnPOnEwgMG0A16yUpjlWa+m63FAfNvK8I3YRvMbsD\n+9AHAtnT4NtwtC4M/ZuuwlqKEHQpPpVlP/r3XCqkYckeUnI5Xs8dFRLU+Zgn\n101p\r\n=gwc+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210827.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210827.2_1630110044966_0.5934748754011232","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210901.4":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210901.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210901.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b333bbdcbab53499bf51d10611032760c1297faf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210901.4.tgz","fileCount":31,"integrity":"sha512-oBijEXbZTTuhtrXi/+uAVB6ttsy/7vYQNpDsyC+0+RUKaQPkyDAnBeEt8LP9nVHB/u4f5GagEMr4ZJHAg/2ykg==","signatures":[{"sig":"MEUCIQCYxLg5fxoQppHn8kqtpjd07gzmugmk3Gmtmez2ozELgAIgRSB41DkwFquzs852rEqJ6Y96VgTd1tWke3kZZHAu7lw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMBZpCRA9TVsSAnZWagAACJEP/1BIhr5ZKa46X6kObAk+\nLtIQjnFmDa2wbRAL326HdOxvYHoGmnlVQqb4ChEB9NZenRUHjryd46HtjxPa\nTxmquAOkPMDApQfxGtGO+gu4c0EKZCiv/5UtZ1docAee079/al1mlhTRSb5r\nRR8jgjoRCxbeMACxA4kL8XRZTH2pfa63FRSHdnKUYyTYqK9qqzHH0IZHwprR\nCLZN7JgAgUnUx7fNqT8ZLflxD1zx6K2Jwlkokvdkf6ep75NU2cDLh+z0lPu6\nlLFZ9fotDEoHvq1VJOPdWU7RI69b5JrKYoibldeLVd79RHtNWXjsJNtkTP8w\n+N+zd39gN5b0ADAZ+NNQQZaGl07f1EV7x5G7NfTUmNxTDctYu62hOjtt3wKa\nl5Tp86KF6E2TikAt119+JYc7RBw+hUxS/ce7lxt2TL9K20/nx8OkMGnQKTAy\n3uSxzcOAcDMz7S0deaXkDInYGq8of1tr9f51nLDC8ZhQgI+RmI6n/Hr1PFrs\n5GzMmpabr8kVTFm03Wswaium+XIe83Cra8XchqUQDUHY1eR2ARMB1es4ht4A\nErfyp2SJAbiENAtvS6KrYEnNtHh7FIiUaShQ0IrAqdmuWwLbndX75XPE28sv\n5S8mLBqqeL3CMW3VuDsRJmA9eIGtEOG++hPDtsU5AQVC50/kIVEzfQbMsjp8\nGKiI\r\n=+vT8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210901.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210901.4_1630541417278_0.1146654671545615","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210908.2":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210908.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210908.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c055b5352586cbe7f27a8c4750e4e67554838499","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210908.2.tgz","fileCount":31,"integrity":"sha512-n4aSSYMSszudwb/qqnuVvF6LAqr2Dj/IpC5NGFIPJU9UyAKhMK3c3CsG/2cwg59+kSqGOeW53R5dL8NGTM8nkA==","signatures":[{"sig":"MEYCIQDJuNnNljOjy75IqR9iNNWs3nn5MvLo1uGSPvXTExU8wgIhANAO4yJxlPhXuhkOfuTrO3R1tINumRFAxoO9SITULEM9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOU/gCRA9TVsSAnZWagAAIgQQAIVvjBKDuwfDw5d3m1bj\nKt4HnfrEoCHp4MSBlAY5UTX2+De75vqpGUKXe4rkutBXZLHTSgPF2uVoADer\nBNSvyz6AvZ8VyPdDA+X9+sTwGo+n74rirNdvwPJsjwA3/ZG1sOo0AVoFlTOt\n6QEpkiNoX+kTi6g8jc7A8KL7hvdjcZ7214EnTYxv7cWvNHAcokNuM9LfCnNE\nocl8F66Dg82hPFpVgrWCFVv2E5YpqwuMK+OjjxR/mAGDbMq3ERxyVvG/y9bn\ngJs99klJjof3wbEJoEotoIoCJjsIjlRiMofED1SLVHsSgsZMKpEkJvAIaONk\nhsqch4KzUXfM0i7EwKVIKiQQ53VeuyPvPbN9KGQjofMZgjB/XvjJRMVYO72B\n3onv2wE8QV2LSpU2MxiYhWlcCbM8GL/L8428WdBQ7GWUb8WsZ9zILimKCmy6\n88IsvWmoknySPS6laVVEf2hagpTuaZG/U/sAxTD6k4jgmFsNUuImI+tVp7vP\nAm7TGZh6HnI4F3yqkfTiVOV+a170eNuoK/PG4VMhWlxyI9gm1LqIYEi6MjjK\nk2KmaR9s02w1Ymj9kbYELDjGv4S5ABU13qb4iInLHKH5aiRTEnnhpvaH8iIR\nRDBc7X2LarYF3xgS9QWN4ioBFVFr5DYHl5e8+qvpX7U9KypZSoLKFnnOpKUs\nkK7c\r\n=HfQv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210908.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210908.2_1631145952059_0.37302543781835684","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@azure/identity-vscode","version":"1.0.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-beta.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ccd431b9e6b3de28b1cb803fbd42aaea4302689e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-beta.2.tgz","fileCount":31,"integrity":"sha512-U3/TIFChfx2UcuZqR4uXYKHvsAoeaV4/C3mhjb5ne2MPazpPd+s91dyqHbMsp+nzJDyg0XZj4rqEYrGniGNaBA==","signatures":[{"sig":"MEYCIQCd82Vm7Uu4y3+Thv/8qGkwFzjbJ+bICkVnfjBxEsEcCwIhAMe2OiJrKcmrMS9RJO8gNrP2K2c6RXWDwxKC4t7OfjAn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOt2MCRA9TVsSAnZWagAAuNkP/2qQB1mkddnGQDWJJ31m\nwUkT2wTIMgg06IyVERySKNWocmtdYsx35o6YDJ1giTQaSNS9+1AYT/DvSSa1\n1V3lGoQ1lPD5cajg3CNjLp80syFuqRvxB2tfF3tyxjqxWuoPYVeTOc26ogXW\n+iey64W9+7YdQPYk+rBujwyacP8H68ukE6m+vkWBhkAVJ48u05c8hLhpfC/8\nLu+BV9vUbL0yY7jpd610AiExOij0opSdvSnmgJEAJy+0UjmHjGSmfrPEOsGJ\nFcFdUerljJDgU7v4kLp0eSz2s0SqR/+0VqaP7csPGExjyjKn+g76d4jcbukf\nt+OsB+QOvb8cLsw8xMZDF9e0HBq7qYtih+o5DngDAKbgDboPihthgPF4lA7X\ng/9yFYJLrZfkTcr4wDxlT2FAlNlCn60wblcFhDjf3nZfOyMAW/p9XH8xULxI\n/USb4JyBeWWK3njeARuhQ3i/8cWID3GO0UTLrd9cKVpBJYjkDiIPRWmrAEJd\nrxSbT/P8zsGym2P5pjujGTsRreUKulN9vhhB9ZUpYnEhi8NyejOTG2coYxze\nt+zdY/+vmsM8NmBGhFTvkqRrcoh8FHWSg+H1BdyvpfvwhhT0EYnvpY8wzeM0\nEf9a4gg74DskAFkoykktu9S/Z/Q3LltXKBMSuXy+oLBBtlnRAQTCOCICz/5D\ne+3V\r\n=lb4i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-beta.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0-beta.6"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-beta.2_1631247756700_0.6459674065153511","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210913.1":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210913.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210913.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"430ccb597021d118ecb7e9030c8d4205c4efff87","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210913.1.tgz","fileCount":31,"integrity":"sha512-/Gv2LEc8OUs+OLP0G1s2U7c32WEov0bjbu6yBSPMW8/j5pzRcgDveEeYzcX2Ux10dRwwr+oqFD2jXanjb5RL/Q==","signatures":[{"sig":"MEUCIQDu3hIx8ON0vT3vgR8n8CZpZ+VWYwfOSZvXjigUcE75aQIgNnxbuW/wtKdQy96Llc8lWqYc26pAirw1/7w+0Zh/bBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP+eqCRA9TVsSAnZWagAAqT0P/3aPYcLhI43iA0xOtF5J\n53u4XY4/yYOGvYu7b5XOrAcz4cZUkosqHsbXOmK00WJZsM3I0lb1U59Q/qBQ\nIthHvOkiiwNDPgCWFAaOlidwZwDM0L2lltT+ADDpKt9V5qwkzc3+XXZAfO/S\nbKEfouer3Lrcz406CdXDD1oZfyFWtU6sXbkhvdx+5v3AEgUN/5qE5feoYCrh\nR/8oETstb389CMjIY/QICpwG5Y4WYC2yNkxfrv22cGjj77ivPO0x8umccZq6\nRv8Pq9nxLsz2IvbY013R1w7iK9l/t/RYHZBA5b6VAOQyLf695kW/kW6EhuQY\nHVkdEwz8KDjmvlWWMTlGTHQkthO18q0xhxdkIW/MpwrcDnQrQxtRzqA3aqCO\naKqQWwzgp9WENy4BtxJUmh3xUUubti38ZEQ+AdN3+LwFuj3OGjKw96SLd5e6\nerYQalOxFPno+1GtSYXY0QPK5TqyuIP0hxCX5OXD8ZVFzfTPiFHix/JULX6k\nGy4R5y7qdupf3XdzeWN+YcjL6GvNHDA300MG+iHFtCj/21UoR2VrsqAjpyI0\nNGEhVnGa78djOHICbOncXGc4MpjWmZXKr0MkoxR0lJmrBgGJtqq+I0EvH5lv\nUqeOW1ghvPHbwmdWg476DtTO6rMPBziKj7c+AxXGdsnK6dg40ncLatnNRwi6\nAjf9\r\n=91Gc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210913.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210913.1_1631578026256_0.4551131916974749","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210915.4":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210915.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210915.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f2c6943b6d8f7de43b5e95e29039d594911da127","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210915.4.tgz","fileCount":31,"integrity":"sha512-sQnzIuhbwu0EJqiHlbHBpzUQFKrHaAQIpaFaXWVtS0p5DlMeSVAL1S3IjS4yyj2B7UH0TzuusgF0wDBEfTebBg==","signatures":[{"sig":"MEYCIQDene9wfvYg95QvXCVAjaHHgza3PAG1h2Yd8ePVXmYp7QIhAKWz63LzShzeMV2Z7V8olHHSv/zlMW+8CWbpDyFZXKsl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQobJCRA9TVsSAnZWagAALX8QAJ3wGMlRkRZF2aeCBnuQ\npQneGA2pM+eCSL3e1uZI+qSNpsZih6FpXQ15Ouwa40cyEteU5lZjQKjeryJ/\nRawL/BNR5X9l7YKzu5Ys+WpRJtLNpaG9pwyuzFZndjR47eAMWBr+JUpj/3Ah\nYwf4NZLIYjhS41O8PCH2v6yFqEIX3+W5ez0d12pGzXNGJUlXE7URfAUFWjQo\nMFhhd8BAiGcmBeWGjhKbm4d00QMNoL+uOoy6OMu6rJmZGTqXeAnIoUmut1wq\nNffXmARzFTi3NqQE0V+AoKQDodgSXkclBk0COI1zQBAh/RKqGwGXfbxvncmL\nROgTPFBczQOcQBbu5FhH9nJQa9NmQtHmCQq2jOhqZwgUVGIilNQ0yChn9bVM\nXJt9bdohxNx9LBwKTB5rPylIjAnqHcWW3/EV6DE9cxzWeEjRMy6csqlpsV0+\nHKGQD8EZywMhoMRtDp+UDcNFuZUITnFksn+eBkktmtJ14VYiJFx6S2Z0SqIg\nxVZol9C2OD/Tg9skfrAH3p8ePqXQc9EgAJrLH7XEDaCYlcYi2008ohdVaA14\n6G9gPDMGpzsL1QWuvR4Nk6gjZ7FoUA2nG8ERuvYRmpI55KI1kA0nfxx96uqj\nHTACM2qihtes15SdgcGWRdQtY5BzBZSHtweLLETfkD7LQbsfld1uULvNPMHn\nqEyq\r\n=57oe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210915.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210915.4_1631749833103_0.30138439893709434","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210930.2":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20210930.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20210930.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4f6706dccbcc78efb1fe3b994eea9f693163b7f8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20210930.2.tgz","fileCount":31,"integrity":"sha512-JQBjFudcURD73DmBPwCFYdJU2hvxSFsFYK+KV75E8YYV9kqtVovCHAATxdQpRJv6Up9B0QGkEpG+2v48tUJGeA==","signatures":[{"sig":"MEUCIH4pVkVTEmNEQUrQ0ip8UwUNyFN+6srH1efJjprCfB3eAiEArbNpyMmmxPNgR6XtDeoqW3Bs7u7WnaaEBPpowOjLS0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77021},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20210930.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20210930.2_1633046192413_0.7103262224645412","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211011.5":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20211011.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20211011.5","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7116ff209e26cdd6ded88b708edf5819dc9a8c92","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20211011.5.tgz","fileCount":29,"integrity":"sha512-9pM6XoFVr8zO/VazyBXwIFF/WIBYkBPJktKEDu7ym6lmsrGpAOromo9EtvY9hN+s1ZQm0LYEHva/76bqD2HwEg==","signatures":[{"sig":"MEYCIQD4k6awmEjLPcfs1kgYmcRHkI9ks3G3+1ELVHK9K3JyHQIhAPg1I2DK/lIxT43hHildJx0UjyiKLv0i+4W0tcnxsyRo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77427},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20211011.5.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20211011.5_1633995950861_0.3268602724458063","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211015.3":{"name":"@azure/identity-vscode","version":"1.0.0-alpha.20211015.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0-alpha.20211015.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8ccae7a9d11dc298aae9bf8e58d5f8e9bb58a4ad","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0-alpha.20211015.3.tgz","fileCount":29,"integrity":"sha512-1ZpeVVMUptMLroSq2d/iPEjCIjdozjW6iEbvxfqJrNsj3U2VPztjpCAFF8DCPfA0HSMR248AHz7y8aSWwPhh9A==","signatures":[{"sig":"MEYCIQDhRgrLOdBQ+lGWjRFerK1nNF45Ja/Iuf7ZdyI0dnTBRwIhAOk1EaIKrnmqWGmtWvk6nfhM4ARLNx7YxKyDkZqSU2ZE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77354},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0-alpha.20211015.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0-alpha.20211015.3_1634341784984_0.6992598881670444","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/identity-vscode","version":"1.0.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.0","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"91b9f855ac9ef27323c3b10f15e651f98d293dd4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.0.tgz","fileCount":29,"integrity":"sha512-bHB50nK+s3Bw2hfkRu9Y1sO81rtX544hx1rNeizq0z+/tq5BZo+M6mXadE/LT2SF8cDDP4wJ9Lzy0leci5cJhA==","signatures":[{"sig":"MEYCIQC/TwbGd/NwNVypWdjQ5tizbwqzYbUu9yIAplwAMfsgDwIhAPqSspzVJC9O/CRAOwraOSSg4opzGRTo7/raOZSadR06","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77277},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.0.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":"^1.0.0","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.0_1634345183474_0.780989840518381","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20211025.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20211025.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20211025.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4c99bf794e0f2f2bf04396607e6a8d6489af0a94","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20211025.3.tgz","fileCount":29,"integrity":"sha512-wiT0VyyBWvV77XT2k+/inXCrdlH8E1k+x8RjxfdyeBYqanDoa6UQWKYD6LGJdG3n1tN7JblbIaLOO71kFYp+1A==","signatures":[{"sig":"MEUCIQCOdJwqxsrNR+l+z/d1DhfCGOVVThhDdesLj/N/zvUEygIgZG/Jc0R9WjHRszVl9jjdTbXAYC92x7FIjijI67iFrFs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77489},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211025.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.1-alpha.20211025.3_1635205928552_0.7293118747274763","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20211105.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20211105.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20211105.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bb0d28904b8541341986c1261d0bf8d0c355ca60","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20211105.2.tgz","fileCount":29,"integrity":"sha512-lxKyXzw0XDAWMDJN0v9TEoRZTnbGUeaAIwEpZnERyAaIyq1pNvFEnKgKReO2uJoKmdZWkdiKDWy3NUA0/WH9OA==","signatures":[{"sig":"MEUCIGZrDqcrSiIswm2C166Vy/QXZoKnrEM6+Kp7KFQ8XSTDAiEA8iglLW+0MlikBEVNMEVMp5xyIswenXvDhoO3X1b/Ots=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77562},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211105.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","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":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.1-alpha.20211105.2_1636165409268_0.8496013768539474","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20211203.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20211203.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20211203.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7270ac23bc5bd2f15f633755c13160a65ab2356d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20211203.1.tgz","fileCount":29,"integrity":"sha512-LzCxxuJeoOpjoq54VH28lTEx3Q0wAVXHPDYg5HjhX4026ODOJTzR1E6j0KfQzrp2XldwcbZj60OwZrqkfYmOWQ==","signatures":[{"sig":"MEYCIQC62fExocdFtsE7N96O4R3ut4l87UojnZUWrHY/uQ/99AIhAO4ZFNvvW1lzVhdGe9wmzRzBLVw1JeRUzg3C0PdwOGOz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqsJUCRA9TVsSAnZWagAAQYkP/idahQhfx9JCXDPZky2Z\n+eiIlhoHVjaTXf9y8cgr8mUzbx8LSP5z6EkzDHjOhmMGD3g5G+R8xdqiYN2Q\neriKibtvMYHMM4js+xDJHna5rV2BFfHKcusb5rp+A+mkU65wLqxbXClZE9WL\nN4wqFT4a4S6bLeqfeSgku5rG96xsFS/DEj3RLZeDdnkJkwLcPCwnUVuBwipf\nslrtTlBOZPgMnZ5C1sdzXO++hcdxx7n84Td8cb2rrC3Sru5Us+uONh03xi+W\nLhlIUM2/l9zaXPI04Ha3oOLJVQuBz4E5F7dxgM13+sT5HQp7MzOSSDSix0yx\nksCF/Uq+jBFaixeBNLcARVuhF+Vujo1SR3C3jMvBRqHCsrOAYorbDx1w3pjK\n40JkmY7CFtTSnHJGgRyy0HqmyqgrJZoLb8aS1XY2AFjMGedZdnQ1ksqhZtN/\ngb+C53dhj/dP6xWfaFEhC9rvwbniQAOFks6nvAXUhIs5wLamj3XTTUMW2yUY\nGvhFGYwxFWxg0Gk6BeXMnFIMrT2bDi2qJoH2pmc6h2VP4YQCq2FU0jtxCyDf\nIG4UuYX+7QOrr1tgaOgNRW+6FwgHaF8zhdkOYYuYSD7DFTbkfbx+V760oZ/C\nGJgnxes0XzWab1BGPmPDoqAXTxVlZQoLsa4nms7399aNKlbUrgjrGeP7RbJO\nuvOb\r\n=Blyp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211203.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211203.1.tgz","_integrity":"sha512-LzCxxuJeoOpjoq54VH28lTEx3Q0wAVXHPDYg5HjhX4026ODOJTzR1E6j0KfQzrp2XldwcbZj60OwZrqkfYmOWQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^1.18.0","@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-vscode_1.0.1-alpha.20211203.1_1638580820611_0.8196252462595388","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20211214.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20211214.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20211214.3","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5bade03649a49125656691a3d2f5858d20fad92","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20211214.3.tgz","fileCount":29,"integrity":"sha512-dZw49XrkN8oDonzgqm0K2qBq83pjAHJBUu2RqSOw66jhuITzMrBP9tlFSVMH7mzohmGjHXb4RMyeArXceSw7Ww==","signatures":[{"sig":"MEUCIHEiJYqiWfipUaQbSB7vG9ACf3PK3UMdG2xDgP+7pcGqAiEA9m1mwhjtrjhgwA719iThBo63jMFkEvPlMrVLdW2Dt9I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuTv+CRA9TVsSAnZWagAAjzYP/22VjdfpfqK1QyUY5ors\nMfDYCCvgxWQAFobuyCGzjjJfZe/Ni2c+EFJJdo9LY7RzI4BABiUJDva3E5oA\nropTFrQk9W0gDZgeVXlmYJxUyyQvoM15bfJbEmiB/tFsM9B7+qGDkoTaln6Z\nA3LQ76LV7QTg3ZOZyrfU8EgcwUyu7ga9S1d2Xw468/zXiC7ar6DOV8qIPFnl\nSFwdNsZbZzc8P/PO2WR3jB749TkbvYN7hIFMXHG+vzw1FPWfgxGtUlA8gN+X\nXkmZ0SYLnomYfzm8E6G7mpOf0GSv08ehRtqj+iDD2l/6gYWU36QVUtwmumBT\nSMJWNreUeEQ0lahARNrNh/Drp627/t88EAnptW3j/D1ciMypRukTszJiftuL\n1jURkOgm4ruaKhseUJSpOuhb+RLhuhK5rKV/ImYKuzac7bVIclp/WGyWBCeS\npPDMvn1P48/R3fE+Hk6gzejsxYejzYjcycxaYb8KoG8iLUsylNvdfex5Q/Oz\n+yZySSNSKUMlsF88e06Lm29HCjSnvuKMyXOo0PfZPpQfNdNqA1mOln6x6UWs\nhNn6tejtn9NfitQhWgN6qdRmAs7aPnsolyr6xFySsBQAexhnQzH6HFy/Bsut\nFu+akQcvsQVnJHfRlSkgcKkuyVOOSdAtBZvKfOeQTSex23yixSTLahRqUAkP\ntCTM\r\n=kjjU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211214.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211214.3.tgz","_integrity":"sha512-dZw49XrkN8oDonzgqm0K2qBq83pjAHJBUu2RqSOw66jhuITzMrBP9tlFSVMH7mzohmGjHXb4RMyeArXceSw7Ww==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20211214.3_1639529470466_0.9963408207772364","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20211215.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20211215.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20211215.3","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3eb46b60a2533b15f5eacfd9a3858b898d39a49d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20211215.3.tgz","fileCount":29,"integrity":"sha512-q9mToBBEJ1bd1ZV1q9VncwaL9X6hJlVKsymAEA5kS28zThbHyEGGkiMmau/i/b8sp/RXOpumbU6wDtE/qb6H8A==","signatures":[{"sig":"MEUCIQCOoCAw3kscCYvuRFOYKE+yibrmKnlGi6eQmqPAaYAOPwIgDb0DC1WFMx7aXcMfuyLE33YH9xD638nOtq8ACdGRJRA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhupcHCRA9TVsSAnZWagAARNcQAI03gDNqun0AdyxTkmx+\njWLO8ecKa2wEWGkXmARtJECb2cNILZcJUJ5kQ2c4TNNFRXrLW7Un0J8jHSNH\nla4b86HVk227QVBkxCn8/qcBns0UqItbSqBphCvj4QRt5JGrh/fAekBKO6zQ\nOwniEGrNijTrpDVchslkY04An6mLkefnOTy2iBaMDtP+K8KPy6D9MwEOHXlJ\ngg/1xjtbJYJA2Q3ZeQxQTLe2KALFOR2XDbmflhSow6/9qejnIY5lJH84hOs6\n9R5uzuggTSEM99dnYCZwusQN0H9et4p1g57fKrWUeYNqYNkPjiW3A0Ld8OC8\nPkz9DUQfbEnKh8YMtmC+7vbTTH+l2Viq152MBP+cyHK8NYguYy9UvekNknaF\nSpqxDB5J8gEgx43DjoDGOsvcyLXJVHri9OnaooLmtNctUnmvkwy/XiCyee4L\nXVD8r9PR1TKZkRc225xlC0zgBdeaZCTa36goAYSvNECernCEmTZyNsv1KIAD\nz795D4jY2BV3UY1I3t0GvHuehvtFs+eVxBmElWR3Uv+0Uh/u8c6Uw1kpmIiI\nvKanRfTciRNMbZaUQM75cyBzk28Kc/mTycpfLB3KQ5VTUObCQqD5s/AWunov\nfDp0Q+RL+Hpy5YyfYB1Gc0wVAhBzDqB35E/z7uJ5x1Y40Pt3Yq330hRTeiLL\nwzXb\r\n=7Bjs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211215.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211215.3.tgz","_integrity":"sha512-q9mToBBEJ1bd1ZV1q9VncwaL9X6hJlVKsymAEA5kS28zThbHyEGGkiMmau/i/b8sp/RXOpumbU6wDtE/qb6H8A==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20211215.3_1639618310969_0.45349661454229095","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20211221.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20211221.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20211221.3","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7412354d4b1be9f5af862d844879cad07132218a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20211221.3.tgz","fileCount":29,"integrity":"sha512-o0EuYakAI/2auX1kb4kXArwQy4noDHZTazTJym2cp3AGCr2tY8uzPzS06eUIDb0IVOgO41PL9vL0fEp5C4RktQ==","signatures":[{"sig":"MEUCIQDGAdTl8fcIgyOG/vkz9OfCNDSbUN5gCWADzAboSqB/OQIgLNVmGC3gEWian1bKHBsCbuXSEKR+QpDzirTlbZdMcyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwnZdCRA9TVsSAnZWagAArDgP/0WDm3GLDsUAA5N21ARI\n1ju6e0FwaqF3mYTbmSLnyQoW//jPQyWwu5Pe8XlKKeTDmkUnMwqDrJUPGnvd\nKhMvUzkAXfzzvx5QMaVuxW4t8xUHHAI7UNuLpNgxO+UcfxrrrkreEoBzKeHW\nRWPdPlSZ95AHQ7Yi1w63VbseIadx26XDnc3rwHYOv4pyZUTvzj+tDTuDFPm9\nlZslWFBbz0CIFIuUBN4AQY7YBhyXJttMO63iSl5WcBy+GExFRzG13+USjLSF\n0Pgfo0nvKYwdJiJeYoyLVZxFZaybOkoZ6kA+xCINu0yLUOujkQ9XZ1ZRL1X5\n4LnUR5tH3xeBGv92sNfJYqfScH44mAccF7HK/9ikNjO4+gZo6y8vsp8bS/z0\n3iLmHS/2DoRYrjudClWAjewSLxtQ+yQ9eO3eiWe1mXNs68aumWhqs6IAXbkc\nNXJUqfDmiv+4D/L34muXfPRLlxoeeh/SuMQkSrKtRRBMQLLNrVJii9r9HDJm\nEm0sTlZO5+UGT9upVOVJMhbqRDfH4/k5R0/QFZ3yWGImdUrSgXmmW/IeZUJe\nFFE5NgfufJTgzE9clvVSOB0IIKqEUd2ELu16YbtqEv2NeS5JqmHroUt8ksNZ\nODyN1jXGwcqip5e0/N9npD0+IicSHhW5JnOXjdP0tnvRIHeAI9aP5rh5EX4f\nnbFj\r\n=YBvS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211221.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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 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-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20211221.3.tgz","_integrity":"sha512-o0EuYakAI/2auX1kb4kXArwQy4noDHZTazTJym2cp3AGCr2tY8uzPzS06eUIDb0IVOgO41PL9vL0fEp5C4RktQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20211221.3_1640134237444_0.0441542313719252","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220131.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220131.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20220131.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e46262ade9196d57e8d1c139c1a096222302b9db","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220131.1.tgz","fileCount":29,"integrity":"sha512-QCQCwv13azu1yL8CqeUrczEQXH8uBXbxbp9oFZnSdBC3j06o6qDjM3i0+jCCYe804wppQHy/EDeiEMRv/EBbvw==","signatures":[{"sig":"MEYCIQCD0qz/8j5iJt7S6j8rVLCznkq6HG2vKZVselZtTrHlBAIhAN55tUGGy2aN5mdCeybPlcm0jzB2Bxc11ercCUwcT6vy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IQ2CRA9TVsSAnZWagAAyEQP/R8vT1OhWmoCgjiAnyLS\nVIjJzRcLLFFKdsPdYUKaQTi4wQjwC7tsBiTr9WDiOcd30NacxDRgH2T6+v1j\nKnKEJccayfL9+mNEQu47IKohE9ThIPj+tmDgjWJKWftsfjVHEqQDixnerAtC\ntjhptjSzWq+vWSxcXeauAWH1LLRbkEekx31Bxsk4Oqcj2FYgfpgpu4gKVQd8\nih7fQmBqVO1jhzKiHrTnoFGDcv/UA4OWtblFL2ptOayfXX4rL3SnC/yzCE7K\nbkIj+o/j5gTXhbWI2JSbyHMYwlsdphJ53JcWlsNsD0oSrhiQOk9LLD6sElme\nb/pup7Vip0Elj4n82uynbMm9sReDnr1lSW5rvnjjZpQ25GnFGLZirZso+5dr\ndSlYWvO12CB2ezwKAfk3QHwgoQvz0ywMHlG4uYPTfX2UYLAxYrUwG/WE5Hm1\nstZAqaSKi3kSXM+W36zZkMpVNxO6JmpBzu9WBC7YfrQMBpUU+2qHgdUNg3d2\nhTcAgMhPI4kSPqyGS47Q8eCa+WnUId5qYr4K72HWjHq7EHIB1yyIuHV+dccR\nfkZYiGfCKASx5Hy/UeFiEs68n9xWECG0vBLL/FCnPIwqgXBMZNhW6l/+SjxO\n/B3vGZEQxI1/E9idOK8U/gMokxSNTHdcOu71ZWfJX6jaER/UqwCuPU0xwx/C\nCB8V\r\n=Lqei\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220131.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220131.1.tgz","_integrity":"sha512-QCQCwv13azu1yL8CqeUrczEQXH8uBXbxbp9oFZnSdBC3j06o6qDjM3i0+jCCYe804wppQHy/EDeiEMRv/EBbvw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20220131.1_1643676725972_0.8485081467291278","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220211.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220211.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20220211.2","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c1c2e05e09690fed206f0c5842544f3497833db9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220211.2.tgz","fileCount":29,"integrity":"sha512-f79k7ZDYiFk2+/4dMPb7GV/x1NFS4I4oAHxjDjQf7Q3zJ8NSE8qmbkVpWTi2L8HJAHU25bQ9tpIO3aydKC7G2w==","signatures":[{"sig":"MEYCIQCs86tlK5ZUVVWCMaTUIvaM4gPNpRD9uBNuQX/J4z9/HgIhALy3CjsTRgDKYAE8Wib/koBkoEChy8hkuTJxitFD37lm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBwZWCRA9TVsSAnZWagAAz/cP/3ziBhxS6c9yLjtnsWAV\nEc1zTlLpzmX6ngvXTxFKPkl645SeJgTGl1TJ5oNZhly9UuI1Fh2N1E7rzGH6\nj61GzSynfHBlf2VtKIkOBNPrY4taVGObphTSPHmahL45roWsB1pC9TzroLIk\nsM61AimO6LtD+jc9vZyZQ6QMH/9exBc0vcrmjtWfdY2/+bIn6vq57Z4oiQaS\na3e0U6xdOPzKuGXi2RH94N13eAj7WykfRjUI/qRvCDfNTwH3jTRYhbc0B6H8\nBjOARqGfxPgWmPahkMqkpj3Nca2AeTBFs+MfVBA4EvFPQU5vvE+5/4MJiF6b\nwhw5cPu77NpVr2AlwtE/GR3Gdu0f8N8Ou9cj70WYN2ZISqajl+SHfusDv6v6\nLO0mbIhjECDDkJUdKgC3js4Lkti2otPClQ6LZzVPn5lhojh2xBfNV/pWWh0w\nc55eoMFLx9BdM1prexJqcQhbKjWw6IY5QlMAdxvrapCvBqd6DMj/O2Q+VCMP\ni0En5mc1jjQuwxgJ29qPfeMIvpV4bVLCni47GCdOQuHQtTRSKWqOiuzY6r7r\nEpe7fvIbtupdQUFh9I8KDXHq9JBWvkyDt6CV3HSH9/I1NjmXbQb1zuGB7doJ\nJOeBLxk4bND2XShx/vg+esDTKyJEdv806Ui8soMolzR5/R38p4vCqlLcb98r\nbijw\r\n=XEWI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220211.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220211.2.tgz","_integrity":"sha512-f79k7ZDYiFk2+/4dMPb7GV/x1NFS4I4oAHxjDjQf7Q3zJ8NSE8qmbkVpWTi2L8HJAHU25bQ9tpIO3aydKC7G2w==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20220211.2_1644627541919_0.9640348342598832","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220217.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220217.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20220217.2","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b8cc15a0d32e193b6a4be6fa60df7d07c98979f5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220217.2.tgz","fileCount":29,"integrity":"sha512-gTY9qjkEDyNvRJvDxZIz2vljFzV+6LBOWu0eUOojXgVhczdTs9etuMPh9QBAOqmqjvarL7eQ/B5XXF2GumgI+w==","signatures":[{"sig":"MEQCIHlkY6lj8S+U3X+eTpkR4tGMLgOYGTdPouvppaNEwXZqAiASf5jInhgmLBW961BnOyn52KjMrC8DKqstqUwbbhSp0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDu7hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKng//ci5e9LWwrJ7X4D9CrScG0NN8ehUQrf9n3xVZXf3C1Fg7TRaD\r\nNOZHECgWa7q+UgX/udETm9aG/2ihWjOP14vj3I/w+qnxK70Ly+V13CUrntk6\r\n2GPLEXA3NFo43LHvs8cYrxdsEp+Vyf2VKjEnFzjaL+OXNeyFfS8y1V1/k5RS\r\nF6JnGUwPEdnzBwgjLAAzryqBLKyNFtGNYNskW7PK/BKIuxT9pXQWIh4v4w42\r\n7Mlg8OsF95mWNw3XxOmY7mpbE6WgGPGVHBu5igIpMxeNpQk3yrwGAevGKwFn\r\nRWXTiiXLlltdpl8fuz+eZEnxjn2Y9yD2NJ8bPdm01Mx4HAn+HKh0Q1r67StV\r\nI+jvywtuRTqqw459dfvSjsVomHxclOKAAdHNQAMD0Nk4SjFfsXKEKGM/Knc5\r\nfG/HPQ8RyKtqnz0T/W8hzAGJxNkBAN1FH7R6q6vYnxx8qfljmkfBqOIZq8pm\r\nr8eF2q0cAbI4RVHbqLLpnS84yVVOEdfDIuvaKJwANJuu0vInOV6mJNcPKlnJ\r\n4nuKgiXY8i/icxYONjPxFfdjkO/oqOZWAqGAV6V+LSRGJG4CH3h0qtPWJZ6O\r\noBspvIy+lB88fMHt+n+DCiKWGbFm5X3/vcC9B1m1+Iu0DqFvRGHoCTP6lAIX\r\nhdjZJigeaWKnZs8qcuCJN2PPpS4v1xfDlLc=\r\n=lIjY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220217.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220217.2.tgz","_integrity":"sha512-gTY9qjkEDyNvRJvDxZIz2vljFzV+6LBOWu0eUOojXgVhczdTs9etuMPh9QBAOqmqjvarL7eQ/B5XXF2GumgI+w==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20220217.2_1645145824715_0.7163921131608741","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220302.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220302.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8dc0d1f3b1ef3fec0cb7ab9c58b04e4245270a18","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220302.2.tgz","fileCount":29,"integrity":"sha512-8RTjPNOzzSmaEvvJo0helRWjZI10jwuOrcFNYD71zmgsJeK1F4EiNv4/n6C3nBeKeFfOCSsbtLSI5WCeMofXiQ==","signatures":[{"sig":"MEYCIQD2DwJSwB32CL18UXmfABthyV5ZYc4AFO2sdKHVltAqtAIhAMY233ROd8XLsGjCQONpY3WcHkq9XfbFCvkVWEp0vs2l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIBIEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYgA//Wy92oFz/87E6sg95S2Qfxx4ROSLy/wdH4TskKuNJFQdYtqUb\r\nj7XnV0aaYblo/NVB4+4t5M5eAoMCPz1kXkAhJyyhCEElU2ri7hnr+hCN+pk7\r\nvontSFC1nYPrJuK496uS5nL8AhrEDElfoMIwOFunj+S19ilROD6bvvhfimeD\r\nCCY9+a6k6I7qI09ZDohXAFTRnnUC0pox1uq1TdSBRfjLByXthOC+fYyREVMg\r\nMjPvJQ/vcM9Om1AmuUiJ/p3k3cpH7JcQk7iEw/JkiTkCVHxVmJLUu7EZvLBW\r\nE1qYIs33qUAm4e9XOMGIbYCXcOqph5hplPBULqKV+YytKDFAY3yH2lAg0kZz\r\nGKUzsJpl6SPM22sT1qQSQnDCy/u3Hq/nEfiOpxIwkhyYvvZly3CrQxq8kuAQ\r\nUxdJDtFT0cpyVYLeNSL9DNwtIqLFpcIICNfX/AS0uUjjjhP7tlZlDYcvcxL9\r\nShWHHGe6lkoKDfn3F/tVpMSG/76EHbwj8pYDnI1FBeQGMq3UKw+ihXoM/pCu\r\nN0dnmymYY6hT859vnyR0IMJ4WpTu/TdpqA6YV51ytvd9dfwflI+sDR7TL2ZM\r\nAysG6n8H6Ingc/FoZnKUWNy4xEaDK923DKRYbMYD8LiCQmE15Sr1ngGtvvtO\r\nyKstGfr9Zcnx2eJARqzV5UG/CuErk/yJuvo=\r\n=c0/s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220302.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220302.2.tgz","_integrity":"sha512-8RTjPNOzzSmaEvvJo0helRWjZI10jwuOrcFNYD71zmgsJeK1F4EiNv4/n6C3nBeKeFfOCSsbtLSI5WCeMofXiQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20220302.2_1646268932038_0.17252792007262197","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220307.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220307.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"62291f464c3d3a93f03cd9a846ff37e0b4eb0fa3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220307.1.tgz","fileCount":29,"integrity":"sha512-EVfbI/yXLW809An+Vzuh5ZDHC0jD/rAslpeCOgcocSi8JQqD6LfL9JQxSbyHUqsS4Xo8speCa5LM1BYF9CjzBw==","signatures":[{"sig":"MEUCICACLzGyx/oNgF6omS2w0kDg4whXP730ni0X+NJnJXPAAiEAmrVgmHRrPEQQ/43MV+sL4lwa/3stf3T+byYe7fFCd0U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78124,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJqkRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqf3A//eccZ1GU4YPrBAJnwzpBn1yGt4LwlQqEFBtffCE7h3f1YPmhR\r\ngWx0PLbdVtQQFJdB9pbGAmydZd0BCQ9urto2oKsD8Cm+PD0/u5WCp1ICTdS1\r\nRWbPRP+wCxxAqxVEaH3z9z+ctabraeo5Q53CeQ15D7jotsqCw5KqjRegOibB\r\n7ujUBRfxPUXhwIbq/meYcS4EA0ADJ2b+hfC/GVog+RMVyLZropUlEmR0aHtS\r\nRZY4coHo7nljlWIB2hIoQ8HhTUJQtdtUWGDyB9I6YdV1pNTcfGhvKFHcnvy1\r\nbfsvNgJ9vxeqeipjvO7baWcahxHXUZZiIF0WKrLZhcgI3ytIStrbL0trBJlr\r\nQwHkeTcUvx8ySSdLBKWq3rZfveEwqxkpsuPU0OumVLYkb8CZ8p6UWqyC68QY\r\nQGmlhx/V21j0qI7FywqC84OHaGpJA8vF+m5LiOPie9iPZmfqKg5CYuXIk8jo\r\nXEkuEuHoh6HuTOfGUBBwwNuHnJoMc6mpKNuXmE0xBQy8KbIHGtYEHU3FrjNY\r\n5qjS6bk6YnM3t42reEMZaIvxIEq3MIgTTieMBKX5uwY4ONWluLXyRgytLtqy\r\noGglCu9ryNkbRqDWX4VM1QHBfaaJi6FgggW8Ckt6fkifA+d9qE4MJtBjCRBT\r\nVD238CE7W4EGvtyFpJ0y7YiDDInooITH1Sg=\r\n=OszQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220307.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220307.1.tgz","_integrity":"sha512-EVfbI/yXLW809An+Vzuh5ZDHC0jD/rAslpeCOgcocSi8JQqD6LfL9JQxSbyHUqsS4Xo8speCa5LM1BYF9CjzBw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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-vscode_1.0.1-alpha.20220307.1_1646700817029_0.5034900660780723","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220309.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220309.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d060ff5f31ea9995398e360b163fd7ddb603a32f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220309.1.tgz","fileCount":29,"integrity":"sha512-Ou3MceIZcFo6i+zMS/w5zmQkVgGX3Ho9C7B0eIFKlt+6JUi+CfGLs3o61QA8iM3A9yyzXMCywvIaO1n3S4/ykA==","signatures":[{"sig":"MEUCIHHx7TJp+tzCTmMLSTYIeBUvpU1t//xWdSt072AAr8sLAiEAxkG2Mg1ZUsI84163Wmh83X2+BJqYr2D7yamDFGRfQ+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKUy7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaAA//WMV8K2vM9h/B6KwA5e9r8NthEK5sVXlkDtYpiwfyvYu/lAs3\r\n6XrsFXK/W5QBalveVsDZjONNV/qloYWzTorhC/ZGTWmGpImO9CrZaGSiNVqj\r\n8ZBaas5XEZzvXOPpVLIsUfxE9SnFjOxk7uRiWZNYg+yJqrOq1ARHY6TJqAeE\r\neKwLD+BmhtPjSAPg3d4/rFxVgkG009/Pzs368P/OTKK0GSUmlGH29pbn/Lj2\r\nEOm9XYdUJ4svx6/9dyRwjxK72TvLcczEM6qu4ICstC3q9d54fvOvnPn4aT2V\r\nam1I8VSznixA4s14cMV0nXIUZnbJQXJC5G1jN3sRl4s041e+kOP9ixb/hdWL\r\nvRqNmuqre7rbdhr4sSpzpA79o4Bn4R1oIQYmSP7za7wwXPfq0lvOnSZqaWE7\r\nVwiK2HKlhG4N5V8A2Rw4P1zplFIJD+de7zt+XSqK1i1IGpBy+R3wyYjy8Rdo\r\nP16aGmJikeZ57hTmdqafkSMd73p1M5p+xcsf4nP8Lmb4ZQ0/zbAoJaEm0/Nh\r\nKhxvIfATzmP/GfusCVtrbujFF0nyQqoDX6R0yjAS7J9FRKrHEiKAA8k23tdu\r\nimGEq69GFdE2q6nAtqiF9Pgw6Y326jNJLAPmIKxaavx1VtBvvCnBcjvurTL3\r\nXp0YLkYbzzeEjB5Sq+rafY5UiCl0DymzbKo=\r\n=zeU5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220309.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220309.1.tgz","_integrity":"sha512-Ou3MceIZcFo6i+zMS/w5zmQkVgGX3Ho9C7B0eIFKlt+6JUi+CfGLs3o61QA8iM3A9yyzXMCywvIaO1n3S4/ykA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220309.1_1646873787451_0.8475928286033703","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220311.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220311.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"60e8e9d562d48bc0974429002314f950c437f9f4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220311.2.tgz","fileCount":29,"integrity":"sha512-tooeb1gGKdwVf/JoGoF1LXJ1hi1ENB2LL5/0MjA8zMIGPuRxHug2jNlcUeVUjME7wLbHcsicLknGjQyCLYt+iA==","signatures":[{"sig":"MEUCIErv7ocKMLDY6dMFlnl/ejiOHH3zwsptrHXlOlHQh/1vAiEApJh+XYvME7KRGmnzNpvxWL58oUKYJ+R+ymy+ssY4oDM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK+6UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZdA/8DZsTyUnBLiQ14tdSwMG0dbCCixDajXFKxhTPZxxBZjFgkh8s\r\nI4cVmcpMVM3PZRE+JpaRQa7YAc2EIeGGVWKqR8nfCwgL7eo1MukClYD/FW7U\r\nMwPk5q08r8ytqBP+g88OydoSwYj5aYgpdxYnYVwixMuJig7OrDlD1nYhEYnm\r\n6N7VdgWNcPRL46yvZ6ufzpmjq71WoTukY3Iw2+RF8E414T0chJgSpEZK//lu\r\n7TJUHsZQqSxh+zVy2MotXRCLG6qgrJ5sE7GASKIIRSlDLWyNaPPSKvY5kpRc\r\nWTvnqjkAzTE22zAaXuAUiWBroWhrw9qbQUCPaCrkjrRcUG5fI0jV+7KXlSTQ\r\nO/0dwGj3ZqfMkSsDyekw+XMXxNaPUfNTII/lwEYWUZuR141NF48i9T3XqZRU\r\ndCJbSGIl5WK5cVZY/JpIO2bXjQHO33/9mDWnAvnaPLvZPvJfZsMYyYZhkhhv\r\nYfxpQ+XtBwdlJwLSnKgUcD4An0ePDcHhwipIbt7swqRYVy2xCAt+UedDOPSO\r\nUT+LnjnUuY4dVxCtcXrN1uMGjBcKuk6hFVr17e4m0QR/D8xF3/lg41MkgiwU\r\nuczTpdv1IwLN0vnjB9OqiXULHbeaNLSlS9+YiyV334KByCRpscLJsUdwg+iu\r\nPbI0RZRX47ItkUD1wCMAlhnuYx3Y6ddN0sw=\r\n=asNS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220311.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220311.2.tgz","_integrity":"sha512-tooeb1gGKdwVf/JoGoF1LXJ1hi1ENB2LL5/0MjA8zMIGPuRxHug2jNlcUeVUjME7wLbHcsicLknGjQyCLYt+iA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220311.2_1647046292338_0.012885970377718658","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220315.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220315.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5e828de409985d512371c0f5d4b2dcbf8805d5db","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220315.2.tgz","fileCount":29,"integrity":"sha512-td1Xsub0YlOPskxJI6XDQh2k30A5SLLMhSw8g51QhX2ZXXLI+luKO3y6UOdg6ouiMZoOtRpVFzKfPC5DfrN2oQ==","signatures":[{"sig":"MEQCICVWDe5mcMYl4qEyzHQxuD5RczEJhVJgpBRW6eV3zdTFAiBMK26rdZFUQBVP/wSHakwb7sHTXIk+dxSQY488QsIPGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMSegACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmps5g/8CNkEXwbK2ot319Qp7iqZokrwKbgMTZwU6DFeLLYgfQhp6/Rs\r\npktwJijENyqmMoxMUncTWE1ia16f1XgSJgQaLPIvXb1Q2rE/TVXNT9dSFdHv\r\nnAutc7Vq/YrbWhnZIFCX9sSDOUFefhrWTIEdrDQ/g11d3O75tAlgWnLj+yny\r\nfvTuI/QyQxWcQTjMjnvbotcFNBmFplAWl8ctDRfn56kLg0eLzI7k+y5f3ecO\r\nIvPOUD2JNPSXKHIFGS4lBeW75U9jDaii2R1aioQ/WWtNMh/P/l3r71jLMafD\r\nnO/oU3FePMPdB5C57uOdXMTsTzhJDH+1sTQ3mEikfOmEbWfkIzO/eepIB6eE\r\n37/DK2CCSFLI+PcncxLLXQCUQpU2XzvfhLe/aNsbbiejzQsfz5z/mBaXlFJq\r\nrnfLHbKnmzJG1rbNRaf0It5hfM3VqV0pKtjchRdKD9rxEIzeDBMICjn0ZcKb\r\n4PONRkCn7hMMD6X3UhrE8gVnkiKvcL4udKXOxorGszno763ztdqkCc177Zv3\r\nqQT404iSKy9dnR1exQBzJLs8hVgDXy6qJzsEUzxiF4xPLabkSi5LZmrY0m1e\r\npBr92Mwuzxm/PCKGhCtj3NEQJcD9Ni1x1xDQ2vzK+Qge4sv/bfpCd4dJyGoE\r\nIB2Wu97ZTx0EVAhNSgVJFhVjJbeQRBoCFUI=\r\n=oZT+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220315.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220315.2.tgz","_integrity":"sha512-td1Xsub0YlOPskxJI6XDQh2k30A5SLLMhSw8g51QhX2ZXXLI+luKO3y6UOdg6ouiMZoOtRpVFzKfPC5DfrN2oQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220315.2_1647388576524_0.184660063277986","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220321.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220321.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"861bfa8833cc3bb3df95c45f6bc2d04ef395e528","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220321.2.tgz","fileCount":29,"integrity":"sha512-zP1u05h9oc8AwpuGYSQyCkIbi79pcVJoR8jmbz9+2DwaN5Bfid1Twa8EsVkIe7lzYOKxs5t9ggAQKOYsxI1ATQ==","signatures":[{"sig":"MEUCIBW5o5aWPkuhF94ontO+Ae0SsyINAI74UE4YIf1l8OwfAiEAj+1huBbhRuwf7apjELu9a+pGQS7zofg35qZdqiP6kyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiORBwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUEw/+PO0jSSkhy50q5C/n7dpru+KIXLWsY40Q+tTqnI7TANzTqdhN\r\n7YHyjE76lB6jcOISnEceOJg9iuwJQCNsuZYdqOC/PE/U+uFE1yJ3O2s36Yk8\r\n9zS3bImL3OxMcrl01XhpBLP4jDHFOS47FK/KMwbCFnG2ep2XdrVN5ScS1NJT\r\nHpA2XmsGoI/GTgHovQfKb0Tfm+W0d3J74kELUA5yHluzSap/GPYhjJ0k1XN7\r\ntPyXf37ZZa0KOb2qqNaHq2PV7rpjpcO0gMj4U97EEcgH+Ac0qPcOdla3POOj\r\nhAgy9hhRKw2BwBMNhEgz7UIU48fRZQVMU19mtub20cnGciATzlo5pkEh89m7\r\n83AlPK88FK0lFe4qIBKKOgtGUFcMabHtL98apUPL6BI8XQleKbSxHsAYD42T\r\n9ZBy1ycU3XnzkS7cZBJEXWkj7l7ta39h75ewIlFXuQhmxmLXPp1y8qMVCEHx\r\nzXyHJm6UhSk0FHuO3RKXZ2AyYKmsgxlvkmkv5z+tuSIZcjVZUxLg3MhaItQN\r\negvjjUhCgv9oslza2kabKkgfj2oTGcxFEFuGrSIw5AbEyBN4GDLQdbEav27H\r\n7Ir/KM79qJy/DSUE7Yy5vPIbH4uyAR9K7IP6UPiCy4WP7hzAB/iHom3ZN4E1\r\nlmRJ9NVa4UlRgDSGj5ZtSDLatYDOfggjoRs=\r\n=2DV5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220321.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220321.2.tgz","_integrity":"sha512-zP1u05h9oc8AwpuGYSQyCkIbi79pcVJoR8jmbz9+2DwaN5Bfid1Twa8EsVkIe7lzYOKxs5t9ggAQKOYsxI1ATQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220321.2_1647906928203_0.59252734504961","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220322.5":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220322.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"510da046a92ff96b7f4cc7fde03d7424570b6ae8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220322.5.tgz","fileCount":29,"integrity":"sha512-W9IfueYtzBoaLks/0ZG/V10MXHM/LSeOacrInuFTURUpshf0HyEf9C0dPh9Zdzf6VzG5VKjwFCaEOn68APAGGQ==","signatures":[{"sig":"MEQCIAFuWKYaCFgFFd4jtY/ajS54psCz5zz2+YZ+hnUBsKsgAiB0s9liBs973MjRNbuVwe2uH0tuRjbhC10lTtGdkp4//w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOmDGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmra+w//SHB3G90IOLCVy7M/IPTUq8pBLjjgKRaG8aohXYLgfCMmusI2\r\n+5F8bjoW2+9Hz4UKdp6iChpQvAidIIXEycCqEslv3W0qWTdC8IcuorCclKeL\r\nmPdiUlWoR7gV0deTNDeyL0zCQxVu8JIGOUwQLhJ0yZ+bV2WY6NeRq3HOPJda\r\n9YLYct5ptOb0apo2piVp9cn1psgbWU5OENVXi211x+Jw3BUJrefg0hmJTLT3\r\n3ZguA7n3amwf0X+GG9F4RuhBo4j4yWvtY7QYp0NEMf5FCQZF4W30QmIbvUGt\r\nZiEkn2Tf/EHSH2TKbzmfJCVE2ppCpKcIY2iZyQi9Lo8WBOSqdT2/p+K++Dxz\r\ns2R/gwyz1SjeH1xj68lPSNk/bDu6f7FEBeUM9Hm6ZUbVHXuc/bS7iunlf1jz\r\nvuoIz2IppwLHQyEq6c+AowtnMQinKTe4MX7b/gys5kO8/1k89Hz4l/k9gPtn\r\nRAp+HGRcWi/udM2j3hTsIVDr5BFgIeD9CPDuSyBwTSxJS4XrolSA1trwRjVU\r\njQ8B5Mk5GNcRYUAgFQznHfxyA55EYQ7lNAOncN2ugBF9fyF5ch73ALVfqWU1\r\nmE9qO0+0DBjE/nwZDXHY1G0D30LYF1QlYP6vpwdXt2p+DBzvKB5gWIk2QeOd\r\nAivJs0eFpFDj2blQbhgS3qCZu3jPZ25J/Gs=\r\n=rkiF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220322.5.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220322.5.tgz","_integrity":"sha512-W9IfueYtzBoaLks/0ZG/V10MXHM/LSeOacrInuFTURUpshf0HyEf9C0dPh9Zdzf6VzG5VKjwFCaEOn68APAGGQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220322.5_1647993030069_0.9504496748748585","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220330.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220330.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"88d33b60b2834231f5a3be5969e1db80a7e211de","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220330.3.tgz","fileCount":29,"integrity":"sha512-n9ygd9nmv2opZ0zwekwmK5gINw22VUDvcgYQ58uUfWcdt9GNKU/Mt/neRdmPtjVMKJiyIg8+0KSVw4v1Yf26IA==","signatures":[{"sig":"MEUCIQCDnsiV8FVg+tU68HDGCL+Bz6xQOSEniDhO0JGFKWhpDgIgBuzDw6SyDCiLdCNivYHrAxbqMNaE2fWtzhyZ5NBOZac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRO0MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqE2g//Y9NSUwPHsxXnJS7bdaZ+xr5atXvZv40gWW5hdXLPCOYrFadr\r\nOg95YmU1VmGvIilc9rlosbVIn4RtabjWud5Sabn+7y79Or6HWbdQq53IPtYI\r\n9cER+lXvCPuOnh5GlXkBBZgaVyViC55xj6gVWA2h4m2BH8b8V0dWqwnEi/HW\r\nt3Ns9ynC5GFSkhuA0aFxSniQHeysRgdDQ8je00v76tOJCpB53mfts8NnxLn1\r\niUZbAfFd5Ypx5lEF29nkht65RJjFbjs5vUotQZKdzLi1336H9U8fksVlWaf0\r\n9Ecn7GQAIBxXcgPc7BP/P1vxap6niXbgV4tobd5XovaK21P+NZsdUUKRTYKn\r\n23aXG+xXgUjNPv5TZUaw/9q4wNmPVctrhJy01ICM2Og2VDMXM+Uj1ZZo6Iuh\r\na4TZzrQT+5vFdlNcbSfs430OjIdkcUB82lO53FiPZYlHC7Ub9PnhDPuqWhuA\r\nTQvdaTSWBpKvfksRVcrqNSVIgjYG0wkGJRs5W6LuBUlNVetlisxcDbIPzNvS\r\nVQMNEIYlk+8E0Podd3YvnbZsmx9I9WBJ1uKneLNLVbzrgiqvGKd9R/YLtJY8\r\nkcXcgUuglv3luXfZlP3zXjdiwPi+Kl7lyfS5u8K6moSgD9VHnjvJiHr0R1mi\r\nozU2Lk3CqF3miMMZlWRqnK7NHQx8xZj0xCU=\r\n=T7T3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220330.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220330.3.tgz","_integrity":"sha512-n9ygd9nmv2opZ0zwekwmK5gINw22VUDvcgYQ58uUfWcdt9GNKU/Mt/neRdmPtjVMKJiyIg8+0KSVw4v1Yf26IA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220330.3_1648684300472_0.9032234456925874","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220404.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220404.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1ba7af12a4a87edab691f1c2b8ae4eae39e80b5f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220404.1.tgz","fileCount":29,"integrity":"sha512-elWxHN0rFMvNutB9Xx+Gl0qG7VNxScP6BAn8VliXT1nBiUax5Az6WYPE7Y0RaHr62kgAGJBf6Xrg63U5LKkEJA==","signatures":[{"sig":"MEUCIBGslmzd73Rp4y1/um+VO6USBbrByctlJYe4Q6/KXGALAiEAkmpvGVadEMnP9sCrgS/IQcBztj72M74wzohjGV6xWes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiS4VKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8ig/+NB2dyR+Jbb7QScDHWi3vwmuKT7LLtU+I11SL0i+kOlF3jHHB\r\nj+lwW1As5WmUM4+MJE+CPa7q7tr738Pf1fcdqbBOBIYfvoTxZwxJ6LWWtzH9\r\nxQpd93CZEbsIHMJwiNlvohPD8y94t9BJ0HMsh4SAS1+V8TO+4guu7D8wn2W2\r\niy4WDw1vRdrO3e9FPgstSGnTZq1gVcxDAj452Drkcuttx2KHQ30IoMZK69Y7\r\nPUQF2LeJbGvQOimqN7mWbIQg0OlllyU0Y0AHB71NPpnQkW8ZzuYlg1K+lKpa\r\n2LWK0yeLRFT53OCn0F9y+/RAiA12/Q9N84HItrcMQi9TEKeKETyWgZLe8g9U\r\nKvcm9jBAi32SN6ruuuT8MyIOYGdULcuiit4aygL/baFZFk2JNj3liyjtE6tc\r\nb+lRYq7cor4COGNf6qIBatuKVXaJfC0Rdfn64y9CxykyPA6+ddIbuHPsomuj\r\nNvN0TBjo8/u9nkFqphHLctYcJGWerNZZQxn/yw8y9x+DhCKdaqkLzB6hsft3\r\noGUyu4fByuOloKX/pzF9VNLD/9quNaPHxNHlwQuy+qlSDlpeCaKVL1c5+LTt\r\neU6rVo45XjN4MqJh9czi2vyIcO/DtcGHnj3uw3kmnJ4vSeuzjQsaAG3ZzLSU\r\nVIeEevFBlGTGln3VRYaDIj2tTGA0ypsohao=\r\n=utBV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220404.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220404.1.tgz","_integrity":"sha512-elWxHN0rFMvNutB9Xx+Gl0qG7VNxScP6BAn8VliXT1nBiUax5Az6WYPE7Y0RaHr62kgAGJBf6Xrg63U5LKkEJA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220404.1_1649116489877_0.014882090990850028","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220412.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220412.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"daaf873cc5ca4c2802c3b40805b11591a31c06f2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220412.2.tgz","fileCount":29,"integrity":"sha512-QFBGV+xidALB5SwUJhCL+Iujo+uAziQYYihxhvd2InZaehvJ3MuSUFxxsOohn5xcsttvuFnPlUaU1Zw0tQjOlg==","signatures":[{"sig":"MEUCIQCQjkJCjNqKPcVWIbp/ziBvLIjSjZQ04sMiblGWzNrtVwIgWoYs5qz6SMoBPI0pk6/ckcG2Dsii5HD9quWfuAsGPOs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVhJXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpb7hAAnY8ZGn/pgFizCMtQC1RctyjjUW1lzClpAxhgmdsIphPUpPMF\r\nYJWVJD26mmD0ULw2yHuon9lXhyJSdtH9dcRljTaj28lqpmfBdHg5ZtxmGEnc\r\nWhDIdYGfW3dDEtjc/4wmMZucDtzsr1V5EZm0UEwcrK4vggD7QS/I0lv9dIv5\r\nzxo1GVY2tAqE9SqlB9q2XUqpKcMLZr/uwKu5ryzDcmDCoHLj/WTaFK089DMo\r\n2/NoxXCiQQ2WMrUUicTLf89CkGeB7wOYehKtQI2AJlxT+n6neA4f5O2PQeSJ\r\nb2c6LA+BJtgsWR72eX/kwoiSyJ1IOWRE3rrSbSVQHvpYAgig8DRM+UhzGoci\r\nfpTLPyNXfvOL4Xpl8rpQw4OT45hGsV4q0vZKG3r7XlesIOrCpeLkHMJ04V3h\r\nV2k+ti/fPPulnewLC+8wa6I9U4dXLJDpqsWJbi9uX+/kKTAA2pdEBXKodO/n\r\nj5kQ9UEq0CACUnQDuMzAUXGPr4WX2I8RVip0isUBQzco02FVxw1Tm9dnS2G+\r\nDxuHCqytwVn+ZQR0dPA1CEekwoTtTpWSf/4T6ef/cbAgBaX39aBAxEFBEncQ\r\nI6nsUjw3OLH1Pj+7Iu3QSgqp8tc6QmF6DnnzppUkEaXiXWFPL8+6FxYb3g02\r\nIqf0SM+pnDzIrnZws/H1EBZ+p0xX1LRTc3M=\r\n=2GTG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220412.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220412.2.tgz","_integrity":"sha512-QFBGV+xidALB5SwUJhCL+Iujo+uAziQYYihxhvd2InZaehvJ3MuSUFxxsOohn5xcsttvuFnPlUaU1Zw0tQjOlg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220412.2_1649807959768_0.6438576541633183","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220414.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220414.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"144700b6f339e4c47a86e27027175bf5630a0fad","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220414.1.tgz","fileCount":29,"integrity":"sha512-DVCz/a5Pi31p+nRSbOgvKYpdMbNEpEd9AGX87cSQSRn03yuPp6rkkIXenXxklWGjs7F0VeJ6FYyXfTvKIFeHfg==","signatures":[{"sig":"MEQCIH1bGIFFkaByuWlPbQLV7mzj0bT3tqTddEYDhhgHrR7wAiAQxabjx5fE6Msec6hyDXGYCDFcZrK830nNCe+Pd0vIyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWLTvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrD1g//XFwpU4o41wrPTZG62UfTjRd82wDTu2FrjvKQSSpLt3Lvn2gB\r\nnWgXRMRTRtgHRfcLPQKWiePbAJlp4vLDGK9jDWvFxhWzdkp6i13+v50F35Yn\r\nlYa87P/EjFFN/+sGLwPzOsSXtmfXLumQ1IO3rLQ2kybGbRm1yrI58kgNNbtC\r\naAc2OsMuzcG+5gs0a2u9uq6notI9/5lkXlru8UO7XTTJym+WSRKVhWUS/zsr\r\n8swliWw0uqMTtWeyzCMjTFi5OFedLCmiimt36SoiOvq5w4f+/ebdQ++ZflRK\r\nTm18Z8SZZ9LPcAQIlmYVN632FKo/xWUYl+eUmKLDkF1IwaujNGXCNmeDpGKG\r\n4GoVy/yW1YXteHXvbEe7/6MD3q9yDmwMt+r3pVRpdUiHRFDe919rltiorTSx\r\npRLpZJnbQZ5MCrmqW+P0bMiFvnexWPV3iREssMdNVKXTmS06yJPi9elvWyNC\r\nFEoNUqfottAAaDWfTD8KvBg3c0X50XW5SunErcNj0lyPRnZnqDqEsTNE/whQ\r\nkDMPEfemOqyL4o6oFQCBQ7F6LXuCUE0moNIplt/VcCx+Uq8vyjV71Rra+0MR\r\nVYLtETG6HAuz6zIhRg4qTadIpKADdJLqm1hvxo3f+ZyCplhczsS+YELqApYM\r\n7zaQfp3rgZIp1EyBJwdJAp6r6lvZi+CcIzY=\r\n=zs0x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220414.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220414.1.tgz","_integrity":"sha512-DVCz/a5Pi31p+nRSbOgvKYpdMbNEpEd9AGX87cSQSRn03yuPp6rkkIXenXxklWGjs7F0VeJ6FYyXfTvKIFeHfg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220414.1_1649980655271_0.025482628341571223","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220419.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220419.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e67bedad15c2c989d8eacbf2e7e09c99141c1429","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220419.3.tgz","fileCount":29,"integrity":"sha512-vDClHodJjCTqpVZ6xcVP/o42Ga/GjsUq7N9X5ar1BpYLkd6b+kyfvYEfSa2owAby7iSgt99LCheb0UWKkfXa3A==","signatures":[{"sig":"MEQCIEv3jAQoHvINDYJPcCfwi7hoq6ZI2XUV02n50TYS8bLNAiA6vVwasORQ5IYth9EcCNWiuNpdojo8Tuef6zhUCic2SQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78326,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX0yKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNrRAAhiGC1b9y1rCLznNUhzdQvX/NLVxa4X30quwbYRWum10wi545\r\niCt+s0/PPw37FQz5HonBEpQlKP0P+F1D3f1a2/6IK2k5C/2wunr1NcM2HT9h\r\nXhMCECFoyRpbFgTL6cgM66Xs7UufIQ6tqP3kDqIUXC7jiutDBDqYB0oF6eUb\r\n1r3PQDcEF7o2ZazuNw2qorLc6vzfqvkM8O6em2xqsuE8qQElruwbdyy3g5at\r\nouP5RRwGf1tjOTE7xKWP2cVQLuumaW/LG5E8CsxKkXolWsYZv7XDhEcW1qlm\r\ntkm5dI2mg05qXJ1SVHv1Kpydn1XSZIxgiab2Sh98/gyG4UmGgYGdtQ+We7yc\r\n6ampGGSE6mZGVzDg53P2bGv8nRydi7aTm4JMElFQInG+00IzcaB3o50g1j6A\r\nDJ9tU32WR7Lwi4+kpoOzXLvwIcYrXCRzX5o/RB5+0lo06T7Gi+uaK/K7s4Ct\r\nyrM6g6MwpSaatjoMQVcCGxRFNirRlJOPpsu3ea15M/FpN5liYN9txGogxdGr\r\n+QAPLPaP7NKkMyBRFwb8ZFcC6/+YgZs/Y+jTHp1vZHPAq2oS5vJpce8sHUnY\r\ngBwh4lT9cUvB5OjBgBjrSZy3rIF6Nxx/eGSo8BaHEThSnMX/1qaRcz+Har5T\r\nSWy89aill/wNCh0VIZ5aCnDVlZ1Z675HVk0=\r\n=ZLqh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220419.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220419.3.tgz","_integrity":"sha512-vDClHodJjCTqpVZ6xcVP/o42Ga/GjsUq7N9X5ar1BpYLkd6b+kyfvYEfSa2owAby7iSgt99LCheb0UWKkfXa3A==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220419.3_1650412682072_0.55904946005421","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220421.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220421.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b07266a05229d57be9268dbf9c67d639d2aae77b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220421.1.tgz","fileCount":29,"integrity":"sha512-UFPnL0rU9+2Hke7de1D4I/OldHQGg1123tLL7h7mh32xNo+H+o8nzT81ZPWz51Uh3fH9kcPcAUFenm4ZrunZUg==","signatures":[{"sig":"MEUCIB7akJmDAfiJpgxPzSW4s2boX/OYaS97vK32h0N334xLAiEApjO4TiNYthGCstFc0ABmEpGqpd04cUglJrq8Lz8FQTA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYe+tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKzg/+Jf3qPi/kJaJ/FwLoyIMwQUSR4OU6w40zr/IG8wXV78kYkFq0\r\nbhpfFX+cvaQXh54weAcr/Jli4N32iI622i3Bgdx4/sp8RFr4Fn5QlgZ/OPe+\r\ntVJ1Zfo94gCwvypGLFisHLodnfzc3+d09ljxjeT12MNQwjCfZBtZxryAj1IY\r\nqd7YeImujYIjkoKsY09MAOCud8f7vWyGrvIuSy8RxY4rYaTVgfaOReWxVqsS\r\nwmT/bElTI0UHAEFzNOlcZaLmnsfrQ6l7V7e89jwre1crgtaQ/W+9i+3s8ifO\r\nusFz+V/n+kxJK1bUr+htmcqU/mvzsSryIjviSgmFr3aFUUk23kz+HqmAfTAV\r\nsZkFKEAnLzjt90aIkHSb6IrTbsXJ5K5USkN0ptPebhX43lFVIM6IkSjR9Lla\r\nWEQkleNZBf3+iL1x/lIHPvYpXJMNzfGDl2AvJCb6WkFsvNbAiRBg2RnqDLTX\r\nQd1bXKIsM+I0fKQYxXX6wNArnr2/qaZOxgOA8FsisPgsDsnuniZ9ZZ6aN+9j\r\nTY4NQmaQNgrLhPYjwsVb/aX5JdTD1dIcFM61HZtyHemp7w2+qHKBkaeNBf+n\r\nin/W4KWfwSWiFedmRjH57ul9IMyzqvPPeM3bfsWc0XTKgOJtoi1Z7msuo5AT\r\npm1/+5nhtzJckApbb7tQfd+PJXuONP/sshw=\r\n=oT8b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220421.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220421.1.tgz","_integrity":"sha512-UFPnL0rU9+2Hke7de1D4I/OldHQGg1123tLL7h7mh32xNo+H+o8nzT81ZPWz51Uh3fH9kcPcAUFenm4ZrunZUg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220421.1_1650585517143_0.02530185468747348","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220426.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220426.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7f3c8a16b964b3997c4a3efa9ec7e2a4ba329b49","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220426.1.tgz","fileCount":29,"integrity":"sha512-l6VRH7fYdc1pB+nFxFDcP28f8ZVuIbBJI1TswgCR528sMtievgWssLA/jGYsVdzfywURLHVectKJ381mUtb5qg==","signatures":[{"sig":"MEUCIQC9cABo1zUF3rkcyiAm/zJe3VL4bHxbYv+KIPkBP2vleQIgaBfQvq16OtQjtFKs4ZSrqWOSr9qKw1klAmFGuI/wXnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaIatACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR6w//Xc7IrZ3NqZ7LjIzi74UdUIzOS74W0l8kiXK4p811xApDAaLf\r\nU5/yH3BWLsTLyiJShfF7QgpAzNcPBkqYzGvDjeDDV+ZaXxCQIt6N02SsiIrR\r\nVYiDYSx0z2+3+xhuSsED45PpK1Ih82M3In95RMjrMbihscJ8ezUWRMQnZhMO\r\nmgVEz9NuID3GKblaN/uEAqIxeOnVSi8w6TByfz3WuWJ8Hgjw0QhudmrvwXNO\r\n3S2j5IOcy90UB6kZUAWGpXGe0iLklOxSgwQGmnE2+aZm6j4hRxv+aK5RRmI/\r\nync4Duk6EcTOgatbRHIiVsM81nQbGg/+zpodmpTdZpVDoOYGYOXh+zX1HWb1\r\nhzqOWJNr3y9IELl4dhJlZnVDJMJzfjvkwejQ5rUIoSlurgdczafn9pweJp8h\r\n60XbRFuyPrP6ND4RvIr+4KUHZTB8kAv8TSIEyzk36entYPaslw/eY+tCGk9B\r\n/2fDvLuPXCMkMeCY2R9tcoBn2/SVcGH7mQTidS7Glmq9DIVjr23eQtUkgHUF\r\nGPOPxl6es+WM8xgYViAs5XD54v74DtS5iVp2j0UBsh0liWmmPkDSUp7C3c3b\r\nOKl+mBxxWvsMEWLh5Zat1GlI3TrMEVQeNeBSsuvuWD7oPjZVVA+VYNjNaAbt\r\n6MQjqLhtIQDgtXU56wglqWmrXDeN89bDlzM=\r\n=U/TV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220426.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220426.1.tgz","_integrity":"sha512-l6VRH7fYdc1pB+nFxFDcP28f8ZVuIbBJI1TswgCR528sMtievgWssLA/jGYsVdzfywURLHVectKJ381mUtb5qg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220426.1_1651017389062_0.8646319956565374","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220512.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220512.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cb516d0bcec7a29e3f6cc5d02d525352c7a4a66d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220512.2.tgz","fileCount":29,"integrity":"sha512-AsNIgsTd/oN/ImyrBnLzNgABGdPn2JftnJRiFjYgzb+5dWDwT+p7KM93EgJ0QW/V9ZYiBxw2KG88Ln/z9Fd+MA==","signatures":[{"sig":"MEQCIBREeGvbXGj+WhDIFusLU+fOXoREAFesOkccA6prsyJiAiApzJrRp/gCp84wDqvqlhcJ32VTxiHF8bEsKiwf7ZF+vA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifZ4LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPGQ//YYzy/4z0h8ENr+WkqTUxekr8C8PtD08gN3nCdKYP8qS6W5EX\r\nDMVIrYwSsCM5gWhf2ZJKfCmX1kah+Biur6T77fkD8bjGbnNAT0oDTm37RPmN\r\n8w/YhYKXN30vJujVkYxgIhWxvafVTm3RvI0FS0L6rRautXqgQp6ZcrMKMckP\r\nh2mF9xEtQOx50kBjp2zpe+KQaawlYDLsiSdPCGneD/lIjEw23tOEa3piyCnV\r\nj/NXHqeo0wtVJQWsY7Ht4FcNx7Gc8YQ/J8IrdeV0n5eSF2mFjsoP1A/tFlKm\r\nfKVX8Jraal7XNQso2V9OlZ6zQAvLNeJE93Dg6JXjWhhR2LaWKLjIFLeT/7pS\r\n3BQsj6g+ioEWMbHY3e3k0KzZrIHFu8x0ttVFy0TZMjw8kHUDz+fj1PyOl229\r\ncCZCohQEEZPYNyWMATvaPnfm6QXXdnRRi7lz9iI80sJ/sNAltHgpexUOsm6g\r\nEZtGRU3QyZe+fpgu2HH4FXTjAD6/4Q6iWQmms1HCA+woObXBx2Dwq6HRLh9s\r\nWqUNcQmKt9Fba4zLtot6w7vOj4V6sOsYyd7tCVqQtN/a5YmuSLlxgd68/MPt\r\nO2UefAONBN1+bE+ZsCQeI/4RfTB9+qgfVoyrObPfQDcG94T5pLgc7L4zX9Xs\r\n6DQay/zMVRVvjKAU+XBZHXu5ekIj3Ufofwk=\r\n=fU6d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220512.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220512.2.tgz","_integrity":"sha512-AsNIgsTd/oN/ImyrBnLzNgABGdPn2JftnJRiFjYgzb+5dWDwT+p7KM93EgJ0QW/V9ZYiBxw2KG88Ln/z9Fd+MA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220512.2_1652399627191_0.3751904383244893","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220517.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220517.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8c916e8a75ec892a632152eca82fab37f0fc0e41","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220517.1.tgz","fileCount":28,"integrity":"sha512-6Uv2dfQIjx4CRbAGc50ovWs+W9rdxuJ6/2dzwmMtm3SvO0JwrqY9e1wjwOycZvsEFv6Q9ScpaU9yXadS+SNjeQ==","signatures":[{"sig":"MEUCIQDZ3/iO7bmtuByhw/DXiwrYlgnSXzkNBeMEuc6jSuEbKQIgTnI58wUcNjqEHTl4NTqEEsWg7NZLSgNwLUqSc61PpbY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihDXNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolsA//bze42eBsFTafqYWpLszkgKT27aEeEPYh2Ip6bdhyQLAH6dCP\r\nood9IVLgidgGU072h3mdMLI/i9Zls48DEvvtNG7P0ZFRWYO0704PgBqmCVDM\r\n5o7NF/18qPwke6qcwFrjNgbuSYddbDErkuUH2nL25E2EIJG0N5GXUEICi//E\r\nlDmz0S0miWXmEEhsFWWOMBPOue7H3ZRk96Ibm99U5SF+FXMlj/dZD4T8zX6R\r\nOfmcfwxg3JvZC4Kcs3Dwrea5kYSrO0p09S9M4R9VLstwm953AnknfncgHl6N\r\n/mB8nxU2ktvSVBjwFeUiin2pnTF7mWFFaiveMR2TDajtcAs9x00QPrLTvSj8\r\njgfEnpSdN2vUyjrm9wJbI4ghtG/VRDL6zf1YbmzkP1eDSvodm0ccs9Ql/1TO\r\nGHH2IZXODcbc0PPuSA68Hbxu+Jp+40F3qIb3gYnyAAY+rk3csnBBXdfQCwzS\r\nDvdBv2cK3RXmn8g/f9dcTOhWM4YRsDyfUMsHA079Fg5ab3PpY6JYCtCo6e/l\r\n+x0IcAMnzajb4PxIPFle/vUVqCILlUOTf36BvIcjw+sNmh+WXJsCFGwc/E1f\r\nexEGqqDniO1F4X0pBevGhj/W2M41DG0rrl9tu2h7EKOIWFY4cOYx8jykF+/F\r\nMc4ViFWwcGazPcLMbBbQ3iEqo5Frf7uiq/4=\r\n=IFX+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220517.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220517.1.tgz","_integrity":"sha512-6Uv2dfQIjx4CRbAGc50ovWs+W9rdxuJ6/2dzwmMtm3SvO0JwrqY9e1wjwOycZvsEFv6Q9ScpaU9yXadS+SNjeQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220517.1_1652831693647_0.05381156348272187","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220520.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220520.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b4928f6d09321d29a387289c32c541f46b5815e0","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220520.1.tgz","fileCount":28,"integrity":"sha512-9s7ZQPbYPFIaGX+UbTXzGXkaTHcH4Y/IWOCvsYQ2kKw6hzioam2bMLSF7VrBJhXcm2nxH4zkldB1XYWtLmai1g==","signatures":[{"sig":"MEQCHw8Z7Q14vxaaLLamp4EGqmRttfnRaXeveZHmeCQnD0wCIQC76owi/Q3j5+TmAgJ129Pan+KD7MAyNLL3nB9vAPuLHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiCq9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqccBAAo7Drfq4D7MTP/q6kqEfQGhc6FCphtNdZR47eJPegnb8TJN8Q\r\n7FxCgmKjBFvyaAQxMrfXwpewXRPTu/wPyewEmZtcqOwzFKbiISKqqcxS+yh5\r\nkVPq0UwX1cYiaoxqSzJ/hn7W0ISArevuSmxtnFjpaV3SqoCOk6rv75iRo4VL\r\njGIoA10JwxbHhl4zr18L2pEOp4BnWyjgY2zwnmTsFHD4tohyxgE8UH2FwqGi\r\nzjRUiVA6ZbzAgyqiR+Vdj6/nuucc/0/IddbOOv/KJ2r5uBhDdry9l5RuVhp/\r\nbvXmN282hSMzzEBUM9yuCr2KqTkI+n14NmXRtRr6kg8xYvglpUuAFh/cH9cG\r\nNzkHdorxzmPzdh8ONg2KIqaXa7rfzjiFr6RsWRQJtCQxEXXbLD6RkkqYJGPa\r\nDLdT5KUmfYHe81HtTKnOYMKCX26jU+Do3fobVKR/7NARplJZ4pwNCa8YIeDh\r\nxQhJc9IUSmQBNMDoqvNfRRzLa/9tfeO0LTBLTb7DJFEARyCRJpxtJmFsZsN0\r\nLxUxBB71VSs2gr+Gg1aGJZqvI7qNygSH72vBlXY34WuyVN2o0xyk3KHrovDd\r\n4lv4Sv9BiHvDrGsqY82j4K9GKP4SvHODc3xyhNTP2sMFBaK+ORRSSsRKuqrq\r\nxM6nYGcK+7kQf0B6AsjQzUaa6cBY05EoCnE=\r\n=qyfF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220520.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220520.1.tgz","_integrity":"sha512-9s7ZQPbYPFIaGX+UbTXzGXkaTHcH4Y/IWOCvsYQ2kKw6hzioam2bMLSF7VrBJhXcm2nxH4zkldB1XYWtLmai1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220520.1_1653091004934_0.679194416887259","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220524.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220524.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20220524.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5da06c0b16c62c3bb0e7950426d77c3ba00d7c96","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220524.1.tgz","fileCount":28,"integrity":"sha512-upYgswK4tFb06fQm1iliQbDBdUBFW77QjjWDrZAeY6vdhy1NbQCryL/wUdy3+bHimevhKBuGJopS2eYm+VKYAA==","signatures":[{"sig":"MEQCIE+3IK/T/Mqeu5x6bs7fgbLYJVMGS0GGkbywUR/z+UsMAiBa7qwsYpS3ghREWmdXZ8OQbgVhvibVNU2U+3X4gFlgEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijXBbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZvhAAmOTIOQdWIkagnyV3UMA7PMmntXqaZHldkUKhoXDtTQqL3zSi\r\nI5dJr5tOl/xjuuXCJC/piILEfApctzfpdcHEK2dgT7Za3AKxPJel4VWRCFZ5\r\niCS2ha68rWTw1sNAZZKP4EUNd6kgzhOB3vAiwwRcl039MgYUMKDXjG1F4aVr\r\nCjfCQdT7OYh0kN03bNmn9pOckNLJZMP3ecTgyFYxhPbg+D1rCHWQvwFppWEd\r\nJW36DJbg6xunFmu9u+1HD6zNA0qqiUL/I6QyikofVwtWeZoUpMmgLS7Z5iDG\r\n/hBGsQWHNxJqbc5txHzqoDRfYtHOsYt3bp2xZRN0+J6YEhm/ySP1oo/sIEs5\r\nuBnYxuTkFKagkzC0aWflb/CMFP69X4e034wEL3mMIhdzMJ28VjzrrcFxZA9R\r\n1l3J6eXsRlIWGzUiMzlSpYfwCCO+0vGvaIdxVthFWzGQCGbY6Gc3jKu7fQkb\r\nCr3RcfDIDDMDD02fhDyAdaymZA6T/RAtAXIdrg2f/OC6vdLHaQeLTX5fHo+z\r\nabRJyKJs5FPK/3nFtY2mx1zBtd2lO6r7xImDibTLDMuzjQdr2OGtNJYTpr9N\r\nNNv2OOxZ/xUWbaW38novfNw4kBl5etLpCcP1JlVahljrunWsHN0VmWeznUK4\r\nvi5xEhoRyFpPrcP8LE+hFyWbvnKTr4wkVK0=\r\n=ReRm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220524.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220524.1.tgz","_integrity":"sha512-upYgswK4tFb06fQm1iliQbDBdUBFW77QjjWDrZAeY6vdhy1NbQCryL/wUdy3+bHimevhKBuGJopS2eYm+VKYAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220524.1_1653436506904_0.7017788580445308","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220615.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220615.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"34161f73cfa07c927f8e7304a5bc343b0a3a1b3e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220615.2.tgz","fileCount":28,"integrity":"sha512-isXTAwElYteYTcZcoepQDYTWept2qcoGTc0HUqCyrFrGhGHHEnRRiSXqNWkPLFLfUB2ttbJ6mgtmNFC2V0HXxw==","signatures":[{"sig":"MEYCIQCa2AW+Ch6Q8GkIVkC9SzE769elEtjHAAS+FzeTWhJf7wIhAPRYzxHgWJy0N9ZFOOsbnDfrG5a1SPH7GRafku0BIAEu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqnENACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmov6A/9GunjNH3Z3UXJv43JpQblEV63SA+HKgFxE64WC+a5pm++DWzs\r\nsdbDNGgvdPaMKZVoFRnBxGS31TGxviLH082099nUC75d3KMWgYUYFSEbg5zl\r\nc12sw5IqTCVUWDo4PNOFTbj6oiHxvBZ7qv/N8rFq4UnFOjuZVWScDgXmXdx7\r\nxTCP46whSP1gQZ561SoaZmbW91f0iHeCyHgfozOBzvt2rjEXFkYt0By8MO1C\r\nySnF8vmHZFgcQT5etqmeEtsl6cvkWK44c9z0s8V4HqB9YDLG2VcS5SAQNTfL\r\n7KI5LKOiwhXSift4QKL2VBGzSI+Joz1hM78SRpW4uJiDgfTJRoL0osoNvakh\r\n8USRGUko5IhJ4dP4WkZrreM9+HfHUY1l3dgNtUi9DLemia0Y4bMmU+1n7gr6\r\ndH995yMQsYRFvqwjIF3hM3TL8wUSwY7hO7JBcu7UxYizTXAZjj5az20Mpj63\r\nEjLjT8ajWHQVCbxdgyK2nkh4MLJ32KzERTUWID9TqavfxNTXWLu+U9a4L+01\r\nKwBVLeA9zBsodjeo7m40mCjF48yWKvU2ZzvZeBsjqiwPSRF+M0WbUHoKZahU\r\n+DkxHuOG8M+YlZ4KBo/H+fM5xXKnOvWnNtG9QZzDVnjGBljUrttwpLtNQb8H\r\nU7PMrXLRM8vgrYukTosNRiypqGCgr6kvpqE=\r\n=6A7s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220615.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220615.2.tgz","_integrity":"sha512-isXTAwElYteYTcZcoepQDYTWept2qcoGTc0HUqCyrFrGhGHHEnRRiSXqNWkPLFLfUB2ttbJ6mgtmNFC2V0HXxw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220615.2_1655337229145_0.07529857583979505","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220708.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220708.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"23b1837c0036d1cf56ffc26664bee92103754742","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220708.2.tgz","fileCount":28,"integrity":"sha512-FAeLMUUFpo8ca3ZUn/NcWr0w4M7WbULt2To/EWDolOZKXRHZZuEpAp1f9idGkRMnUR5hz0e1Wx23H4LUP6kVzg==","signatures":[{"sig":"MEUCIQDbtE62G1MuYKu9t0SFlAEyWWeCaK5r/TtpOHkfxdy4wQIgKSPDeuFvVdRHnmVm7ij15RFqd+AOLtXMDZFDn/zyIYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyMNtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAvQ/+LU7CbyGxZib1U3a5L1DRdayHDNiUOdYuY3R5rHjIr2wSmcFF\r\nMmyiAUBf4XCuDK6CPYihs2MHX39Iv5hIcYUOS/VNjjVI4hUDb/zvj4JAw6OC\r\nTrGVtw3/O+LaQiLQ/AZH/4v9c5+GV39SRXbKZIVQFhD06ZUUBAikaz98XllQ\r\naoWah4TdcxaYgqvsVrADVNXxYZ3vy7nHlbiMzEF2B6QP5MtA+nmwRjuOLnF3\r\nGM84dEg2br/1yOsGxKUqNkdfkTs1VjKIrR/zLJmR1ikb6RZhzej0gnHBGyrx\r\n34oOiLSbhv/9bCylLdWHKCiVyrfbtQAXCcb0LPFcQo0CsoCVdOfGDGRSXZ92\r\nFYvjcYs36sy+0e4i8uJkcP3GCFqwC6F25dOzYTMkehWrTippaiN1XNum3tnZ\r\nHtGd4uEhsin3HzD/30fDxpvo6p7d3BOyDZ1KNHY/tOdlmOxnvg953QqsBB+2\r\nUAZGLd5ItsnqrQPywabufUwS+TlzdAbCIpH4z08+eQ1c8cj8xbL3kfIdH4Xd\r\nMbgqMV06BCoBfhSMFpEFTc3lqH/SvOqoI/BOCqdsK4Ab3pbfzfuJT3kFXEuM\r\npBYQWQk8tWAeMOinpW/WHtVEkgvr54o6b+hhS+XmtvF2XcoazQX3aOmic3S4\r\naiFGJJsTdZh8oLBxoNjtSCFJoewPvGxqyEg=\r\n=z17r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220708.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220708.2.tgz","_integrity":"sha512-FAeLMUUFpo8ca3ZUn/NcWr0w4M7WbULt2To/EWDolOZKXRHZZuEpAp1f9idGkRMnUR5hz0e1Wx23H4LUP6kVzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220708.2_1657324397200_0.8406395519910523","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220712.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220712.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"934df2b3625822f8cfa98481f1336fdbfb59ce02","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220712.2.tgz","fileCount":28,"integrity":"sha512-Wmu6rCpKMGaGLt9jMQWabwqHTdiV61R75LVZF7Sn/SOPqKERqFcLKw3uFITcZSmbTkKLVCRXPg9u+GKEkPCVIw==","signatures":[{"sig":"MEYCIQDmllMvlWAigp6nyMF3DBNBKgkDNNycQ/ItfalSw7Nd3AIhAM1JVN1HZV3EfXqfYT3sTPFC9emDW3KiHM7efgvbcuLO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizgn4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr87A//WQfyoj03oCpDDTJBzJV+ykoDrVj5ZYJuBobaIEZeqRU2QYWU\r\nsQLVzIL+P6ynTnPEVARc1vcQJ7amBYnXBuj41JJBcQY+fKV7Q+JAf+UzQ7QU\r\n4R4RkGoJivAuV/fXGxDX7vKgql5E2i1SIOa0nuBQ7dcMNIypyLwgrWjUFxqV\r\nCzLaKO+9lmj/OR2ksfBvXPtW95DhkeJoo9SFI5LI2A28TWxNYJIbIMCrV56t\r\nLD+RdtC21K/qxwL12VPbMWCi/enddpBz/a0gNASdRt1RsNl5BrH0cCcXt8m2\r\n0r85OCPmU5hztCWY4Us6cr2EKtnv1/oJPUbxeNMVTECt2dx6+Zt5c62izbtI\r\ntcvFn5N5O56tleMHGKvzq3yoPdpZtXiiaAX2qtL3/yv4JYMLt34lC8WsqKnK\r\nl8vuA34MsyJ/Jh4cNldBFP/cp7s1CnTUdlSoJC+mVh6M2wUCnc7l/xTWx1ew\r\ndsK1f+CGZ1NOrjjr2O4VI5ewIPRymnLsxJLQ2/4wuOHNh1JMsWGqMhrkl7Z9\r\nq20gacbYhEQaK4HdcEpcnulAZWaBIXy3wlzVi/S0Y4ABmEcAw/j1vJXwqNJP\r\nppMWj2Fu+c31hNRZZ4XlNDh4A9MHxpBqMxp3+zH7vSKA2kyahoCkeb2vVBLN\r\n/LfCNNWPW+KUcep3Gwbei4c0gESrMqdsy2Q=\r\n=XW7B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220712.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220712.2.tgz","_integrity":"sha512-Wmu6rCpKMGaGLt9jMQWabwqHTdiV61R75LVZF7Sn/SOPqKERqFcLKw3uFITcZSmbTkKLVCRXPg9u+GKEkPCVIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220712.2_1657670136015_0.8203027677684906","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220804.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220804.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d61326041fb99bd960522bc6c6f4462361b808c9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220804.2.tgz","fileCount":28,"integrity":"sha512-YqTwXuj62vc49Nf4bNULTZx98zUKCUPNRn889RQWfEfS21NXRg/4GTTImMidel11HtNcXCfgrAPqqD/hP4nX1w==","signatures":[{"sig":"MEUCIQCHW+dpdK56XlROaOnTliW6IP7EiR4KZUihPCJlkEVmzQIgPJjSJAjEptgFlA5vCY/1Qq0LgqrwtG/3yp3dwvSu6zY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7F0iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxKRAAl7F28/N/eESINt6Xv26msCXWprPlhjYgz2HNV+/lNDRLGdxu\r\nQETmBu87D8P6x5Pecpkphdhj004eU2nG6iWAWeelVw35hS04QpA4KAyo28kB\r\n1TUyy+BCvNYwX/RMw4/IQ/GMQAMua/+7DBCVbQaKpjSE0QdQ9R0SyxT4s/nt\r\nZkNsRBOh52HDjvFhczIOYVuCl3kxKHv76anGupKtSyA2VfhC9sFKxJRJiKeC\r\n7B3Eu7bKUkWulMk3TGl6xTW2S8/ItrDhaiYTTmAFoP/QA8Zavr14b/VroTO/\r\nIc4vwdQpU12uerRDAixAg5ISsYgMHPnPtqH9VNm5/EDWKtcpjwm1IO4RrCNw\r\nPyNXaXtUZJT5T0rJKmhiKpESKZCBC+lWafaE8Of93eaXR91qmBBF1sz9Xtzg\r\neIh4xZq6P0YP3GxqGAuhSQ+uoEYvl+rBUEzC+YCma9B7r0g5/KDYkPOaI9Hn\r\nt8qR/0NgckXrzMGcvogc6xCR2YaAOg9qdSEYzIcxxEYf3tPfs8BhwjMU5hJa\r\nhUaBc3+o6u/7AhMDTY8I/Dzftg+QWO6NGNFqC5Wefwb+rhA+VFNxLAUijLQu\r\nJg0RrcV93L/EP6jeoG8VJDqAOkFSSK4xYhInda49MCMZc2BzZFFMEzzXfRto\r\nLKWkwmaGmpkP6KIW999NfA65wxZTbtqIdZ0=\r\n=/EDj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220804.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220804.2.tgz","_integrity":"sha512-YqTwXuj62vc49Nf4bNULTZx98zUKCUPNRn889RQWfEfS21NXRg/4GTTImMidel11HtNcXCfgrAPqqD/hP4nX1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220804.2_1659657505889_0.872249487605858","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220914.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220914.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5b352c99c65b3aa295155ca820a890484e26259","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220914.2.tgz","fileCount":28,"integrity":"sha512-++umAnTXSUAbGZYFRHwmsIBMNVc00yoKUIcRAen6/YvvyaDLMCHuk8vCgKwKFpsg+XBpLWZY7VtTFQC1oEqhHQ==","signatures":[{"sig":"MEUCIEzsSs3UtLCQgSghnJFNyW8TKW3zaehRiWwVGjLpuWI+AiEA7XjkHtCy4OLGsrLAPFRPke91mzXK3HGGD3YHWS/TtvE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjImnCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbgxAAlvktYYfxyCLjsCGwg8DsCNm/tD2XtT563HyA1AZzBo+CCyPp\r\nBJUJJ620/bq6gJdwgfUutxy3TGwjGmQisogZL8rrUaw/UsuoOvB8fh/g21eX\r\ndIoeROONBJwCoy2NHMl77sgbzQ1eODWNfk8ObTOBlzXSRwr33U7ZMaAR0ptq\r\ntzH5foPfWJKA6XeecuHxITsxKz01nQ6riqcL7Qov6OsUBgs209Zj5ozNotei\r\ni/2V+MmghKlFWCFSnxkwmFQoziFk2JJPFCbt0amNHTRP3NIJZZ539nKXJCPb\r\nwRoPnjJG2kWKX5ezTuUUCQTC5h+eHuL5FZgv/Cw2Xiyym4VIxk7FyLDt5kXT\r\nMjfSPhTnb3OC/x9+0AnkSBrrCL/LL1s+wOttu+pHsp+Hnr6dyZQIuL/woTWg\r\n1s43K7qPcWiYvOvpRSMEq5cOVLdyEFhqi9yBWFPhiRTvMRrBjH0biZHzTu5U\r\nVgpsSWIfK3YvFnYAg3bWQNbrUyTHjzVzidOhGoyQKXgCYrsdOEDKhr5oAjmM\r\nS7G4lUCYs06CIePFR4x+ztgvX8JOcP/dM/JaT9aOFNQGh46jl7pXggO8icXp\r\nIrUuWCJOHve+1NaycBOc9wxHeff5QE5UryyQIYRJZCqTFbKdQ2YEEFDvkbNX\r\neDgkxupv5Ce/DMMksTA9bslpBXr4VrrNWcY=\r\n=FjVn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220914.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220914.2.tgz","_integrity":"sha512-++umAnTXSUAbGZYFRHwmsIBMNVc00yoKUIcRAen6/YvvyaDLMCHuk8vCgKwKFpsg+XBpLWZY7VtTFQC1oEqhHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220914.2_1663199682255_0.454151419183799","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220919.5":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220919.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"af600936e891688719f9513fb963515d40877027","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220919.5.tgz","fileCount":28,"integrity":"sha512-JccKxkMHgLKj/FoaAh8msN7HcGQC2PDKWrWmCs57mF+0t+OnPqweftvG9ZFx3x2+vTnwstKOgwHaHk8WWfKT0A==","signatures":[{"sig":"MEYCIQDEBU/5GbwuzzlqhUH005mPvGjBlcs5UBeekD5JOJysBAIhAJ0p8tgzTRoXmgFHprsDfOfMhM5lZAFrZUGSWSyy7Gyi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKQI/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWOQ/+Li/WYSU9AcXxFigJ9q5GQKY3JCjTR13vJOePeKd09N0V9LJh\r\nx5/V7vWURAhl92driM4zfoK0tol1A6wSxgDNJABFVjXcuYYkzuRyHhrVAbaj\r\nr7BAEyTvSvqP3mIakVHzm0Va0P32n/9HwdCL5BH/ZIxx1kChuqPCBBJpp+4/\r\nhA00ws7/arT+9u/WH/jFmaUQRaZV3NKIgST2NYkyylWtNL/C/ng+nJWPovtQ\r\nxQnAHRUWY2Wzxowzc69KmYg7UPN2+F8QGmPS35TsaJprcaxl2yciRVBfAH4K\r\nyLaZsUbossemol1x58dNX7BWqE159kHTgjn7y0KJF65nRSTt2DGHER5ND4Y/\r\njjohYTGOsyKY9i6SJEL6WYgrUD8SSveDEyUa7xqgdKNwQn0/pVNNRPTPeZIO\r\nVcUK0LnzTNa9nIIeadGjP4IU9VW9F1pdonG/lon3LMIuGuCyFDEM3ffQnkoy\r\n1Itli3xNLA03hB4WP0jTwjr2qAco1TimQauMHPiLXnIys0H/FD+HSZ81OGBQ\r\ne8XEQwIsMLM46GvQMdGN6VWVIFYT3faR8W3loCERoTiC8xQGOT8orIU6EBuW\r\nkK4d5KIZxcwGpzKv1URSaAr14qKS1WNFRQPlR3vCd1TD+00miLGkZhJSDHwL\r\nZSEyZHAn66UsqHEHwI/2CwJF9YrEjFsRBUM=\r\n=h8hd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220919.5.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220919.5.tgz","_integrity":"sha512-JccKxkMHgLKj/FoaAh8msN7HcGQC2PDKWrWmCs57mF+0t+OnPqweftvG9ZFx3x2+vTnwstKOgwHaHk8WWfKT0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220919.5_1663631934997_0.38187239767601944","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220923.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20220923.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"96cb69a42fadd7f4c5b87dd86e68f97b49e5080c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20220923.1.tgz","fileCount":28,"integrity":"sha512-J8864Kkd8mPjwVSU9Vk/fzS82fjQ3BaCvN7FnG51m/MkgO7zzuqheaEgRiLCTWayRMK8+957jzUSGqYfTMR8yg==","signatures":[{"sig":"MEUCIQDRUUs+V8+YTg3bTgLRK0NV6EE5SUY+1SJdHRfc7nI05AIgSfn3Lz3EFV4qIU0BpSgEsm5yr7v0xGYvElsr3js1QSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLkeMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3fA//Qgnzpsqh3Q9GXnedScZHmQOmhh+yn5l6NQyZFrTorJNWcEhj\r\nVTjQVN66imk85ouNF3Caok1xvWycX8pJllzsfVt/UWUVOr9TvI91opPZCx7j\r\nbz49R2gWrlb6Od1xCsuC5pOlUfznPWpEgKejUloargtUb921xmO4T/9c3oAC\r\nza9vPlEebSgzNlIEz+q6iD/ziEW7kWyknyRQdC7UVr+BcDWWAX57i7B2Xvwd\r\nSWL/ZT+i7RN1JhikyJ+pPacoxUUhAZo2WBogNhMA/b063pZSEvnqZmPIM2tv\r\nrjteQmtABePjZwaR8D7bm4V/Lkamx14aYP72Ss5rKHHmQV5AhYTDNVygHji5\r\n5uSC9XQz5vQO1+bO6a6PmkWeunKl4AhxsAhB9zcqCqrz9YSJ+v8awOxcYbN/\r\nUyRIBmIg9zILik1Bsxa75F5+PFZK4muIp5i9UXB4ragylxLxKfm5BfPtmGmM\r\n1Sk4rmaEKVgHxM2TaKvU3BB1THjz24fJSTpIpB/RefOQYXDjClgDyfVNEm0Q\r\n2n0dC0FaLbPO0v4qo+tPRAWqcTqgKKNhGtEi3Fbz5LeWO2mAdTvmS6UYgGHr\r\npIR+bcZEcpD/H57xRhzk/kBzjG6h2cu2i4M1SOfuLBF1TpvBladC6H4+wJk9\r\nIv0JCt6vC0uoYY3mFIDO/3Qzj7bjGMAjJUY=\r\n=6p8O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220923.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20220923.1.tgz","_integrity":"sha512-J8864Kkd8mPjwVSU9Vk/fzS82fjQ3BaCvN7FnG51m/MkgO7zzuqheaEgRiLCTWayRMK8+957jzUSGqYfTMR8yg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20220923.1_1663977356044_0.3666492349000199","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221013.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221013.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5d59bcc0e71336c1a5a5797cf6bf1a0855d18bd1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221013.3.tgz","fileCount":28,"integrity":"sha512-8yF4yjaxGWU2PShpChlDk4gNjPG887NrYHToDztnpf6BAh1ufygSd4ULcvMWfln0oOkDWB9H7b4JjlEzraeofQ==","signatures":[{"sig":"MEYCIQDgu6Xv69uAf9Nx3et390elxLn/jQDhuNNYYNjmROBGSwIhAI9lnUr2NaFNugAwqD2NSycXQBIzsibSWK98wPhbWlIh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSKs0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3qA//bHqWyLFVfm6cuw80WcsSdA2PY6tXPNkvL5PB4RQ2YnkhDk7m\r\nuxr8l10/GFn7dF9LORBDMUaHyCvRW7Bnd2/zm54ITnZW8bimTjKEOOkVRtah\r\nZeBG0ykgyhUdqO17Z5xAT5WuJV9siBjK6xOU5/g82hrPafSekSq1UciTh7zB\r\nHTLXhjNFgajhSbz661Naac9rqU/5qXwZgXfDLUXUN1N6K2RmujBMb/2I/Gcu\r\nRGCIFG/ifACtJhTaBOILsugVtz/w1Wb8LVMM/Sz3nabk1vxQRsIJRLZqo0un\r\n+jBIxtbq1TgY5anAjhpryMciKtqNcy0c+aOpzEWMHBYlk0K8FJTsV4Sh2NGF\r\nrlMaHnHMnJRIDuXvKSW0sle2TeUbcKHfDly6bi66+FNML5w51ldES2dd3f89\r\nvTtMsTO4FqKD7Iu1twTy+WvmzFnKO3661cvujAKxa/O3pvapjJieBl5hob5A\r\nR6tX2Xlvp3QOvbeq5SuXavXNSfxYyMKIY+9Yi9po5Maj7TTcAkM3rp91tyvc\r\ngpzJjsof34zG1+cOdzEKuf4sW9a9n8ZdOMdhztKgjHz6NjrIlE18C+8+mISI\r\nffblX5K+X0L1cZH0LGrMCc+4JvR9rSLTGi2k4dg/kJOQ6P0734FzgvUtzKyo\r\nAhPkZyIvsPPuddb8u2GbVlyKH4PrG52C9kQ=\r\n=aNOu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221013.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221013.3.tgz","_integrity":"sha512-8yF4yjaxGWU2PShpChlDk4gNjPG887NrYHToDztnpf6BAh1ufygSd4ULcvMWfln0oOkDWB9H7b4JjlEzraeofQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221013.3_1665706804090_0.876721609882771","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221019.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221019.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4f1640aec2c79be45f9ce381e247e8bedf820177","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221019.2.tgz","fileCount":28,"integrity":"sha512-TC0nta6RIP+kqOD5fXprnNqkkqERtaaJ2d2b1ttYXSJtPZ/DFUs0mFcVacm67bmw9dUFrQMorH6KDQ6dVpvbag==","signatures":[{"sig":"MEUCIQCjiAh4mZDe5dkCBUuU2Bp06UCLH7FNBRmFjnlaxkeBeQIgDP5iAkQJXH3AE0/cE1j1YkG4cASpUsysE6TsU9JGTx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUI5ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQQhAAjUOobxbDjh9XE8EVVIuqH+0RSeTgoySwvj7Sk1wwFSMWmtVz\r\nNwTHqjjWKkZ8PmhFi1DbqTDuznFjQJbthhNsjqxJDFmaRMY6gpTutX4qs/dV\r\n35WpTuOnpnQkg8TaJTFU7S/JjD9yMfE/R5htrDQZIZmLjaunE/y+Gvp42mj2\r\nxZWVmHtAP0dqRizN2txQttQovaqfp8fW4OkbwMygn9pN4X0RT6ng8AYH2/pz\r\nLSq9pq1BJbM8ZGhnPnuEHfdJ6WOeO8gF+0UHF3KIfKBmJVl3YJNNbe8WuOsR\r\ny/vN4tKX5P5NT1hgAMLqxUei+HghTmV+yRDKU9XsgBPBhj245ExxewnzP1bo\r\n1XhAMj0Nn6e+iYhsB/kUNWHPykCliU2Opi4NDnqzxjux6aE2xOfwZuZ4+zlv\r\nl8x4P8qaMpjaWgOQLJesS593C0Usj3tk/iwashHesLbfvJGliFLh7hOsX5nT\r\nC5j59y8xj0UqEmX8W3H9PPOl4JQG0jvl7vrVzZqlWnStT6x67NHknV1JMswk\r\njVkkhuIcRVXfsR9ulSTVhXu3wWohAuXhtWY2JR47K10M/xFmn2/+nIlGc3TS\r\ncUHmHbReSCCi9RphUWrR6kxvE1zblov2CSrXl8cbHdUkF1aUgcBFiCDb3LZO\r\nUy4n4Ph81i5jojUIBvPf1b8ZyMfWivbJNQ4=\r\n=aoPW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221019.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221019.2.tgz","_integrity":"sha512-TC0nta6RIP+kqOD5fXprnNqkkqERtaaJ2d2b1ttYXSJtPZ/DFUs0mFcVacm67bmw9dUFrQMorH6KDQ6dVpvbag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221019.2_1666223705068_0.5452767896668249","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221020.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221020.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"99dd057c80602786540c8003ea455943a448c897","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221020.3.tgz","fileCount":28,"integrity":"sha512-O6YAdzqqYhbbe62uO5wOWwPmMQvudu4W1AmrLbDXBGARQ04uWzc9qslk1sWnwXJqoJhUPSeMQcCZNINIz584Cw==","signatures":[{"sig":"MEUCIQC54hhFGdGw/BhLDn5R5k4PTXrRxfShl7wCl4P6akYmvwIgfUOVPLEFdkHtFk/Pl7b9tLCdWMcR1oKQRVmQjYhv140=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUd+QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6mA/+L20AGia3XfoFqFHdiUfUEAR9VGQFB26ybU0MhygfCrO/pdFF\r\nJCAyKLppzmVu1C90V09mNRVyZ77L0RXzbi/NAVDP6Lhip3Orfjw5LpMFh00+\r\nDhikxHzLXprEaZ3v4CoHXgMm8BIzihJhKDOHhjpu/W7incAeKe8ifXRn3MiA\r\nvOEjXutO5TPdHVU5a3bkhMBOp84lUJ1VxM2Nq5Z1e0noMFUoTAAz3vtmI/Kj\r\nA37dYFJSl/Tyiqh0VZ4bluP1PX6eTcl3DgtPhTIaVfVVgfQZdxqKKEGJP7It\r\nD7UxE1xtjTYrnWSdmrZknnZaQ5MkR8jEBQYBgedIRGSV1t5t2k3iTFYjf6XV\r\nGWWoklhGpDNkqY89p8FTj2TnOvoyGyE+7FR44xvahwz9OBdGNLEPSR2XF5P9\r\nwqAtMpKMm+FZ8KJakNxgaa7v39Z1HarlUEPAR7K4aCByETA2amQV0Mcz5MWS\r\nctn/sXLhcTIPK/SaILS8+rGVd3ExWqLWTp2q/ww7nVFIqDPcnIS7Zh1+83vT\r\nbrY8qF1cAnEdalFZASqRW+3xfsJe5FttTR9cDPa2gASf9TaljiasAiuRwENb\r\nLC2xrbN4PKFgqu/hRSuRPTrBF6EHmKrDz8Lkzy9Ur/wsPRO7nTJyi0yZV+bF\r\ncEqJ9St2gCScphiSt3TIfKVSksuAbEzpZ3Q=\r\n=GKBt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221020.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221020.3.tgz","_integrity":"sha512-O6YAdzqqYhbbe62uO5wOWwPmMQvudu4W1AmrLbDXBGARQ04uWzc9qslk1sWnwXJqoJhUPSeMQcCZNINIz584Cw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221020.3_1666310032725_0.5259850392032139","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221108.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221108.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"80297bec21b011a82503220032a5a243f97f3a58","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221108.4.tgz","fileCount":28,"integrity":"sha512-AmC82dMDWMsjHwXHokutF6jHWxpHzeU0WLVQWYWYzXOdI6JOuUuha4WMY746B3aUxBryiQ8JVLi19JjW21Wf1w==","signatures":[{"sig":"MEUCIGtqxaiDvX9YKbRXmq+VoX9S9NkGzFbHL2NGfc5UjPq5AiEA8P20Vtn1Ye5aBqa19Sgwig9NkPIZ/H27O9VUHQuuTYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjavsBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVlA//UeD/0GwstaJyA8esLdTrau9t4ya5in8918FObT4T7+73lRqy\r\napCnsgQG7ddIgf7LZQ6YQvq8l7l6+SOUjN29uWZ3yC+MxjTgaIZKWQFVpqsv\r\n9NALAIi81Jj9aDs9V4aBw7Kjyfekne2ncNpoxrRn0w2juAezlT/iF0+gndW/\r\nfdJpbiYJK5PFKrJqQHZ4YrTphRZ9aPC0XYan14Z4E2OkS6G0DxCFCMAjJYcI\r\ncnUzvMctNjLXaS1lu9UlSR7+2hGLWFw2DNDF66MY1laf79DFBDX9xvVY5SLU\r\nLzKc0D2QoxQe70jadEMuKvod5Spj0NtZofX56HwQoB+ePQzdR9XiqDDflnae\r\n13aFY8EyWzFEqJ5EmTMHD4Q72RXNTiwxvjV3YhUN2cWVVzb/sZT4DRTXKEcs\r\nNiYoozdQCHEgq7gd9fz/1DSilQkPzSx4x/ae3rW/8Q8e86Wp4obz/TF/bld9\r\nPyJUE+mBSyGhCHlwCe8kXeLHTX1LqzRhXazevlyIpbOQXUB6sKWOe4K3lox1\r\npZlhc5dlo+W4RvfhWP5HDLVGdnnlCM3FMXY+6dyh8cgORl+7aY+2X84yYEO2\r\n2gJi8sGsmuwWYn+ZKRgRReThxzS/3N+q5o5wXI3BehShcdHs4APWAE2PwNRa\r\n6JmN4tTY2DJeZ79xTjN6HylqhV5micUQnYA=\r\n=YQ7t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221108.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221108.4.tgz","_integrity":"sha512-AmC82dMDWMsjHwXHokutF6jHWxpHzeU0WLVQWYWYzXOdI6JOuUuha4WMY746B3aUxBryiQ8JVLi19JjW21Wf1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221108.4_1667955456990_0.4595374753058783","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221118.8":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221118.8","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e1d4c00be5a76e475175615895a6ff050ed9514c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221118.8.tgz","fileCount":28,"integrity":"sha512-FbLw7ehTOdTBuTBfDC6TaOlIL3CVHuNHLTClIxf5pYSDXmZAmeWptFhPRoaqPWAbTp09kDMMl72ZeclueQRW3Q==","signatures":[{"sig":"MEQCIAneHVnX6jQK/Wbkmq0zmrvXXcSk7rvj1Yy9NrlsOv/tAiBMI+YetdfUeFc1Un3eFlmAo85sw2UH4popxLaa0Oyw1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeCqoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqB4Q//RPkDFBmiSAkwZ1+LvNVra5k3T+sFPXjalYQf0CgED114PQpP\r\n3yBJPWg/pjaXdrgkuX2GaG4EV3rXQl6rRWHWBVQZ5MUf/N2jkk6qfsGophWc\r\nAHVGkwPgZv5814VhtAgZX+qDaTbzGNGXGVsknIqCW7T3q37CukaJ2nJfjgyX\r\nhDpcbpGWSrNW6sqED1PgNSmOvPWDk1XAK2mo7otkP23zTJFVoEueKA22K3Mk\r\nPuem1M+n4cMl+3rJsZENv0/520POrAJGma1QL5lbksihoHyhT9kNGksbHNCE\r\nsHH8IxWN4Bw3N83QzcRXbY49/q4tr1/sVO8Hu46xCwK8XaFYdD413+Gizsfy\r\n0xiXX353LHnMv/m0m0JqLUjFVvOVO702Qs8VYGtUYe6eMYWQTzcUP55nv38e\r\n5vE2+9B7LVmrHO+XVvfW7ThkrSSuvGzQwBqP3HlCv5i+fUIO0FqlvD30qwf4\r\nPfR9R71jJE1cNYuCFpWvm8YtPrSIf5J7XTVNzkXvjBrOSMSJN1kicMxyx37d\r\ngGpakHSD+c7Ms6oPw1PyEkNNq+N09PCoSzeryv90G8N9LB5XrVWZ7zkPYJlj\r\nMQ7qqzkjWDMC5YPKhRZgVCkAOJkJcZHy2luyCu9ne6P+qVrk6m6wy1qOOXDt\r\nMxUZEm5jMxaAhMEVQW+4oB6/qR0ChUePAck=\r\n=4mkb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221118.8.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221118.8.tgz","_integrity":"sha512-FbLw7ehTOdTBuTBfDC6TaOlIL3CVHuNHLTClIxf5pYSDXmZAmeWptFhPRoaqPWAbTp09kDMMl72ZeclueQRW3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221118.8_1668819624696_0.7668956112464784","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221122.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221122.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fb921e1eb3febc5eb04232f1b83456aa669923cb","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221122.2.tgz","fileCount":28,"integrity":"sha512-escmBFCstkonS+VlaK+8IFOTF4gNvgSGMYliLhC0mc/S/T54arb2OOSiDcRdoVfUZ6lk8Lrjb260czypk4ww+w==","signatures":[{"sig":"MEQCIHDX1lDJjo+yaGlgDMYC/RoWa2yUfJ0Pud1V3t7kIWw7AiBjH781Qetz7aUXb6ER33UkpqslZ/jDu11hd3ybwW2MXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfY2/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPIg//bHdln7Igz/bfi4VMgnOJBYW1t/DhZjB1fjpuSVIEnyc8/2Dp\r\nyOasxi9eA9mCPRvWPEnoNLmE7XkqQ+/4qjFgGnU3JSZ9HCB/0sXwRtBsZfXM\r\nVbsSfwUp+CgFo9EaOoICOye5xXLza0XUHtARF+V0oWMzeI3UVgwWoM7C6+ll\r\nRiXGVbNkuiMK8k2DwAYjr8oY4DCs5NNrGkHpHle+Ph1Z7fdj7JvinGad9Urn\r\npKuTXBl0437xCY/wmqVTrRqHZov7Xy1jAyrHlecPsm4fd8X/i44gDkE+1zkI\r\nbH3oOftGSXcSd1iIZNGnp9bekzW8FJgW+DOVMul3EuJqUF4+KKbKJVaDE36h\r\nTveWx1dnGF8h6Ykzlp9ac4KRkTppkjFXfNTCksmBEBs61n1LygpSro2XKfDF\r\nhQBaGhYFjZQJKhIH3jphJ+skHWJMu50sM9+7YfAxpDqw/qaIFURCmgHilrqH\r\nBlWLZvyOJRJrEyqTLdDUsYGLVPD0vlbrSuTuFzALRMt5M4kyQPbiIRu7NRGa\r\nbObxrFaBPtWswwnS7Meco0SC9rU4Lb8MzC1e7zJOb7gOyUAWWlzIbNomyFT2\r\nLBdqR4uzYCTTa3830ctQauZEKLVizQ38BeGP1oOyubUqYhL9yauczu8GEA6j\r\nnmWSRGmIwQM3VX6+52AWGpZ9Hdq9yjVBWfU=\r\n=PQ3c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221122.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221122.2.tgz","_integrity":"sha512-escmBFCstkonS+VlaK+8IFOTF4gNvgSGMYliLhC0mc/S/T54arb2OOSiDcRdoVfUZ6lk8Lrjb260czypk4ww+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221122.2_1669172670890_0.31398761757538174","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221207.6":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20221207.6","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"003ffa54345dc85376c3f327f97c146d9df1176e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20221207.6.tgz","fileCount":28,"integrity":"sha512-1+TYm+aKYPArqahp4N0VI/HnVv1Wy3NHXeJ89+DtQoxpNce6VGIWVC0Ef7QBPRXWzPi1VFoBmLvS7b/pMhAnBw==","signatures":[{"sig":"MEUCIQD7lquxAsUAdqd2T7a/FMID5uVOVCET8QYEbjnOMc6vSQIgObM2gCAiAtO3dKUZlVblX+8q1QSbkVw13JsMYy7300w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkThwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCbg//cmNApmHB1SnJokCsFD2tVljYAPmlFyhxbNNgpcymhEV+enxu\r\n5lBFKHqZMQoDmUBaHpGig4SuT9gci0ktZGSgvkoftJTi7+43mvMsmmFOmmER\r\nTUVSHw5wV6MMnUSExU9AsCZpkUmJTUpPWHkTc+HiKOYTf3HoGy16nrCWvAI+\r\nzgFfsUPkDxrusFCIuPIq/KAjNYOV6B1UmV1gxjDc4n6g569su9gyx8J8hcTS\r\nDe23G/XIL/BphUWO7r+8U1JRw0AD4e1OuZ4dRi3SB4qte+5k6DVv3Xj34ydO\r\nD6d7+y7fBP07b4UGzpzskF/SMH6ulLGNFeyD7KOWTwSdlPXqEMMeFVjaIphf\r\nT4wKSurIUfR35NcCOdAEbNjgKQqUeapLnxuukGIAANpQFkPzCB+lSTSvwH6s\r\n18PO24cV4MdVD0i7tthwtlxOdkkq+g+V4xuH+BSxJq9IcuSjwoOTsMY4XIem\r\n4UANXjRsIcuetFXm0ZsMqP0asrGg4qm+HqGQ7Pc05BD4CpIt8dUyP6rkWKUK\r\nN2nWuXR9NkHr3P+pJqwNxZ+eFO89Mm/hsV5y2rqbVBh5LUEommwKSTMCb7B9\r\nvC92rnftNdIZ64U31bO6GZ3WNUSP1Ff0p7EaoFd1mqJqSKlLwpYYJpqGAdv1\r\nn5fd/PEF6i0hWGv5ibY2YVAvpTKFGbsJpE0=\r\n=yEGm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221207.6.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20221207.6.tgz","_integrity":"sha512-1+TYm+aKYPArqahp4N0VI/HnVv1Wy3NHXeJ89+DtQoxpNce6VGIWVC0Ef7QBPRXWzPi1VFoBmLvS7b/pMhAnBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20221207.6_1670461552405_0.771027949345545","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230126.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230126.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20230126.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"504c51c4e70a82e0f17f40b9abb851c0ac9f418c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230126.1.tgz","fileCount":28,"integrity":"sha512-s3TNrwP7a1t24rnX83KME8tu5bQArHlXqtLkwJ3lmaukfTxCoA/Z5Af9zypNEZFWIm/8xr5hRCeK5LSvcGXnyQ==","signatures":[{"sig":"MEYCIQCWyNGtllgL7vBwUWONCkuouY5eLReUO8YHR+I69GM/2wIhANZeUZ1YpjdspJ4rzRynCrSqrj2DVaYIDEPgKpOPIfZn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0yKkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ2Q//bUZEWeGYWTObWGYSZmdwe22ttuK8ux4zRBBvM05+z3LbVq3/\r\nLpqk/rbkCo3xdmnEGFzil8hFO3Fao2/+OvTNbPZtweqcEdOJVeDOpFn02qIi\r\nC75QLnYIK5AOTBFFDMu0q6vntuqjP8+H6POn+Nz5Ge72eJ56SrkZNN7a5spr\r\nczHxvZj0nY2DCMmHfwMx6GMOkCPPVmriH0YigIKkcFFM5kdI/AyAMy7iG5gN\r\ngb08hgBrTOmerX0PLCANqWdp/OeFudKwy5bLhfUAU5/CV/JGyXCaLx0yOeFB\r\nlfJS1VGD/BWIATw2k44BQcw8HXnJW1QT+7n9CHyC29XopBRRx5N2lpALUTe1\r\nBMx3RSTevqyu+ynb5ovwTI1wMxXpxPNTHPdsC0Imt4WV/byvNjAANTWXKrJs\r\nktzfaySWj0mdnNuFoI33e079QkGhClQgi6D6NAc5kRT1HCxByW+B9gVcIzfJ\r\nNADLyz514JJ+WkbxJuJUK4jO48P3bAoEzloNRRyshCgTu+VmweLDtx8XGeln\r\nKEEySCCI+DK57AGDnJcKfhu/m2AWSpiVtNkWpa66A830HkHdEa/Dypd5BYVG\r\n/HVPPj4UJ7ACCHiS4/FiFuMn873md/OzCsC85bjOPrCc7tmg901BxgLka/3o\r\nPcMUlQY+01cYKYYNv2PUfTd0cGvjv+ZvIfc=\r\n=SB0C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230126.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230126.1.tgz","_integrity":"sha512-s3TNrwP7a1t24rnX83KME8tu5bQArHlXqtLkwJ3lmaukfTxCoA/Z5Af9zypNEZFWIm/8xr5hRCeK5LSvcGXnyQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230126.1_1674781348285_0.001338900219800765","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230210.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230210.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a57cc1750701d8e52afbc5960af366500f39c529","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230210.3.tgz","fileCount":28,"integrity":"sha512-iwJSzN7FBb7mWk69slotaUdg/fUWJzyHS1DV+Hja9zYoq3U2ksVMWibDlO55tLxOChUz6VHGvDVo9KDkF9u7Qg==","signatures":[{"sig":"MEYCIQCgcbTdVf2oxmLEx/IrVEBFdO5ywS4sfip58TBK/A3scgIhAKqE/d01EfXl7DcuOZlz5Pe8cBVUrUcqm/AGwZNNIGCm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5unsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocJw/+Pe1Ac4kmNxOlM2NmUZEQp7eRelwHGSwK+ymxMaR3nWkGC4d+\r\nSCwIdLQMLfT+D8Atx8tZnjhD7gqPqU6d0MIWopb0A9oQZuJbJGkJtZiSqnii\r\ntxh4WuCLf9sXTSxCCJlx4O8WMGgmCDwGY7qtSPbGxZls010DvsSmCgQHOjhP\r\n7lnMY1nW+UFfxkA/dnQvFCZmb5tE1AxUDG7xwBZRu6eqQ+mXe0RZKlHkULL9\r\nhihj6gPqkCO0H6051nvn2J0f5jw5mlApBAEfWlju4R1gM0LELZoJ3Jt3tmIL\r\nJMucZwC/htCS8gE2DLkkmMNiSY+QD6D13IEPv5M8SuzrFMNCcUY4Rffx9v7B\r\nWm3hn7+zos3mxAYaPXiUE7iDra78RN6BXbhDXZGXu+uxtsih+VVBT/rpGQS8\r\n2qGyAsc5beYVRPQAmH9LXgX5YTFoIN4JqcemP6lUZ4CMih6yjFIhJX8M/+Y9\r\nliUFiANC08Iw4H06iwSl5PvT923CewLeMkfri2OX5RLROkJKuny5mbHejwqG\r\ngsNFRdo+kQdvlmnsTxfEQMND1Zu6ySTgj+rmZnD5GKr+x05RiVOgKYj64Shr\r\nJGqbmN3bJOijm0JZ1zZlBw3satsm/wnH66njGpb6lxgGhVBXULeTVZCg8mND\r\nNf9L96QTEh05AeRMUGPh9DMYtgn6b/jVuHQ=\r\n=2JIm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230210.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230210.3.tgz","_integrity":"sha512-iwJSzN7FBb7mWk69slotaUdg/fUWJzyHS1DV+Hja9zYoq3U2ksVMWibDlO55tLxOChUz6VHGvDVo9KDkF9u7Qg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230210.3_1676077547810_0.9760019578498389","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230213.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230213.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e3e031548db906bb02b9d319c5054d009dacae81","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230213.2.tgz","fileCount":28,"integrity":"sha512-nr99JOzBr/i/W23UD72bToLmLqDboXnnjv0kL+6hBG6z4kJpJ9UPLpht4SM0YyQTB7+toxk7o6U4X4+OdpubkA==","signatures":[{"sig":"MEUCIHU/XEhjSTheDK77m9I9KWmwyQ0CljvpY+pcYq3G07pbAiEAnCs+c0Qv4f/TK92qLswsg/u0WUBRkOIUnPlb3bKEuCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6tzeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLiA//ZPAKNUQgYPkm0k/1n6uSD2A7YFdHDjl6g8wt70+4lNBVg9GI\r\nnIRiyV8bFPdT6lUm4FOSKJC2CunWScQZ/eicKhvQe4OCoSx/2ln0nI3t4gUY\r\nLTGAYPnr2n+Q4Lh63+g/vtbpC7no9L8bQMCIrx6j5NKHmyyVSN5KMvdzk/im\r\nz9c/pCibv/02g2t4phxyu31aHtLFkED6fOuu20AY3AHvEY0OnL5znKAA8LdH\r\nbCg6utFXTg3N5XQBnDMG9LGCgqPPnOkL25tMmm/9yxmmvbR+WwijV7sxcffI\r\nlQrLplr50+QwUJHZCIZaTCobmpuxNLgRXUiGBeIUVIgHtPWJtKUoCDH/j0N7\r\nWxBPqRbJhPkSCxGvcdEZzmDeBKCu6mTjrey0fA72K6Yz4lo8mEjHM9A8Zloz\r\nGdeNu1E4RW0Zo+kdJVvdGDckITBeo0NxC/8RUG0TZ5dQP89/An6AXkWXId3W\r\nmXW8FEvi6f0ay98TtiTE3j5Q25FaDTfhZo5OhSUx6vTPfW4Da2Wsg8FeqaUm\r\ns0Dy5vsKB9XCL6Tnbrq94TdZzscVeq8Tl63kwnDwTn8GuIydABInUM5AXvT3\r\n397OZaGsme18QvVc5WW1xMIpCbFD6StMga4CQZgCPY7wSIwj/3fABDC/Z7ml\r\nSxJycZAqkA8oCz7Rh7jpHEH2J6r6atam/VM=\r\n=Wm69\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230213.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230213.2.tgz","_integrity":"sha512-nr99JOzBr/i/W23UD72bToLmLqDboXnnjv0kL+6hBG6z4kJpJ9UPLpht4SM0YyQTB7+toxk7o6U4X4+OdpubkA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230213.2_1676336350636_0.13121005560802934","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230302.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230302.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c48b8e98223686d84d325bdd08f7d72bc0c633ce","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230302.1.tgz","fileCount":28,"integrity":"sha512-MifOyDYsM43iYF+e6bs6tZb1Q1c1RAB+WClbkVqgis5GfBVcUNai6SSCmHGQ+O2pHeQt3yG21Fu75B714eCvKw==","signatures":[{"sig":"MEYCIQCDMXZlTvMv2vScYe2aJHDSf0NSS8afresW9Cu0w3fQpgIhAIwmIHFgRg9TuOVDfpRQtMdc6Qkxs7TdTA2NhlFb/1gK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAU5aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9IQ//S1uFqm3unPGz3hDTD1J5cbtKxNogBdb0BvxFIhN0E4s9mtVh\r\nd1rdLtYv+0o1IcU+QRv3CUm/nlQXIPv1WvL2LZns4KoKsLyk6WEAfpk5JoLM\r\nTtItpKWgT2JPigOrWVvxYH6bC1sklMn7uvNTVzfDPciXX5so7JxCP+Pzx52y\r\nRTgTTb6QQnkFFyoTK4+Oy1xRu3BSTElpecDMbc3n+HJ9OJukLU/HYzJeWRTg\r\nwA6aoQ86PtTdtlUha8zzECEUs+IhZkOKfU/F6gIR4hKfpS6WzdymkdhJ6+oQ\r\nrMCWathqFYoDpSSh3hCFP6y4qcw0rl/IMZy8vm0iGOkWomdeOlNzC0g9oqEJ\r\nnSbo3smKo64pj2QpWzUGGniaNjKdbTs7hZt0PToivFF7ytw4PvUukyCKehbG\r\nL4YjXoL0/gDcUzqO86ryTe2Sylki+1m1LjepjFp2dGrhqaSDLzubhclx4vsH\r\n1BqYHwAwR9qP3HJUveQjRtwLHs18gof1Bwd058BkqHV0Mae0I8/tU6S4MS6c\r\n6n21HJ2nhrjdLU+h/1Mc7HHWwfaz9Y/TGh+zFr7OAGczxXLRg/f2zXvgNSpV\r\n1LIgZ9ApW5sj+eFjKrHv0U7OybmFNDP2gHkIQxlgStHXsutxYpaUqc55LmXa\r\nxpur7e3DQKm3dAxy3NHfgevY8rffQ8Fhpls=\r\n=OngN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230302.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230302.1.tgz","_integrity":"sha512-MifOyDYsM43iYF+e6bs6tZb1Q1c1RAB+WClbkVqgis5GfBVcUNai6SSCmHGQ+O2pHeQt3yG21Fu75B714eCvKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230302.1_1677807193792_0.2193487282741402","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230306.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230306.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c2dc120dc3be43630a8801b4fa49c3f566c8946e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230306.3.tgz","fileCount":28,"integrity":"sha512-BsIhk+PUsZ1+ilHrvrYS4BKcvN14tEWXnDV474XD1KpdQVcfPPkDk6k5ANNVfjVN5iVxKIiDmgrYnyZfEpETMQ==","signatures":[{"sig":"MEUCIQD7X0P3jNZjhjIDkerK86uKCc/Ii4TkchouYFBkCvp7dQIgcC8h0EycFnETmcC+6GjlPMtzTUC4ynyoKQFl59L6Img=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBoy6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvAQ/9GmB/YzLy9Sp47h0iM6JZtYRgMJK8Dn98XnOBHuMWmM/9/fkL\r\ny5vWzNyTDX2xsrD4OL0iSdQxdKTrhwTbTRrzph8IUiiOR/W6/gR/qXcPgJbH\r\n5eaHdTSQUiYVQ4at1kQemjLlDBxUoaoK6OCDnp/si84v4wXJ7f4cG8qSAoth\r\nOTlRbZdpXF+hHQakcANMscbDFt0az6/UznnAOPgCCe7xcu1MINojZNkTfRL8\r\nCvyBnaTmhU6UnTFGVGC+KYU8GIkvoUkAN84f6oXKjijChCupXaFnHx9HnkBW\r\nXfR9DUJHjV0bF9vOwjyNKUStDOHJ1sBv3Zv+KW/wN2F6kxHxwG62aCodBQ0o\r\nh8uTuK9n1UWKzSvsI9Q96vyYWlO53e8Ya9fOs+iEWEm+VRGK0YvGVtFfF8ba\r\nYFvFgjTGpYIwSajbXywWIgIvVAToAFzUppM5+wVDMB57owtWOBCVxq0c5Yft\r\n+KRrMXpmIJ4zbp2id86DBYqeWg9EhglopdJlCS7mt6PoN1FQd9r+3DoRNDVj\r\nmPq8AtFmZttR3LVv4boyRHGUcBdkgM7I955CdPk62KAl7IZC0gPww+Du7ZdP\r\nNTbkuWlc+wUtbbqXnRKKkPOyDCASG+XfB9m6ts243oWml9nWNJgbngmHzWMD\r\nsVK7M9jvRmxgN5wLKkmXWHBh30YG4BmFmzA=\r\n=BcZW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230306.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230306.3.tgz","_integrity":"sha512-BsIhk+PUsZ1+ilHrvrYS4BKcvN14tEWXnDV474XD1KpdQVcfPPkDk6k5ANNVfjVN5iVxKIiDmgrYnyZfEpETMQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.0.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230306.3_1678150842131_0.34254463535880686","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230320.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230320.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"142ab705d7c24f5875a04401f1792cbd083d42a4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230320.1.tgz","fileCount":28,"integrity":"sha512-35GGRFMvgKw0mQtzomRWbh+udTXQ6qX79Ug0UzlMiLkqdylgR2HvK7baZlgrUzRfe5Zu4Z/5lbTwqTuSSYd+yA==","signatures":[{"sig":"MEYCIQCKL88keyCh/B3LB5wohulrhFwPe3A639A3A5H51XBuhgIhAOOV+yuXueYXOD9/BKABT6NCFS1vB82PPU98afuhbSFt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGPXtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplGBAAjdzN8e9tvl+oKqqKGLjPex16DlKT8NkspFs4jn6XbYZdJzJj\r\nEBi7tVCvArezjAIY8We/Bg7gK70m6zJaLh+Q2WFzkepAByWm2psw02XdRj11\r\nhMocJb9hHycwZ5N+Q2801l2JbjCOVRIil6IHYpU8J/RVxq3wCZLkbmmKLO/y\r\nPoriIRl/wBhhQhMFU4Hf528AlBSvHPpM6XeOnI1/nq8Tb267UjSQb42UaRt7\r\nkbMinQh6HJyZtih+o2/u4FClCCpFjzUbx8f1qnoyRIOGJ3bAIaBSuBF1B2nC\r\nTEJV1EUO8QsYc2VXGeUwgTWRwkE3TT1kaIILeskvv9jCy87o0JxcR5a4ZwzK\r\nrEi5GN3x1pqhm/7vY4kCQahe10939UWKFBcfCn+5nmhnluBrloGODFB7smNK\r\nwaJqd/YF96EiUFIhGyI8Jw4pZMsqtlM/PLlgGqZrCYBr6XoxwcuOInKuRWO4\r\nBl5SyxuXKHCloM4OJShjYJXOgHSB2lCSrB2Jlia0xA0qktgje4KNGvWN0jqn\r\nBfeCVQOe0iNUeujWwN3sxgn9/Z44WxdpdpxSZA7RlyYJRxOxQPKouDWkYv22\r\n8UT3SriHxQsKHvMr/galr0y1cRhsF+TPwTFUcdfWvCLTBkYGVsI8bA/rNoz2\r\n3k4lhiLYjZmt30bqoEqEKNDQshyLeY9qsXk=\r\n=bj6o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230320.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230320.1.tgz","_integrity":"sha512-35GGRFMvgKw0mQtzomRWbh+udTXQ6qX79Ug0UzlMiLkqdylgR2HvK7baZlgrUzRfe5Zu4Z/5lbTwqTuSSYd+yA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230320.1_1679357421206_0.16257436255308266","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230405.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230405.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"73eb1a7a90f9908b816f64ccc53fe05982d5107e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230405.1.tgz","fileCount":28,"integrity":"sha512-dj3+mXCGm4wSYQ34m8OW/k+46C5XzYDUvxkLclC0I4v5dDSQRP3xpz3uw3Ux3BM9hVOZpA1vAhbYdnux+Of5qQ==","signatures":[{"sig":"MEUCIQD2q6v/dGCz8QLAE/h/1I8lwYm26ezS6uh0QA1jpXDOSgIgejVwoAOS5pF0aic2J2GhnbFObKnO76T6/wkcJOSB+nY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLgvFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpe7g/+IyTXVQDRNosIxGmAqWo9RPl/LzCmWfxU3fYlfIqMY4vlGUXf\r\nph5QEVRNdzAMI9wwVgFho/KLLfWl6yknrAZT2f8JCLyNbk5DQskk1DI+2uff\r\n6sV8hQ/Je/efM9a4QQ6Ug8aG11sjPa+nwarfW2jVuq84jUu6MkRM6ThVZMYK\r\n5xeYnZUZh+VQDOYbh1EWuiIwoBame90latTxVWgI//Z/W0khqplHc/fKDYOk\r\nXWQSJinkg2xugJ9yag+ZFNsfTx7DzSVsPv0/cw+Y9vP3sdnNjGPgb1kEu+j9\r\nIPbnIBPRdJzpPhfmmbBhxXobdNcouMpYpxNGt24zGkJNONLkyt7rx1AVsZX1\r\nIqJ/DfeLYsFb8kEr+7UI9kJOxjWmzNz5tN+Unl5Knsr+VEs2vWxkzsFGgCnw\r\nLF1TScPbS9jiZ8Ex2dv3uCeoVeKEJZdkXXBHot9j9euTIwjKX0pLCmOKuo0c\r\nB0/L/bFd2JeDV6geHP4ryaR47FtucT1kvlcGCglQ+Nwo/AXb71i6W9loRSca\r\nWEYuoHqflW5++A6ha3yxMQf8pMbBcz2bOFXYavv7BpWJsYAyf5YcAoOtRqax\r\nUvNS0u3lAx7cYEbpal/UGoyobMrT0CjusnVdKwJdlWw4Dzdt7zMfYSpplL9/\r\n0YRII21Evu3aln0zCYNHWJm8JWmrFOJcmAY=\r\n=UFLm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230405.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230405.1.tgz","_integrity":"sha512-dj3+mXCGm4wSYQ34m8OW/k+46C5XzYDUvxkLclC0I4v5dDSQRP3xpz3uw3Ux3BM9hVOZpA1vAhbYdnux+Of5qQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230405.1_1680739269440_0.6002165820039889","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230418.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230418.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ded5df756b89f2c87539a1093f7dd4b871d645f8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230418.1.tgz","fileCount":28,"integrity":"sha512-fNE7Y3/RNUjpLGtuQN9dGCN4KLzhNQ+rPBPrlqliWSUw4GUABSlR4ubb2EHU4EJWpCgiZTuAeNvtXZ+6HvQBSg==","signatures":[{"sig":"MEUCIQDDukm1dV2DtJBL9eCjMABJD6dEHOfDGG4ih+ge+i6qHQIgdCSy9HQ/12LGJ5rdODpV60JJS3GJvnlSQHYf8L+N698=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPy8lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvAA//QEMofPzafTW9WI1lwfMYP1eY3q7cx3rbf1xKOKPF3euDrtzV\r\nCiCkITZXHAsQCQEVd7KG3khQWhIoCGcXPd3+zg9/EIw0QT+f07L1maAz3FQ3\r\naB1qj8w2w+dTy3PTC6ndyo8pDp0kBI5Cn+zpZHKViGIBB2hbix0WfD3o0NfG\r\na8kBZDppVKX28C3nztR2UD62LwHZ1lKbzF14RMcPqjGSPUdvtd4wcSQ9gXjO\r\nOIhPO9i6Z5io0SPLmXOdoELlw/wQBYTC+PruYFt/F8ZcYVrMeyx570RLCwM0\r\nEqcDO2dC8W+EF7/GbOgN34q5xhjc+I8MAa5Y4biprK8s4/QLdseNuLRWkoXb\r\n+Ox4Av1dk65LqJ/7khtuv/2BmejJoNnmjuQBmEZ5cajw2qUVs+YXEQyBsIv3\r\nnCG3k/NjmTbtFSyfdSZ5XinhqK3Afj4azYt25EF8Sdear/KK7WFusj7vlnBr\r\nmTb037xdsao/rIVh0KpOQl7XukOOsSPafuTmzX+F+ZePmjEE9QX98D4SFW42\r\nLeWmmZix/QAw2mlZbAXBV8oTnRnSYFWm0C6yryrfX7DhTqRCZwIhl7yPFtzl\r\n6dQJu4EJPFlMy4ScFhGm4sNYGIzzSO0VJ8XWTjltzLHOp3oCpVPOiDFHC4a1\r\nfyjsqElnAm+VZPlE+xFdW/K18rhBLX2yNV8=\r\n=C/Rw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230418.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230418.1.tgz","_integrity":"sha512-fNE7Y3/RNUjpLGtuQN9dGCN4KLzhNQ+rPBPrlqliWSUw4GUABSlR4ubb2EHU4EJWpCgiZTuAeNvtXZ+6HvQBSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230418.1_1681862436842_0.7873668013876332","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230509.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230509.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1ae7e761effec2efff79e550eb9d63709ee230bd","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230509.2.tgz","fileCount":28,"integrity":"sha512-D84OF1hyYf/B0ybU2BOvcs5TUPZj5RhSuy9WrypgJG01uh52DzASZh6vGQBOsavfmHAzWsPySVhZ9P1U7UgOQg==","signatures":[{"sig":"MEQCIAStYvjHFJPao+P225K+Rw3Db/HBIzkSZQUtapV2eTnnAiAdA+ybXqmaENuoeBPAtHmQXNqzDzXmhMOkWDoRHfA0jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79609},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230509.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230509.2.tgz","_integrity":"sha512-D84OF1hyYf/B0ybU2BOvcs5TUPZj5RhSuy9WrypgJG01uh52DzASZh6vGQBOsavfmHAzWsPySVhZ9P1U7UgOQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230509.2_1683676763740_0.5251626940791896","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230511.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230511.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d66c831d6776475584cebf3e1bd017767604a61d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230511.2.tgz","fileCount":28,"integrity":"sha512-0ciz5AWZrTIhetr2c/gkpUzHeHWpkJoQI+HqFKSWQRC/hqgpK45Utg47Zqx+x3UPowAEAi3vdzqqSsa9wAsVvw==","signatures":[{"sig":"MEQCIEEuJSlBHarrjkx8r74hvVyaUWI3Nmz9ZM9ae7z+iaIlAiBm4+eGebOK04Lx7WfGFtH7uRfd83Pw8/uXIvMEr8aOgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79609},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230511.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230511.2.tgz","_integrity":"sha512-0ciz5AWZrTIhetr2c/gkpUzHeHWpkJoQI+HqFKSWQRC/hqgpK45Utg47Zqx+x3UPowAEAi3vdzqqSsa9wAsVvw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230511.2_1683850019808_0.19049260459003858","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230515.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230515.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"51c5b5632dfef32b88e96ff88be344f021a77b42","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230515.3.tgz","fileCount":28,"integrity":"sha512-M0H+X8Oa9yzcNQ0P4n3zD8k1gen8TZgc+Ho4+XaIYTvzfPKEMEynyE4gYsmYAXjZ/eBsUlDeiAq5dtHIPdIurw==","signatures":[{"sig":"MEQCIChNGpxPS6CJ2GTpQP/netthBjLiTOT1KwQkgUHvJDAKAiAyuGWO66Gxj1TqWikKEYKmzePPzAV6rGambvTaJi1gxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79609},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230515.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230515.3.tgz","_integrity":"sha512-M0H+X8Oa9yzcNQ0P4n3zD8k1gen8TZgc+Ho4+XaIYTvzfPKEMEynyE4gYsmYAXjZ/eBsUlDeiAq5dtHIPdIurw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230515.3_1684195308422_0.0173707232436775","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230614.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230614.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"865dbfe26432bc0f3f936fc0ef1841969087751a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230614.2.tgz","fileCount":28,"integrity":"sha512-Ghx2hnUyfSvZRdLM7Bep+UUGXg/Y0PDm/L4TMGWitDuXPSdED3kvG9+VryLTbZjW2nY2dsl1p1SHqiIKu1ssVQ==","signatures":[{"sig":"MEYCIQD4UdmDD9UEgXBwI5mxB676s5i2388Cd7MYeMCnWkrxDAIhAMNAcjpEKQhd/1lfU7qyH/8k6q4ieUSB05luzudxOJ9m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79609},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230614.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230614.2.tgz","_integrity":"sha512-Ghx2hnUyfSvZRdLM7Bep+UUGXg/Y0PDm/L4TMGWitDuXPSdED3kvG9+VryLTbZjW2nY2dsl1p1SHqiIKu1ssVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230614.2_1686787255943_0.06321532418188336","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230724.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230724.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9371ec205ae6571769c1de162a1ada2f79ae8f7a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230724.3.tgz","fileCount":28,"integrity":"sha512-QHhH4BGDvmP/YZq7U4eePu/fj2b3IsDYU3B/KWUe2C3caEM12lPa991koeclM8r6Lg0EybRC1NgrNqPBXFIaaQ==","signatures":[{"sig":"MEYCIQCXr2rx9+JoZv0P4gUuwBD45iZa1tYldKc2muwlkDKQNAIhAIbfjZvw2OKpNwEQGQRJu9g8Ze37fFONySWVQfAl2nWG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79609},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230724.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230724.3.tgz","_integrity":"sha512-QHhH4BGDvmP/YZq7U4eePu/fj2b3IsDYU3B/KWUe2C3caEM12lPa991koeclM8r6Lg0EybRC1NgrNqPBXFIaaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230724.3_1690242975549_0.12395140007678429","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230727.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230727.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa7a83e7e6f6d951256641897e22ee2f201c9c96","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230727.2.tgz","fileCount":28,"integrity":"sha512-3o/rJN0NrMLQFOF1Fldu4D9BBorn3AUIk1v9EUya/FnoRRiB1fiE5059exjJ4CPz1DCCCp3y8JFjkV/5AKcXJw==","signatures":[{"sig":"MEUCIGbCy9dPDWiqs9ndQARrVv83B/1+YEZgJzvsHgl7jBwdAiEA3L4jfG+/QKUtiU58okw06CMPMiD/PLYTmkvGKnRtPmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79611},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230727.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230727.2.tgz","_integrity":"sha512-3o/rJN0NrMLQFOF1Fldu4D9BBorn3AUIk1v9EUya/FnoRRiB1fiE5059exjJ4CPz1DCCCp3y8JFjkV/5AKcXJw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230727.2_1690502302201_0.9516736766515714","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230807.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230807.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"57851b1686aab735ad9a430d5703eb323485d4cf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230807.1.tgz","fileCount":28,"integrity":"sha512-vJeHhDErIAREq3tjoUHLLnKnSzTjpfHpIjGFCzxnS6pm6GR3dne0XisnkAOBnmFlsKNjBSxHieJq302Hciev1Q==","signatures":[{"sig":"MEUCIEXkn+WgRs+sqLRfu1HPOWLQwskAWD3sDouBfGiep2rgAiEA8C5/axjDd7+PBaqOaguMAK9Q4xaT41Vi/+L/PSTcNmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80096},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230807.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230807.1.tgz","_integrity":"sha512-vJeHhDErIAREq3tjoUHLLnKnSzTjpfHpIjGFCzxnS6pm6GR3dne0XisnkAOBnmFlsKNjBSxHieJq302Hciev1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230807.1_1691453289102_0.8329254423424957","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230811.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230811.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d57c87e10914744564dcd33ccf85fb5a24f0d874","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230811.1.tgz","fileCount":28,"integrity":"sha512-bSFfT3k3cf1ySVh5tb3S0gvcR1gSgW5gmR1/lmH1KiikihIakCI9DLXDbpDXB9HIlYfIfo0fi0FofS/s8VC/nA==","signatures":[{"sig":"MEQCIFBDi1ZJ+ZBoDsK6DCbNwEMzmZKel0PZBBSQUdDID6ooAiA5eWeoY4CRv5nmTQVr+zgSRf5RJumMkgdr10+YJnfU8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80096},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230811.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230811.1.tgz","_integrity":"sha512-bSFfT3k3cf1ySVh5tb3S0gvcR1gSgW5gmR1/lmH1KiikihIakCI9DLXDbpDXB9HIlYfIfo0fi0FofS/s8VC/nA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230811.1_1691784355989_0.05763674470487823","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230815.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230815.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1fe244778224193356e267522d41971011233e76","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230815.2.tgz","fileCount":28,"integrity":"sha512-3ZrnMORfWpEI3eVS7hFv9NkLr0kVjfd+Q5MG9t98eaeXB5sJVnxDJA2zX+rintZ2vublwr2sHf5kOUztnRTXPw==","signatures":[{"sig":"MEYCIQDDeTNlVLd8EFdMx0fXmem4vgF9AMotHvzsLKnoOEb8NAIhAK7aVt28t3i1ByMCMFxaiPaFuJ1IoPGdhLerv72kpzNS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80096},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230815.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230815.2.tgz","_integrity":"sha512-3ZrnMORfWpEI3eVS7hFv9NkLr0kVjfd+Q5MG9t98eaeXB5sJVnxDJA2zX+rintZ2vublwr2sHf5kOUztnRTXPw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230815.2_1692143767390_0.546365362514269","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230823.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230823.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20230823.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7652ce0aa9f54ff3e84d237528e73077416836f9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230823.1.tgz","fileCount":28,"integrity":"sha512-d6e0c/yoUF+RB4cedspjMR2pImUIODzhb1pwlGxTPh1QIMs6iw49zuMkyuaffSTuLG5N+ohKWtXXmBj10YRopw==","signatures":[{"sig":"MEQCIB0usJYzzJ57lYaHMIMXtIHefM6XP6MCWQvq0RYvGc6QAiB+/xSQihjyRPmczEEG1HxYIdykOB6hf+sr8ikMDaNH6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80122},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230823.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230823.1.tgz","_integrity":"sha512-d6e0c/yoUF+RB4cedspjMR2pImUIODzhb1pwlGxTPh1QIMs6iw49zuMkyuaffSTuLG5N+ohKWtXXmBj10YRopw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230823.1_1692834995740_0.04112199189827748","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230925.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230925.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20230925.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d979e5148b94622ec3bfdf8c84f75f0c9743dfd0","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230925.2.tgz","fileCount":28,"integrity":"sha512-y0bRkZG7ZS4ZqFKpNPIpZ1fmEeHOh4uNayIkQBl88gy5abgiij0F0EEPXDZSoTmLGQ92ccQXoXDrr1gMMldpjg==","signatures":[{"sig":"MEUCIDFBb/1l8vvvOVvnI+XTf9k7FTRGpm3shTCXYRBl9aUMAiEAt+41+sJBieY7/odrJCLN5Hcw2BllexLG1XdqF6NNY+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80122},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230925.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230925.2.tgz","_integrity":"sha512-y0bRkZG7ZS4ZqFKpNPIpZ1fmEeHOh4uNayIkQBl88gy5abgiij0F0EEPXDZSoTmLGQ92ccQXoXDrr1gMMldpjg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230925.2_1695686213574_0.8684709792116594","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230926.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20230926.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"95e17b2c91036eb39d177d0129ed7ee820370f37","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20230926.1.tgz","fileCount":28,"integrity":"sha512-ha4B4+u0FZtR3Yzm8D5qMtZ3r98lUq5T8yyRndhcbcVLlDS9fbHqusGPRGa1GtxX3mtfosX99xK8E3L3R8gdWQ==","signatures":[{"sig":"MEQCIEBef/blq9MBV1fLAikdqgRJCEpmGn4Wj2+dhR02T+MLAiBkWALggDPTzNzHevmLhoIFpe5Nc2H2I3T4nZNU1t+YkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80124},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230926.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20230926.1.tgz","_integrity":"sha512-ha4B4+u0FZtR3Yzm8D5qMtZ3r98lUq5T8yyRndhcbcVLlDS9fbHqusGPRGa1GtxX3mtfosX99xK8E3L3R8gdWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^14.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20230926.1_1695773305339_0.6073463444864982","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231009.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231009.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6c335e42d59f4d01ecf02735424c8936ac625bd4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231009.1.tgz","fileCount":28,"integrity":"sha512-9te9FJw/Dj5e+ZC+gyVRstBg/3ld2GXGDpQx4Z9DRuCeQ9kY9dVp34HscdaJ+ZbFy/SZJa/hCtJ7EfrO/yq6dg==","signatures":[{"sig":"MEYCIQDn4NkI9+8ulN9EFC5h/TuliocRG7NsdS/1DGKti5uiCQIhAMtvooCHjRNdr968FZFHmha8pcQUYW2UOBmqBsmxOLgm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79881},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231009.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231009.1.tgz","_integrity":"sha512-9te9FJw/Dj5e+ZC+gyVRstBg/3ld2GXGDpQx4Z9DRuCeQ9kY9dVp34HscdaJ+ZbFy/SZJa/hCtJ7EfrO/yq6dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231009.1_1696896479468_0.9828495652893532","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231012.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231012.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"40457b602fe020263d6d6395bb9944ef465753aa","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231012.3.tgz","fileCount":28,"integrity":"sha512-jFkwBjGOJELgmR6hza2cPMKrLdTmZ+PfUtp68KFHzn/p4Ykf3D6EEvBHY+iQu2mHnBoxWO8/vKmLLD/SrC01yA==","signatures":[{"sig":"MEUCIQCCNdqbzX1DO2dKIyYt8Jgq4KFVwZ6+022jg7IendCuTwIgLnpR3e9gYNM2cfymAGSgTUyeftaD2nkJMkICt3T3+R8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79895},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231012.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231012.3.tgz","_integrity":"sha512-jFkwBjGOJELgmR6hza2cPMKrLdTmZ+PfUtp68KFHzn/p4Ykf3D6EEvBHY+iQu2mHnBoxWO8/vKmLLD/SrC01yA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231012.3_1697155085264_0.799396356659041","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231013.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231013.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e52428b44fd55c633bfccce807821ab0169708b9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231013.2.tgz","fileCount":28,"integrity":"sha512-ZaITdPYMmOLGI1NzEF9exJdOuHbGmQO3XZzPvLp1MbSkVAzXmkihe/PNAzLHX+bFxE1jFOyACM/JyIg+ccpVog==","signatures":[{"sig":"MEUCIE6H7Mu+hJBAO0/fvOorLEmUvGny2oFna4Bhl80LCKy7AiEAm1+upqy1PTFZY8G8PayiiEdYaTyA9mkEK+Ftb+IzmB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79895},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231013.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231013.2.tgz","_integrity":"sha512-ZaITdPYMmOLGI1NzEF9exJdOuHbGmQO3XZzPvLp1MbSkVAzXmkihe/PNAzLHX+bFxE1jFOyACM/JyIg+ccpVog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231013.2_1697241456794_0.6645582974880329","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231016.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231016.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"63364b4b66810017d1960bb1aa2dc1acde2ef30c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231016.2.tgz","fileCount":28,"integrity":"sha512-8B+H8UGs/QgsanwdpZ4/YC6yWAo1VtdfrMYtdh7R++9Melf+oJstzHzWZ0qfnN1pNcphQwtvk+iD4Y1TFCCEeA==","signatures":[{"sig":"MEYCIQCBiN/GIsxHmf9TE7T95Tw3BP6pHsfc53I4mvmOXm/7uAIhAN7Pop8sfyxhUtjY532kKeo2rS1CRlFxzxhF9gvEQMS4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79848},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231016.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231016.2.tgz","_integrity":"sha512-8B+H8UGs/QgsanwdpZ4/YC6yWAo1VtdfrMYtdh7R++9Melf+oJstzHzWZ0qfnN1pNcphQwtvk+iD4Y1TFCCEeA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231016.2_1697500701924_0.1798893254505558","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231017.9":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231017.9","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"486d5fed7bc033f07441034734061305be5133f1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231017.9.tgz","fileCount":28,"integrity":"sha512-fddNok87OFz01nwadv94oq1Rlt2T3RYAe+7ZlHE4vKPgmX4cP4BHSauelJkKdnxIqVi2OpqGoVfeI/tveaVXLQ==","signatures":[{"sig":"MEUCIQCvfWeeHWbMZ7Ss2IFDaAvdFsiOheM1lI6S7Q6h8u6mXAIgVUeLsQgccT0EErBRScqGpsapXBTZS5xnnbgStn995MM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79849},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231017.9.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231017.9.tgz","_integrity":"sha512-fddNok87OFz01nwadv94oq1Rlt2T3RYAe+7ZlHE4vKPgmX4cP4BHSauelJkKdnxIqVi2OpqGoVfeI/tveaVXLQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231017.9_1697587098086_0.5798091948427839","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231026.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231026.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d3955c1d483d6bc52e5da0d9c016ddfc3adb597","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231026.4.tgz","fileCount":28,"integrity":"sha512-6aWNY75FExAdgDGyH5+HhRcbQPNFOMePL+Oe1lt1Cf+6PDxlaW8ynn/GijKUab/S4H4rBiyR8qxO6vEbYAO2Aw==","signatures":[{"sig":"MEQCIC/6Rx/uiQjMUP0yfgeX6nad93oibmw9R2zvacbA11S3AiA/XkPNPJuIzEK4CD1orTffVn1slsP0rdnKNBiw4JmfQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80802},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231026.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231026.4.tgz","_integrity":"sha512-6aWNY75FExAdgDGyH5+HhRcbQPNFOMePL+Oe1lt1Cf+6PDxlaW8ynn/GijKUab/S4H4rBiyR8qxO6vEbYAO2Aw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231026.4_1698364556038_0.8683424386963117","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231030.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231030.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4cd42648a60f97e04a7e882058fa1b742d3ad66d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231030.3.tgz","fileCount":28,"integrity":"sha512-qfOCTuKe7a65ikqz//AlB/RPW4CHrYYp0IjK0CpsES7XfsgUXMwH2mYohrrK/fyGIR4pAvCat9b20yr1+zwtQQ==","signatures":[{"sig":"MEQCICFW18wUpQYe9aH5wXANmGJ9CtbwiYmIDGsq3wP78uXBAiAwPWLi98HGtcQVLWsvIr+xUbpQxQteeUwUhE7ArT0imQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80802},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231030.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231030.3.tgz","_integrity":"sha512-qfOCTuKe7a65ikqz//AlB/RPW4CHrYYp0IjK0CpsES7XfsgUXMwH2mYohrrK/fyGIR4pAvCat9b20yr1+zwtQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231030.3_1698710395922_0.31891446876924356","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231102.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231102.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20231102.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e04905e0db3ae48e5b56f1097bdfc9b5b3b4a24","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231102.2.tgz","fileCount":28,"integrity":"sha512-PD0QGF0WYODdtg1HTK1zWcPXO7b0cwao1WG577mh0k+ps8CxJ9bbVoVJdBI3Idn8JuQ2yBFWEO8Bltz2koNGOQ==","signatures":[{"sig":"MEUCIQDIQJF55gB9DocVIC3+8UlQEQIm+XR06rwlghSfGoeakAIgGFJhW4TQ7WJEfEw2khtI80+3SqG7UuGbhC/kERoTDyE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80802},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231102.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231102.2.tgz","_integrity":"sha512-PD0QGF0WYODdtg1HTK1zWcPXO7b0cwao1WG577mh0k+ps8CxJ9bbVoVJdBI3Idn8JuQ2yBFWEO8Bltz2koNGOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231102.2_1698969355090_0.5466757675869569","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231106.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20231106.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20231106.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"84f635b20638877ec9d1c203834230e41c67822b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20231106.4.tgz","fileCount":28,"integrity":"sha512-bU3qm97hpO9ZrW9OjSYn9spdDOErkha+f2TPMlbyAVzG84OAQ+HU2iAIU/KyDB4ZmsaljwgoXU0rorMe1Lwd8Q==","signatures":[{"sig":"MEQCIAFrq0lt9FEEnDU4/PGtXcjTvOPNRP/C/YcCGU23Tr5gAiBN4JHqrlNVO3bEqecyU7jBGHRipwvpUfCdIStABmAOGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80852},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231106.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20231106.4.tgz","_integrity":"sha512-bU3qm97hpO9ZrW9OjSYn9spdDOErkha+f2TPMlbyAVzG84OAQ+HU2iAIU/KyDB4ZmsaljwgoXU0rorMe1Lwd8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","mocha-junit-reporter":"^2.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20231106.4_1699318594888_0.48485134162580334","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240109.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240109.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240109.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4e8966eb1e3063b68b7bff8d4866d531c32a336f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240109.1.tgz","fileCount":28,"integrity":"sha512-Qn3xWOEQsEEzE82ZtdOooqRWkQuBnqD4bh7euLxIMBIF/SfUZMRXIHsKLR1M4o4s6QDY7/JpkPS0wybmvjTYgw==","signatures":[{"sig":"MEUCIQCkoeEstc8SwvN8uNG1sYq0NeG4+gAVs+1AmywtYLlALAIgVCZJaf/41fBZbP6ri6I2nU48aQiW+AfSYwCcJSv701g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80814},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240109.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240109.1.tgz","_integrity":"sha512-Qn3xWOEQsEEzE82ZtdOooqRWkQuBnqD4bh7euLxIMBIF/SfUZMRXIHsKLR1M4o4s6QDY7/JpkPS0wybmvjTYgw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240109.1_1704847969232_0.4476149692594178","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240110.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240110.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240110.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"137e0d062ad72799f4e0ffc1511eb92770a768b3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240110.1.tgz","fileCount":28,"integrity":"sha512-5ylJ9TbdZ739I51BbI+z4oQEBkSztlC4YLwzWTiKeYz+twL7aUXnTmHOBn1wrfoh/WSYlvGBOLVzhpU6j7ud0g==","signatures":[{"sig":"MEQCIB2g5mSaMICn1gff8UYEewLasmDehu4LiVKcqQTs0bWnAiAFAd18pUOqlceamiEHEOk3ADtpsp9YbxjT6i+hUzbW0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80848},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240110.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240110.1.tgz","_integrity":"sha512-5ylJ9TbdZ739I51BbI+z4oQEBkSztlC4YLwzWTiKeYz+twL7aUXnTmHOBn1wrfoh/WSYlvGBOLVzhpU6j7ud0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240110.1_1704935491500_0.6517003364043978","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240112.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240112.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240112.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0bfd076b8cb381cd9fc490f52df12296655b1069","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240112.2.tgz","fileCount":28,"integrity":"sha512-f2tNDCpaHXqsecwD7YpMeS1Akr0r+74U08b343tSp8Upk5o1lsTpfFt8DDDL+xpl92W9Cl9po/ZjzCA7Ms2UDw==","signatures":[{"sig":"MEYCIQClKFpCejooknENthJ/PG3goetzhfMcWDzXed4/R+27oQIhAO+wbL9lmYVcAcQrzQZMt2qc8NOJsdZo/wfSJtHJTeUk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81018},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240112.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240112.2.tgz","_integrity":"sha512-f2tNDCpaHXqsecwD7YpMeS1Akr0r+74U08b343tSp8Upk5o1lsTpfFt8DDDL+xpl92W9Cl9po/ZjzCA7Ms2UDw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240112.2_1705107486503_0.6012224907748889","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240122.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240122.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240122.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"29b2e7916a1bd381f6f7fe24f8afd927fea029e3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240122.4.tgz","fileCount":28,"integrity":"sha512-kxLlslXNtRrt6Q1laBPdnfS61/C8CSu1VJInRKnQ7V/5MBb184mrByQpCRYR/6o40SQzZBjcbT3/7TBepQEkhw==","signatures":[{"sig":"MEUCIQCztIZuQcr9fWei1VmaEfpSNmIR+VNpvvzuGATqwSEFpQIgW5dd68k1kwJNns0xHsody6AaYMVG9iOSpkwOR8oR6D0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81018},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240122.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240122.4.tgz","_integrity":"sha512-kxLlslXNtRrt6Q1laBPdnfS61/C8CSu1VJInRKnQ7V/5MBb184mrByQpCRYR/6o40SQzZBjcbT3/7TBepQEkhw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240122.4_1705971371717_0.5256262033225854","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240123.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240123.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240123.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8cc377fe19bcd1f3f4d967f58f6546bb67d3a8f7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240123.2.tgz","fileCount":14,"integrity":"sha512-TMmjj/3kMVebvqmmfnk/FRau0OgutLloqwzKn3htH75MBuzB1hRAb+q9nBapUrfAUV6yNQuqMHjX0R8XNgyViw==","signatures":[{"sig":"MEQCIEAMZPAnw4jLBL7Vq/3gXeZ6C97dZoSi+0HJoY62g7PNAiAsGrrSRmzAzYeJeLUfn3WWM9JowqVAbRNXf0x6p0Hgfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23686},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240123.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240123.2.tgz","_integrity":"sha512-TMmjj/3kMVebvqmmfnk/FRau0OgutLloqwzKn3htH75MBuzB1hRAb+q9nBapUrfAUV6yNQuqMHjX0R8XNgyViw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240123.2_1706057628341_0.5920787837275383","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240126.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240126.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240126.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"89252567c87f27daa08e7117c9a8b9ba12d62f37","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240126.4.tgz","fileCount":14,"integrity":"sha512-OCIOt5+JE7t02KOmpwwGVGr2AjgTi+zm44q0ThseZlnv5t78vFKa+U1EI8UMtznjqlYZiSwDdDA+wA/tmTB3hg==","signatures":[{"sig":"MEUCIBykD0RiFvAsF7oAISdYh2vVsMcJQL6bdQUeQ2KK1PFvAiEAo83p5CPTxscHxTV0phHsOHwBPv+GssVaJ90J3qKm2k8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23686},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240126.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240126.4.tgz","_integrity":"sha512-OCIOt5+JE7t02KOmpwwGVGr2AjgTi+zm44q0ThseZlnv5t78vFKa+U1EI8UMtznjqlYZiSwDdDA+wA/tmTB3hg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240126.4_1706316980896_0.6110922481050753","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240131.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240131.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240131.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5947e15dd1b508a4c5098149960555f0059ac2df","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240131.3.tgz","fileCount":24,"integrity":"sha512-4UFRpwgMWk8P8xJzPoGLIx7i7a7CXHT3RdOirTe/gwMOYbctNNiy0PmYy19aDOJtwr3bMRvJ086A4Nw4bYyxhw==","signatures":[{"sig":"MEUCIQD8iExwTie69Y7XfA7X6MPtRe0KCVpYKoYA9Y++lHao8QIgEuf9vwlZ2XW1v5d8DgRjQm8K0SWIsY26sCs6Wgh+DqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74816},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240131.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240131.3.tgz","_integrity":"sha512-4UFRpwgMWk8P8xJzPoGLIx7i7a7CXHT3RdOirTe/gwMOYbctNNiy0PmYy19aDOJtwr3bMRvJ086A4Nw4bYyxhw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^3.3.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240131.3_1706748952353_0.7359999858643655","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240202.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240202.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240202.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd68538414e731f52acd60a4b3937d6cb774f6d4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240202.1.tgz","fileCount":24,"integrity":"sha512-1tCbg0A9YzYW6nsfN+Ev7XgcLOGoNgmrgftZJ0tMdQh4N0ZSJ4JdmezoFEZjwWaQTiKfaRyWOhxD9JBUaCiHCA==","signatures":[{"sig":"MEUCIQCM9kxEdh6cBUBeWeV+Ibm7ernl26zn2jusSurIifNC9QIgLiu2BPY7lg6hW/WTeVOUe8rnCK0+h5IUsbAI5U/ymlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74816},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240202.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240202.1.tgz","_integrity":"sha512-1tCbg0A9YzYW6nsfN+Ev7XgcLOGoNgmrgftZJ0tMdQh4N0ZSJ4JdmezoFEZjwWaQTiKfaRyWOhxD9JBUaCiHCA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240202.1_1706922475782_0.15793507181739797","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240206.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240206.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240206.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"84ed2e4e8ddefd9b4e89317b83497367af9af5d1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240206.4.tgz","fileCount":24,"integrity":"sha512-PPFnVYAB+ADEIV+pqD9bE4iAtap4IBS8jl8plEvzI4bvUCy3FHDD5IMbd/Z2JMvgvjiMfgCuQ8ycUGzB4/RCvg==","signatures":[{"sig":"MEUCIDq2WTA2zYyBqo7ceAq3kdnlq8uVxs/WdDVipzRCtU/AAiEA+87ZQNnu2e1C423MFBDtWAGM5Y5revGelAkQoZsbz6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74816},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240206.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240206.4.tgz","_integrity":"sha512-PPFnVYAB+ADEIV+pqD9bE4iAtap4IBS8jl8plEvzI4bvUCy3FHDD5IMbd/Z2JMvgvjiMfgCuQ8ycUGzB4/RCvg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240206.4_1707267278283_0.5778420527472741","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240207.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240207.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240207.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8061e7c757f9d3132f19a6fc50ef3ee52cf42bba","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240207.2.tgz","fileCount":26,"integrity":"sha512-GWpe9Zk2dnoPeT0TaRx/Vy8toK5LaSgnhR4JDY5c7CFuMa4WwTa+9L3shO1U/FYdWeJy4arfqBzaTH+8v41FPw==","signatures":[{"sig":"MEYCIQC07eWHN90TnHrSS0OdPsTFRIaR/ne/WwDpvP5XioyEwgIhALZoMJVz/zag3LxI+D0E5ASDEhGpZDR+7/zLK6NrREKK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75370},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240207.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240207.2.tgz","_integrity":"sha512-GWpe9Zk2dnoPeT0TaRx/Vy8toK5LaSgnhR4JDY5c7CFuMa4WwTa+9L3shO1U/FYdWeJy4arfqBzaTH+8v41FPw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240207.2_1707353549572_0.20832943148019067","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240208.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240208.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240208.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"34afa5ee7fc68d444ffee8103ab66d313e507427","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240208.1.tgz","fileCount":26,"integrity":"sha512-7PAdUZhT4FBokw+Bq5mfkNuQggWYgzalYS0k2HCFZqTK94TRM502sgYhG35zgGU427mUKbopy9vqP4idFo3faw==","signatures":[{"sig":"MEQCID7Xrl59cYIPIYXCvkLecMFoVWH3Ggo7KPBOy3SbNblbAiAJ60woNjXH0gzT/137iucfyxCJHbckVnxvmqTxOn1fxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75567},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240208.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240208.1.tgz","_integrity":"sha512-7PAdUZhT4FBokw+Bq5mfkNuQggWYgzalYS0k2HCFZqTK94TRM502sgYhG35zgGU427mUKbopy9vqP4idFo3faw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240208.1_1707440944437_0.2081772323174511","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240215.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240215.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240215.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d4d6b33cb8e43b4dce6a05bba35640fa27b6ac57","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240215.2.tgz","fileCount":14,"integrity":"sha512-QMEC9Q28rkogmdz/y8zL5V6p0ZCO0PGYp/HuHzmFaaoReTlmucPguCoH23nMV/7LBI0HO6EkY3K0cGGeqqMkKA==","signatures":[{"sig":"MEYCIQDjuCskTFbTnAwp1kNZDkHFRofXgUjCzgvL7wst3gBlPwIhALBE+x6KT9dRmHj1FbsDWofyzf/4Cl0wPOrLScxCLHzW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23686},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240215.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240215.2.tgz","_integrity":"sha512-QMEC9Q28rkogmdz/y8zL5V6p0ZCO0PGYp/HuHzmFaaoReTlmucPguCoH23nMV/7LBI0HO6EkY3K0cGGeqqMkKA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240215.2_1708044969686_0.9915408099723424","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240223.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240223.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"444817edb44931f683e9d1d4711d044f1ac11301","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240223.1.tgz","fileCount":14,"integrity":"sha512-n9MNb6PQC5qRtUruU+HqS2nZt4hzCeZSpbXzPxklcWVv+sI/uJKV07fq/D1udcSGc6GInxkvrL68OvDldNpiEw==","signatures":[{"sig":"MEUCIGtVczUT2knzTKhDAw7SmchELxP0GCnGhWnlnDsmwPl4AiEAuJ+TMUh8qdbfyi/g0bpAYaat4htnB/S3DAI/k2N2guo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23686},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240223.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240223.1.tgz","_integrity":"sha512-n9MNb6PQC5qRtUruU+HqS2nZt4hzCeZSpbXzPxklcWVv+sI/uJKV07fq/D1udcSGc6GInxkvrL68OvDldNpiEw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240223.1_1708736603527_0.2209609507496315","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240308.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240308.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240308.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3afc46d2d40e5515389a0a0bad1ea89afac18ff2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240308.3.tgz","fileCount":14,"integrity":"sha512-CwSYlDdokBIZaoRD0y8m36Z2LT6B1vVE/JNYWOkY8vRhjzpZ4Tub154ZPG8OjWXUVamarPeY5Kj3WudpWAK4Kw==","signatures":[{"sig":"MEUCIQCjApkntoGhLiTrHIqLmxFxGAAXHgun2DOPq6pRyoZtIgIgZ5bVPgVGz13+gCzN2iNBw85pz5z4VaPvli28b+xHd4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23693},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240308.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity-vscode/azure-identity-vscode-1.0.1-alpha.20240308.3.tgz","_integrity":"sha512-CwSYlDdokBIZaoRD0y8m36Z2LT6B1vVE/JNYWOkY8vRhjzpZ4Tub154ZPG8OjWXUVamarPeY5Kj3WudpWAK4Kw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240308.3_1709946304951_0.5281666393421771","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240409.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240409.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84d333e2b9bd46ec1bcfb564700dbb87c98a0cbc","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240409.1.tgz","fileCount":14,"integrity":"sha512-HQZSgGZGR1F6cj3XeU/aYKAm8JdClc8Aqc4Zdy06z/aUXDVdleKo9y2uMuwdE7dZbQzfTrhQCBdSJEETfqdVZA==","signatures":[{"sig":"MEUCIQCw3s/wJ3S+gxWA0zi6vITfrr6ZL0PmncWjoJnBts+ZOwIgayyYQRgxi+q3Ohk30QMzl264fwoi7aAWBU7tJDAUEno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c364ed78-8e53-4566-aa00-b564a33886a4\\azure-identity-vscode-1.0.1-alpha.20240409.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c364ed78-8e53-4566-aa00-b564a33886a4\\azure-identity-vscode-1.0.1-alpha.20240409.1.tgz","_integrity":"sha512-HQZSgGZGR1F6cj3XeU/aYKAm8JdClc8Aqc4Zdy06z/aUXDVdleKo9y2uMuwdE7dZbQzfTrhQCBdSJEETfqdVZA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240409.1_1712707711940_0.9116686224502653","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240410.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240410.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b02fba979034c3f4a1f3410b8b12155203d95c3c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240410.3.tgz","fileCount":14,"integrity":"sha512-oKwqT6LEJ7OzQua8+sT7GsHB4+MWPo9s0y6yh6MseZ39Jj+wA9FSaEEZywdW3PUlMoDc4a8ZLpTq+uJ0L5NebQ==","signatures":[{"sig":"MEUCIC+NpZE4iwdDZ674SgjxyhtIBax7QPh8FfMElpRjvvByAiEAn5czUBBNfJGxQtrozn01pFD5NQwEtXil7mA2fraJ9Ro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\830caf0d-f2fc-447e-bacb-36b33eb6f60f\\azure-identity-vscode-1.0.1-alpha.20240410.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\830caf0d-f2fc-447e-bacb-36b33eb6f60f\\azure-identity-vscode-1.0.1-alpha.20240410.3.tgz","_integrity":"sha512-oKwqT6LEJ7OzQua8+sT7GsHB4+MWPo9s0y6yh6MseZ39Jj+wA9FSaEEZywdW3PUlMoDc4a8ZLpTq+uJ0L5NebQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240410.3_1712794408292_0.41305665633029176","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240411.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240411.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07144aae76f66721ee743267b8b8c4f969c2411f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240411.2.tgz","fileCount":14,"integrity":"sha512-SewKKFIGG34nDmEvChr4cLC9RHvrOwLJXWktZldHp5LFGkP3pqG1jepc/+bhzTF/l7Df3vWoVeBIX5TDFJd3nw==","signatures":[{"sig":"MEUCIQCr1HvTOn1ttsd3BDCHT84L2COtofxM7D3As5xR9cBNqQIgJ2h+hnIL0fv5Hjnm6emI8DPZhEc0kCs5q/JShIdxs2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3b99bf58-b728-4f12-9d7c-8e32d3eb3e4b\\azure-identity-vscode-1.0.1-alpha.20240411.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3b99bf58-b728-4f12-9d7c-8e32d3eb3e4b\\azure-identity-vscode-1.0.1-alpha.20240411.2.tgz","_integrity":"sha512-SewKKFIGG34nDmEvChr4cLC9RHvrOwLJXWktZldHp5LFGkP3pqG1jepc/+bhzTF/l7Df3vWoVeBIX5TDFJd3nw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240411.2_1712880560890_0.7703801108744361","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240412.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240412.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"59e59df56c082a090b3b22558feea6127958f615","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240412.1.tgz","fileCount":14,"integrity":"sha512-WKK+3KzJP+VAAk+HbK0a201NhpY8V7wdykUswsLyK3tZHgbUd6oPZzjiBVX54Aa2hNggOqqBByZ5ah24wHKWmw==","signatures":[{"sig":"MEUCIGNDpCgZfPIXy/H9+nbpjEQX+aXPN0JvRVWTeNZNWVblAiEA9DHW03EFL7aOFzBK1NTXOqVs9cRnzgYbhQRKLvMk0/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\68625c9c-6a66-48f5-b77c-0180c13a4375\\azure-identity-vscode-1.0.1-alpha.20240412.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\68625c9c-6a66-48f5-b77c-0180c13a4375\\azure-identity-vscode-1.0.1-alpha.20240412.1.tgz","_integrity":"sha512-WKK+3KzJP+VAAk+HbK0a201NhpY8V7wdykUswsLyK3tZHgbUd6oPZzjiBVX54Aa2hNggOqqBByZ5ah24wHKWmw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240412.1_1712966893822_0.44208241020819394","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240415.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240415.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7bac3d17f095d32cbf71be92719d4650402c4c8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240415.1.tgz","fileCount":14,"integrity":"sha512-9kAOR9jt1r95TSkZvWmN1lpTQS+yNyTBGUf5o9bI7fGGYUL8MVhO29cjERBErXixbQXn/kYzgED2o0tIUCJ2yQ==","signatures":[{"sig":"MEQCIBlXntQWjNipkV7U1RuYEENAIEaSF+T06mjPDzGRcnMkAiA64Mgs5HR6qvEihK0XTqun8t9KBcVRDdH6JVOfCcqY2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\092584f3-168e-4084-b8a9-1c76a32044b1\\azure-identity-vscode-1.0.1-alpha.20240415.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\092584f3-168e-4084-b8a9-1c76a32044b1\\azure-identity-vscode-1.0.1-alpha.20240415.1.tgz","_integrity":"sha512-9kAOR9jt1r95TSkZvWmN1lpTQS+yNyTBGUf5o9bI7fGGYUL8MVhO29cjERBErXixbQXn/kYzgED2o0tIUCJ2yQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240415.1_1713226272421_0.40085028341332407","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240416.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240416.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45d61c655d9fd50558f526b61d22430ca73f0f07","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240416.1.tgz","fileCount":14,"integrity":"sha512-rrhC/iA5frmgaln99ZSJ1opLZeKeX1kB6UXDPTku4SjDGASdkTyfulLXMjueH8YlrWyGVMiJzfahpMP24Sd64g==","signatures":[{"sig":"MEUCIB2cXhxrAEY/OACSZA6ZHmy8Huvs3fBNI3oPt13rChRpAiEA9PWM8eHSvf0nwOOakIIg7Hy6eYNKGE/Nx3SdDkUXXpY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\abdc8609-f161-4cfc-9bda-4da3ca84bbfa\\azure-identity-vscode-1.0.1-alpha.20240416.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\abdc8609-f161-4cfc-9bda-4da3ca84bbfa\\azure-identity-vscode-1.0.1-alpha.20240416.1.tgz","_integrity":"sha512-rrhC/iA5frmgaln99ZSJ1opLZeKeX1kB6UXDPTku4SjDGASdkTyfulLXMjueH8YlrWyGVMiJzfahpMP24Sd64g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240416.1_1713312777309_0.3646232576195343","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240418.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240418.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"532cd50d4c62a052fbe2f43eabe1991d3f081fc3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240418.1.tgz","fileCount":14,"integrity":"sha512-+vZHZef++8rS2jKYLVXwDRvh6P+SycZfiAXrVr+w73r6xqSvXC8ZUKK7ZLczVq8+hJyJyMCmmWJOVH5YUBzNHA==","signatures":[{"sig":"MEUCICE3UJsMdviF4IJ1lp6E8UEEJNH8+5nrig0bXNOzcIPmAiEA8SRv1+lWntbUMZH1BcV5zn2OeHgmHPIv5sPbWkBzAQA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\50769d96-0505-4006-b157-3f184af357bc\\azure-identity-vscode-1.0.1-alpha.20240418.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\50769d96-0505-4006-b157-3f184af357bc\\azure-identity-vscode-1.0.1-alpha.20240418.1.tgz","_integrity":"sha512-+vZHZef++8rS2jKYLVXwDRvh6P+SycZfiAXrVr+w73r6xqSvXC8ZUKK7ZLczVq8+hJyJyMCmmWJOVH5YUBzNHA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240418.1_1713485959067_0.8927730815999229","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240419.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240419.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c3a7238423e7e6a354de61269d77d04c96715a9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240419.1.tgz","fileCount":14,"integrity":"sha512-TjVqDM2rtU09mwyn8+73egqj20s3sJypWHpSnyMh0vGAWYG0Ym5/wHyG13J18bnEEgnxWcWUCSmuCsJksXRFdg==","signatures":[{"sig":"MEYCIQCDMmJ1w+mS3XLEbX8wtWZjYC07hBwP002hMGT11s+NWgIhAIfveroUosaOibAipmYElo1HSqRTzNCh8cVjIQhSs5G1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23728},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fd2fea85-b202-4579-880e-2862cea1496b\\azure-identity-vscode-1.0.1-alpha.20240419.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fd2fea85-b202-4579-880e-2862cea1496b\\azure-identity-vscode-1.0.1-alpha.20240419.1.tgz","_integrity":"sha512-TjVqDM2rtU09mwyn8+73egqj20s3sJypWHpSnyMh0vGAWYG0Ym5/wHyG13J18bnEEgnxWcWUCSmuCsJksXRFdg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240419.1_1713572122034_0.6716371335563263","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240422.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240422.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"894da50e299f90346101f3f23165ce683ac10561","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240422.3.tgz","fileCount":14,"integrity":"sha512-wXTvTQAwz+x1GyXSVk+GLk+nDyo/hQKl3OGLivfSbG1feb5jYZxa1zal6bM6vE20yeykk7nCGL3KGZzRMpfM0g==","signatures":[{"sig":"MEYCIQCQb8r1RId5ofBH3PgpRnm35TI/R2QRr7DHRwDv+QgF0AIhAMUL+8yUPZ+04FefCBLgR8qzdm+EOor0aAcpNLnv/uUW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23728},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\79b2a51c-2dbc-4ef5-a38f-e487aa79e07e\\azure-identity-vscode-1.0.1-alpha.20240422.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\79b2a51c-2dbc-4ef5-a38f-e487aa79e07e\\azure-identity-vscode-1.0.1-alpha.20240422.3.tgz","_integrity":"sha512-wXTvTQAwz+x1GyXSVk+GLk+nDyo/hQKl3OGLivfSbG1feb5jYZxa1zal6bM6vE20yeykk7nCGL3KGZzRMpfM0g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240422.3_1713830979382_0.28219881528999524","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240423.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240423.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f62945afef46ef9704c0d587cbfb73413b21709","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240423.2.tgz","fileCount":14,"integrity":"sha512-LwY0Ib5gJm4UEmhB+EvhqRB/8PzNqokeb7otsWvpLjlUOcS5HEq4QJM5w7HPMIkbSIe5d8KJ9y/pB/vtgEyKgQ==","signatures":[{"sig":"MEUCID9MZDf/3ib+QtWoYlB6tBl2HTryfYoZVQfrj8bhiq/FAiEAjqjfZv0YpVU0K118zWIzPcXDbA1y2fSH1rvzBkAR9q0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23728},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\28e7860f-a736-4786-85cc-2795c4fb18ee\\azure-identity-vscode-1.0.1-alpha.20240423.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\28e7860f-a736-4786-85cc-2795c4fb18ee\\azure-identity-vscode-1.0.1-alpha.20240423.2.tgz","_integrity":"sha512-LwY0Ib5gJm4UEmhB+EvhqRB/8PzNqokeb7otsWvpLjlUOcS5HEq4QJM5w7HPMIkbSIe5d8KJ9y/pB/vtgEyKgQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.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/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240423.2_1713917698812_0.8129058267934135","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240425.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240425.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ce39088ddeee8c62558580e0494525988823f3e8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240425.2.tgz","fileCount":14,"integrity":"sha512-3UjUHEluMGeP8BmmGT2t5RjBKe6U/AS3h5mb0GUwZUyQKXOXygTRgszogdj7COv7k6t8tf8/RI9b9k0nAPDTzQ==","signatures":[{"sig":"MEQCIDW3VseGipgz8kOK3pM8rZ36v9aPQ+HEZ9EddLRnN8O1AiAnMqgRJv1qyiy6a4uqDfkkCqcJ2fpwFSwhmFPJNdGkKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23734},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a84b543a-764e-47df-a715-6515c7a031ee\\azure-identity-vscode-1.0.1-alpha.20240425.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a84b543a-764e-47df-a715-6515c7a031ee\\azure-identity-vscode-1.0.1-alpha.20240425.2.tgz","_integrity":"sha512-3UjUHEluMGeP8BmmGT2t5RjBKe6U/AS3h5mb0GUwZUyQKXOXygTRgszogdj7COv7k6t8tf8/RI9b9k0nAPDTzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240425.2_1714090385227_0.301163012065119","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240426.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240426.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6be97858a64e2dfbf75bc5818ab452b6de64c1b1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240426.2.tgz","fileCount":14,"integrity":"sha512-mitHgOGw7IC3oxCvsBHj6iOdwcbwKmqCdGEFuEKf0B1hYRdwkr5Bi8Te2ACBT3SSUHrTLvuu8dyp7wprjLHbWw==","signatures":[{"sig":"MEQCIEgd/uleRm3ZuRFagbRnN/XoONIaVA1ENZmY62/6koSGAiBDYCFDVci5cF8r0nNqerq6xwNIKYnQCO1YQAoOdnhiMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23734},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2fcc40d8-b400-4ceb-adbc-556773f34130\\azure-identity-vscode-1.0.1-alpha.20240426.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2fcc40d8-b400-4ceb-adbc-556773f34130\\azure-identity-vscode-1.0.1-alpha.20240426.2.tgz","_integrity":"sha512-mitHgOGw7IC3oxCvsBHj6iOdwcbwKmqCdGEFuEKf0B1hYRdwkr5Bi8Te2ACBT3SSUHrTLvuu8dyp7wprjLHbWw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240426.2_1714176427359_0.1888892875490813","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240429.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240429.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ed4009dd6a652d4000facc5bd7584f2515f73d4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240429.2.tgz","fileCount":14,"integrity":"sha512-/wqzVFPaWBZ1i1Uq0KZ9bP3KTZoIcj2f1tWXdOYmopSiF12nsoKeNLSPgNKzytokxvF9s+H1Fbe44/eJ4XwbVA==","signatures":[{"sig":"MEQCIHKunEjnXwP2WwDFhrR4n/PQAPMWrjOHPE+OQ7cfei20AiA9L7AWMaVqdDvkxt+PTY52YM/QtFjK1TLQaAiDrA75iw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23734},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3983ad3b-962f-48a8-9845-73a060f5cf10\\azure-identity-vscode-1.0.1-alpha.20240429.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3983ad3b-962f-48a8-9845-73a060f5cf10\\azure-identity-vscode-1.0.1-alpha.20240429.2.tgz","_integrity":"sha512-/wqzVFPaWBZ1i1Uq0KZ9bP3KTZoIcj2f1tWXdOYmopSiF12nsoKeNLSPgNKzytokxvF9s+H1Fbe44/eJ4XwbVA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240429.2_1714436124686_0.4813755452752866","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240502.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240502.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ea4efb05de2621fcddd49d0d67dd6a859c61cbe","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240502.1.tgz","fileCount":14,"integrity":"sha512-lwvBmSygvLVPzCMt6bY0UfsWgvutv6FRNyWsCLmABC0jLMYzPY2DoFtUwCtJmRjPtapy3Gb01rL0qiCnVMu9/Q==","signatures":[{"sig":"MEUCIQCCV54xYDXSTQ3aAKHUWljG2TlZ4nhqm10yWO6FbAJsZQIgbnwTXkgA8bhj2RbrB2Kss9CbitD0UFwMih/wupPYrPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23714},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\305df965-ea6f-498a-9547-af46cd9bc0c8\\azure-identity-vscode-1.0.1-alpha.20240502.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\305df965-ea6f-498a-9547-af46cd9bc0c8\\azure-identity-vscode-1.0.1-alpha.20240502.1.tgz","_integrity":"sha512-lwvBmSygvLVPzCMt6bY0UfsWgvutv6FRNyWsCLmABC0jLMYzPY2DoFtUwCtJmRjPtapy3Gb01rL0qiCnVMu9/Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240502.1_1714695251681_0.8494183198925123","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240506.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240506.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb0643921480fd8607bdde4d098e64e8b65fefc4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240506.1.tgz","fileCount":14,"integrity":"sha512-+ihP6/gvKZ8sjOcnIMJGOkU9u3SNnBrsipGNOjPQWp9Bp6XJb3DzCdW9yPLURO9f1CCA47Xrw6g1wZ9etdEaOQ==","signatures":[{"sig":"MEUCIQDryBTuarj43g/bKpjcpsdvAlNO/G4bItE/K8G39v6AawIgGa2dCYaytdLz5BRc0Zugn0FyCoy+ZtuULm6SKvH/Zh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23714},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a9e4612c-25ca-4f36-a2ad-9c351167684a\\azure-identity-vscode-1.0.1-alpha.20240506.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a9e4612c-25ca-4f36-a2ad-9c351167684a\\azure-identity-vscode-1.0.1-alpha.20240506.1.tgz","_integrity":"sha512-+ihP6/gvKZ8sjOcnIMJGOkU9u3SNnBrsipGNOjPQWp9Bp6XJb3DzCdW9yPLURO9f1CCA47Xrw6g1wZ9etdEaOQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240506.1_1715040271212_0.07797345279200218","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240507.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240507.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e2f43b83d9ebffdf4f31d51f2de337b423c5af26","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240507.1.tgz","fileCount":14,"integrity":"sha512-0XPp/geshLp/t8WgFDBUMVgfpCDvSBFlkLuwL004Dx+moJCybPGeqRO/G0mHa5ZjYbAv23uezUdcrr2fUqowcg==","signatures":[{"sig":"MEYCIQCJEaMH/HoV4IlaBsY13p/pRp/PKmnZiHrz3Hepky51nAIhALjx7Y8NwBEvg7XiAzL6pXEqdVVInun08Sb0UYIWfw8z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23714},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f07d179e-1c7e-41fc-a82e-ba25c9044bac\\azure-identity-vscode-1.0.1-alpha.20240507.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f07d179e-1c7e-41fc-a82e-ba25c9044bac\\azure-identity-vscode-1.0.1-alpha.20240507.1.tgz","_integrity":"sha512-0XPp/geshLp/t8WgFDBUMVgfpCDvSBFlkLuwL004Dx+moJCybPGeqRO/G0mHa5ZjYbAv23uezUdcrr2fUqowcg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240507.1_1715126638332_0.3151990660965638","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240508.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240508.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e69f10a1c3091cfdb9fbb30a828c8b3bbdba11ba","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240508.2.tgz","fileCount":14,"integrity":"sha512-LqBG3Y9/BKPrv3WEjmUEGXLF1fI/E0VBFpPLkEe/SVs8POkdaoEiuhHqD4z5kdlKEtzxYgnUFuhKSlTR/znEzw==","signatures":[{"sig":"MEQCIHvGFG4bSyR9SK8JH7pU1c+4OpFEEwiOkOEv+AqiSePpAiBljeY5RfQuNj5rBUSuD+AOWH1XMB/5yFhfm6e0o7qfsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23734},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c8c291b0-4a03-4bbe-9a6f-f5c178c453c4\\azure-identity-vscode-1.0.1-alpha.20240508.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c8c291b0-4a03-4bbe-9a6f-f5c178c453c4\\azure-identity-vscode-1.0.1-alpha.20240508.2.tgz","_integrity":"sha512-LqBG3Y9/BKPrv3WEjmUEGXLF1fI/E0VBFpPLkEe/SVs8POkdaoEiuhHqD4z5kdlKEtzxYgnUFuhKSlTR/znEzw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240508.2_1715212912422_0.5659142017186998","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240509.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240509.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f30a7dd98c5599e1fe9183862bbb2d7b50125a50","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240509.1.tgz","fileCount":14,"integrity":"sha512-Itajj3GnOm3IG/JZn0PIqWUAC58ecC6qP9ekHFZSpaGfnWDl5NQw2aNOTP0KMetw/qdLCoBKOyFCx++2Lx9XCA==","signatures":[{"sig":"MEYCIQDpNkr6RZFV0PwIA5G5lAEczOyDXDIO69/1yM00Oq4/TQIhAIdhqSL5+rsoKgXEVxjvfgkmb+wahoxNu/NgN/28lUwh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23734},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\39a4ec58-592f-4018-adf4-80a7c6bba9d4\\azure-identity-vscode-1.0.1-alpha.20240509.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\39a4ec58-592f-4018-adf4-80a7c6bba9d4\\azure-identity-vscode-1.0.1-alpha.20240509.1.tgz","_integrity":"sha512-Itajj3GnOm3IG/JZn0PIqWUAC58ecC6qP9ekHFZSpaGfnWDl5NQw2aNOTP0KMetw/qdLCoBKOyFCx++2Lx9XCA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240509.1_1715299360674_0.6526656509943423","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240510.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240510.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5de2a20e1e92754fd2a0ccece7932cbbb3e5b31f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240510.3.tgz","fileCount":14,"integrity":"sha512-4frUUqtMhnTl0Jp6d/H6cUXeXjXM8aBkW6L4nsSYqA/RJeBLq9nD2tuu7pTF2+Xdfo69qfRtNtUN3HXMO5OP3A==","signatures":[{"sig":"MEYCIQCdPluGUIluUOqP6qm5I5Vz1ktDkQNXmUm3kH1r9+NHjwIhAMPFdpdy2xlRTm/73PyqpEjVxf4zL1kVC0sXhSuZOnAz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23734},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e4505636-3a53-401c-a4c1-0ad538fe82cc\\azure-identity-vscode-1.0.1-alpha.20240510.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e4505636-3a53-401c-a4c1-0ad538fe82cc\\azure-identity-vscode-1.0.1-alpha.20240510.3.tgz","_integrity":"sha512-4frUUqtMhnTl0Jp6d/H6cUXeXjXM8aBkW6L4nsSYqA/RJeBLq9nD2tuu7pTF2+Xdfo69qfRtNtUN3HXMO5OP3A==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240510.3_1715385752697_0.9674752165538709","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240513.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240513.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"586ba4955c2e28fa5e9b967b4bf3450f44fd7df6","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240513.2.tgz","fileCount":16,"integrity":"sha512-hda6bXHTyB7edAX4GvAlBtXgXHnUVOhY6ysAmreokdxxGtb4sNaRzi0UvuL81VB2UaVO8078E8HC90xAEAm3jg==","signatures":[{"sig":"MEUCIQCA5jQczHI0cGae4R5NLgjUyRWYnALSpUjImtHtqUJ9fAIgSPIvIEtvcGsxn1/m0s6d8VxlDaIKHG/jNJTjY9NG2Hc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28437},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d7f7a128-35ae-4be6-8424-57811467cd2d\\azure-identity-vscode-1.0.1-alpha.20240513.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d7f7a128-35ae-4be6-8424-57811467cd2d\\azure-identity-vscode-1.0.1-alpha.20240513.2.tgz","_integrity":"sha512-hda6bXHTyB7edAX4GvAlBtXgXHnUVOhY6ysAmreokdxxGtb4sNaRzi0UvuL81VB2UaVO8078E8HC90xAEAm3jg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240513.2_1715645219852_0.4756622175799601","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240514.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240514.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"306b195c612e307bd5f125c4207388afa0b9d0f8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240514.2.tgz","fileCount":16,"integrity":"sha512-NGUxte0hiCmdboqsZWFDl6pQKsMNoK2EcPFmZkOPjWqiyFvLxLBwh2LTOTOcP1vZhpj7LhBtDEhMwjOBL2x72A==","signatures":[{"sig":"MEYCIQCS0esiyoaFi0ce+h9bB0xLeTq9aoW16BtjnJuKDyZ8bQIhAP4339djqQujBh2O9o1mVPsJkbUGuNEgxK6i16qmzERy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28437},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7afc8e81-25d0-4bb2-be18-ceb070f6b19d\\azure-identity-vscode-1.0.1-alpha.20240514.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7afc8e81-25d0-4bb2-be18-ceb070f6b19d\\azure-identity-vscode-1.0.1-alpha.20240514.2.tgz","_integrity":"sha512-NGUxte0hiCmdboqsZWFDl6pQKsMNoK2EcPFmZkOPjWqiyFvLxLBwh2LTOTOcP1vZhpj7LhBtDEhMwjOBL2x72A==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240514.2_1715731385388_0.27771197289705185","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240515.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240515.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7df89572b0b01b5533ab63330fe288cb9c7d9fef","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240515.1.tgz","fileCount":16,"integrity":"sha512-TMpizOXpar0FT/M4ObTMvqE/Q9eIfIg0feV3/vVCPZyTGQwA7pmoQ0CLQ4RC5POBWWK6xDfFXDKOzA4tk6fttg==","signatures":[{"sig":"MEYCIQD6YEpQZMjzuwoAolfJUp2YhFzPrcuFbld8D1e9a8ASnQIhAOaNUlO+EAqyQNED3Y08nRzKa17gkBylk0PDnaMqriRs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28437},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e6ade397-6ace-470d-957d-bdf9b290ecb1\\azure-identity-vscode-1.0.1-alpha.20240515.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e6ade397-6ace-470d-957d-bdf9b290ecb1\\azure-identity-vscode-1.0.1-alpha.20240515.1.tgz","_integrity":"sha512-TMpizOXpar0FT/M4ObTMvqE/Q9eIfIg0feV3/vVCPZyTGQwA7pmoQ0CLQ4RC5POBWWK6xDfFXDKOzA4tk6fttg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240515.1_1715817772001_0.6744259419340863","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240516.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240516.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eed7b9386e80e9fd6a60dfff5e77bcd48e88f792","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240516.2.tgz","fileCount":16,"integrity":"sha512-TtzvPL6bXFbuyQ8Y6w801I1IC05rVXOM2z3TPgjgvLtdFnCtvQxQ8tTbDm668pJZO5lb9qDEQcG7M/e0xte2Mw==","signatures":[{"sig":"MEUCIGOMGK2bIu/0jbyq+HSA9IgnmCQ0fquN/CutJp4l8Le7AiEA4JO3NfnG03+HhHVtDMKJBii3cot+UcajhHEIxqDm9eg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28437},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f4f1d93b-73bb-48d5-b6ab-2d77c5dc373d\\azure-identity-vscode-1.0.1-alpha.20240516.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f4f1d93b-73bb-48d5-b6ab-2d77c5dc373d\\azure-identity-vscode-1.0.1-alpha.20240516.2.tgz","_integrity":"sha512-TtzvPL6bXFbuyQ8Y6w801I1IC05rVXOM2z3TPgjgvLtdFnCtvQxQ8tTbDm668pJZO5lb9qDEQcG7M/e0xte2Mw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240516.2_1715904158454_0.0048228768632871954","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240517.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240517.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a71b4148ceeee9799276b07dfdd11be4f3f87200","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240517.1.tgz","fileCount":16,"integrity":"sha512-M2uy/7pNteiSJG+gB1F6u0yxgD9b9oAY477ul23exbsozBnbfuMCBrNJsoRzdJzb7UcrD/BzMiB+DHnOMC0nsQ==","signatures":[{"sig":"MEUCIQCxfy+4vhZXq0AOU9lNMwfbW1EuBp5u35HSapaFnCENzQIgJBg85rjgRx3DqBSN7bsd1GI5rUfAQ2ARXHBMg97Ejdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28437},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\879446d6-f29e-42d3-a0a9-d5651167c372\\azure-identity-vscode-1.0.1-alpha.20240517.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\879446d6-f29e-42d3-a0a9-d5651167c372\\azure-identity-vscode-1.0.1-alpha.20240517.1.tgz","_integrity":"sha512-M2uy/7pNteiSJG+gB1F6u0yxgD9b9oAY477ul23exbsozBnbfuMCBrNJsoRzdJzb7UcrD/BzMiB+DHnOMC0nsQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240517.1_1715990650087_0.6835298583120155","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240520.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240520.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a509377f4f8d5ce2a001abcb1c2c5827f5a060b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240520.1.tgz","fileCount":16,"integrity":"sha512-JiynK+7sZMWtlmqe5wgWpi8rei41zSbTdGSIQuntAjULkbRRkn7Xomeae7MXD8tiLxpqgqkYJ/WqmyVexb+LRA==","signatures":[{"sig":"MEQCIGpOZZia3zcu73uImUoqe1ieYVAwxmMVvBmPzWz6s4qnAiBQcJAH2WHfpDSGilQ02yCwL+BZujdFdOPtPD5B5SxstQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28437},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7fac5fc1-df9b-41a0-82fd-a7f335cb5b6f\\azure-identity-vscode-1.0.1-alpha.20240520.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7fac5fc1-df9b-41a0-82fd-a7f335cb5b6f\\azure-identity-vscode-1.0.1-alpha.20240520.1.tgz","_integrity":"sha512-JiynK+7sZMWtlmqe5wgWpi8rei41zSbTdGSIQuntAjULkbRRkn7Xomeae7MXD8tiLxpqgqkYJ/WqmyVexb+LRA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240520.1_1716249697106_0.9924846120431201","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240618.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240618.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b49f08b6324aef173030ba490d087dafb2d9d96","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240618.4.tgz","fileCount":16,"integrity":"sha512-W9eWkxoieV3efgGamIhraMQwsavThdcQcG1BnNkrqZJZL41ovf3wyrzLcyTsGkCOL0jkst5FksdXU41kBbNhkg==","signatures":[{"sig":"MEUCIQD6Gs+VexBC08bgpWKBzvgCwYykustsOHW+H+iJuFbm0gIgGKJiptz2AhqMHQ63wj85zTUl5DsSG60Kxpq5LFWxGvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\260a6cae-2bd0-40a6-a3d6-4ad85923e9fe\\azure-identity-vscode-1.0.1-alpha.20240618.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\260a6cae-2bd0-40a6-a3d6-4ad85923e9fe\\azure-identity-vscode-1.0.1-alpha.20240618.4.tgz","_integrity":"sha512-W9eWkxoieV3efgGamIhraMQwsavThdcQcG1BnNkrqZJZL41ovf3wyrzLcyTsGkCOL0jkst5FksdXU41kBbNhkg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240618.4_1718755392207_0.14458682292209102","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240619.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240619.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21fa2364c8b3e1bb49ada259b680823d3bc4a9ec","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240619.4.tgz","fileCount":16,"integrity":"sha512-Q9FUdw0Z6i1z1sH+N/okCGI3K2cLB4jOaA2fZlKF5DmAv3TRVOt6Nfy/E4Va7lEmaNPuaqoEXnZKEDlZouCXqw==","signatures":[{"sig":"MEQCIFq1TTrYGGnvOBVIUSkQBXXK0h3o4wTLWGdwoLQczN4BAiBBIsCMiHXjAYGqkbvwynUYMAeyouxpkfp82RfdlkV2+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ceb7ad61-4719-4820-8f67-bf1532a7b0de\\azure-identity-vscode-1.0.1-alpha.20240619.4.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ceb7ad61-4719-4820-8f67-bf1532a7b0de\\azure-identity-vscode-1.0.1-alpha.20240619.4.tgz","_integrity":"sha512-Q9FUdw0Z6i1z1sH+N/okCGI3K2cLB4jOaA2fZlKF5DmAv3TRVOt6Nfy/E4Va7lEmaNPuaqoEXnZKEDlZouCXqw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240619.4_1718841436314_0.15140978164344943","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240620.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240620.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240620.2","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d12f93d2931c7996d3fe928ffd3b40a4a53a30d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240620.2.tgz","fileCount":16,"integrity":"sha512-jcqy5wam9zplgz/idh8GNVpYLkkjuDrGptPlymeZeE2AYcm/mlK2xIWsTsso1wVUYjLiLvH+BIVT5a9lq8TH6g==","signatures":[{"sig":"MEUCIQC07846yL1KfFTk7TVd6rr6WwkI41A0yo+l/MU/l8QnHQIgQlZTdn1oI7S196BJifLSxYb8xd2K1nabwsfyqpqWZhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6afb2bce-14e4-45bf-9e19-28cdfc3842e7\\azure-identity-vscode-1.0.1-alpha.20240620.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6afb2bce-14e4-45bf-9e19-28cdfc3842e7\\azure-identity-vscode-1.0.1-alpha.20240620.2.tgz","_integrity":"sha512-jcqy5wam9zplgz/idh8GNVpYLkkjuDrGptPlymeZeE2AYcm/mlK2xIWsTsso1wVUYjLiLvH+BIVT5a9lq8TH6g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240620.2_1718928024059_0.6704305228871259","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240621.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240621.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240621.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e116037e86894c5b2a8aba5405cc3d159cafee2b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240621.1.tgz","fileCount":16,"integrity":"sha512-q4lxZd1+fHZ57nytkvyGpgSy7BtJmUXutNd6i3i46GFfCwTaVmwkQYxL/o5X2eqkws5SFp6OaMpPGb4slrP0vQ==","signatures":[{"sig":"MEQCIBeb+/kFoL17IG840iVo28/5qaLMYaInJLa/YzV7PU5UAiAAgW1wbYkex82yssmL+Sf0XyiBDcC3W29xXuaoaFDjvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c34b6a3e-09fb-48f5-a6f6-ba6b2764bf72\\azure-identity-vscode-1.0.1-alpha.20240621.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c34b6a3e-09fb-48f5-a6f6-ba6b2764bf72\\azure-identity-vscode-1.0.1-alpha.20240621.1.tgz","_integrity":"sha512-q4lxZd1+fHZ57nytkvyGpgSy7BtJmUXutNd6i3i46GFfCwTaVmwkQYxL/o5X2eqkws5SFp6OaMpPGb4slrP0vQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240621.1_1719014468398_0.44925444587612406","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240624.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240624.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240624.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2507058c11e3b975edadd845789adfe6d1e99eb8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240624.1.tgz","fileCount":16,"integrity":"sha512-+pchDdB1QXJxl6BHSlBl9D/lUbAOnC+lbMYPD2JtFslz2n58Cx6WJh8tBayCMk4FyDDmqrIuNk35ecJ4WVt5KQ==","signatures":[{"sig":"MEUCIQDbtBOAQakwlsdvfoRmBaicaDHfQdPyk+ObeMKSNj4GwQIgW5ery0C/wOSxdmaPl8HoYchSp64gnKZ7j392OESo2Tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54acee8d-bb7f-4892-8795-ba823b882ed9\\azure-identity-vscode-1.0.1-alpha.20240624.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54acee8d-bb7f-4892-8795-ba823b882ed9\\azure-identity-vscode-1.0.1-alpha.20240624.1.tgz","_integrity":"sha512-+pchDdB1QXJxl6BHSlBl9D/lUbAOnC+lbMYPD2JtFslz2n58Cx6WJh8tBayCMk4FyDDmqrIuNk35ecJ4WVt5KQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240624.1_1719273908328_0.02520317285304574","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240625.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240625.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240625.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1786be40dbe07a1a4d1bc00874c34f1fab4fbb3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240625.1.tgz","fileCount":16,"integrity":"sha512-fwCzZpHOvOB+DQEP0jrMTbUxaF0MYSFZ3bClbOB5XRd+CLio2UQdX6R9VFoXSYwpFT7nqvI9d1+HH4HOdvfebQ==","signatures":[{"sig":"MEYCIQCWISRrkzlofJFHTFvTndobZUwG3Uk8lHPLnyKFMh0FzAIhAKLHxTeZ1+WP0V0qC2fGoUnIfxEusxybB/UxD/iN8BA0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2adcadf6-96e8-44c1-ae72-f2ffc1bc4dcb\\azure-identity-vscode-1.0.1-alpha.20240625.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2adcadf6-96e8-44c1-ae72-f2ffc1bc4dcb\\azure-identity-vscode-1.0.1-alpha.20240625.1.tgz","_integrity":"sha512-fwCzZpHOvOB+DQEP0jrMTbUxaF0MYSFZ3bClbOB5XRd+CLio2UQdX6R9VFoXSYwpFT7nqvI9d1+HH4HOdvfebQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240625.1_1719360102561_0.5325502179112918","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240627.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240627.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240627.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db62eaf2782f61ca5714c882c3a895f0f070f085","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240627.1.tgz","fileCount":16,"integrity":"sha512-7B26vzmUh62N9wmeZENsrzfQMwbNfzeycAVK5hJ/mNT0l5Orjy2c2YKzMpHHswnWdaS0s6DPnSPFaa33EvKhug==","signatures":[{"sig":"MEUCIQDlfFOyBjQP7b2XNXYpvUwSMwKtTqXXbbhC+4w8WegugwIgYpS0HWAt9kYg2tiJaU27Njqnf2y6hBiwviEQVQ6S2q8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a5f0dc1a-dd61-4e73-92f9-95b1502d4a32\\azure-identity-vscode-1.0.1-alpha.20240627.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a5f0dc1a-dd61-4e73-92f9-95b1502d4a32\\azure-identity-vscode-1.0.1-alpha.20240627.1.tgz","_integrity":"sha512-7B26vzmUh62N9wmeZENsrzfQMwbNfzeycAVK5hJ/mNT0l5Orjy2c2YKzMpHHswnWdaS0s6DPnSPFaa33EvKhug==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240627.1_1719532904671_0.005347181106959864","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240628.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240628.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-alpha.20240628.2","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c9accc9685d021c04e1fa56b8fa81958e26ed6c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240628.2.tgz","fileCount":16,"integrity":"sha512-s7MPp7Fu9nTDWP56XdIQFZ8LP4U1gG713n5xaYrveV5ek05/Zs69TUtaFsSG0CVDd4rviiCrzuniCEGU4D55kw==","signatures":[{"sig":"MEUCIFQlrD7bE4XW6nXVR78oIsgxAMUcXfwplPqc8gkBSDgNAiEA0ufFw+nRLuck/+RL23J1LPmdmTJ0b5TGyv+cXsTU/v8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\952bb4c6-6736-4667-b409-61142f7ec520\\azure-identity-vscode-1.0.1-alpha.20240628.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\952bb4c6-6736-4667-b409-61142f7ec520\\azure-identity-vscode-1.0.1-alpha.20240628.2.tgz","_integrity":"sha512-s7MPp7Fu9nTDWP56XdIQFZ8LP4U1gG713n5xaYrveV5ek05/Zs69TUtaFsSG0CVDd4rviiCrzuniCEGU4D55kw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240628.2_1719619534533_0.5319181145249434","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240702.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240702.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b08d80ca939321589ab6997103d85c1a1fc4bc7b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240702.3.tgz","fileCount":16,"integrity":"sha512-/EUes7VXGPECHCyCEWT4kLxg2H6EKwdxYmqvJFzrTuNaUvs9QuTyl0McFVIQNgcTjdYaXerHR7tcPEc5dD6KlQ==","signatures":[{"sig":"MEYCIQDUS7qm1renCa0sJsCTiIHgZdArAGo+AWydKLWR3k8OOwIhAIgSNyJYWV77tDYC80RNQIIV+t+6j6NYwAnnvuBQ5BIK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28403},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80ee9b56-4880-4ab1-9da7-99e1ac62df89\\azure-identity-vscode-1.0.1-alpha.20240702.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80ee9b56-4880-4ab1-9da7-99e1ac62df89\\azure-identity-vscode-1.0.1-alpha.20240702.3.tgz","_integrity":"sha512-/EUes7VXGPECHCyCEWT4kLxg2H6EKwdxYmqvJFzrTuNaUvs9QuTyl0McFVIQNgcTjdYaXerHR7tcPEc5dD6KlQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240702.3_1719967459272_0.41487151027079583","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240813.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240813.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f1653493fa9c3d468e4342f65b184876d362cb7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240813.2.tgz","fileCount":16,"integrity":"sha512-as1GM/zBtif4jc+BvZ+wJklD4bUj2tMnuofjcNJXgq568eUgJWlaSBvLFWYa1xrDgfaq+L9u/eTmwoYJxmlAgw==","signatures":[{"sig":"MEUCIBKVXPcWC9aNZyW/BluPQGtXBowYyjbIuym+++9iH2vWAiEA4jj1jDe3/cpZ3/bocbUCUew4WM7ku9p8lvVa9YFuGJk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28417},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\06e888ec-8aaf-477c-8aff-fad18cffd6e8\\azure-identity-vscode-1.0.1-alpha.20240813.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\06e888ec-8aaf-477c-8aff-fad18cffd6e8\\azure-identity-vscode-1.0.1-alpha.20240813.2.tgz","_integrity":"sha512-as1GM/zBtif4jc+BvZ+wJklD4bUj2tMnuofjcNJXgq568eUgJWlaSBvLFWYa1xrDgfaq+L9u/eTmwoYJxmlAgw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240813.2_1723568388435_0.07845505219266058","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240815.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240815.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bacc4ffa34f31f62fc899c7217ad893cc205ca10","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240815.1.tgz","fileCount":16,"integrity":"sha512-MH2UY+tUzaRnurwYMewhBfTWxfiaHY6GIfo0xIU/oCol5wrUefJLEqLwJH0anIPqE0Hg6AlL/lg8gbODGeWuaQ==","signatures":[{"sig":"MEUCIQCxks/X+1Vglusv6tCJ4FiiAQkOomm4RpKOt23NBdpcVwIgQSSnEQGjFDtVyDbj3j+v6T1X6scF8RtZh4VUv4fvJyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28417},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3fee2b4e-7015-4f7f-89cc-017a773975bb\\azure-identity-vscode-1.0.1-alpha.20240815.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3fee2b4e-7015-4f7f-89cc-017a773975bb\\azure-identity-vscode-1.0.1-alpha.20240815.1.tgz","_integrity":"sha512-MH2UY+tUzaRnurwYMewhBfTWxfiaHY6GIfo0xIU/oCol5wrUefJLEqLwJH0anIPqE0Hg6AlL/lg8gbODGeWuaQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240815.1_1723766432754_0.343990989539102","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240816.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240816.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b11b02af526be94b538a166b166a745a1fccb063","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240816.1.tgz","fileCount":16,"integrity":"sha512-o9EJPpAd1GjSVQ5cIAZe9OXFUN2Lgw5euOw5QGGZbZax1MgVEs5KfmqpQKYktzpl+4LJcCm3VKITyn6dP16WGg==","signatures":[{"sig":"MEQCIF9wD8N6Iy0eBui7hgEba6zpJBtKZb0XLhNWA8XhilTeAiAGy/uj7U0CgDLLGug3Z1D6EtjQnwzFmHbk7NG7w8N+Rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28417},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b6fdc8c-c03e-4002-aaad-ac12c7ef9ed9\\azure-identity-vscode-1.0.1-alpha.20240816.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b6fdc8c-c03e-4002-aaad-ac12c7ef9ed9\\azure-identity-vscode-1.0.1-alpha.20240816.1.tgz","_integrity":"sha512-o9EJPpAd1GjSVQ5cIAZe9OXFUN2Lgw5euOw5QGGZbZax1MgVEs5KfmqpQKYktzpl+4LJcCm3VKITyn6dP16WGg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240816.1_1723852722312_0.7131716092893314","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240819.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240819.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca27405fab11209736a1af47d0a5d036ea7e3142","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240819.1.tgz","fileCount":16,"integrity":"sha512-bDufrxo1qpWl4c1cpW+76mk9y/Xx0gI/0ER6K70HiAuSENNePB9xqDLk2QPNZdbnxVW+ZNYmnFJsbsFVKvDRkw==","signatures":[{"sig":"MEQCIF/NBYelvTefrp0P65s7z6OnuM7ZkZ3GlB29iY5TvEIvAiBxWiVwgxGZSLv1078HG+paVJI9vSfXrss0/9OYxFsVyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28417},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5731b3a7-d682-46d5-845e-f760accd0eb1\\azure-identity-vscode-1.0.1-alpha.20240819.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5731b3a7-d682-46d5-845e-f760accd0eb1\\azure-identity-vscode-1.0.1-alpha.20240819.1.tgz","_integrity":"sha512-bDufrxo1qpWl4c1cpW+76mk9y/Xx0gI/0ER6K70HiAuSENNePB9xqDLk2QPNZdbnxVW+ZNYmnFJsbsFVKvDRkw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240819.1_1724111913877_0.12120102683029432","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240820.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240820.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9713976228ddea7b30985d216da2e0f2dfe0cd67","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240820.1.tgz","fileCount":16,"integrity":"sha512-WUd5lSg6e0cd5TfOl12+8pSmUAwBh8CjG2TioX2rI8OfJ6p8pjijkZASq792Jmo1o6fGKs3NxIaQ8PGCqGm3Gg==","signatures":[{"sig":"MEUCIQC915nDNCahTbiel/ueWpa1ha76XjJ5bvMVEroQ5kAmeQIgYK3gikzruIADkaITB2z0wXc+CJ7KY5G5gDkeNhsSw3Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28417},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\27ef6fa1-25f8-496a-a456-97212de9ed0f\\azure-identity-vscode-1.0.1-alpha.20240820.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\27ef6fa1-25f8-496a-a456-97212de9ed0f\\azure-identity-vscode-1.0.1-alpha.20240820.1.tgz","_integrity":"sha512-WUd5lSg6e0cd5TfOl12+8pSmUAwBh8CjG2TioX2rI8OfJ6p8pjijkZASq792Jmo1o6fGKs3NxIaQ8PGCqGm3Gg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240820.1_1724198392997_0.9322275552665531","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240822.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240822.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40109639c23b0d338c1d0d628ed3e8e701a64c5b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240822.3.tgz","fileCount":16,"integrity":"sha512-1TRRvt6qeEZTkG6kGK3CHDj105lHXvPHhgE5fZz5SD+EF6u/5KCnUtdVfylsnGcY7R1nOLk56JkI+WG1QCbrKQ==","signatures":[{"sig":"MEUCIQDDOLrEH8tMx1zZEZIG/7jQRg+ibQix0qCTfSbT32UOjwIgEGQCLlsCheTmjzRKeqcwoOk+edmai2IeIobVChbH904=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e05bb717-d846-4919-abe7-b30d6868f8b1\\azure-identity-vscode-1.0.1-alpha.20240822.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e05bb717-d846-4919-abe7-b30d6868f8b1\\azure-identity-vscode-1.0.1-alpha.20240822.3.tgz","_integrity":"sha512-1TRRvt6qeEZTkG6kGK3CHDj105lHXvPHhgE5fZz5SD+EF6u/5KCnUtdVfylsnGcY7R1nOLk56JkI+WG1QCbrKQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240822.3_1724371132044_0.9138845644584435","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240823.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240823.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"620bf9defcb54c37f4891307763ad24705a3c063","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240823.1.tgz","fileCount":16,"integrity":"sha512-m41cgyHG/v2UzJJGokp2P2JAwudSOXV4xkKyVdGn415Kn7roDtOurCyWj8GhIvTAlJEzRwPHy9YUS564P1n/1w==","signatures":[{"sig":"MEQCIGycjADXvTtZt+eu285RVkSvSQbYXkUXL9ny289Fd63MAiA1nscRjWcv+VXNlE4ojR5H89kJnzVW0wZWqx90xGLFwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\af1c910e-428e-48e2-93b6-e61a6e26377f\\azure-identity-vscode-1.0.1-alpha.20240823.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\af1c910e-428e-48e2-93b6-e61a6e26377f\\azure-identity-vscode-1.0.1-alpha.20240823.1.tgz","_integrity":"sha512-m41cgyHG/v2UzJJGokp2P2JAwudSOXV4xkKyVdGn415Kn7roDtOurCyWj8GhIvTAlJEzRwPHy9YUS564P1n/1w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240823.1_1724457564894_0.9498371551234828","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240826.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240826.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76b9b039383fac67fc00ca83d11aabae9a9ea734","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240826.2.tgz","fileCount":16,"integrity":"sha512-1b8w0T8fZZ5gj33SyLrj5O5ak6Rya6TZJUT0K3FqSXF2s6SBesOXe/dkRFUpN8pohVyxmpaLHUqk+V+kidu4DQ==","signatures":[{"sig":"MEQCIFWhSOviIyCg606Pg8lgO+h0+TQqV6gy4dDx1+MkF9auAiBlCZMkaMr6HSFCYeoJcSxQw4wFH2tcPwJ5rZNY642Xkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a12683a2-eb7e-4327-a12d-57fbc0c2120c\\azure-identity-vscode-1.0.1-alpha.20240826.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a12683a2-eb7e-4327-a12d-57fbc0c2120c\\azure-identity-vscode-1.0.1-alpha.20240826.2.tgz","_integrity":"sha512-1b8w0T8fZZ5gj33SyLrj5O5ak6Rya6TZJUT0K3FqSXF2s6SBesOXe/dkRFUpN8pohVyxmpaLHUqk+V+kidu4DQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240826.2_1724716834793_0.9702368106848782","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240827.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240827.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d629ca25aa06e4094e25065fadb454eca469d6e6","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240827.2.tgz","fileCount":16,"integrity":"sha512-CRJmgBU0zWkVA4BXBYnmx9TLe/OuyAvbMi1KZZmFNHky5vaf/v+9aDKzcou5vxHRFkIffk7LsOhXkDN7MBVG1Q==","signatures":[{"sig":"MEYCIQCMgTw3BwlpKSSE2ZKR3XqhUHNu4WT+G59lN3coURb3NAIhANEdRPdSK1EOjlPw6Lq6LUsymKko7iCzhOpMw7vvn8Kf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f7cd94eb-e8f8-4258-ae1b-6a2f55d01c73\\azure-identity-vscode-1.0.1-alpha.20240827.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f7cd94eb-e8f8-4258-ae1b-6a2f55d01c73\\azure-identity-vscode-1.0.1-alpha.20240827.2.tgz","_integrity":"sha512-CRJmgBU0zWkVA4BXBYnmx9TLe/OuyAvbMi1KZZmFNHky5vaf/v+9aDKzcou5vxHRFkIffk7LsOhXkDN7MBVG1Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240827.2_1724803087719_0.00700586013221316","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240828.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240828.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4901f56c4bd5cc542c29614ade3b64c82e19287","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240828.1.tgz","fileCount":16,"integrity":"sha512-8Y3mPehPoyMXbIglGO/jGqX1uoVBTzY8VY4U1/P+Fv7FNEGf01ouNTn0xXLIr/Air4qHC5kvw0r3Vx0bF/8rJw==","signatures":[{"sig":"MEYCIQD/vj63S96EqJMVrcsqnbVY9VXWkhJx/71cgRRvI1UQbwIhAK1DJ3/wRluY95C68B6Gm5weNO6OrRVtcqaU8zR+25uQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1f8e868f-0748-41c9-af94-5df52ee66374\\azure-identity-vscode-1.0.1-alpha.20240828.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1f8e868f-0748-41c9-af94-5df52ee66374\\azure-identity-vscode-1.0.1-alpha.20240828.1.tgz","_integrity":"sha512-8Y3mPehPoyMXbIglGO/jGqX1uoVBTzY8VY4U1/P+Fv7FNEGf01ouNTn0xXLIr/Air4qHC5kvw0r3Vx0bF/8rJw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240828.1_1724889255635_0.43403067970109777","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240829.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240829.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9377b3f14175d9a6cb62ecf0b89d5ae3b01504f5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240829.1.tgz","fileCount":16,"integrity":"sha512-Gls8uERRRNsGhLq4u9iu2vm7s4OxCvSWTMeF7KdNZsvVSNeRmbvXbGvopI+h479ec9UtloHvN6KqOfMsDNedBw==","signatures":[{"sig":"MEQCIGUyhCdvmhAS6FqZ1MG/SqqD/v9noSC0feHNgPfkfH+EAiBdGrx7ErVkn4qppehUbrsp7g1A71v/ee30C1sG0JBnww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2d5cc067-ac09-4ded-8d6c-268c35355dc5\\azure-identity-vscode-1.0.1-alpha.20240829.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2d5cc067-ac09-4ded-8d6c-268c35355dc5\\azure-identity-vscode-1.0.1-alpha.20240829.1.tgz","_integrity":"sha512-Gls8uERRRNsGhLq4u9iu2vm7s4OxCvSWTMeF7KdNZsvVSNeRmbvXbGvopI+h479ec9UtloHvN6KqOfMsDNedBw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240829.1_1724975786750_0.3225500159287995","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240830.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240830.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e00ddd63173eba87f00d96e9c363758eebb34ca","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240830.1.tgz","fileCount":16,"integrity":"sha512-tV4dwgpiVbGWl3KnvgeOWNACaP/WQHZk08SgfOXSrdG91lKkPEiqbQ+XVuxl3TvT9UaAX2nTx9B758cd4jxtTA==","signatures":[{"sig":"MEQCIDtBM2eaXaOe/K57o/fm84B3HDR0ALX9HrgPXbr5ZIOpAiAtxKsL0Pl7G0mmPSP1Stu0ObeSJPMAq2b9f++SGOda/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\868f82da-6bf6-4efa-989d-4f69be1b1b9d\\azure-identity-vscode-1.0.1-alpha.20240830.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\868f82da-6bf6-4efa-989d-4f69be1b1b9d\\azure-identity-vscode-1.0.1-alpha.20240830.1.tgz","_integrity":"sha512-tV4dwgpiVbGWl3KnvgeOWNACaP/WQHZk08SgfOXSrdG91lKkPEiqbQ+XVuxl3TvT9UaAX2nTx9B758cd4jxtTA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240830.1_1725062215319_0.4553241650236539","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240902.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240902.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58fe33c0fcd54ba0ba091ee1e9d343a3a95c6db0","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240902.1.tgz","fileCount":16,"integrity":"sha512-EIy66MaJnTRdL8ySUO984MAn0BGFRT53o7QnyE8FZ7cjIc6BJ+DUGZnVZx/kE+w3mkIQhVATJHi0lpyIg48n4g==","signatures":[{"sig":"MEUCIQCEuhV15s3sX+tSQ5NRSkjGggJgANmdD6XM8SShTWwTwAIgR1EMxhHs1N9nEeon99Q51rg/iqv7XejDAwWevganPgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d380c4f7-fbe4-4b4c-99c0-1a7a73160f4f\\azure-identity-vscode-1.0.1-alpha.20240902.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d380c4f7-fbe4-4b4c-99c0-1a7a73160f4f\\azure-identity-vscode-1.0.1-alpha.20240902.1.tgz","_integrity":"sha512-EIy66MaJnTRdL8ySUO984MAn0BGFRT53o7QnyE8FZ7cjIc6BJ+DUGZnVZx/kE+w3mkIQhVATJHi0lpyIg48n4g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240902.1_1725321410375_0.35748196443972424","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240910.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240910.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97433667a0faad2baf1184dacb254ad185c242e8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240910.2.tgz","fileCount":16,"integrity":"sha512-/NgJvorrLZ5nckHEXkIAgKApEfvRmyWpdkKNOVIk1G4RToLzlzxtDVTlrjAL/UpGHzQ4wJO5V4QiqAztiIGDSw==","signatures":[{"sig":"MEUCIHnTuq/PYwHMkYQ0kaPqv29xl9GnqKr3zoR6OGbWRPHpAiEAgPTywL7MCpiA2/k34zn0jQS+7bjvr9EHNPJovabgpQc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8f56d2c3-eaa9-4f17-9a2d-291fa631eda8\\azure-identity-vscode-1.0.1-alpha.20240910.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8f56d2c3-eaa9-4f17-9a2d-291fa631eda8\\azure-identity-vscode-1.0.1-alpha.20240910.2.tgz","_integrity":"sha512-/NgJvorrLZ5nckHEXkIAgKApEfvRmyWpdkKNOVIk1G4RToLzlzxtDVTlrjAL/UpGHzQ4wJO5V4QiqAztiIGDSw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240910.2_1726012599666_0.019864924836613618","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240911.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240911.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f407859882e63a85e8988fe29b65e8c4d3529674","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240911.1.tgz","fileCount":16,"integrity":"sha512-hFUGJKNpxrqwCbcp9XaY3O3eTBV4COJdHvSH6pbzUkmYuUIL7D7FX3Lw/PzSgdLMkPqYfLRS5I2qk/3hcqJCYA==","signatures":[{"sig":"MEQCICQxUyJ/pPOL2Q81amo2L2/l1UQHwOIUhTDbLFDq/t0BAiBxd8vjU3fLKD2pXJMGyEexo+O99qD2ujt0i+cLwgg8sg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d8234eaa-248d-4f6e-8b6f-ff8e3e60e98f\\azure-identity-vscode-1.0.1-alpha.20240911.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d8234eaa-248d-4f6e-8b6f-ff8e3e60e98f\\azure-identity-vscode-1.0.1-alpha.20240911.1.tgz","_integrity":"sha512-hFUGJKNpxrqwCbcp9XaY3O3eTBV4COJdHvSH6pbzUkmYuUIL7D7FX3Lw/PzSgdLMkPqYfLRS5I2qk/3hcqJCYA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240911.1_1726098856783_0.8899163191261157","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240912.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240912.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"452ea214edc3a06f05c72d41ceac129ef92111b7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240912.2.tgz","fileCount":16,"integrity":"sha512-LalJIX4Q5C3HOYYVZZBsySvvddCxlNXanDPVY2kY16m/LJ3WZhV7WxlrimMbnq8qeqtkEyGwPgiWYewjG9wK2A==","signatures":[{"sig":"MEUCIQDkqABlOvv81Nft4+TdMw6fosWv0WXZpsKSUr19pFZ5xwIgGm4iaVzekXmwmJfduV8wAIdmgfMwV1fZAiCpSIYdR8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ccc6edcd-5be7-4d86-8ff0-dd090c2b0a47\\azure-identity-vscode-1.0.1-alpha.20240912.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ccc6edcd-5be7-4d86-8ff0-dd090c2b0a47\\azure-identity-vscode-1.0.1-alpha.20240912.2.tgz","_integrity":"sha512-LalJIX4Q5C3HOYYVZZBsySvvddCxlNXanDPVY2kY16m/LJ3WZhV7WxlrimMbnq8qeqtkEyGwPgiWYewjG9wK2A==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240912.2_1726185745150_0.950569251092491","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240916.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240916.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a3a98b3b58af393e811ed57b99f1fe776e2813c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240916.2.tgz","fileCount":16,"integrity":"sha512-+1jZBly9wUjfEAmCJvUNFoHrtXIB9MxFI1J1iY9HeCuyK8K7fQADK/yuyNHHkrGdVqyW+Bpit36j3+dtOYpmJQ==","signatures":[{"sig":"MEUCIGn9oUjtieBniww9eFmSPQ6gUXSZm+T9dGpI0uhLZrUXAiEAxKUGa8o1bFpEb/mWiStZRmJxo24EyoCWkUdv6qEckq4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\acb7ab2a-6525-40f0-ab44-793496435f4d\\azure-identity-vscode-1.0.1-alpha.20240916.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\acb7ab2a-6525-40f0-ab44-793496435f4d\\azure-identity-vscode-1.0.1-alpha.20240916.2.tgz","_integrity":"sha512-+1jZBly9wUjfEAmCJvUNFoHrtXIB9MxFI1J1iY9HeCuyK8K7fQADK/yuyNHHkrGdVqyW+Bpit36j3+dtOYpmJQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240916.2_1726530635847_0.1321260703968845","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240917.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240917.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"25132ba39a9e9c052b6eadb8a8d085945be43bef","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240917.2.tgz","fileCount":16,"integrity":"sha512-qXjYCFDlpqrIil5xK3RTtbLniVX4yBLcE1+3SZ6SG6TBmUrmJFMePOUuLdQTx1uShcjjAHH0i1XpP+vJBAibig==","signatures":[{"sig":"MEQCIBEOIMyERvKWNjtPllyZcnxV+KXJH35ZGScoSWdmLNx0AiAi11KUYcQVbrSF8mYdh/MBa47dJyL68ne7l5DziIRtcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28365},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbff145a-c690-4cc0-a53f-55f5a7bceb5d\\azure-identity-vscode-1.0.1-alpha.20240917.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --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":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbff145a-c690-4cc0-a53f-55f5a7bceb5d\\azure-identity-vscode-1.0.1-alpha.20240917.2.tgz","_integrity":"sha512-qXjYCFDlpqrIil5xK3RTtbLniVX4yBLcE1+3SZ6SG6TBmUrmJFMePOUuLdQTx1uShcjjAHH0i1XpP+vJBAibig==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240917.2_1726617162055_0.09872875954109794","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240926.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240926.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e607241866f520420f893abf548e02a126cf7e23","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240926.2.tgz","fileCount":16,"integrity":"sha512-yljGgkr8mEId413XwBeMKUaP2O3fFlBFBBPetEuwNBuZ5QEhu4ISB7BBNJjazRpqFdxQbamJOi3OYZQnQDLGhA==","signatures":[{"sig":"MEYCIQDvM7aOQPO4MD4leqi8DCXngXIfrdewEobHn/h36F4ZOwIhAN18P1aGohtf53o6BVvw066L2paJ68q+z2K1fWMYhe4E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28404},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c40c9c8b-851d-48b1-a5ec-b8e601267ce8\\azure-identity-vscode-1.0.1-alpha.20240926.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c40c9c8b-851d-48b1-a5ec-b8e601267ce8\\azure-identity-vscode-1.0.1-alpha.20240926.2.tgz","_integrity":"sha512-yljGgkr8mEId413XwBeMKUaP2O3fFlBFBBPetEuwNBuZ5QEhu4ISB7BBNJjazRpqFdxQbamJOi3OYZQnQDLGhA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240926.2_1727395457952_0.87113394270443","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240927.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20240927.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fc5eaeacee252a017ac2723870d6f28a5481bf7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20240927.1.tgz","fileCount":16,"integrity":"sha512-mnxomGKNNi45PxWj1p9Vi7kZLHCvKwFe5m2kD8BFzkxmcwU4947w5/7Ya/6K1UQ6aJ6DAehGOwvOeqrjsNSnEA==","signatures":[{"sig":"MEQCIBq36QDSiZqzbY1my+LtZqGb90gxsNToDs29pGjIUtW4AiBt4P7AipOkKSdsYaP0xfJom2FPzTC3p4OccEU1vJxpUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28404},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d6654a4-f946-4ae1-be4d-265f4d1ed3d6\\azure-identity-vscode-1.0.1-alpha.20240927.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d6654a4-f946-4ae1-be4d-265f4d1ed3d6\\azure-identity-vscode-1.0.1-alpha.20240927.1.tgz","_integrity":"sha512-mnxomGKNNi45PxWj1p9Vi7kZLHCvKwFe5m2kD8BFzkxmcwU4947w5/7Ya/6K1UQ6aJ6DAehGOwvOeqrjsNSnEA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20240927.1_1727481378394_0.2970296082722401","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241004.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241004.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6d53bbc58a862375bb31a9dac23f291456c3104","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241004.1.tgz","fileCount":16,"integrity":"sha512-8OWmfMQALeUKT+pg5y7jwBpoRqRg8i9yUTK6Jw7RYxuxqu8Xb0DjdWJkNBTvxWyGt0jA1YgDiGuDvFyK7asK2A==","signatures":[{"sig":"MEYCIQCG2ZgXDKaHZHxbM8pGqkf9G5cVbR9Xr2OugDyfJ7DwJAIhAKKhyVMtZrdFs2cGwt0zKYX1m6jEuOVf/pe2q3miykyj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28404},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\81519524-9006-4249-9326-f781344e0485\\azure-identity-vscode-1.0.1-alpha.20241004.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\81519524-9006-4249-9326-f781344e0485\\azure-identity-vscode-1.0.1-alpha.20241004.1.tgz","_integrity":"sha512-8OWmfMQALeUKT+pg5y7jwBpoRqRg8i9yUTK6Jw7RYxuxqu8Xb0DjdWJkNBTvxWyGt0jA1YgDiGuDvFyK7asK2A==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241004.1_1728086115983_0.6542976289685918","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241007.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241007.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8db7072ffbf7daeac980df9ab2d57b1e3cea860f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241007.2.tgz","fileCount":16,"integrity":"sha512-59ZNsj3RUVwZhKk9htfxzCCHvY+Ik0mhWZwcjozyLb5dHXhSGiKJiOV6dqtbwYlIrudzlexi5WMEfO0zluYYcg==","signatures":[{"sig":"MEUCIBEXRMSFFZ5nyhoiFPvfGmqTQlyRvQnbUnVEn6QNo7crAiEAlzTZZeaXxZCjupqgqnhgh3YFQ9yuO/eBRrfWwUhrZ+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3fef8e12-516c-4c49-93dc-03a637b1718e\\azure-identity-vscode-1.0.1-alpha.20241007.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3fef8e12-516c-4c49-93dc-03a637b1718e\\azure-identity-vscode-1.0.1-alpha.20241007.2.tgz","_integrity":"sha512-59ZNsj3RUVwZhKk9htfxzCCHvY+Ik0mhWZwcjozyLb5dHXhSGiKJiOV6dqtbwYlIrudzlexi5WMEfO0zluYYcg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241007.2_1728345572633_0.7499677273740573","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241008.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241008.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e268ebcb679031544f02c2fd07025aa959395e4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241008.2.tgz","fileCount":16,"integrity":"sha512-t41yTiHYr+/zshydtI2zpgfLpatwlDv/sjCl8BzCBUzuopgNMFoHHZiMpGuaeF2AfHJiefZSU4YRVZusbvGe2w==","signatures":[{"sig":"MEYCIQC4D/MrQj971eDYtMznt+PxqgKwYPRpIF0ctQdXmxpu5AIhAIgyLYxUDA6rFRMvE4/b+rtkyWwp4k+G6j7I38RXo5qk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\592a416d-2012-4bf7-9ee7-034ace810a07\\azure-identity-vscode-1.0.1-alpha.20241008.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\592a416d-2012-4bf7-9ee7-034ace810a07\\azure-identity-vscode-1.0.1-alpha.20241008.2.tgz","_integrity":"sha512-t41yTiHYr+/zshydtI2zpgfLpatwlDv/sjCl8BzCBUzuopgNMFoHHZiMpGuaeF2AfHJiefZSU4YRVZusbvGe2w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241008.2_1728431804393_0.2655478670621132","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241009.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241009.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2616bb8815bf29a3439cd63a805eba37fe1b6b8c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241009.2.tgz","fileCount":16,"integrity":"sha512-ej70Y0DvGBhthruzD5PWUK6vvcYs9JAol5qV0zeydIw19tiLzd2nOMoaqruTjojAnmEhLcT8eN5xtPIpG2WaiA==","signatures":[{"sig":"MEQCIAZSNXCqL/kLb0KX3FTPIEnL3DF48gLRr/AidifH4QGWAiBKljC3S4fEzUTm1kjT62AE/dEBfdKUBz8T0bOgoaFYKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3c804ad-9ae9-4be4-9ae5-429cbbf94f63\\azure-identity-vscode-1.0.1-alpha.20241009.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3c804ad-9ae9-4be4-9ae5-429cbbf94f63\\azure-identity-vscode-1.0.1-alpha.20241009.2.tgz","_integrity":"sha512-ej70Y0DvGBhthruzD5PWUK6vvcYs9JAol5qV0zeydIw19tiLzd2nOMoaqruTjojAnmEhLcT8eN5xtPIpG2WaiA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241009.2_1728522021379_0.1580180522225212","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241010.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241010.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de2cd78e1c78c994628dd6264860a2f44ff4300d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241010.1.tgz","fileCount":16,"integrity":"sha512-lrUucdM6YFbq8PxVy7wcDBdhpP2FSr1rYWGjrZ7KdbvdRuh/0y7s8Ojrml1lfuhVFiIQDs7yAxirTO6/nCcKRQ==","signatures":[{"sig":"MEUCIEIWujvefYSNta8zXKl20vb7XG9H6ZabCJ72dxcyuzlOAiEAi23w80aBiCLkSM3HqfOpoBYLRx+6nYpaOjWjtqhvCus=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a62128bc-edcc-4434-a3e3-f0716eb2da1a\\azure-identity-vscode-1.0.1-alpha.20241010.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a62128bc-edcc-4434-a3e3-f0716eb2da1a\\azure-identity-vscode-1.0.1-alpha.20241010.1.tgz","_integrity":"sha512-lrUucdM6YFbq8PxVy7wcDBdhpP2FSr1rYWGjrZ7KdbvdRuh/0y7s8Ojrml1lfuhVFiIQDs7yAxirTO6/nCcKRQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241010.1_1728605652689_0.8275762831978444","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241011.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241011.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e638f8fb48f5554978047bc745ee66406f683d3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241011.1.tgz","fileCount":16,"integrity":"sha512-N7N41rnkwitUZ8X2zOV+kcMOu0PyUndyritI4m+jDSY5fKujhnnlcdiGgz1L8CU7QRsiXjWMRzFm8SRD3NS+vQ==","signatures":[{"sig":"MEUCIQCPUelVbxOa+eXyUM3cCM8yMPOu6aahdh5Tod2SnhrzPgIgWHll5bF86DD/UjIVrORWR4jOhQ6VfqkVuzLDfyCRLbQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\19f36c01-6a85-420e-8a10-da0a3e7ddfab\\azure-identity-vscode-1.0.1-alpha.20241011.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\19f36c01-6a85-420e-8a10-da0a3e7ddfab\\azure-identity-vscode-1.0.1-alpha.20241011.1.tgz","_integrity":"sha512-N7N41rnkwitUZ8X2zOV+kcMOu0PyUndyritI4m+jDSY5fKujhnnlcdiGgz1L8CU7QRsiXjWMRzFm8SRD3NS+vQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241011.1_1728691092629_0.6742082107518552","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241014.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241014.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3b1cb4937ffa1e1db9ac10f54ae93f008de4ef1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241014.1.tgz","fileCount":16,"integrity":"sha512-2+4kccJSxVQf325A+PZOmRHv8/uFnLyIx/3PJ3ZkKX3PApLutMQW3BKaAbEhymipnAY3IPsuL1CnfHGCZsbrTw==","signatures":[{"sig":"MEYCIQCOAM/YAWMrmtbyKtSDA1M31Oj5TLh1Z6hFmmxTJAbf6wIhAPC/IvR2RKGZGA+S6nKIZZla4qcL2EDsRnVEH3buOOLI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a5db6fb4-f99f-43c9-b9ac-321b63c73cf2\\azure-identity-vscode-1.0.1-alpha.20241014.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a5db6fb4-f99f-43c9-b9ac-321b63c73cf2\\azure-identity-vscode-1.0.1-alpha.20241014.1.tgz","_integrity":"sha512-2+4kccJSxVQf325A+PZOmRHv8/uFnLyIx/3PJ3ZkKX3PApLutMQW3BKaAbEhymipnAY3IPsuL1CnfHGCZsbrTw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241014.1_1728950408364_0.7541595393522358","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241015.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241015.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4db2e7bf807dda71a047004aa615ff9ffcb20a08","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241015.2.tgz","fileCount":16,"integrity":"sha512-v+k8IggSJroePLBNAnlWgGEU17rPlje0mnub7SBNkyl1ZZVJCwreUE6sYacDfIkKX3ovMTNopRKNnSsNKw1i8g==","signatures":[{"sig":"MEUCIQDq1CaSDKLAZfnTLCf7v2uUKojI65JSmPDQRPUFflsRkgIgYezXQ8act0jQrEh7c+MN8QoOKFKZWOB2YiB+sXXr1V4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6fe96fe4-cab5-49f2-b7f6-7dff6bc3a12c\\azure-identity-vscode-1.0.1-alpha.20241015.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6fe96fe4-cab5-49f2-b7f6-7dff6bc3a12c\\azure-identity-vscode-1.0.1-alpha.20241015.2.tgz","_integrity":"sha512-v+k8IggSJroePLBNAnlWgGEU17rPlje0mnub7SBNkyl1ZZVJCwreUE6sYacDfIkKX3ovMTNopRKNnSsNKw1i8g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241015.2_1729036617316_0.17262575424978466","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241021.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241021.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2741ce7965650d2aec431753ddc6f10989cae30","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241021.1.tgz","fileCount":16,"integrity":"sha512-7+7q5jgj7CQUULQDAIF87s8bEcZWpETeGZMV1UXMYXJYSZ43Q0Gaus0JiESCQdnV18wEx46ii5owVp1ZW+eRBg==","signatures":[{"sig":"MEQCIG8ZN9ptGF6KovM1X+K5npYROISbsgJMrfGppVVSonbsAiAYt5CQ1N5/qsaLu2xayOrF9KkG60dRL1cY4JNDLOAtzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ccbd424f-8ace-4c9d-bb9b-8056a0a0076d\\azure-identity-vscode-1.0.1-alpha.20241021.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ccbd424f-8ace-4c9d-bb9b-8056a0a0076d\\azure-identity-vscode-1.0.1-alpha.20241021.1.tgz","_integrity":"sha512-7+7q5jgj7CQUULQDAIF87s8bEcZWpETeGZMV1UXMYXJYSZ43Q0Gaus0JiESCQdnV18wEx46ii5owVp1ZW+eRBg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241021.1_1729555160277_0.9195762197663915","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241022.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241022.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"145ca13eed08934c35e16e49d588acfb64780790","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241022.1.tgz","fileCount":16,"integrity":"sha512-8SeEBA7BQ3LNtFNy+OIe/0nhab59skWVPbzaVDc1eVlYT8+aqyKFbFclOoA9jtVBhwlvx18Phx/SKx7YeY4Gpw==","signatures":[{"sig":"MEUCIQD6HPYqjOZ9EzxpW88ZwluED3iQo6T1MrIqPZ8SlsMwMwIgMbVtCQ6D6dFtrEFIHX2QawDOZPXWxDA2JtyxG8gSBPU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28390},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5de5bb88-322f-482b-9674-fe16f01a097a\\azure-identity-vscode-1.0.1-alpha.20241022.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5de5bb88-322f-482b-9674-fe16f01a097a\\azure-identity-vscode-1.0.1-alpha.20241022.1.tgz","_integrity":"sha512-8SeEBA7BQ3LNtFNy+OIe/0nhab59skWVPbzaVDc1eVlYT8+aqyKFbFclOoA9jtVBhwlvx18Phx/SKx7YeY4Gpw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241022.1_1729644590107_0.2296338028209477","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241023.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241023.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67a2e4563526c2ded20737212adae6c5363deeda","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241023.1.tgz","fileCount":16,"integrity":"sha512-zCv+eFM5J+O0Ct5IiQF3GDB1xVC6NaeMwbsmPC6KYZ06BA9GO+FPoDeqDN4ysf33CebShuUMKm0UYZ8KIxen5Q==","signatures":[{"sig":"MEUCIDQUvlx11TKt+3HBs6CNQFAeo0PkSQjvD9+8iNf5otEoAiEA99J7jeFoSS+8UsVS2q1cJyWD5RcMBqnQevBUBzWXRtE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28367},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3ae5421b-d822-4596-b5b4-acc39be7c534\\azure-identity-vscode-1.0.1-alpha.20241023.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3ae5421b-d822-4596-b5b4-acc39be7c534\\azure-identity-vscode-1.0.1-alpha.20241023.1.tgz","_integrity":"sha512-zCv+eFM5J+O0Ct5IiQF3GDB1xVC6NaeMwbsmPC6KYZ06BA9GO+FPoDeqDN4ysf33CebShuUMKm0UYZ8KIxen5Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241023.1_1729727759216_0.3051535366765097","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241024.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241024.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"64d4674b65fba6a3b481cf15907557d9d2711086","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241024.1.tgz","fileCount":16,"integrity":"sha512-3GbR1qoczhuN2l4UzolvKr2hokt8CJAU9wjS1D+v20BeJ5cTvuAA65RjyS1VseRoTT+LG4CaUUW0KRBLQbRvYg==","signatures":[{"sig":"MEQCIH+VLETGuSpR/eSOCpt5kMYEkOCEDtcVn3APbQfZzg13AiArQIpqnv42hXWZo2y8Ttg5LIeCcOCKmU3D+fVEQVWrbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28367},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\999f2059-60e6-4e99-9394-7ff410cad782\\azure-identity-vscode-1.0.1-alpha.20241024.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\999f2059-60e6-4e99-9394-7ff410cad782\\azure-identity-vscode-1.0.1-alpha.20241024.1.tgz","_integrity":"sha512-3GbR1qoczhuN2l4UzolvKr2hokt8CJAU9wjS1D+v20BeJ5cTvuAA65RjyS1VseRoTT+LG4CaUUW0KRBLQbRvYg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241024.1_1729814390769_0.14434418637553525","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241025.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241025.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a702497df63214738323b70671d72f2c63f2c9f8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241025.1.tgz","fileCount":16,"integrity":"sha512-mHLTrWbo/tClNG+jhmaV9HR8BT/hbGlAVYq71p5xA/M0mX0o3G/UujajwVJbd7STlOf/sunyCFzbUtqtNmsMJA==","signatures":[{"sig":"MEYCIQCx0rXRHKZO1jZa45OtdMX6QeqhMOaEcqL5m+5VM4XfHwIhAJNK7RMASqF87Pt7L8AN4n1WcuAeTRXp2vpUFsha01Jy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28198},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2da235f4-0c1b-4e9a-9be7-9b6a6e87b6ad\\azure-identity-vscode-1.0.1-alpha.20241025.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2da235f4-0c1b-4e9a-9be7-9b6a6e87b6ad\\azure-identity-vscode-1.0.1-alpha.20241025.1.tgz","_integrity":"sha512-mHLTrWbo/tClNG+jhmaV9HR8BT/hbGlAVYq71p5xA/M0mX0o3G/UujajwVJbd7STlOf/sunyCFzbUtqtNmsMJA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241025.1_1729901305177_0.19195102148761523","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241028.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241028.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"19dafff3d4383957235ecb0d8757f9706fb49c71","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241028.2.tgz","fileCount":16,"integrity":"sha512-c29N3FX5GEx14DGppO1rmHK0dQD6GeFsqDQf50axy43X1ungy/acomInRNlIx3KPwN9AZBTKOKXi9kO/U/0TsQ==","signatures":[{"sig":"MEUCICFGxH4c/oLAHbOFCeoYLNvZH2fM5GXOaJg7OFfC+CUdAiEA/2/Ys9QRjGZ6QFuo0rgU8WpulhbbteXabJusxlxO2OY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28384},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d9b299c5-d36f-4187-80e2-84933f3aa167\\azure-identity-vscode-1.0.1-alpha.20241028.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d9b299c5-d36f-4187-80e2-84933f3aa167\\azure-identity-vscode-1.0.1-alpha.20241028.2.tgz","_integrity":"sha512-c29N3FX5GEx14DGppO1rmHK0dQD6GeFsqDQf50axy43X1ungy/acomInRNlIx3KPwN9AZBTKOKXi9kO/U/0TsQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241028.2_1730159816009_0.49468573611269595","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241029.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241029.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d418f708930584659a8603512082499cacdae10","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241029.1.tgz","fileCount":16,"integrity":"sha512-askwzeFj57iNO5iSduKWeOEp+NU9O0jeasnlReI9OVoNIi4TjVZtIzJKyqF4MdxD2qXlNpskkUDktRGCHzbnDg==","signatures":[{"sig":"MEUCIQCIwSDZNgSR5IuOYAL8PAOkVGJG7MhkBXNSofYedxlf1wIgMbrRtPWBFaSlQrsuEH54LEJQ2JQl4OKadEqpTZrzOWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28369},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\23c5f108-12be-4ec8-bf6b-0221f6776546\\azure-identity-vscode-1.0.1-alpha.20241029.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\23c5f108-12be-4ec8-bf6b-0221f6776546\\azure-identity-vscode-1.0.1-alpha.20241029.1.tgz","_integrity":"sha512-askwzeFj57iNO5iSduKWeOEp+NU9O0jeasnlReI9OVoNIi4TjVZtIzJKyqF4MdxD2qXlNpskkUDktRGCHzbnDg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241029.1_1730246743681_0.964764160098158","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241030.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241030.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3460e2ee51991f7af8b77cd2f489a08496915ec","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241030.1.tgz","fileCount":16,"integrity":"sha512-ZkqqFI/PCWSaRJU8ndpMN/V/nrGgI4+BAzbs+9qDf/+tH3X/fAWNZKL+ub75WpoPo2mQClgjt26jnJFzv2zliw==","signatures":[{"sig":"MEUCIQCNxcY0E9QS0Bo1kSEHPpZmuNHc3j+VyHi++bn9tQJteAIgcADbu3qELZMWyKedUuWK2AJ0mqnQTpQpf17zlb1m7us=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28404},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\778e79a6-9abe-4a4a-921c-734edda56e07\\azure-identity-vscode-1.0.1-alpha.20241030.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\778e79a6-9abe-4a4a-921c-734edda56e07\\azure-identity-vscode-1.0.1-alpha.20241030.1.tgz","_integrity":"sha512-ZkqqFI/PCWSaRJU8ndpMN/V/nrGgI4+BAzbs+9qDf/+tH3X/fAWNZKL+ub75WpoPo2mQClgjt26jnJFzv2zliw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241030.1_1730332674071_0.48564506555029996","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241031.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241031.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f98f8383d290ecc26b99dc53c6a8c3ab4a80f8fd","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241031.1.tgz","fileCount":16,"integrity":"sha512-CsSa3mduMsR+4K4SXI5XQwJP40OtH8Dvlxxhe/+G9exgiEb5l5rHziQ+1lfM607uE3ofTqAmaI3O8tcOogd9Mg==","signatures":[{"sig":"MEUCIQDpECbvtJ7ZYagPjJJ1v7jQ/KG/ZWsEfTW8Nh7XqRbBGQIgQDB7su38nnSHSGeaRHaYv+QxBlQ5W0E7mdQiMnrb4d8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28404},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\00bd0a3b-0615-4d31-ba8e-47fbebbbd423\\azure-identity-vscode-1.0.1-alpha.20241031.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\00bd0a3b-0615-4d31-ba8e-47fbebbbd423\\azure-identity-vscode-1.0.1-alpha.20241031.1.tgz","_integrity":"sha512-CsSa3mduMsR+4K4SXI5XQwJP40OtH8Dvlxxhe/+G9exgiEb5l5rHziQ+1lfM607uE3ofTqAmaI3O8tcOogd9Mg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241031.1_1730419127807_0.08569496944165467","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241111.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241111.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13779f5861c94f45e5b5b3a44d11a25d02c2d984","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241111.1.tgz","fileCount":16,"integrity":"sha512-FkXHdqJX4GnYW2A1Gm668HhfIbg52jHmTsPjkCl0oMHMqIvb/Mp5+jnjRkcHrjq8D1HjXV8AGvqLiJC31gRbVw==","signatures":[{"sig":"MEUCIQCpSEw5NlPM0TRnzr2XzHdnQ1JEsS7EhfZNmOZ5Jtyq1QIgbdgvAGjDWiKks0FTd00tw290P/mLO4KReGhS70OaHfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28377},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a338af8-6287-4605-a428-ef113a5cba3d\\azure-identity-vscode-1.0.1-alpha.20241111.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a338af8-6287-4605-a428-ef113a5cba3d\\azure-identity-vscode-1.0.1-alpha.20241111.1.tgz","_integrity":"sha512-FkXHdqJX4GnYW2A1Gm668HhfIbg52jHmTsPjkCl0oMHMqIvb/Mp5+jnjRkcHrjq8D1HjXV8AGvqLiJC31gRbVw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241111.1_1731373264021_0.8118012678954367","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241112.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241112.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a21b6b01ed11d1f58e2b5b101ace994ff4969fce","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241112.1.tgz","fileCount":16,"integrity":"sha512-i/7Omeh84rJnbirf2VJmgzOXfM6s+MPxvVJZGU3kQhKrOe42eVL6LJUZaUscunrFSzCbpHm9Q+hPTsG/wg4bAg==","signatures":[{"sig":"MEUCIQCLlgdiQuKSv+6gSVzeuE/GWM5xJdyplIUXocGYUdyEvAIgB2aRLwEz+4tJu1eeUXFtkNkFu9HspITLil64fmUSQJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28377},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\097c50a3-6471-4f7a-840c-7fe01a0b71f0\\azure-identity-vscode-1.0.1-alpha.20241112.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/identity-vscode/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\097c50a3-6471-4f7a-840c-7fe01a0b71f0\\azure-identity-vscode-1.0.1-alpha.20241112.1.tgz","_integrity":"sha512-i/7Omeh84rJnbirf2VJmgzOXfM6s+MPxvVJZGU3kQhKrOe42eVL6LJUZaUscunrFSzCbpHm9Q+hPTsG/wg4bAg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241112.1_1731459766804_0.2668564165048699","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241113.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241113.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a526cf6bbccd592111eee3307fb4fd519840a98","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241113.2.tgz","fileCount":8,"integrity":"sha512-p8FB6bTst0WqbzcoFLIqWtDRHF1/fx3TeC39OS5ehA4VP2kaMcyDCkEGVqKkQd/TjangDvRDg/UACNgsMZh2Yw==","signatures":[{"sig":"MEYCIQDJjY4AHAe3Wg1HzEzfKVoILHj1oFXp2Q2rzWbqGWtFiwIhANsMSVw3NSCHiiVuPxbYUwdoRLpOiMORUaheE9ikNZmF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5a22b0a-f69a-482e-af05-e90fc4af87c8\\azure-identity-vscode-1.0.1-alpha.20241113.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5a22b0a-f69a-482e-af05-e90fc4af87c8\\azure-identity-vscode-1.0.1-alpha.20241113.2.tgz","_integrity":"sha512-p8FB6bTst0WqbzcoFLIqWtDRHF1/fx3TeC39OS5ehA4VP2kaMcyDCkEGVqKkQd/TjangDvRDg/UACNgsMZh2Yw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241113.2_1731546052409_0.053939425837150834","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241114.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241114.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61c9d2e994aee5120739838600fce8cf039eff27","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241114.2.tgz","fileCount":8,"integrity":"sha512-8l8vI8+U7bdm+iWVWF/zptQo4zvGf4vB7BxjeEgIjSkc8AqamQoOgAL7120rMbmY5pg3LbWyqrdWwvC+7k+y2w==","signatures":[{"sig":"MEUCIQCnfwsdBujXm1CF0KHSBA4APvQYEFdAjZ7MRoqnbqOUMQIgY0Qpll48Bf76gtL5O7a3CmSWuhjBhVMLDZdZ5pnWCTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcc7b1eb-d1ee-480e-bcf6-9e47dc568d43\\azure-identity-vscode-1.0.1-alpha.20241114.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcc7b1eb-d1ee-480e-bcf6-9e47dc568d43\\azure-identity-vscode-1.0.1-alpha.20241114.2.tgz","_integrity":"sha512-8l8vI8+U7bdm+iWVWF/zptQo4zvGf4vB7BxjeEgIjSkc8AqamQoOgAL7120rMbmY5pg3LbWyqrdWwvC+7k+y2w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241114.2_1731632379462_0.41480345885157877","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241115.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241115.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ec857b3e36e5333272e2a6d9f86786104e40698","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241115.1.tgz","fileCount":8,"integrity":"sha512-4eBolIuBexIVZo/D1kxtq/omolMLTfh88F4E7xXk8xSR/TN7YigThDIW3HeRZaAS7VicVLQK7lKFMZBlsz8NVA==","signatures":[{"sig":"MEUCIQDgE7hb8WGpP3MXNQQOI/EAfIOh5/VTupSYOTwGl/jsDgIgF/xHI9O+bSLbm2Puvz2l4ghRxEbRVBpUvDpYJCtTUtg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8af1be49-5c7b-4222-873d-80ab9a1e073c\\azure-identity-vscode-1.0.1-alpha.20241115.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8af1be49-5c7b-4222-873d-80ab9a1e073c\\azure-identity-vscode-1.0.1-alpha.20241115.1.tgz","_integrity":"sha512-4eBolIuBexIVZo/D1kxtq/omolMLTfh88F4E7xXk8xSR/TN7YigThDIW3HeRZaAS7VicVLQK7lKFMZBlsz8NVA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241115.1_1731718801042_0.516123374473638","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241118.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241118.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"75fefbf0140965e0ae710b7ffcc08a21a38b8bdf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241118.1.tgz","fileCount":8,"integrity":"sha512-v7aTPS3c34NX6tx3qB9lU61XTaP3AkjdnOa1d3kTKNj8ANttWiD2vqmzKSIh3DfgwubeNNuaYjp+Vq5b9pK1cQ==","signatures":[{"sig":"MEYCIQCCqXlOu2rOp54kTijYrwCXSEva3J1feflM0tyasd9kwAIhAPFHHIEz2A7k2jEfDsiTy554Ay8jv7z88tlF29v6CzB1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae30a3ce-ee83-4e0b-b9bd-4bc926618b31\\azure-identity-vscode-1.0.1-alpha.20241118.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae30a3ce-ee83-4e0b-b9bd-4bc926618b31\\azure-identity-vscode-1.0.1-alpha.20241118.1.tgz","_integrity":"sha512-v7aTPS3c34NX6tx3qB9lU61XTaP3AkjdnOa1d3kTKNj8ANttWiD2vqmzKSIh3DfgwubeNNuaYjp+Vq5b9pK1cQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241118.1_1731978236548_0.37138454385405373","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241119.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241119.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fde29cd567b6f951fcc1432416643f6bdcaa2127","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241119.3.tgz","fileCount":8,"integrity":"sha512-qnKThmM0F8M9otGQkPcW6Lyyz5C3Mtr9xb1u/z7MX9ucLTIOYem1hB7V4d6RGJ4gV8Emb+dSwEZVzd5jwR+2xQ==","signatures":[{"sig":"MEUCIQDXX+ZQYA2fB+6hfljFqLsFlLT2a+5sXfVjJOmEJPdEDgIgRxwzF1ilQ1KPIWzU4qoe+BjUZW8vKvh/x3sQlA4yPOo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cf41ee2e-92ac-4c0f-a2fa-6e7dff07f9e1\\azure-identity-vscode-1.0.1-alpha.20241119.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cf41ee2e-92ac-4c0f-a2fa-6e7dff07f9e1\\azure-identity-vscode-1.0.1-alpha.20241119.3.tgz","_integrity":"sha512-qnKThmM0F8M9otGQkPcW6Lyyz5C3Mtr9xb1u/z7MX9ucLTIOYem1hB7V4d6RGJ4gV8Emb+dSwEZVzd5jwR+2xQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241119.3_1732064486861_0.929361271355365","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241120.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241120.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f910f6fd092999e9cda2daa1d277ad173b53b9a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241120.1.tgz","fileCount":8,"integrity":"sha512-Sff5Gfd84BA9YNHibso6NRXTYO1IOT/Yn9M0GySSH2o4TCiHGuWiTwEz9Hr0Pn7BihtzoSYJIJ9ktEVql3DfkQ==","signatures":[{"sig":"MEUCIQCcuL93UxvIJFYvO6AM4s3SsZBBwNK6Es+5BoofzE005AIgSk+LAqn6zDz959j2ipu1WOiVNyx8gFEAP1/jXWxfCyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\342e0383-9d7b-41d7-a9ca-9107f2f20b26\\azure-identity-vscode-1.0.1-alpha.20241120.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\342e0383-9d7b-41d7-a9ca-9107f2f20b26\\azure-identity-vscode-1.0.1-alpha.20241120.1.tgz","_integrity":"sha512-Sff5Gfd84BA9YNHibso6NRXTYO1IOT/Yn9M0GySSH2o4TCiHGuWiTwEz9Hr0Pn7BihtzoSYJIJ9ktEVql3DfkQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241120.1_1732151083101_0.46023727000642056","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241121.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241121.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30433a33eac9b25ecd65c77e0dee0676ebe67435","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241121.2.tgz","fileCount":8,"integrity":"sha512-tN7PbAau/5V2JSML/5+Yn7Y4hx6mkLtRkeQi0Al8BWMBpEtZBsPpfM28IaSg3auRg8/okHq5jALM/FNRT6cidQ==","signatures":[{"sig":"MEUCIBR/fn2CKUDUJS6DscBdLiLhl3lYgKRwxQCAqbTOYd/lAiEA/jS2fSPbrI9EsOWNBK0dDC1LgQRci4Y3Eoc8zOqtBJU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d3be08c2-4eb6-429c-88a6-ca7cb11b9fc6\\azure-identity-vscode-1.0.1-alpha.20241121.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d3be08c2-4eb6-429c-88a6-ca7cb11b9fc6\\azure-identity-vscode-1.0.1-alpha.20241121.2.tgz","_integrity":"sha512-tN7PbAau/5V2JSML/5+Yn7Y4hx6mkLtRkeQi0Al8BWMBpEtZBsPpfM28IaSg3auRg8/okHq5jALM/FNRT6cidQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241121.2_1732237354696_0.9093560106849361","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241122.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241122.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"523f34e2c66ca658b54427041a4a62a8516ef0c7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241122.1.tgz","fileCount":8,"integrity":"sha512-rUvhALpheFeViq6Zwa39PRaQWBZtj8QLbRSO1H/relOl1GAqYmXPZzJl0YvyzQrSeCNJqW9+W+uK0B36ODFzWA==","signatures":[{"sig":"MEQCIDBUNt2/JQpcSZsDGz1sg5Z9ckZ3qypoCej9NfaMm9yjAiAeH2JJqlXTrcz1k+jZfZ87gQ7aMUHW+NDiSSnKCCYWmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e8c0cf5-ce0e-45dd-84f2-c81fd424560b\\azure-identity-vscode-1.0.1-alpha.20241122.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e8c0cf5-ce0e-45dd-84f2-c81fd424560b\\azure-identity-vscode-1.0.1-alpha.20241122.1.tgz","_integrity":"sha512-rUvhALpheFeViq6Zwa39PRaQWBZtj8QLbRSO1H/relOl1GAqYmXPZzJl0YvyzQrSeCNJqW9+W+uK0B36ODFzWA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241122.1_1732323743770_0.6928894959410392","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241125.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241125.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"077c0b6fdd8e0b5c228e5900521456407ea8927b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241125.1.tgz","fileCount":8,"integrity":"sha512-n0+7tmy0eAINlxfl/zUU0TLxswep5edOGq42+vxQqHJXE8iXRb8cjSXcxc/oca1R13iM2/fts7qwjbACT5w0Fg==","signatures":[{"sig":"MEYCIQDbhC7yRxsrXnTtLJ+nWa2KrYdKPpga99NtDJ8zIvAeIAIhAMjqJTEcYU6XzTM1ht+HkHa+Ct4pQOaNStnIryZYjug2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4cbac4a5-2f98-4fee-96a4-dbd04a0ae2c5\\azure-identity-vscode-1.0.1-alpha.20241125.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4cbac4a5-2f98-4fee-96a4-dbd04a0ae2c5\\azure-identity-vscode-1.0.1-alpha.20241125.1.tgz","_integrity":"sha512-n0+7tmy0eAINlxfl/zUU0TLxswep5edOGq42+vxQqHJXE8iXRb8cjSXcxc/oca1R13iM2/fts7qwjbACT5w0Fg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241125.1_1732583062999_0.06607550761534853","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241126.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241126.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd9529d953135d9de1cf3f59ec319ded9f2fd7fb","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241126.1.tgz","fileCount":8,"integrity":"sha512-H8jNDSbqmA+EH+8GMF3xhT0PX2djuz8mvRNlNLqIDeuVy0ct2u1oC18gzUx4vi83TPtLkJaZRlA3ZUrOy4jYpg==","signatures":[{"sig":"MEUCIExxmZpC/eaQOkD75YacB3T19Myx0heSFxA2cFUWXcOWAiEApJNW4wDlC8FSACASWhdSMKN/Abr91PBMmDnhXkLh5bo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bc864b5-1741-424e-89d4-dcf383c2ebe5\\azure-identity-vscode-1.0.1-alpha.20241126.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bc864b5-1741-424e-89d4-dcf383c2ebe5\\azure-identity-vscode-1.0.1-alpha.20241126.1.tgz","_integrity":"sha512-H8jNDSbqmA+EH+8GMF3xhT0PX2djuz8mvRNlNLqIDeuVy0ct2u1oC18gzUx4vi83TPtLkJaZRlA3ZUrOy4jYpg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241126.1_1732669551136_0.8249684653598182","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241127.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241127.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be2bb41118bbcdcb36e1346c5aa37819b0decac5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241127.2.tgz","fileCount":8,"integrity":"sha512-jNJ7v6fRSvBMffgfeSAsUWZHmGARthWmOqoNxYxF6xdYwbajakwsVQ//9vpCfhxo3fU3GG1ooRkj6IiM1I43ig==","signatures":[{"sig":"MEYCIQCjqHTJXW68wgMurrJwvrPOX4HudiINp4ER/9ZxrE3cZwIhAIdkBz6Kxe16Fts87Qi8wUxZpzZu2VsBV+A1FM3dEPjD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a3a31bc9-3775-4d20-91be-0f95fd66c211\\azure-identity-vscode-1.0.1-alpha.20241127.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a3a31bc9-3775-4d20-91be-0f95fd66c211\\azure-identity-vscode-1.0.1-alpha.20241127.2.tgz","_integrity":"sha512-jNJ7v6fRSvBMffgfeSAsUWZHmGARthWmOqoNxYxF6xdYwbajakwsVQ//9vpCfhxo3fU3GG1ooRkj6IiM1I43ig==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241127.2_1732755779262_0.1981198192694249","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241128.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241128.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bbfb9f7028484fe871e7fa9aa1e8e0ef6a8be306","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241128.1.tgz","fileCount":8,"integrity":"sha512-tDJ8vUs0xCVfnrkZqyC7V7Xi7wNW8UiV/vEhsqmr9VFD/J1rNx/VuOr2sMZmcIsEfomcfEkhX3aBPkxIjWeVEQ==","signatures":[{"sig":"MEUCIHSFTjydCuDIMqFx1eYBy23dOZHNTuy1fR/e6d5WM1k0AiEA7rtRNcqc1TTWP8H8ZYmHJYR6ft1hzfEmHzgcE7nZFdo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3fe3e3d5-d5c5-4f0f-8660-a1bf1dd87fce\\azure-identity-vscode-1.0.1-alpha.20241128.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3fe3e3d5-d5c5-4f0f-8660-a1bf1dd87fce\\azure-identity-vscode-1.0.1-alpha.20241128.1.tgz","_integrity":"sha512-tDJ8vUs0xCVfnrkZqyC7V7Xi7wNW8UiV/vEhsqmr9VFD/J1rNx/VuOr2sMZmcIsEfomcfEkhX3aBPkxIjWeVEQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241128.1_1732842220991_0.4210821843068897","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241129.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241129.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"444ca8dce8f60a1e248ab531fb0cadc16d997484","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241129.1.tgz","fileCount":8,"integrity":"sha512-xbRppeT+/SKejklDfC+xfo16iZav4o42JfF5F5nQkkkLobfm+8SkvcEXLqG6Br++te8PNq9wSkexOdMC6jUkzg==","signatures":[{"sig":"MEUCIEeIb6jLcyfmCIoO87OUXq3ZdF/M4I6CA9WX60ZMa6zXAiEAnLCcNzbCl03h/uBTAjJy98ZouW7HHbr9IkNs8fJzt6U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a48543c-53e9-43c3-89f4-21d8696d9d83\\azure-identity-vscode-1.0.1-alpha.20241129.1.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a48543c-53e9-43c3-89f4-21d8696d9d83\\azure-identity-vscode-1.0.1-alpha.20241129.1.tgz","_integrity":"sha512-xbRppeT+/SKejklDfC+xfo16iZav4o42JfF5F5nQkkkLobfm+8SkvcEXLqG6Br++te8PNq9wSkexOdMC6jUkzg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241129.1_1732928537828_0.16838095303800982","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241203.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241203.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"acdaf1713cbb93d94d3238fbca2f07d66956a1f9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241203.2.tgz","fileCount":8,"integrity":"sha512-WPr8v/widhoH8r4AbKZnDvgXMT8hK4fHmiZnF8ewrs9RKWbRyXhoi/NNc04ZytSsdpS/lgjA0hDXiQqGIb9+Hw==","signatures":[{"sig":"MEQCIDu0tZgnNa1C6RlXCgHLew4VJPR6UK8SClX6GKx5KEScAiBxSIpDMxrGJ0IM1YgBm90J1YckCVTzC5vFLO9vz7Gkpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c585dfcc-f4fb-4377-b226-57e487e0963e\\azure-identity-vscode-1.0.1-alpha.20241203.2.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c585dfcc-f4fb-4377-b226-57e487e0963e\\azure-identity-vscode-1.0.1-alpha.20241203.2.tgz","_integrity":"sha512-WPr8v/widhoH8r4AbKZnDvgXMT8hK4fHmiZnF8ewrs9RKWbRyXhoi/NNc04ZytSsdpS/lgjA0hDXiQqGIb9+Hw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241203.2_1733274172134_0.2687993315614583","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241204.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241204.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b09d4314e65ce4f6991f7bff537ef3768f7d9ead","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241204.3.tgz","fileCount":8,"integrity":"sha512-YY+ytsMvL9qzgY5azxeCTUFyHiVz1Rf1tqtkA95t8V5C6E1MOdK/SLExOAc+KY7kvhNmmTgRVrF0ScSs1HZCCg==","signatures":[{"sig":"MEQCIAECtB9BdNKZePPjzVA1qmsJA84MCL8CZKHKgRiqL6lBAiBzYf4EXexJGVA2pUUdZhw4te4c1yKrBm6VHyVJ7vxLbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20868},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9c21357a-7f5f-4c39-a07e-6da0a64d7b05\\azure-identity-vscode-1.0.1-alpha.20241204.3.tgz","types":"./types/identity-vscode.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9c21357a-7f5f-4c39-a07e-6da0a64d7b05\\azure-identity-vscode-1.0.1-alpha.20241204.3.tgz","_integrity":"sha512-YY+ytsMvL9qzgY5azxeCTUFyHiVz1Rf1tqtkA95t8V5C6E1MOdK/SLExOAc+KY7kvhNmmTgRVrF0ScSs1HZCCg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","keytar":"^7.6.0","@azure/identity":"^4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","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/qs":"^6.5.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/node":"^18.0.0","@types/uuid":"^8.0.0","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241204.3_1733360611212_0.5838936334557774","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241206.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241206.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"951a72735f5b4722b80eff969c3c1d5cc1f41f65","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241206.3.tgz","fileCount":24,"integrity":"sha512-85BE6LrU9M0Gozv6Oo0850lnLybxDINm8yeQsqQe5mZgWSrVSsuGIE/mfbYijPZDb1K7J/C9hmCoQibi1a7wnA==","signatures":[{"sig":"MEYCIQC5m/iRFR/fluuDCZibtDjjiiGFt7g0mwJjNZ+khvOdDgIhAKl1bZl/7efe6Gsiv970Bp8eNAEcJlmCDFRpcyYGVqP4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35417},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b251ec2f-3d1c-4f92-a42a-a9e9d4b4e6e7\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b251ec2f-3d1c-4f92-a42a-a9e9d4b4e6e7\\azure-identity-vscode-1.0.1-alpha.20241206.3.tgz","_integrity":"sha512-85BE6LrU9M0Gozv6Oo0850lnLybxDINm8yeQsqQe5mZgWSrVSsuGIE/mfbYijPZDb1K7J/C9hmCoQibi1a7wnA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241206.3_1733533401106_0.5952209449779249","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241209.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241209.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48e1b07ac2c7faa404fa8d095b4c99ed92bb7339","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241209.2.tgz","fileCount":24,"integrity":"sha512-rblL/kgRRtF4XTPNY8tbqQw4cxhkRT7t/OcMZ0Shtg5I6WQql0bg8zSOrcClG+e+7ixqFrcOZUjsCh0UcfrPzw==","signatures":[{"sig":"MEYCIQC09f9Bl8NcOuKkv67VcooJ+nUx4pOyIqZ3YYMxsiAriwIhAKassTq2J4ItcdFJJdvzdGUaX1OF632NBvPqJPXrgU5h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35417},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7bb4a81c-40b5-4b83-961b-6632e5de61bb\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7bb4a81c-40b5-4b83-961b-6632e5de61bb\\azure-identity-vscode-1.0.1-alpha.20241209.2.tgz","_integrity":"sha512-rblL/kgRRtF4XTPNY8tbqQw4cxhkRT7t/OcMZ0Shtg5I6WQql0bg8zSOrcClG+e+7ixqFrcOZUjsCh0UcfrPzw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241209.2_1733792614846_0.7537422066939377","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241211.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241211.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"678e13256fd71fce206c52bdeb08f1be8277fecc","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241211.1.tgz","fileCount":24,"integrity":"sha512-n96FHGcr4IR8uNgqhuZCCXO3Bl55Z7MGrNRTnokjH48fXHGG8Qaff7QCPpgx3CoB/7c2WdDmTL01zuIGz6Lx9g==","signatures":[{"sig":"MEUCIDK5/8FyPknqG0MXaIIpaYUPDLdeq22U44oqC+bTVb4oAiEAnQgrS39dy3gJpnepa0uWk4UjdNR+7wjBnWU5gbuTK1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\641cf92c-32dd-4324-998b-47d8f95d4768\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\641cf92c-32dd-4324-998b-47d8f95d4768\\azure-identity-vscode-1.0.1-alpha.20241211.1.tgz","_integrity":"sha512-n96FHGcr4IR8uNgqhuZCCXO3Bl55Z7MGrNRTnokjH48fXHGG8Qaff7QCPpgx3CoB/7c2WdDmTL01zuIGz6Lx9g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241211.1_1733965309678_0.18338242528247273","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241212.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241212.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37dc4d2aa7692c16b7189b1265c96ef8ff90dee7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241212.1.tgz","fileCount":24,"integrity":"sha512-zAKBMrJgzVd4vQAWWLE4j6OnRu9L2gfnfkv3xrXJCc64wHsxIABeGEUxIRQ4GEAopuc6fO7IVjiI2VUTI6/jDg==","signatures":[{"sig":"MEYCIQC82eW4Y4ZQDPvupt2gOYqHP69wd05+Rq0j8f4/SfVbogIhANQM4hJHOSHikgvcsSAQvFXosK7n2in0+SW7oWYcPK2c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c67d530c-9c79-4c21-adff-ed7e50eb8f3f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c67d530c-9c79-4c21-adff-ed7e50eb8f3f\\azure-identity-vscode-1.0.1-alpha.20241212.1.tgz","_integrity":"sha512-zAKBMrJgzVd4vQAWWLE4j6OnRu9L2gfnfkv3xrXJCc64wHsxIABeGEUxIRQ4GEAopuc6fO7IVjiI2VUTI6/jDg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241212.1_1734051951484_0.6707629824554553","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241213.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241213.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e48aad2fcfff21d2c3b87bd35110eacf13f3fa2f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241213.1.tgz","fileCount":24,"integrity":"sha512-dTMIJ8qdLqzEBZmWpUrV983P9YJ2FrTg432k9Nlb44cQaFtqhYCzhDQLcb0lRQXTA+eTHpjP6gQ2ERiMBoPncg==","signatures":[{"sig":"MEQCIFYP7VcI9j9wRCCOFMDSua7XErdvd7ggg/6beEWI6gYgAiA05KzCFAE7dIz2n3j6eBFiWG95t7j2PRBoDtoN9EeW2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0f00b09-b08d-438f-a18a-ba1764229848\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0f00b09-b08d-438f-a18a-ba1764229848\\azure-identity-vscode-1.0.1-alpha.20241213.1.tgz","_integrity":"sha512-dTMIJ8qdLqzEBZmWpUrV983P9YJ2FrTg432k9Nlb44cQaFtqhYCzhDQLcb0lRQXTA+eTHpjP6gQ2ERiMBoPncg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241213.1_1734138733309_0.6144551362220105","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241216.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241216.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f819d6e9f4d02c5c96222fa7e05f2ff29af8d501","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241216.1.tgz","fileCount":24,"integrity":"sha512-FwZBPaL2s7RrIqpGVX/lpoeX93fMdpHyZX5P75+U/Q61lzjDOd5cqvHa6haOeSvrQEz1//RB1veKnl6KV6OiTQ==","signatures":[{"sig":"MEYCIQDiQiMzmmmKsWnm0+EExc6QusVJSlN4wYrsbyBoiOxxiQIhAIf9B1RZkriehd71s0eBWuzvV4WFFayu5sFBlcAN52yb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1bc9fb27-602a-41f4-9240-cc80b2e2de23\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1bc9fb27-602a-41f4-9240-cc80b2e2de23\\azure-identity-vscode-1.0.1-alpha.20241216.1.tgz","_integrity":"sha512-FwZBPaL2s7RrIqpGVX/lpoeX93fMdpHyZX5P75+U/Q61lzjDOd5cqvHa6haOeSvrQEz1//RB1veKnl6KV6OiTQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241216.1_1734397356336_0.44583482463982205","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241217.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241217.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f01d29109f85ebefc89751251e2feffdf650158","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241217.4.tgz","fileCount":24,"integrity":"sha512-ZEtrfys5dPJLiKPY3JJ7wyfvPZp2doP7Y0B1VvlPpyCjv5IwVH/J3XzsBMgslj1efrusMpMgWTGoaxo/eiwR0w==","signatures":[{"sig":"MEUCIQCNd8yBNHB8AOvN1MVhLwuCqV2P8kvIztdYNFxSF5TlOwIgS8c5VqIsgVckz+aiZdSAU8KUvMyGdIRbTC+Ef070EPU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9addfef8-e248-4f58-963a-268135a3bfe3\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9addfef8-e248-4f58-963a-268135a3bfe3\\azure-identity-vscode-1.0.1-alpha.20241217.4.tgz","_integrity":"sha512-ZEtrfys5dPJLiKPY3JJ7wyfvPZp2doP7Y0B1VvlPpyCjv5IwVH/J3XzsBMgslj1efrusMpMgWTGoaxo/eiwR0w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241217.4_1734484625932_0.04614384062758492","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241219.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241219.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ab4bfdbcfe7def371243f53e714a758c7e89c3b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241219.1.tgz","fileCount":24,"integrity":"sha512-G85anjnKSRln30DwbyI77AH3BfYiQ4uHbNITRepKsaUvS5BqX6GxfK8pMCnL50N0H/wk8EwRawi5yqFTVXh+jQ==","signatures":[{"sig":"MEUCIGj8hxwwLNsmzK5kOgar8Bl0ZWjC5EDFXGDGy29jAldmAiEAlnY5s207ctXrT5z5o+4z6SN6UufcXnHYNTX/w/makrk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89d0e985-217a-499b-9cf9-e69a2ed738f4\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89d0e985-217a-499b-9cf9-e69a2ed738f4\\azure-identity-vscode-1.0.1-alpha.20241219.1.tgz","_integrity":"sha512-G85anjnKSRln30DwbyI77AH3BfYiQ4uHbNITRepKsaUvS5BqX6GxfK8pMCnL50N0H/wk8EwRawi5yqFTVXh+jQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241219.1_1734656949530_0.3431694675435861","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241220.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241220.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e72790364910f01df1e942ef9b2b59c82c1a6196","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241220.1.tgz","fileCount":24,"integrity":"sha512-vDfJXVvyvNrF+TPH+z9a7ATpZuVvTiFwQVLOqgJ3hXPR0nXIXyphMnULo852gBJBH3wyLT3AiQWiPbCG4wQmow==","signatures":[{"sig":"MEUCIG707eKuhltBTvOYp3PXHRP/lx0Tj2sl9DwRbgoDnZNSAiEAgvY6Efb1z0NyI0eERp0bKTkIp+F1eARb7TixGeGU+Ho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bf7418a7-dd50-43f6-856b-4cc97441068c\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bf7418a7-dd50-43f6-856b-4cc97441068c\\azure-identity-vscode-1.0.1-alpha.20241220.1.tgz","_integrity":"sha512-vDfJXVvyvNrF+TPH+z9a7ATpZuVvTiFwQVLOqgJ3hXPR0nXIXyphMnULo852gBJBH3wyLT3AiQWiPbCG4wQmow==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241220.1_1734743234078_0.017087394788714017","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241223.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d3f4fc0d4b0b9e3b1dbcabaa98575eaf404af5d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241223.1.tgz","fileCount":24,"integrity":"sha512-2zTbrT8Pka/XIiQdiNRlF2YUgV+bUj8SHxztoboZpixNbJYWSS67IuUVQwKCEW0DBNxg+/Y3jhg80X7VFfAeVw==","signatures":[{"sig":"MEUCIQCma/z15CIXo67vq4kGYi1NGlTpMwX/Qgq/3DPlgpiTXQIgRZTQzyY9guFehgUtl5j4UlG85JLSR93DqDS7jZlZCiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c211495d-ee19-4e3a-80bf-bd24d0bbff0f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c211495d-ee19-4e3a-80bf-bd24d0bbff0f\\azure-identity-vscode-1.0.1-alpha.20241223.1.tgz","_integrity":"sha512-2zTbrT8Pka/XIiQdiNRlF2YUgV+bUj8SHxztoboZpixNbJYWSS67IuUVQwKCEW0DBNxg+/Y3jhg80X7VFfAeVw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241223.1_1735002570920_0.29248371679552587","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241224.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241224.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"75ab962a797389de86a43a9e7464ff0a17de316c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241224.1.tgz","fileCount":24,"integrity":"sha512-y53qwKigJnkNijyF2+idZ3CbUensAmeJVTzpM3/x2iXI24K+kB89FXizmlr5/syKqkLCzdzaApHCvC4EKvCC6w==","signatures":[{"sig":"MEUCIQDa/gtjFpI7aZBRf5s2u98TP46rzxh8KnRM/30MLjn45AIgE1t+MT+WnRcsR6sRgygZ0u6ttOKjoCBvwJ6vytj1CSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\01ef32e3-c15e-4954-a8e6-f544f672a755\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\01ef32e3-c15e-4954-a8e6-f544f672a755\\azure-identity-vscode-1.0.1-alpha.20241224.1.tgz","_integrity":"sha512-y53qwKigJnkNijyF2+idZ3CbUensAmeJVTzpM3/x2iXI24K+kB89FXizmlr5/syKqkLCzdzaApHCvC4EKvCC6w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241224.1_1735088868736_0.9517607415036926","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241225.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241225.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"63d7e9e5127365e69a8a8238dc061628e12375c3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241225.1.tgz","fileCount":24,"integrity":"sha512-d6U0E2ovSahQ1LslnHZKmaiMu1YzJjND35K+4hrjw1WEMW5LUQh2IrEDqx6ujb0eOvsaJEfB5MbQjGN+juZgXA==","signatures":[{"sig":"MEUCIQDLrbK2qM0YfXSghmIC9FHtpR/pQWIXSeIxQtGodNsS/gIgQupFfeRO6gWCcVFV8SxQaL6j0EiqTAwskpgUvCpBKaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c5176b12-2e7a-47af-8b36-677b80e48a7e\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c5176b12-2e7a-47af-8b36-677b80e48a7e\\azure-identity-vscode-1.0.1-alpha.20241225.1.tgz","_integrity":"sha512-d6U0E2ovSahQ1LslnHZKmaiMu1YzJjND35K+4hrjw1WEMW5LUQh2IrEDqx6ujb0eOvsaJEfB5MbQjGN+juZgXA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241225.1_1735175190694_0.8612743775380931","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241226.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241226.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a090d2042cb6ec18362d2641f29e7bc28ba67d5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241226.1.tgz","fileCount":24,"integrity":"sha512-vqCNx6/InRTU5yvqnMcV+G4k00ljO0lvblIEN/QWvgkpEgu6LnbAL4ZZeHNcgQTa/pSVEnHgP3Jx5wkRblWWZQ==","signatures":[{"sig":"MEYCIQDgGMx9/DHNjyQMHxvdzEd4AEPAzdkzNARLSvul+qYxLQIhALdQnJ9QWQqkRZmpGGudFJRmvGX2IYkPZwQB6cjhtCKp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f69f96d6-751c-4d9e-9a49-ce6fd95e5365\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f69f96d6-751c-4d9e-9a49-ce6fd95e5365\\azure-identity-vscode-1.0.1-alpha.20241226.1.tgz","_integrity":"sha512-vqCNx6/InRTU5yvqnMcV+G4k00ljO0lvblIEN/QWvgkpEgu6LnbAL4ZZeHNcgQTa/pSVEnHgP3Jx5wkRblWWZQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241226.1_1735261580562_0.3808266843292034","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241227.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241227.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"379dafb08b87725a056810da7056bcd15b2bbf6c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241227.1.tgz","fileCount":24,"integrity":"sha512-2DlM8Im9SynhOwvpvdsKmjOeqcE7rICoT0V9pGhw+VANEvIaD6tH8wYgiYB9G6Aro6xNpXdgY9lVpPtJv7u5gg==","signatures":[{"sig":"MEYCIQCn+Nk64da8sk/V1V1OX3ORss3wq2RyLTG/eHyiPOhvswIhANYm/axQcBCq+t1NwgFVkHL4872TRfMtNzgymEg2+gV7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\116e1950-67fb-49dc-b953-13ce0abe7530\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\116e1950-67fb-49dc-b953-13ce0abe7530\\azure-identity-vscode-1.0.1-alpha.20241227.1.tgz","_integrity":"sha512-2DlM8Im9SynhOwvpvdsKmjOeqcE7rICoT0V9pGhw+VANEvIaD6tH8wYgiYB9G6Aro6xNpXdgY9lVpPtJv7u5gg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241227.1_1735348021105_0.7145474278195225","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241230.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20241230.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8473010b2c43ef575136058744c032aee32a780b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20241230.2.tgz","fileCount":24,"integrity":"sha512-BTOiSxt4mkguB9bNaKm2iKDNzP4V7M04sEQyFEPAtFs6ZglFWVB6eHwEITGvqUHLan7Bm/UJJCNKMvfoyxgFBA==","signatures":[{"sig":"MEUCIAG2/JemO813z/LO9Fj44TmBgd76OSrJWFBDo5pMqmBDAiEAlsqEXQea0BhihD7tJN5FocMtF95S8JgzYUTGpPLAFXM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\591f4cc2-290f-46ff-9d69-e3ee529c7565\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\591f4cc2-290f-46ff-9d69-e3ee529c7565\\azure-identity-vscode-1.0.1-alpha.20241230.2.tgz","_integrity":"sha512-BTOiSxt4mkguB9bNaKm2iKDNzP4V7M04sEQyFEPAtFs6ZglFWVB6eHwEITGvqUHLan7Bm/UJJCNKMvfoyxgFBA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20241230.2_1735607183942_0.16204175895568795","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250106.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250106.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7fafab012ee0bf5bd35a38ba7852d87216d3bfb","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250106.1.tgz","fileCount":24,"integrity":"sha512-XuwOJYZXCpYpH3WpynmNn8vhlCl14p0OmBEFmrj77x6fcxHZFg6SJiV1tS6r8CAQndG185ykyzYToSM6fVy9kw==","signatures":[{"sig":"MEYCIQCDpA+CVVqo+wrmQctsMTEfycDWuEfSJCYhF6V5+kUrIwIhAMcGsJUBaWWVwGJ2PeLlOkypyJPP6iR/5wILcgTCri0Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\290d7359-64e4-443f-8f3b-3a433b9efbd7\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\290d7359-64e4-443f-8f3b-3a433b9efbd7\\azure-identity-vscode-1.0.1-alpha.20250106.1.tgz","_integrity":"sha512-XuwOJYZXCpYpH3WpynmNn8vhlCl14p0OmBEFmrj77x6fcxHZFg6SJiV1tS6r8CAQndG185ykyzYToSM6fVy9kw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250106.1_1736212147410_0.320117028706858","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250107.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250107.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d4228ca90c90283e23a0bd57b819f8a4b89849d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250107.1.tgz","fileCount":24,"integrity":"sha512-enROQ9dO6nkcTnk+EIOdbv8mGsZrJgyWJrf2BtpT7zoRdzgdpLfPj9LGlQXxG+46g23qjUQcHAmx3thdEVUV2Q==","signatures":[{"sig":"MEUCIFihVkblgNjsuPbId4Sep3xJjcZwTdsGQjso2BADaMVaAiEAnGqWUAFkRa8uK2Gegdzmo9gw9a/f1xCvmRROC2gM0/U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7080d034-cc26-4d7b-99ac-53e7bccfcfc7\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7080d034-cc26-4d7b-99ac-53e7bccfcfc7\\azure-identity-vscode-1.0.1-alpha.20250107.1.tgz","_integrity":"sha512-enROQ9dO6nkcTnk+EIOdbv8mGsZrJgyWJrf2BtpT7zoRdzgdpLfPj9LGlQXxG+46g23qjUQcHAmx3thdEVUV2Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250107.1_1736298320119_0.1013034768282024","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250108.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250108.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"291bc145a1f12337c1c6395c1c8aea4c921a5c1c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250108.1.tgz","fileCount":24,"integrity":"sha512-vmUF0QdwSkf9rq88yhrHICMelCBiJLTuKGW6lMor6jCiTCtCAC3kiq2nA1iddzayk40uP+7eykjf3mpZYqi1Cw==","signatures":[{"sig":"MEUCIQDw4AeYkItWcCaBCk5rEb1HXKalVBOKB0yP2kEktJM5mQIgGNOrjXNHmZMwQy5StwWXUvjk26FPLO/iOYcHVn4Ihng=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cdc1a3a1-385e-4683-8fa5-adba0b4d9d3e\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cdc1a3a1-385e-4683-8fa5-adba0b4d9d3e\\azure-identity-vscode-1.0.1-alpha.20250108.1.tgz","_integrity":"sha512-vmUF0QdwSkf9rq88yhrHICMelCBiJLTuKGW6lMor6jCiTCtCAC3kiq2nA1iddzayk40uP+7eykjf3mpZYqi1Cw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250108.1_1736384749995_0.9049121923036412","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250109.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250109.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"adced9250b05c8bc565479a00d1526c25edf229c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250109.1.tgz","fileCount":24,"integrity":"sha512-QCHVBFnLgPg3yVuoT/XZqPHBKAr8zmBiWiyJDNzp9CnnpVsKmIKrbUT3iiD6+J53BoYEmV3He06zC6XOZUp25w==","signatures":[{"sig":"MEUCIBkav8RwXnRuHiCsqvIbfnbEda6scxs4Rz/u7hOD01dkAiEA3QBaZ3ISOW92SXrLPKVaKiPA5JAy+flDt5AIDC3s8h8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bace6a2-0164-4a0f-96a6-f73d02029f9b\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bace6a2-0164-4a0f-96a6-f73d02029f9b\\azure-identity-vscode-1.0.1-alpha.20250109.1.tgz","_integrity":"sha512-QCHVBFnLgPg3yVuoT/XZqPHBKAr8zmBiWiyJDNzp9CnnpVsKmIKrbUT3iiD6+J53BoYEmV3He06zC6XOZUp25w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250109.1_1736471103125_0.0755242978035724","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250110.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250110.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ef7b1b7992460050f86c06927ab71821f12cf2b5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250110.3.tgz","fileCount":24,"integrity":"sha512-I2sC+/scXz480JlYg6kRpY4k2PNGyiHLusK3ZImWQGxEQmJyhG/MawGpJN5CXyq/aC4G0hkXRFJGBJ9wxk1y9Q==","signatures":[{"sig":"MEUCIF6osxmrcHvQHsSY6Kd8e3sbwwvyqWXqO4hOXafJ+vMgAiEAxKIc031JSOqyypnUcaaXTc5EeCt+jrOYd//bkMhUhGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5942bc49-9556-4a57-aafc-330205876971\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5942bc49-9556-4a57-aafc-330205876971\\azure-identity-vscode-1.0.1-alpha.20250110.3.tgz","_integrity":"sha512-I2sC+/scXz480JlYg6kRpY4k2PNGyiHLusK3ZImWQGxEQmJyhG/MawGpJN5CXyq/aC4G0hkXRFJGBJ9wxk1y9Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250110.3_1736557229612_0.05898129322212209","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250113.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250113.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b185bf87519eed017eefd561fb62c1cff0ffe5e9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250113.1.tgz","fileCount":24,"integrity":"sha512-fjOWCznncyhvMsL43MHnz5lMMXTl/vbXB9QAJHeEj4sxAhPTpo7XiQI76as4f0r3+rkpLVV/BZ372C7eVbze6w==","signatures":[{"sig":"MEUCIB0Co39xIX080JF/lFtKiJmDq1Oka16/un76byK3BZxGAiEAu4ASGsKreH2pnWMlohbvyyM2iv1ttYevWDIl8qylYXc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f65578d8-c5de-4a81-9b61-b88e3dc3b3bb\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f65578d8-c5de-4a81-9b61-b88e3dc3b3bb\\azure-identity-vscode-1.0.1-alpha.20250113.1.tgz","_integrity":"sha512-fjOWCznncyhvMsL43MHnz5lMMXTl/vbXB9QAJHeEj4sxAhPTpo7XiQI76as4f0r3+rkpLVV/BZ372C7eVbze6w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250113.1_1736816833562_0.7088121302747752","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250114.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250114.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2ac49c258f8d14f323acfd84031984e0fbdba5ac","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250114.1.tgz","fileCount":24,"integrity":"sha512-cwMHmrUs+9vX++QDkSaGIcdSAE+NlzJ3RuUdQYN1n3jhfdUXJNT/EFl86pYaLzYXFbksLzdjqdORLPMOZvv59A==","signatures":[{"sig":"MEYCIQDf2i17m/1MR/2EF/61hCGccytrVutpLHC+ycz3ZzWScwIhALxNbm1p6QCFgjVcLF8hcvdJLVRBhq7H1A7C6bc20hF9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\90d16780-fe52-46c7-833a-e3c0ff5b41e2\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\90d16780-fe52-46c7-833a-e3c0ff5b41e2\\azure-identity-vscode-1.0.1-alpha.20250114.1.tgz","_integrity":"sha512-cwMHmrUs+9vX++QDkSaGIcdSAE+NlzJ3RuUdQYN1n3jhfdUXJNT/EFl86pYaLzYXFbksLzdjqdORLPMOZvv59A==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250114.1_1736902907785_0.2042913426935573","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250115.7":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250115.7","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5674470bc345f18506518a0b614bbe5347b20abf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250115.7.tgz","fileCount":24,"integrity":"sha512-4pzh7Yv5XPCWY1IwcC88DEsAKUmEC7jS+l9lpSWWgYp5Mc1xM/P/ePCGqf1OqBeqRzDZjJE3uTPjLF0dvk5QRQ==","signatures":[{"sig":"MEQCIEh/Q1MbLFU9ibsxD2+1r84SWdZbE/G3dJ/AwKAfif19AiBmwcYNC6wM+/tybAA0MLD9h45qP1Ah6mMr8zlknZ6hpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ae320ce4-e385-4bf4-b3da-a0d48fab6316\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ae320ce4-e385-4bf4-b3da-a0d48fab6316\\azure-identity-vscode-1.0.1-alpha.20250115.7.tgz","_integrity":"sha512-4pzh7Yv5XPCWY1IwcC88DEsAKUmEC7jS+l9lpSWWgYp5Mc1xM/P/ePCGqf1OqBeqRzDZjJE3uTPjLF0dvk5QRQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250115.7_1736989539922_0.6948822098676406","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250116.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250116.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eea4ce7bfc8916fb256d17614ec680fe42c470f4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250116.2.tgz","fileCount":24,"integrity":"sha512-JRovb39AeM7TyMDErlsgjPZshSczMQiBcscW7HV9VZj2mu0XoiIpPjpAXt3YDSvIkK1SZCqk51MAvO3OeJVoqw==","signatures":[{"sig":"MEUCIFYR91pL89Mj6I4RK1Me89GO8hJRI4ObjTQrV2wyNBpJAiEAjVDuZTpHZgHcqtW0x8To0+Lw0neM3HlOzMnCnEm1wmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3c13c747-46d6-460e-a446-35c3bc5ddd0f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3c13c747-46d6-460e-a446-35c3bc5ddd0f\\azure-identity-vscode-1.0.1-alpha.20250116.2.tgz","_integrity":"sha512-JRovb39AeM7TyMDErlsgjPZshSczMQiBcscW7HV9VZj2mu0XoiIpPjpAXt3YDSvIkK1SZCqk51MAvO3OeJVoqw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250116.2_1737076016828_0.15196144540452816","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250117.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250117.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d16d305db7d4ee832784926541b22d4b7413a9ee","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250117.1.tgz","fileCount":24,"integrity":"sha512-CYsasS+RFL6sVWhzAWOxntQz7yUxpnNtpvh5b1RB5zphZBPGctBGEzYi8ouOGh4PG4yagYRNucnqvtcDbKp7TA==","signatures":[{"sig":"MEUCIQCKkD4wht9Rveub4FBHLWo1cmnQmo2yma2s5yABzP7jswIgC3KEpUD4kuIMWokyXsK816xr1Oehfob69hV/BbydFMU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bef08c6b-80de-40cc-867e-e8247c15e161\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bef08c6b-80de-40cc-867e-e8247c15e161\\azure-identity-vscode-1.0.1-alpha.20250117.1.tgz","_integrity":"sha512-CYsasS+RFL6sVWhzAWOxntQz7yUxpnNtpvh5b1RB5zphZBPGctBGEzYi8ouOGh4PG4yagYRNucnqvtcDbKp7TA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250117.1_1737162222781_0.6796296506324708","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250120.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250120.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3519425e0006d488b387d512edda5d7eaa1cb651","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250120.1.tgz","fileCount":24,"integrity":"sha512-MDJgmi4DDmXbUr5WqFwn8f5Zcx8lbReoI49n4ZwwOFjX83ALOJmfztCZv09GWzJEY3hcloxU8P6qS+0Q8Mtmnw==","signatures":[{"sig":"MEQCICR8O7JlUnolphNvlScePs2vkfFPb+aj10whh+BlRK8zAiA1soWxaVPLHBm7tjNP9SOLH5J338GssTLX0E9gDvJyyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c16d6232-e52a-414e-978f-1cd724051892\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c16d6232-e52a-414e-978f-1cd724051892\\azure-identity-vscode-1.0.1-alpha.20250120.1.tgz","_integrity":"sha512-MDJgmi4DDmXbUr5WqFwn8f5Zcx8lbReoI49n4ZwwOFjX83ALOJmfztCZv09GWzJEY3hcloxU8P6qS+0Q8Mtmnw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250120.1_1737421261260_0.8120966193610353","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250121.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250121.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3aacd38eab0cdae8177ed275f05aeeb74cf1c3fb","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250121.1.tgz","fileCount":24,"integrity":"sha512-/IYUxxWggu4HNNVJlOqd+zf/XiU/lNxCUR+v2DbfA4Pyc7Cbfi87dw1tHX0kB88ALaryYDY5PhtfSo+6tpbdMA==","signatures":[{"sig":"MEUCID2zu6LAO83qCB5RiCPgZrh3qP66yYz8fLt+jJ46zNfYAiEA9KrM8lmoxzNVjNPrd/spIR8j8NkX/2A9XF6Hk2wOe9s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b1cdb6d9-89f7-425b-b20e-9d878a141b65\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b1cdb6d9-89f7-425b-b20e-9d878a141b65\\azure-identity-vscode-1.0.1-alpha.20250121.1.tgz","_integrity":"sha512-/IYUxxWggu4HNNVJlOqd+zf/XiU/lNxCUR+v2DbfA4Pyc7Cbfi87dw1tHX0kB88ALaryYDY5PhtfSo+6tpbdMA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^2.1.8","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250121.1_1737507890056_0.3116741352314998","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250122.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250122.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6dc9ca147a236505c1289f33643918ac7ec71b4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250122.2.tgz","fileCount":24,"integrity":"sha512-/zTCv90Vz48VWib5YzNT2SKU4IQ42fBt/pd/6dnFe9ozjyXHBlLcSeYMg+fXmPpJ2zUKepFqcralieFdc3+ahw==","signatures":[{"sig":"MEYCIQD4JIzVRLzS4FpxWypc8Ruo1O0utsNncSrUqi92TFZJ2wIhAN4nSLxgjvtyKtoAggW7oIU66WGVG3vm0ijZWfD8OXAi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ac61f7c-917b-4641-8a88-2ae4300d4881\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ac61f7c-917b-4641-8a88-2ae4300d4881\\azure-identity-vscode-1.0.1-alpha.20250122.2.tgz","_integrity":"sha512-/zTCv90Vz48VWib5YzNT2SKU4IQ42fBt/pd/6dnFe9ozjyXHBlLcSeYMg+fXmPpJ2zUKepFqcralieFdc3+ahw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250122.2_1737594329273_0.644470871965976","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250123.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250123.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea06088b946e0beead0229f1bdd6efacb7e5ae72","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250123.1.tgz","fileCount":24,"integrity":"sha512-8UPScAl8JNN7zjfCZOWLyUS978DXj5kx/m5HPdURiKQW9eZLWH7USWfRQU8kb6V0JL8hAsj1crxK2cbcPVhCmg==","signatures":[{"sig":"MEUCIECAfdhrvQCaPmW67fEz7+UpHVpcIXB7IzIkyCaSBDkXAiEAqtmLFe3O795MSztD2Q3JsaxLMH6M6qVo2GAia/0d+aI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06837bee-136e-43d7-b933-8a7acce13d94\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06837bee-136e-43d7-b933-8a7acce13d94\\azure-identity-vscode-1.0.1-alpha.20250123.1.tgz","_integrity":"sha512-8UPScAl8JNN7zjfCZOWLyUS978DXj5kx/m5HPdURiKQW9eZLWH7USWfRQU8kb6V0JL8hAsj1crxK2cbcPVhCmg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250123.1_1737680537955_0.4803621500111017","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250124.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250124.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b0e36e1962957843755cc9e22a0d5e259741e479","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250124.1.tgz","fileCount":24,"integrity":"sha512-9f/long+Dtejk0GI+gMSwDjhm+A746030CE8Djh93wgruEcCGlRMn1rOzi4dUh/paV/yuWVLLhWvsnuUJ6XHmQ==","signatures":[{"sig":"MEYCIQD01AK2fs0MOKWqxDJFzbFUxlK6IiXimFvEgyrxwVTtYAIhAIT5WzwM9yiszw798u4R1zyMW2cupVMFn5cbRbGfYqB4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\710734a6-9c33-44cd-b8ab-68657b7f5d43\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\710734a6-9c33-44cd-b8ab-68657b7f5d43\\azure-identity-vscode-1.0.1-alpha.20250124.1.tgz","_integrity":"sha512-9f/long+Dtejk0GI+gMSwDjhm+A746030CE8Djh93wgruEcCGlRMn1rOzi4dUh/paV/yuWVLLhWvsnuUJ6XHmQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250124.1_1737767333046_0.3625153379296042","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250128.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250128.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0eaf306a0025aff921b7228ac351f00660490e8d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250128.1.tgz","fileCount":24,"integrity":"sha512-nRf9qvVurDr22IoAjl5Ny8UhgFXcoMKeNOXHa6We48fUe+ymdhcmSUWftnr+n8fE9OciwqenQ188uECqCUPj9Q==","signatures":[{"sig":"MEUCIC4Bvntp1N24ArxS5oaMfpwjEf1vncRbQqvXX1TwPiAEAiEAjTnlf/Qnwe8JDPokrEimoZXEmm9i7Yx7I4sjz9mnWG8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dc6246fb-ceda-42fb-b857-0860e2cf5267\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dc6246fb-ceda-42fb-b857-0860e2cf5267\\azure-identity-vscode-1.0.1-alpha.20250128.1.tgz","_integrity":"sha512-nRf9qvVurDr22IoAjl5Ny8UhgFXcoMKeNOXHa6We48fUe+ymdhcmSUWftnr+n8fE9OciwqenQ188uECqCUPj9Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250128.1_1738112547915_0.4710254501130382","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250129.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250129.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"324c7e473aba965815fa74ba40a93abe8104c544","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250129.1.tgz","fileCount":24,"integrity":"sha512-yfiZaXcWUjZF4s4qPrzm6sMnhYAczFEEy9VdhnRNYf0DIY1jqRtgK0TeyXeA/x2zNV/bbLW/+GMOE5E6E+l+Iw==","signatures":[{"sig":"MEUCIQCycekbqmVvpsqLABI2OPfarHf30deHJkegLFK+unS4pwIgXASwv9oZ3+PoCfHVigTi7QZ6UEml0pX+Qr1imBpiEUY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50e6abf3-c4d0-4129-b026-b167fc924c71\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50e6abf3-c4d0-4129-b026-b167fc924c71\\azure-identity-vscode-1.0.1-alpha.20250129.1.tgz","_integrity":"sha512-yfiZaXcWUjZF4s4qPrzm6sMnhYAczFEEy9VdhnRNYf0DIY1jqRtgK0TeyXeA/x2zNV/bbLW/+GMOE5E6E+l+Iw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250129.1_1738199000140_0.02182559329782441","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250130.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250130.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d8d97beb6e4b1017ced3c7e10478d58af8f8e5d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250130.1.tgz","fileCount":24,"integrity":"sha512-DNFAQRSnvEKdhXVUbAgTJNpaaumfO8cEzMQ6iq2a4139arHt1+HaO5qxM4ky+Qo+CO8388QRw0rNM4PZyHWiTw==","signatures":[{"sig":"MEUCIG6u4eoCH6Bkk+nxIWvFZ8aaROSJfq4LB5YasUQ531HuAiEAnYzQAshtJLyZWBAnXuoNfebJZjXXAIelg6BxgztVzBY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\78b024ee-7108-43b4-8807-7f2b87bbef86\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\78b024ee-7108-43b4-8807-7f2b87bbef86\\azure-identity-vscode-1.0.1-alpha.20250130.1.tgz","_integrity":"sha512-DNFAQRSnvEKdhXVUbAgTJNpaaumfO8cEzMQ6iq2a4139arHt1+HaO5qxM4ky+Qo+CO8388QRw0rNM4PZyHWiTw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250130.1_1738285334570_0.5329247302657958","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250131.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250131.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3f4c9de837e32f1bb09f41de344d860b605ab99","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250131.1.tgz","fileCount":24,"integrity":"sha512-xlUeDs4owtuILyUFuOoF94ST4d//dNO4kS3yw8HSu+4ayYFnrEKa8TIH3sksJ+TeKuvyKjW9q4k5r/YyK4qluA==","signatures":[{"sig":"MEUCIE88qFOqZRr8GboJ85Z2i4X/KaClnuxRWt+f3SKxTsisAiEA0ysmfAA+C4F7iNqjfV+evCF0Osjxt5LLWFd3+sMtYPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35455},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\efce263e-980f-46d5-b5c7-c3a657688ae0\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\efce263e-980f-46d5-b5c7-c3a657688ae0\\azure-identity-vscode-1.0.1-alpha.20250131.1.tgz","_integrity":"sha512-xlUeDs4owtuILyUFuOoF94ST4d//dNO4kS3yw8HSu+4ayYFnrEKa8TIH3sksJ+TeKuvyKjW9q4k5r/YyK4qluA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250131.1_1738371824934_0.2811249727043499","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250203.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250203.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8935060cdebe0b0eaabebde19d8dd8638893aa3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250203.1.tgz","fileCount":24,"integrity":"sha512-U7XAJIl9JqmbI60t7CoRHJCLRQ4sdk2oCkPIcQtjS+HxfREYPiTClooJN9yoCID/Yl3bLhzbEKBscAQKt4OE7w==","signatures":[{"sig":"MEQCIAgQzlLYPM1wltM7Oi5DtLIazEgUqBkIDeqhc6EDBSw4AiANei8TlKTuhIOHzM9cIgvuUNTw7hF9Eh1aYeijX3yxXw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35453},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\73db062c-9b9b-4d88-b2a8-7dff3845c967\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\73db062c-9b9b-4d88-b2a8-7dff3845c967\\azure-identity-vscode-1.0.1-alpha.20250203.1.tgz","_integrity":"sha512-U7XAJIl9JqmbI60t7CoRHJCLRQ4sdk2oCkPIcQtjS+HxfREYPiTClooJN9yoCID/Yl3bLhzbEKBscAQKt4OE7w==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250203.1_1738630878418_0.911127962899646","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250204.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250204.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3f415bb0a268d2c23b8a7178f086ce987cec869","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250204.2.tgz","fileCount":24,"integrity":"sha512-WB/uUfh+JBZuMD2GvrocNqlAw13payVpOS6mpt+F5I5ydlDWPpKI8W0PWP5m3tZDa2kkmTwSePYJqNxHD1CCBQ==","signatures":[{"sig":"MEYCIQCZjQyOMxAg9cAO+yS2uDhXCzyyrUpU0fZAO/01R6IBLAIhAIK6tb0JtSmYfHSeZke2h2znkq3VmDWFJPhwsS+dKnOG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35453},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95af23e3-f5e6-464d-9884-6563be8dbd87\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95af23e3-f5e6-464d-9884-6563be8dbd87\\azure-identity-vscode-1.0.1-alpha.20250204.2.tgz","_integrity":"sha512-WB/uUfh+JBZuMD2GvrocNqlAw13payVpOS6mpt+F5I5ydlDWPpKI8W0PWP5m3tZDa2kkmTwSePYJqNxHD1CCBQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250204.2_1738717647301_0.44798710209561543","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250205.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250205.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5dc6dd30ff204008b394a71f1359c77e1e52fbf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250205.2.tgz","fileCount":24,"integrity":"sha512-iBRVQE9XEOWm5Vp4mgQepIbigwJsnSG9FCaKAghVMnQLc9Vs7tWpfbB2zIsJIR693uvB9WOtpELgtHnRHBssog==","signatures":[{"sig":"MEYCIQDL8EC8uuL257XpoX1gKQgGLJkNGTEjb7o+FPgaMHRsPAIhAPzcqOEOAmMpXcmhW5Hey+F/oPBOAQht7cWI12svK4Vz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35453},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\52a34ebd-6c6a-4880-abd4-6076f4861c24\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\52a34ebd-6c6a-4880-abd4-6076f4861c24\\azure-identity-vscode-1.0.1-alpha.20250205.2.tgz","_integrity":"sha512-iBRVQE9XEOWm5Vp4mgQepIbigwJsnSG9FCaKAghVMnQLc9Vs7tWpfbB2zIsJIR693uvB9WOtpELgtHnRHBssog==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250205.2_1738803941173_0.4847437109700965","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250206.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250206.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1102680543894d9c1335f2b94fe0f17cb3753db4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250206.1.tgz","fileCount":24,"integrity":"sha512-658/Z7Rykv1B02PeH2DLnYGaSvXwjK4TuyDDBd/HJfUiCACjnAbvg0S133nRjRUXSHltZMU6sUq0wa8ZZXXNSw==","signatures":[{"sig":"MEYCIQCcGr+2Q7MN1tOzM2xNAoMHZvcwHLYIss++ds8xMCnBTAIhAJ5i1YjSMbfjpXmq01enwSBoVOgqwcEXXPQoxvQq0xSt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f89eb63-8a87-4013-87fa-f2505c8d37cb\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f89eb63-8a87-4013-87fa-f2505c8d37cb\\azure-identity-vscode-1.0.1-alpha.20250206.1.tgz","_integrity":"sha512-658/Z7Rykv1B02PeH2DLnYGaSvXwjK4TuyDDBd/HJfUiCACjnAbvg0S133nRjRUXSHltZMU6sUq0wa8ZZXXNSw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250206.1_1738890207524_0.10625609605200603","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250207.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250207.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b62c3d4303e8a8cf955d1e593b09de18575b4423","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250207.3.tgz","fileCount":24,"integrity":"sha512-XllN1/oj2QWOQT6k7tmMob2dXbs4/uLk9z1zyxRLblbTgrUmcirWyOtaMKT9fzzb4h60gLLC8YQerdfLaJBXCQ==","signatures":[{"sig":"MEUCIAZ07Z4FGkSF0E6m3f7PBW2YGGBooJwabJBgtlJibNtZAiEA4aAdGHSA8uUKUblzyMdjie3Ks2FJYOtSqNDKWDhcQzU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\24981ba7-ff5e-4868-bb07-cdbe4f2dc07d\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\24981ba7-ff5e-4868-bb07-cdbe4f2dc07d\\azure-identity-vscode-1.0.1-alpha.20250207.3.tgz","_integrity":"sha512-XllN1/oj2QWOQT6k7tmMob2dXbs4/uLk9z1zyxRLblbTgrUmcirWyOtaMKT9fzzb4h60gLLC8YQerdfLaJBXCQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250207.3_1738976607728_0.6972088643275038","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250210.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250210.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b16c4c4900a0e0b876cb6d49584999024001b49","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250210.1.tgz","fileCount":24,"integrity":"sha512-wzqnZarS2WuHXju++2CYkwBUbnmhePQqOgYR9/JQZkylEyVylb8sJVKGVJZojlz6sPGeE+oNU22qMVYce5G//g==","signatures":[{"sig":"MEUCIHeZT1V40Hv/LuzaJqAL9ps+TiMH/56AqPqvWGXoOOsjAiEAqPwFfvvafXpxZThj3QHy8hibcs7FX9qBZXEMCEWEKUc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\edc7801c-20ee-40eb-bfb9-459322cd455e\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\edc7801c-20ee-40eb-bfb9-459322cd455e\\azure-identity-vscode-1.0.1-alpha.20250210.1.tgz","_integrity":"sha512-wzqnZarS2WuHXju++2CYkwBUbnmhePQqOgYR9/JQZkylEyVylb8sJVKGVJZojlz6sPGeE+oNU22qMVYce5G//g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250210.1_1739236641272_0.009867520103507887","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250211.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250211.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0405bf27a66647651c3a4060776d91e6a4931bdd","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250211.1.tgz","fileCount":24,"integrity":"sha512-fQyVCPSvGWX8KlAk2oX7hzwPmzuJEn/JfoC2CBlfnDX2cZ41C68UwBtn3LMx0CRCa1eo9JJW2xTounmIS+9Wcw==","signatures":[{"sig":"MEYCIQCzzdjSfmWiQafj+/gCGKqqc1nNpHfLbjnkrzvWboJepAIhANfR6cfXxBQbk+HCa7ZEp6Bizecl38b8EmY+SHD6etMT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2bd01fe-172f-4c8c-b0d1-1143d9066a62\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2bd01fe-172f-4c8c-b0d1-1143d9066a62\\azure-identity-vscode-1.0.1-alpha.20250211.1.tgz","_integrity":"sha512-fQyVCPSvGWX8KlAk2oX7hzwPmzuJEn/JfoC2CBlfnDX2cZ41C68UwBtn3LMx0CRCa1eo9JJW2xTounmIS+9Wcw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250211.1_1739322241531_0.3684394042464292","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250212.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250212.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a46348bc29a1473e00a571e4d2a53808dd60a7f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250212.1.tgz","fileCount":24,"integrity":"sha512-NRYSm1cgLzdDTxQh/3Okhe67ryi8qG2T7zGacbPPs/SNuiM7q0+JHBJU4aG8vKLuxJrr2r7ccBwA7W4Ne6/AuA==","signatures":[{"sig":"MEUCID7yr85SQxI0rDMcoUTymdgSHI6IxAev/bxvlJOJph+LAiEA5v2s71hAJPy+o8crtz+b3TN/zIW+iuvolaCL2ae+K8I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\46bb77dd-4fa4-4fc6-9a47-4ff6884841fc\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\46bb77dd-4fa4-4fc6-9a47-4ff6884841fc\\azure-identity-vscode-1.0.1-alpha.20250212.1.tgz","_integrity":"sha512-NRYSm1cgLzdDTxQh/3Okhe67ryi8qG2T7zGacbPPs/SNuiM7q0+JHBJU4aG8vKLuxJrr2r7ccBwA7W4Ne6/AuA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250212.1_1739408699856_0.39265565104820377","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250213.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250213.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3eceb1f180d18f99df7e566268a8cbff20e0daa","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250213.1.tgz","fileCount":24,"integrity":"sha512-BPiyzifAmI7WU3QVLbure5q+RZ1qR6Ws0aD5X6JWK4+0ly1NLkfLLz7I7ChDr2N55aKfVNEnq7J+ERuQGFYUpA==","signatures":[{"sig":"MEUCIQDocXE7vFt2qLc2zYhH28c73VS/VuUiyFbANWda4MyhsAIgAjZCpEdUSPmfBwb2K8rACW7AUJTgqv7TL0hlbZxgerU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93afff2d-ebf9-48ad-9ee6-4dc20530e4e5\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93afff2d-ebf9-48ad-9ee6-4dc20530e4e5\\azure-identity-vscode-1.0.1-alpha.20250213.1.tgz","_integrity":"sha512-BPiyzifAmI7WU3QVLbure5q+RZ1qR6Ws0aD5X6JWK4+0ly1NLkfLLz7I7ChDr2N55aKfVNEnq7J+ERuQGFYUpA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250213.1_1739495603737_0.7309198603549949","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250218.5":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250218.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9976db84c21bddb4e5628fe925d84807a1b270f3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250218.5.tgz","fileCount":24,"integrity":"sha512-GQarw78kLl2H0C7XcmDa/c1KL+91oPxpQ0dHgujAUPwTCqpg40SMbNabbe4oM0FB9Ia9RLGoLZuWc19s/k5a2Q==","signatures":[{"sig":"MEQCICQhbxe4mH18jDVJBqWrZWxHpP5bLjgxAlXkXA3s3vIIAiBuxRH6pPRMhpXCn6uQPjWMew45pYfLXxg5QiGjPAV4kA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\515aa3b5-a038-419d-a0e2-4585606a94a7\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\515aa3b5-a038-419d-a0e2-4585606a94a7\\azure-identity-vscode-1.0.1-alpha.20250218.5.tgz","_integrity":"sha512-GQarw78kLl2H0C7XcmDa/c1KL+91oPxpQ0dHgujAUPwTCqpg40SMbNabbe4oM0FB9Ia9RLGoLZuWc19s/k5a2Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250218.5_1739927141408_0.6311761045255029","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250219.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250219.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d31d1ffe1885942cd3957fe98f5043e78f352363","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250219.1.tgz","fileCount":24,"integrity":"sha512-9AfTf8NklSC9GHVtlpIMhlmteMFYqXYeqmZCblOZWk6KKl+Jkln+746634EzuhA761PmsXrh2DaoMl3Ko8uWtQ==","signatures":[{"sig":"MEQCIF3FtKVwd/O+TwOZ3kFoAxk9Ir4cEjCgWfoodFc6wlsnAiBv0i6oMdcacnctTFyubcl5aCzYzD4O5WH27q76KNhXOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f078a8d-bf49-4bb8-995b-d0790e3da743\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f078a8d-bf49-4bb8-995b-d0790e3da743\\azure-identity-vscode-1.0.1-alpha.20250219.1.tgz","_integrity":"sha512-9AfTf8NklSC9GHVtlpIMhlmteMFYqXYeqmZCblOZWk6KKl+Jkln+746634EzuhA761PmsXrh2DaoMl3Ko8uWtQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250219.1_1740013593407_0.5247957864426078","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250221.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250221.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bac3ef7316ceb194e2360689475f59eb482adae8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250221.2.tgz","fileCount":24,"integrity":"sha512-F6fR+xcmYzp6YkdASP9C+x5985Xr5xx4mGqB51LYY+/PLviWzx6PAI1CKhZ3DHtb/jHDpwBO+p2QJULvMYXoBA==","signatures":[{"sig":"MEUCIQCbQZBoD395SS0WJqmiOKu1gkW7Scp8aq79cHy2evXhVQIgayvPrFsAAlHmKh32wpifLv0t1ac+ZUkV8FDUC1lBK6E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afad9794-9205-4949-aad3-369893b34ba8\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afad9794-9205-4949-aad3-369893b34ba8\\azure-identity-vscode-1.0.1-alpha.20250221.2.tgz","_integrity":"sha512-F6fR+xcmYzp6YkdASP9C+x5985Xr5xx4mGqB51LYY+/PLviWzx6PAI1CKhZ3DHtb/jHDpwBO+p2QJULvMYXoBA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250221.2_1740186320021_0.9408650840340791","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250224.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250224.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b35ac763b4df10cf160917c8580fa5c6bec5696","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250224.1.tgz","fileCount":24,"integrity":"sha512-qsgZ15W6bkVJDzVzUeKpDxfHs3y/18Y8F+HdsMKbZsJYFm1kSK3LmC5avNT5jTgsCo+ZBbirz7BxtSUaPBmqbQ==","signatures":[{"sig":"MEQCIFnD5ka72Jpvupt4iR1BuEU31aktySN0O7xspLmk67aPAiA931FZbZ+tWQ8Eie/FyddRfmYJSLXJv6ZZE6nBwEO/wA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\297b9ca1-0dea-416c-a46f-fe1c1e48ccf1\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\297b9ca1-0dea-416c-a46f-fe1c1e48ccf1\\azure-identity-vscode-1.0.1-alpha.20250224.1.tgz","_integrity":"sha512-qsgZ15W6bkVJDzVzUeKpDxfHs3y/18Y8F+HdsMKbZsJYFm1kSK3LmC5avNT5jTgsCo+ZBbirz7BxtSUaPBmqbQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250224.1_1740445523264_0.8235537908414767","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250225.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250225.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f207e8e38dfcbdf814bd5073c7bcd41b198967d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250225.2.tgz","fileCount":24,"integrity":"sha512-sfPM9MCmEGOcQ/PxReJtmLqCmerHrfHmDjZ7b9HgERXqQluejVFRn2Odrn7aQ9SZvQ3qbqL25f9KeUPCGRIQZQ==","signatures":[{"sig":"MEUCIQD2H2/sTe5jlni0Fap90RM6mT1R8YXTBqo0Er8q/a7mpQIgRmNEf3nbxfJTL3RXJDAAQiE0oUbYMhfh/vXmP2byfdo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\04062d55-449a-4a5b-b7cb-b5881b75e343\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\04062d55-449a-4a5b-b7cb-b5881b75e343\\azure-identity-vscode-1.0.1-alpha.20250225.2.tgz","_integrity":"sha512-sfPM9MCmEGOcQ/PxReJtmLqCmerHrfHmDjZ7b9HgERXqQluejVFRn2Odrn7aQ9SZvQ3qbqL25f9KeUPCGRIQZQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250225.2_1740531887159_0.1094729857531993","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250226.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250226.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7486393db0b97f6895ace6c19307422ae420e61a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250226.1.tgz","fileCount":24,"integrity":"sha512-lzasOB08+7Cu3sQYdEmbqkBq1HbZ2B07uGEL6VxGQ+q6FqRoFFKmOZ3E3MD8+AN2vMIcnkpS5BOfVQJxG9S5TA==","signatures":[{"sig":"MEQCIGSexZV7ZK46wmltgWyJtRK9d+4reHi+HitezGshLfdtAiAF944zjt7DkXyEHJTnCECSjw92HVbbUAYGee1Fz6hRnQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\955b9e69-9b0c-4101-b774-293ea9787671\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\955b9e69-9b0c-4101-b774-293ea9787671\\azure-identity-vscode-1.0.1-alpha.20250226.1.tgz","_integrity":"sha512-lzasOB08+7Cu3sQYdEmbqkBq1HbZ2B07uGEL6VxGQ+q6FqRoFFKmOZ3E3MD8+AN2vMIcnkpS5BOfVQJxG9S5TA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250226.1_1740618106818_0.5708222681263337","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250227.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250227.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"869db3fd9755258c19d80cf6e52e37fb2d9a60ab","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250227.1.tgz","fileCount":24,"integrity":"sha512-li4cL9X7X9zAe4vkwQp4OrAqjY5sTWu45nngjdy5neC1Bt8oLT8yg7kVR7Hk7nffEdfjk+cKvYvi0mcRJv6lvA==","signatures":[{"sig":"MEUCIQCpq5UGQp2MPebeF6ckAPSv3xwqsh4pOHn2nLYzDb2DfgIgF9ixBAuhO46ZZhMHRFlU/w8Xamak4whulka3+rpurp4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f6938d5d-9425-476e-bdbd-4f2d9d0f98df\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f6938d5d-9425-476e-bdbd-4f2d9d0f98df\\azure-identity-vscode-1.0.1-alpha.20250227.1.tgz","_integrity":"sha512-li4cL9X7X9zAe4vkwQp4OrAqjY5sTWu45nngjdy5neC1Bt8oLT8yg7kVR7Hk7nffEdfjk+cKvYvi0mcRJv6lvA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250227.1_1740705229417_0.5976164418643006","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250228.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250228.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"11dd81282c9b6edece14d93d840da047d56cf9bf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250228.2.tgz","fileCount":24,"integrity":"sha512-gT6uxCc0YS2k0JUSRNvZU6WiTMpWi7xUSRxp1C/6XyYmDufC0FPIH0OK0cM95LoPVu2LZYC1UN5J97LJBLa6nw==","signatures":[{"sig":"MEQCIDja0020NjjZVgLtK9SPsTGSpFzWR25nFZd2M2CdxhPxAiB7V/gcy77viQOVDCoMilZVo6JexYJO41rW5wdOeUdY5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35314},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f02859b7-4c90-4f65-80de-679cc5fc4967\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f02859b7-4c90-4f65-80de-679cc5fc4967\\azure-identity-vscode-1.0.1-alpha.20250228.2.tgz","_integrity":"sha512-gT6uxCc0YS2k0JUSRNvZU6WiTMpWi7xUSRxp1C/6XyYmDufC0FPIH0OK0cM95LoPVu2LZYC1UN5J97LJBLa6nw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250228.2_1740790927576_0.38816017224958754","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250303.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250303.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1298495aceb6d5afffc50106c9207326a546e634","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250303.2.tgz","fileCount":24,"integrity":"sha512-qPpj9qhM9lIvqAEmoO8MkrCQLrcwSCstiMq76gEgt6CAv+i1KXkcJJL8s/6eu0bpP7PfaItHWIIWsX9JTdXZuA==","signatures":[{"sig":"MEQCIA61yFWYgkfFQRqBBOWoVr5jyEq1A0b9NWi6fWY8RzBbAiBc0tXUL/g3kA+qVcLR+EX1DyKXWtH60zHdcOEtvVGXyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa826622-d77a-4bd4-b92e-04c752de251f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa826622-d77a-4bd4-b92e-04c752de251f\\azure-identity-vscode-1.0.1-alpha.20250303.2.tgz","_integrity":"sha512-qPpj9qhM9lIvqAEmoO8MkrCQLrcwSCstiMq76gEgt6CAv+i1KXkcJJL8s/6eu0bpP7PfaItHWIIWsX9JTdXZuA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250303.2_1741050452634_0.6300990622585378","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250304.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250304.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2251105bc591760345dc85bb312623fe1c6b183f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250304.1.tgz","fileCount":24,"integrity":"sha512-Pmu8IMKriBkBRZ83LF85HGKIdBDawJiFJw5w7DhY8f+6I7CLZipLv7OuDLo/vu2GsZ5F1lYkUzXgCcWPOKvOXw==","signatures":[{"sig":"MEUCIHgF73WjIghIWBzlkgEGNATu3oa2J1fA4TKYY4t1SoFgAiEA1D5e09EJpIhE+GFvHHGzyrq7plwyVUCaFBmU/dE3HMc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16a22e8e-4d31-46e3-99a0-7b783cde841f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16a22e8e-4d31-46e3-99a0-7b783cde841f\\azure-identity-vscode-1.0.1-alpha.20250304.1.tgz","_integrity":"sha512-Pmu8IMKriBkBRZ83LF85HGKIdBDawJiFJw5w7DhY8f+6I7CLZipLv7OuDLo/vu2GsZ5F1lYkUzXgCcWPOKvOXw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250304.1_1741136719312_0.8661453164933177","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250305.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250305.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1568336466938fa84ee17e67590894261809fafd","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250305.1.tgz","fileCount":24,"integrity":"sha512-c1PmqleIpYUFLHICUNeNR1N+mCe0chUwuyvKQdRzLA8n+9aEW95I+cP413NBxNLgTstHkUkfsVhVx9hpcgYXAQ==","signatures":[{"sig":"MEUCIQDViF3uekPm7s8xYojdSfYyT9cCZuUPzGx/qzHq3WQQ+QIgdi8q3+bHBacQ1WzAuXZq7I0wtNnO/ccr1Z9CBWzjwmM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dd312551-5fa3-4dc0-8f05-bbe8fa4e3a96\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dd312551-5fa3-4dc0-8f05-bbe8fa4e3a96\\azure-identity-vscode-1.0.1-alpha.20250305.1.tgz","_integrity":"sha512-c1PmqleIpYUFLHICUNeNR1N+mCe0chUwuyvKQdRzLA8n+9aEW95I+cP413NBxNLgTstHkUkfsVhVx9hpcgYXAQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250305.1_1741223296061_0.3940791257012912","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250306.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250306.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22e2a5364a837293ad01b3f8e9c2edfa9a8352aa","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250306.2.tgz","fileCount":24,"integrity":"sha512-IxSY0Pl2G4itAluGyuaH+lgzMIRdz5bhLrXKsQ0XpaANbE00H6rgAO3rDGE9X4D6E+pM8Au+WgzIfICPI2Ckqg==","signatures":[{"sig":"MEYCIQDFwXeJbAJQtT9+AxpNWWgYpL7oyldiY6z+l4vwpiua4gIhALJjMo/N2PAqgeCuUjdNkTK6NwzBFr0DNDpkT1YpVg8o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ed2c044-4dbb-4fab-9d77-d40fd772b22f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ed2c044-4dbb-4fab-9d77-d40fd772b22f\\azure-identity-vscode-1.0.1-alpha.20250306.2.tgz","_integrity":"sha512-IxSY0Pl2G4itAluGyuaH+lgzMIRdz5bhLrXKsQ0XpaANbE00H6rgAO3rDGE9X4D6E+pM8Au+WgzIfICPI2Ckqg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250306.2_1741309429206_0.33758916015050877","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250307.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250307.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e3f74f3dbc920e9b5c252b6b96e4867c5c1b165","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250307.2.tgz","fileCount":24,"integrity":"sha512-+bOXpctg/3O08D6+zmy7IpJo/GgahxVQaQsph+efuMpO+cETOorCtJFUtUU4/QVcnrR3VxD8TxhNz9Xht9MWAw==","signatures":[{"sig":"MEUCIQChEqv4XbJd8Y0R/KZ7l9n9Em4dC3zCwfC0/wv13KFvGAIgDJWWSgxA9QOJBnae5q7Z+WBPamGEM4Kw8lr2gzfavF0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94a02097-2a31-4410-a25a-3ca6cd3cf9e8\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94a02097-2a31-4410-a25a-3ca6cd3cf9e8\\azure-identity-vscode-1.0.1-alpha.20250307.2.tgz","_integrity":"sha512-+bOXpctg/3O08D6+zmy7IpJo/GgahxVQaQsph+efuMpO+cETOorCtJFUtUU4/QVcnrR3VxD8TxhNz9Xht9MWAw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250307.2_1741395645830_0.5001729092404557","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250310.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250310.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bdb7df17b9c047be67dc288be9ce5e80d81049b9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250310.4.tgz","fileCount":24,"integrity":"sha512-Rbh2HfhrmNGgiinNOUUh/SVfIXV10pMkyW1NzFSAkxLKy46taPeqwyvcWKPBBqiLOAjHBDY2lwwv/uIQTtL1UA==","signatures":[{"sig":"MEUCIBrzi7Qch/ysWsyJtKNbwEaVWKf05fOWMnb32X5w21V5AiEArO1cobQp3GnWGbZc20tK6OUhYVvPc4XHZGlBQkYws2U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\21478708-ed59-44aa-a6b6-ecbb3bfebbf9\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\21478708-ed59-44aa-a6b6-ecbb3bfebbf9\\azure-identity-vscode-1.0.1-alpha.20250310.4.tgz","_integrity":"sha512-Rbh2HfhrmNGgiinNOUUh/SVfIXV10pMkyW1NzFSAkxLKy46taPeqwyvcWKPBBqiLOAjHBDY2lwwv/uIQTtL1UA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250310.4_1741651628906_0.8342941186416533","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250311.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250311.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be272ba64861985ba26de22097f03f08ddd423b7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250311.3.tgz","fileCount":24,"integrity":"sha512-pzk75Bk1mTUic4KRtx6rzyLgNWvzTe6RIQEtYirmqCsEJ7wVs+QpEonxL9QwM/PwLNZ9TsR2Ej5Ta5qh5AwTEw==","signatures":[{"sig":"MEYCIQCNOrdwfHcX2Xj3PdI2Ks1Uqfamm4ZK4pXyS9wC+V6CLAIhAIrITXSUsYj/9SAscY4UI82X5ZjRJZsQbaqeJxsSSfYz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ec88ab73-6163-41a7-aa1d-16dd431fa44f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ec88ab73-6163-41a7-aa1d-16dd431fa44f\\azure-identity-vscode-1.0.1-alpha.20250311.3.tgz","_integrity":"sha512-pzk75Bk1mTUic4KRtx6rzyLgNWvzTe6RIQEtYirmqCsEJ7wVs+QpEonxL9QwM/PwLNZ9TsR2Ej5Ta5qh5AwTEw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250311.3_1741737612183_0.8937667313207878","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250313.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250313.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"11da34c558f1e535cd8816f3858608decffea527","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250313.1.tgz","fileCount":24,"integrity":"sha512-XKwRDe+k2aa/Wfep1KhSh2bHQJPivhSZHSL88igKyx8gCXrKElhGxHIzqhozs0m61ZwvDOhmVRbxA46j6YIGEg==","signatures":[{"sig":"MEUCIQCiZFf3pfqyQK3PasNhNZrpO30SUsDTBzd/v5ZyO0mKrQIgFZcMzf4QRXudwXdj3popBdFR44lXFo0uGXtNA9aIARM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\759d055e-f5bb-44b4-bfc1-e01c191687c4\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\759d055e-f5bb-44b4-bfc1-e01c191687c4\\azure-identity-vscode-1.0.1-alpha.20250313.1.tgz","_integrity":"sha512-XKwRDe+k2aa/Wfep1KhSh2bHQJPivhSZHSL88igKyx8gCXrKElhGxHIzqhozs0m61ZwvDOhmVRbxA46j6YIGEg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250313.1_1741910290918_0.2613656099494699","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250314.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250314.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db2d1eba812a96f0f4e33eae6b09983ec0925eef","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250314.1.tgz","fileCount":24,"integrity":"sha512-w97xLDMvLtjn2NLSPWWDIg3ROtiFEfAzVmsZ2BUySpf6qCSbjDjGJQlGi5mYSRBQHdV8nO8uZauTHJkp+YWXUQ==","signatures":[{"sig":"MEYCIQDUnLQpnAZxB6O1ZqmEAcmaYZiYuDcshk6nKxMXFQiBewIhANoYmScdDg5xtc+BLlwyxxHNKO/sl4Q2krUPTig9GXXE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6ea69d0-4fb6-4636-a559-963cf0d7e8ba\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6ea69d0-4fb6-4636-a559-963cf0d7e8ba\\azure-identity-vscode-1.0.1-alpha.20250314.1.tgz","_integrity":"sha512-w97xLDMvLtjn2NLSPWWDIg3ROtiFEfAzVmsZ2BUySpf6qCSbjDjGJQlGi5mYSRBQHdV8nO8uZauTHJkp+YWXUQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^3.0.6","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250314.1_1741998195619_0.7283618635513092","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250317.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250317.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66bef5873b373660980679484e3148b0dbdd91d3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250317.1.tgz","fileCount":24,"integrity":"sha512-cIHdphf786GvSwO0yKti+vPDK9U/PRjHWJOwrisf6XM9KZm6yL3Kpgxt0cHmA186jm8qt1YnOC9PkkQQfH7weA==","signatures":[{"sig":"MEQCIEOFlB+7HKfy52XTzXsZdHQVZSMmfvAnvMhrST6uPcdzAiBuPmiWtFR4bPyZ3/iBQqZL1KaVdf4BQev63udJ7EMp5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6b56096-a98e-48c2-a417-1354f77188e7\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6b56096-a98e-48c2-a417-1354f77188e7\\azure-identity-vscode-1.0.1-alpha.20250317.1.tgz","_integrity":"sha512-cIHdphf786GvSwO0yKti+vPDK9U/PRjHWJOwrisf6XM9KZm6yL3Kpgxt0cHmA186jm8qt1YnOC9PkkQQfH7weA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250317.1_1742255770047_0.7964854624507485","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250318.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250318.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aab571de2caac1c7ef8749b6302eed8ef254dd84","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250318.1.tgz","fileCount":24,"integrity":"sha512-tkbboHBkwXo9jcChG8BWPLXct10X/IQh+m9m6v6bryNSuUz/yCsFaXr/jLa+Do9owKaqWntILz4771nMoXTsZg==","signatures":[{"sig":"MEYCIQChJkXK3sGmyYJkDJktcv+98VRZMHK21rQzYIgt9hsLNgIhAKXm+4GD6ku1sbAqg4qpvCdi/R+bRpCX7IVjVaLKmYNS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3449b617-6430-4d6a-972f-a84f29227944\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3449b617-6430-4d6a-972f-a84f29227944\\azure-identity-vscode-1.0.1-alpha.20250318.1.tgz","_integrity":"sha512-tkbboHBkwXo9jcChG8BWPLXct10X/IQh+m9m6v6bryNSuUz/yCsFaXr/jLa+Do9owKaqWntILz4771nMoXTsZg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250318.1_1742342099996_0.8532438312137172","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250319.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250319.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b3b103b6c0897aebb328db91ee240b78e29aece","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250319.1.tgz","fileCount":24,"integrity":"sha512-j4QAvZZS765uFgeiD69nNf00RRE/BuefrikyFoz1zqupRqQOmvEhhhzr+snN1PzouLD+03mn3/2lpog96upAoA==","signatures":[{"sig":"MEQCIEdjnlZqt5j5qRkf8qOSt/Q4A1gyR2FbJfiT5Fx3YClKAiBwGeMO9kqWglBoEZlg5wLL3oidCCkqHaCryPKTIZyLig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e12e71b9-7842-414d-9b8c-9b8a6df3be39\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e12e71b9-7842-414d-9b8c-9b8a6df3be39\\azure-identity-vscode-1.0.1-alpha.20250319.1.tgz","_integrity":"sha512-j4QAvZZS765uFgeiD69nNf00RRE/BuefrikyFoz1zqupRqQOmvEhhhzr+snN1PzouLD+03mn3/2lpog96upAoA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250319.1_1742428446073_0.8545021755853159","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250320.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250320.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"908638dfa8e541aa6c64a3a1b8fb7028691dc7f9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250320.1.tgz","fileCount":24,"integrity":"sha512-fM8Ba3IhbsCxIh1CE5ko7r+ZfLvbuCrkT0SnimgCI7/yMD5WZmJ+Mtp12l1zhtxpI2FIpd1M/J/S7iAAcmwJug==","signatures":[{"sig":"MEUCIQCNEoLrLQnULKpqH6CIIwMHCKvlyOdRs6phCBB1xThNQwIgBxTGCAXcyQSsM/P61rjelULkvlvrcjMX4ibqNA/fijY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2a6cfc6-1ce0-4b0c-8063-34f15c1101db\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2a6cfc6-1ce0-4b0c-8063-34f15c1101db\\azure-identity-vscode-1.0.1-alpha.20250320.1.tgz","_integrity":"sha512-fM8Ba3IhbsCxIh1CE5ko7r+ZfLvbuCrkT0SnimgCI7/yMD5WZmJ+Mtp12l1zhtxpI2FIpd1M/J/S7iAAcmwJug==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250320.1_1742515074887_0.7478402161863136","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250321.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250321.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"009d5e5f9451b69ca05a643435b004f7e74ce7d1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250321.1.tgz","fileCount":24,"integrity":"sha512-6q52xyKluwhOhEz9AEWsD0IFEslJwoAcnKSJ35afjCL/2uZxXBWeMEzSXXJv6TD7WMJG4bzT6dWBICm/FxxGGQ==","signatures":[{"sig":"MEUCIQCGYkHFI91U9ppNK9CuIO/QWraSVGn7yVU25JiWmuc0sAIgdEx9/fw+m9ekkjhzd1Pm5kO+rnBOnUwfA++qikxeFEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\33c4a84b-a156-4781-977a-2859ffd1278d\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\33c4a84b-a156-4781-977a-2859ffd1278d\\azure-identity-vscode-1.0.1-alpha.20250321.1.tgz","_integrity":"sha512-6q52xyKluwhOhEz9AEWsD0IFEslJwoAcnKSJ35afjCL/2uZxXBWeMEzSXXJv6TD7WMJG4bzT6dWBICm/FxxGGQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250321.1_1742601546991_0.5394867272494699","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250324.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250324.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"719a2d87d941dfb89fc51a2239ac20ea7c36b1ed","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250324.2.tgz","fileCount":24,"integrity":"sha512-mjnJzT509z1pQfITKU4pC4f0peyvZ8I1R5uWyMGll7RyQr0gKSGVcLvmFAGEVG65DecRkCkBz8ht+g7k1Is75g==","signatures":[{"sig":"MEYCIQC3+Y+nGG6E9uPVe/3AEUPejja/wgUsqpKXdN+6BZVSiQIhAL3cAeHr/blfahlYB8EIU6ZN48HSSoZht46eRyVZioBV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f872fd80-c989-4de5-9bae-35e99835aebc\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f872fd80-c989-4de5-9bae-35e99835aebc\\azure-identity-vscode-1.0.1-alpha.20250324.2.tgz","_integrity":"sha512-mjnJzT509z1pQfITKU4pC4f0peyvZ8I1R5uWyMGll7RyQr0gKSGVcLvmFAGEVG65DecRkCkBz8ht+g7k1Is75g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250324.2_1742860627461_0.450569795201305","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250325.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250325.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c19c6927d965d989eba970ca07661f50280ad5ff","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250325.1.tgz","fileCount":24,"integrity":"sha512-/9dE0lUUABKJS/OTqn8rUgJrrjKtB0zl8m4l8k+OgGJeqqlr+q9c77m6MpfY99ekuHBqnzqrxCempjzarRViVA==","signatures":[{"sig":"MEUCIELRWtQ9EwZ9+V4xhJGzBmQ2QuDwKtmTomU/FVtIsl+9AiEA6OY7R09yHvi5QHBAGssuhl3iri7wt4v7dSiK3luWQwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\930f274f-2461-4994-bd25-9b2075c010c4\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\930f274f-2461-4994-bd25-9b2075c010c4\\azure-identity-vscode-1.0.1-alpha.20250325.1.tgz","_integrity":"sha512-/9dE0lUUABKJS/OTqn8rUgJrrjKtB0zl8m4l8k+OgGJeqqlr+q9c77m6MpfY99ekuHBqnzqrxCempjzarRViVA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250325.1_1742946962892_0.45724820606433725","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250326.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250326.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"645519299956b31562d18f730f34e9f667beebac","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250326.1.tgz","fileCount":24,"integrity":"sha512-FoERr2jbi71LqGfdUFBz3KHqK08NUVeoSAJON/U13uXBam2anlzeFj/fvY004ppTRJHj9EAwlvHw47Lkp6pSAQ==","signatures":[{"sig":"MEYCIQCBgZYlBOsb8TTnOLSOLjlVHdVdw+fr1fEdGwGb7cNj6wIhAKnjVuMWH7V/YJQbYgBHzJG/DcUtFM/hlKaiB1NszDeo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\46cf7253-9aeb-4d60-96b6-b8f910c17860\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\46cf7253-9aeb-4d60-96b6-b8f910c17860\\azure-identity-vscode-1.0.1-alpha.20250326.1.tgz","_integrity":"sha512-FoERr2jbi71LqGfdUFBz3KHqK08NUVeoSAJON/U13uXBam2anlzeFj/fvY004ppTRJHj9EAwlvHw47Lkp6pSAQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250326.1_1743033321714_0.6144879696306373","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250327.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250327.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"361b2f8dbdd882af8113ed5e9fd4d3ea770a1787","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250327.1.tgz","fileCount":24,"integrity":"sha512-aXJL+UkKbwyxADCFLhJLyb1s7AO1FKhfb1UqhojOVE5Q4iNfwkIrSrVDgSE5dwFvszpZMFUrRVZ4tlPx/OMeBA==","signatures":[{"sig":"MEUCIEju0pfIeXmmKSv01idcX41vAABY+PbrXD9ITwnHKwr7AiEA8bVCBGBmqBbbc3YPF46EY8e0LSAB+SYMa52KghFNlSg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3269680b-ef5a-4005-8ba8-3dd49fe5903d\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3269680b-ef5a-4005-8ba8-3dd49fe5903d\\azure-identity-vscode-1.0.1-alpha.20250327.1.tgz","_integrity":"sha512-aXJL+UkKbwyxADCFLhJLyb1s7AO1FKhfb1UqhojOVE5Q4iNfwkIrSrVDgSE5dwFvszpZMFUrRVZ4tlPx/OMeBA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250327.1_1743119805995_0.23646733962096333","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250328.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250328.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db4282951cc8779535628da4f6fc282ec7cb9a4e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250328.1.tgz","fileCount":24,"integrity":"sha512-JCZYes6HeierYyTUKMMpeSgHUlwzv0wG70fHHl3no+9GmbXr2F8jgSVqinxajbDVOrkd5/K5XKFR+zZHJtQpRw==","signatures":[{"sig":"MEQCIFF1wcauYjX28jvfteI3OzlwAUwyQw0qqZuRD/YH9CuMAiBmF886pO/nntMK7KPhDMO/OwGkapeHjJxOdqHa28C5YA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37438},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e1f5bed-24fd-425c-8413-5e16bd877bf8\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e1f5bed-24fd-425c-8413-5e16bd877bf8\\azure-identity-vscode-1.0.1-alpha.20250328.1.tgz","_integrity":"sha512-JCZYes6HeierYyTUKMMpeSgHUlwzv0wG70fHHl3no+9GmbXr2F8jgSVqinxajbDVOrkd5/K5XKFR+zZHJtQpRw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250328.1_1743206085128_0.857355090007204","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250331.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250331.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8fb395d9c217170e1d4dca3bef870a40ed793f94","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250331.2.tgz","fileCount":24,"integrity":"sha512-2QCX5fFFLMi3tSZnWg+5i31XcCk4j0SNSqrYFWeUqNObEl+lCB4YgTi2gHA1Ieo4QtBtqkSI9Nv42NXxFjGnBQ==","signatures":[{"sig":"MEUCIQCV9P4dB+JbuAKVecrXaqMoaDY+MKaDfHhRCH0Yio7EVQIgXbA5YlNZfHTsOoUOZA+xIRsiyh10e5M6xvkCu2I8/4c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\648a6be6-00ff-4303-8cf1-6bb053b4c2cb\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\648a6be6-00ff-4303-8cf1-6bb053b4c2cb\\azure-identity-vscode-1.0.1-alpha.20250331.2.tgz","_integrity":"sha512-2QCX5fFFLMi3tSZnWg+5i31XcCk4j0SNSqrYFWeUqNObEl+lCB4YgTi2gHA1Ieo4QtBtqkSI9Nv42NXxFjGnBQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250331.2_1743465461828_0.03423937562088342","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250401.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250401.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c60a69b493789c44eabfe9b4cdfdd56e0181ac6","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250401.1.tgz","fileCount":24,"integrity":"sha512-d3Aud0RB8Eqnwa8BQladB5lqKVf94odkpH1G1VRSZXxBNWWUyUhX7VzYjQoZcoTZUqVf5DNBQx5t6XbdrbB4Kg==","signatures":[{"sig":"MEUCIF+oP2amrqTo/FOVqaylxSV6xRESMvjGek6uKV/+z40QAiEAs5dkQhDSHVDINLm24XaE7WxTNH35avQvzDmMNqW2rq8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2dcbd79c-d5e7-40ae-b008-6ef4e32f5134\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2dcbd79c-d5e7-40ae-b008-6ef4e32f5134\\azure-identity-vscode-1.0.1-alpha.20250401.1.tgz","_integrity":"sha512-d3Aud0RB8Eqnwa8BQladB5lqKVf94odkpH1G1VRSZXxBNWWUyUhX7VzYjQoZcoTZUqVf5DNBQx5t6XbdrbB4Kg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250401.1_1743551805818_0.6747233724505088","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250402.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250402.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e963a5f21b858c5fe27f5c0790c5345ab859294a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250402.1.tgz","fileCount":24,"integrity":"sha512-9dTpl2QMjsCZQ7L7bGZHMfvMY7jplqRkwtJ5STOf6QloC0cQ4gSfB9JvdpNgEIeFpiIuq/1hiRFsxiwyD4owvg==","signatures":[{"sig":"MEUCIQCCXyVoVXw0h8tc4eLPojksZiYaKDnlMdV/6jwX/A0fHAIgKsQ0AsW4UiSnyQCUbMiMGywkdfte2w0hOg3hb4yOPg8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1eb09dbd-2bc8-4dd0-978b-f003cc0838f9\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1eb09dbd-2bc8-4dd0-978b-f003cc0838f9\\azure-identity-vscode-1.0.1-alpha.20250402.1.tgz","_integrity":"sha512-9dTpl2QMjsCZQ7L7bGZHMfvMY7jplqRkwtJ5STOf6QloC0cQ4gSfB9JvdpNgEIeFpiIuq/1hiRFsxiwyD4owvg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250402.1_1743638297707_0.10976001201261765","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250403.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250403.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2863c7e0263c72b15e5225cbe96d583236b5411e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250403.1.tgz","fileCount":24,"integrity":"sha512-Fb90VFEUaj5AJkxwXq4d+ubLwFIs6ugviVgleb1NsaxF75qmyln+DYmYoHI9Ltu4iGJEv71IHkACQ8/3jOlb/Q==","signatures":[{"sig":"MEUCIQCm/sj+GR1ahuGjp2f4HgSMLN74KKrlsm3jXNIcOiQOHgIgGQYbP8Wfjm4+RuHlln7ln5fuMt2jH76xCkLFrsqg6Xs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\868751ee-828a-49eb-9f8b-b1c4beb7644c\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\868751ee-828a-49eb-9f8b-b1c4beb7644c\\azure-identity-vscode-1.0.1-alpha.20250403.1.tgz","_integrity":"sha512-Fb90VFEUaj5AJkxwXq4d+ubLwFIs6ugviVgleb1NsaxF75qmyln+DYmYoHI9Ltu4iGJEv71IHkACQ8/3jOlb/Q==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250403.1_1743724650908_0.4988513514705357","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250404.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250404.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6882f01eb9dd392b2baa4e0176e8c44df71d9aa3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250404.1.tgz","fileCount":24,"integrity":"sha512-U9WN+sm0qsK+via64/X1S9J0PFlqq4UBGa/gpb8TuQCdyjWr3MIpA6Sj2CGU7+vbyu/kFBhJTa2+ekezoGqgTQ==","signatures":[{"sig":"MEUCICW9oIGw9FHA1WwPnOON2T0rGaADEBVasVilqGWKldysAiEAmCSo743sR1/duc1+m9z4lwF4JBmwabcV7GMjOTn28aA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1608e754-1377-461f-9b62-7a643d5f7889\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1608e754-1377-461f-9b62-7a643d5f7889\\azure-identity-vscode-1.0.1-alpha.20250404.1.tgz","_integrity":"sha512-U9WN+sm0qsK+via64/X1S9J0PFlqq4UBGa/gpb8TuQCdyjWr3MIpA6Sj2CGU7+vbyu/kFBhJTa2+ekezoGqgTQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250404.1_1743810935311_0.5722674254727442","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250407.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250407.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed1765ef6f707a65f6b3727f5c90226d26340660","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250407.1.tgz","fileCount":24,"integrity":"sha512-p/f1HdzuevyqiuRvENFYjV5mT485wxzK26VYM9CmMhAkzk5pM5T0VhGlZ5Yfy26H8/V5up7y02+DNkrO05toLQ==","signatures":[{"sig":"MEUCIQDDw1WaytT7aTrLObc0+cRTK+eOWYe7QTSQL4fYsFxlCgIgZW9fISUQngBVDiLgTXsRZ79JQVHqwA+yRun80Aw3sKU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\389ed65a-2b4b-4c1f-acc8-0f555e49a5e8\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\389ed65a-2b4b-4c1f-acc8-0f555e49a5e8\\azure-identity-vscode-1.0.1-alpha.20250407.1.tgz","_integrity":"sha512-p/f1HdzuevyqiuRvENFYjV5mT485wxzK26VYM9CmMhAkzk5pM5T0VhGlZ5Yfy26H8/V5up7y02+DNkrO05toLQ==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250407.1_1744070188841_0.9066589986355036","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250408.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250408.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39766d081875fe8af2f3570d518881806e931e73","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250408.2.tgz","fileCount":24,"integrity":"sha512-TqXT5VXnTnY2iTDoT14TxzAJmFRWplkolyr2NucO9hmsMiKhgyIH2906pk8PeQBWsFASp1i+M9XFZ1bsUfQ9CA==","signatures":[{"sig":"MEYCIQDijlQUu5fhU5g7jD5caYVkSl+aKnGgCfxiB6SAvTHdzwIhANVDPHBDkdZgIY4vyv5sfbPiyRGyy+iV/tCdg9oh5LUv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9a7392ff-f0ae-41e5-b629-1abb673ee89f\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9a7392ff-f0ae-41e5-b629-1abb673ee89f\\azure-identity-vscode-1.0.1-alpha.20250408.2.tgz","_integrity":"sha512-TqXT5VXnTnY2iTDoT14TxzAJmFRWplkolyr2NucO9hmsMiKhgyIH2906pk8PeQBWsFASp1i+M9XFZ1bsUfQ9CA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250408.2_1744156776329_0.8565769945088868","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250409.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250409.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70edc7dc6b675b797b07e3e40c6d6213dffd6275","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250409.1.tgz","fileCount":24,"integrity":"sha512-Ugco46h7PS9AR/w4+Q1njx6gaCaF5EfiXNywX1ds4Vke6AszjzpYw29yqa7beiww61nwrmxpcqc0mDvewpgdfw==","signatures":[{"sig":"MEUCIDUbQ061rypKsD39/brfoaVsH6DWUa6DPyLtrGcAM5GZAiEAsXpc/RaQHw2j5cB8QDvR2XeXKRjnx/yFPgtbN5xAV2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c283106-b863-41f2-b3e3-8aa693ee97f1\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c283106-b863-41f2-b3e3-8aa693ee97f1\\azure-identity-vscode-1.0.1-alpha.20250409.1.tgz","_integrity":"sha512-Ugco46h7PS9AR/w4+Q1njx6gaCaF5EfiXNywX1ds4Vke6AszjzpYw29yqa7beiww61nwrmxpcqc0mDvewpgdfw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250409.1_1744243168264_0.5930847353466062","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250410.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250410.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48e3ffcd8d847fac16b958e3d6bb33d23c562b28","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250410.1.tgz","fileCount":24,"integrity":"sha512-tEvl9soLMiQn6HriTUy8hr3uNA2qDHA3xxF07U8a2Mp3W09Feyb8svQ4wREnt9UbUnc8V0cjO7stzCE+ZnnGbA==","signatures":[{"sig":"MEUCIAiOkD6oDv6O64QCD7kA2FTpl+jjjD9udmaURwrMH6IEAiEArx18yijP64ywr9cVutOsGW15kx+jWEWj4kxKbGbygx8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\326e4324-e5fb-4f5f-a800-1e6852b547a0\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\326e4324-e5fb-4f5f-a800-1e6852b547a0\\azure-identity-vscode-1.0.1-alpha.20250410.1.tgz","_integrity":"sha512-tEvl9soLMiQn6HriTUy8hr3uNA2qDHA3xxF07U8a2Mp3W09Feyb8svQ4wREnt9UbUnc8V0cjO7stzCE+ZnnGbA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250410.1_1744329325959_0.19179850312335733","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@azure/identity-vscode","version":"1.0.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"879383b6503e3b6a9701b9e0ea8cf822a40c1a7b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1.tgz","fileCount":24,"integrity":"sha512-PQP7sO/xiW2rUy0obBqvv6wrJxPrU+YWEWy81xfbyNoSfab2lhUij52it9J0cOFl8TPxKRb7nbHeQdu40BjCDQ==","signatures":[{"sig":"MEUCIHS7SEZCs7Is/lUDYUE4M3bZe9DJLKpPYyn7UIn77Sm8AiEAtdyecp7/mQrMQovoBLqf2UVdLn30U0NQcT51DkYoixE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37899},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a1a0399-05d6-4a18-b1e3-ecfced2dfea2\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a1a0399-05d6-4a18-b1e3-ecfced2dfea2\\azure-identity-vscode-1.0.1.tgz","_integrity":"sha512-PQP7sO/xiW2rUy0obBqvv6wrJxPrU+YWEWy81xfbyNoSfab2lhUij52it9J0cOFl8TPxKRb7nbHeQdu40BjCDQ==","deprecated":"This package is no longer supported. Please refer to https://github.com/Azure/azure-sdk-for-js/blob/f4e6ac4e1eb4de245a6ae49e6f86c7e18f00cba8/sdk/identity/identity-vscode/README.md","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1_1744669225539_0.23941491432466067","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250416.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250416.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"edd60bb93d173bf712512bf9320c407162173d3d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250416.4.tgz","fileCount":24,"integrity":"sha512-GCTmGs1sMh2cwYWcqZnXAcCLOd6CVN3ihgW1idH+ma0hKrk0pVkTds3BdNzToDF9jf0di+gFIxfsDrkW9AW+Nw==","signatures":[{"sig":"MEUCIQD65CYfRNJ10wNZzwfTGdPLtl5mCqjAaDDRerwL84hiiAIgcJOWIcUgXcx3lEky2KmMRdbvmRrVekbz45Z8WvcT0Pg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b8d3f792-f82c-4aaf-accb-e71999a6ee21\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b8d3f792-f82c-4aaf-accb-e71999a6ee21\\azure-identity-vscode-1.0.1-alpha.20250416.4.tgz","_integrity":"sha512-GCTmGs1sMh2cwYWcqZnXAcCLOd6CVN3ihgW1idH+ma0hKrk0pVkTds3BdNzToDF9jf0di+gFIxfsDrkW9AW+Nw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250416.4_1744847608878_0.6288995512070437","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250417.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250417.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e137b45bb3597301cb47b36a4723d5d0e2dbdd4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250417.3.tgz","fileCount":24,"integrity":"sha512-U05ZPIMxi4jL+vTF2mFqEoLwrZdHhLIu5mvIDGQ+HK8UAMZDDvOSyd133apFyLCPkKkQMb6R3Jc/nwcWN9W4tg==","signatures":[{"sig":"MEYCIQD1TysrzxwsdHQZcaHdQuIqzuJGkKcFm4/ILGnubsQF5gIhALY3+1tv9+jnbHkvxNtbH5byheuMAZJZ532/ALZwvyV3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0237a429-3361-4cab-87f4-bac793396996\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0237a429-3361-4cab-87f4-bac793396996\\azure-identity-vscode-1.0.1-alpha.20250417.3.tgz","_integrity":"sha512-U05ZPIMxi4jL+vTF2mFqEoLwrZdHhLIu5mvIDGQ+HK8UAMZDDvOSyd133apFyLCPkKkQMb6R3Jc/nwcWN9W4tg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250417.3_1744934057278_0.705273640676104","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250418.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250418.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1cbe8fc2ef1c954431a8f60f60a4e88050463831","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250418.3.tgz","fileCount":24,"integrity":"sha512-/3W0MGMCCXu2kawbZ7QDxI5qtjeNmXRkX5PUwuUMbot4d3u/jVHu3nJsFD0Vr5sp54ILgRr/IZy7UpcBndNGrw==","signatures":[{"sig":"MEYCIQDqg9qv+YUhFad0QBvZU502qVZc4YaWO235NuA5mtBoGQIhAJRHQhGP7nU+cxVcF1C2JRgPgPtJQiXjnyk1PAXcFLEi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2cf39802-455b-4364-a512-65736bf464ca\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2cf39802-455b-4364-a512-65736bf464ca\\azure-identity-vscode-1.0.1-alpha.20250418.3.tgz","_integrity":"sha512-/3W0MGMCCXu2kawbZ7QDxI5qtjeNmXRkX5PUwuUMbot4d3u/jVHu3nJsFD0Vr5sp54ILgRr/IZy7UpcBndNGrw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250418.3_1745020407888_0.7168109258106257","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250421.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250421.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b83b1600b5180f3ab1f944b4047c52616ce1590","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250421.2.tgz","fileCount":24,"integrity":"sha512-pHZYcwI7Ppm+RG6E/joBv9Hh3nqfrXVK8FJIBIQDsZ73ZEE3GzpB/ZTwqEGloSdWw0bjzuce5knnX/u3XX2nLA==","signatures":[{"sig":"MEYCIQCsiEKKg9BVibeoW3vq0JK6EpC9wMrGo1QBlVorwUlsCQIhANFhZ7XnPU9j8HQhuTKFvcd5tFUwS8XRTQQx/YhwQgMe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f35aa119-a403-4a71-a23f-632e5c39aa8f\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f35aa119-a403-4a71-a23f-632e5c39aa8f\\azure-identity-vscode-1.0.1-alpha.20250421.2.tgz","_integrity":"sha512-pHZYcwI7Ppm+RG6E/joBv9Hh3nqfrXVK8FJIBIQDsZ73ZEE3GzpB/ZTwqEGloSdWw0bjzuce5knnX/u3XX2nLA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250421.2_1745279750677_0.5795933184195543","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250422.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250422.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"943490b3e34fb1c1e007d04e351e64f7aeaa0437","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250422.2.tgz","fileCount":24,"integrity":"sha512-BuW0gKmWbKy7qmDhqOWxJfg+qRQrRJ0XG2r7+pX8kpcdHyKIg+LzDQ1tTXx4RGsxzSUDU9xmo+nPpFHmrWw4+g==","signatures":[{"sig":"MEYCIQDj2u3B0/eVEwqZvZhiws5Zsk/SOFUPJyx6X4Y/BbHj3AIhALEZXTyDn6gbE1+rtMmV/lB/ndVurNKsSq50ScQXjo1M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5aaf7dd6-6386-4b58-84f1-b584463bda96\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5aaf7dd6-6386-4b58-84f1-b584463bda96\\azure-identity-vscode-1.0.1-alpha.20250422.2.tgz","_integrity":"sha512-BuW0gKmWbKy7qmDhqOWxJfg+qRQrRJ0XG2r7+pX8kpcdHyKIg+LzDQ1tTXx4RGsxzSUDU9xmo+nPpFHmrWw4+g==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250422.2_1745366257174_0.19491911136760898","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250423.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250423.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"17c612e40bf22bc49b3c2905ce022eb06b32a65c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250423.1.tgz","fileCount":24,"integrity":"sha512-6igK9miOzf90NQvdJ2yak0v2ErOGxx5Z3iYrIHZMT9wxlnXhyowJWsHrAj8IRvGkqTET3+wxnJDJsU5rM5DCMg==","signatures":[{"sig":"MEUCICzXzjqKnSVqDm+i5zHEvUC0NyGBRvL9QxDfJbHxoxMxAiEA2tUQXaGEFxoa4ZkdTJ97VXtl2Ml8pk3YNGd7pqOf3q0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d802e275-083f-470b-b331-138812b4aabc\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d802e275-083f-470b-b331-138812b4aabc\\azure-identity-vscode-1.0.1-alpha.20250423.1.tgz","_integrity":"sha512-6igK9miOzf90NQvdJ2yak0v2ErOGxx5Z3iYrIHZMT9wxlnXhyowJWsHrAj8IRvGkqTET3+wxnJDJsU5rM5DCMg==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250423.1_1745452230202_0.045474879168453164","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250424.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250424.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"deb2cd830ccf4c0642e8f4e431ef57f8af4a95fa","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250424.1.tgz","fileCount":24,"integrity":"sha512-zMKzcEbgFd7nmwud6CBLg+yWtjYubHH/r14qo3DwBAPK+3cOj1V67OCcOOTl9EvXxA8NHJNi0WYTC9mVGBoNIw==","signatures":[{"sig":"MEYCIQCZXiTqbnl4JyRSGd+nlyjcQm5GVeBuop2N577zVq+2egIhALKy1o7GdkLYCpvRSIRRpdRI+KXufYmVmtOeeG5IP94k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cb932518-6931-4bf9-b841-687ab550590c\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cb932518-6931-4bf9-b841-687ab550590c\\azure-identity-vscode-1.0.1-alpha.20250424.1.tgz","_integrity":"sha512-zMKzcEbgFd7nmwud6CBLg+yWtjYubHH/r14qo3DwBAPK+3cOj1V67OCcOOTl9EvXxA8NHJNi0WYTC9mVGBoNIw==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250424.1_1745538719834_0.5073039663652812","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250425.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250425.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18e2727e3c0de34cc0d8c3cc31c669353f9504d0","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250425.1.tgz","fileCount":24,"integrity":"sha512-r7vY6Qc5XUQUD0uWsl8daYPQylKOfnW/Lfchf4MguWBPQDCcCM2/C/X8uDOekaq8Yk1sIAvd7xZ2TVeBtSPIsA==","signatures":[{"sig":"MEUCIBbzHqZOxJQMB9c1dqttZ3Rq6SaGC0wjFRGoCKMBVlQYAiEA11smulgPgKVPCZwUuXrXlyez3y9zGdxf2yC69i67LLw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c37e9332-920c-433a-807d-c73f8c1b74ee\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c37e9332-920c-433a-807d-c73f8c1b74ee\\azure-identity-vscode-1.0.1-alpha.20250425.1.tgz","_integrity":"sha512-r7vY6Qc5XUQUD0uWsl8daYPQylKOfnW/Lfchf4MguWBPQDCcCM2/C/X8uDOekaq8Yk1sIAvd7xZ2TVeBtSPIsA==","repository":"github:Azure/azure-sdk-for-js","description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250425.1_1745625191270_0.022144078288695468","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250429.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250429.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07ae738be87d1e424f4b4fada747e5074f8093cd","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250429.2.tgz","fileCount":24,"integrity":"sha512-eR/bLo+GPVk6FbjrMG/jatpVTdYO0n827HvnmkNtChp03BZBKvhXbQw4hj4h8iM4ThLxV949KKJzmw1RZgF1WQ==","signatures":[{"sig":"MEYCIQDznz343hpWl+zVEney5BUx7cX17ygHHB4eBgSfjny7bwIhAPGyzVFZ/pSPW+b2jBsvPxkvZPnGI2KmBF4e9iHvuN8F","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d74d5c45-a544-4e9b-905f-6b4057de2844\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d74d5c45-a544-4e9b-905f-6b4057de2844\\azure-identity-vscode-1.0.1-alpha.20250429.2.tgz","_integrity":"sha512-eR/bLo+GPVk6FbjrMG/jatpVTdYO0n827HvnmkNtChp03BZBKvhXbQw4hj4h8iM4ThLxV949KKJzmw1RZgF1WQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250429.2_1745970989573_0.3131714544965567","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250430.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250430.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52afc4a633259e7813e87fa0b77664018f1ea21c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250430.1.tgz","fileCount":24,"integrity":"sha512-EVm/ZCIQ2lK0k6Dt+xOprOUr3kv5FUMWXsYphqwtZ3U5LAuIP/IobXAe+WxEKhr0kiEPiLeTPAPQp48PAvknMg==","signatures":[{"sig":"MEYCIQDyLm5JTQcHjWeEl0xtIlFOXFsRkWatBnjmLvY8yhh7fgIhAPoQ0OJq2yk4EDKwBsOVy280/4DM4fN+vOYI40IiPPmK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7679b98c-9797-4d00-b81c-c023aa11a83a\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7679b98c-9797-4d00-b81c-c023aa11a83a\\azure-identity-vscode-1.0.1-alpha.20250430.1.tgz","_integrity":"sha512-EVm/ZCIQ2lK0k6Dt+xOprOUr3kv5FUMWXsYphqwtZ3U5LAuIP/IobXAe+WxEKhr0kiEPiLeTPAPQp48PAvknMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250430.1_1746057435798_0.2652253523579313","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250502.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250502.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e6fc5e955f245567c8bb6711cb7b3c912fdcefa4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250502.1.tgz","fileCount":24,"integrity":"sha512-BGM21SFkiCr4G1f9ql6DV0t3WfaF5wuZSIm8ssjsR33jlZ0x2Qeo8/oR+hBiAvDwxECGwg9TF3kYH5GxwpB4Nw==","signatures":[{"sig":"MEYCIQCUwhxE+J6yWtxxjYZLIaUJBbco+bB6J4VsHN+JCN0kaQIhAPvrRQnOKf3tsbc/oqwH3m57OKoooUQ5NYR0p5FdH+/X","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37996},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2ebcf1ca-09ff-4147-b081-2692d37d358a\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --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":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","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":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2ebcf1ca-09ff-4147-b081-2692d37d358a\\azure-identity-vscode-1.0.1-alpha.20250502.1.tgz","_integrity":"sha512-BGM21SFkiCr4G1f9ql6DV0t3WfaF5wuZSIm8ssjsR33jlZ0x2Qeo8/oR+hBiAvDwxECGwg9TF3kYH5GxwpB4Nw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250502.1_1746231182230_0.8917074118967678","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250506.3":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250506.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"86983ecbd5bf5c3dd5fe2d6cfe081ca249b42c6c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250506.3.tgz","fileCount":24,"integrity":"sha512-dtVZJ199Gago2CKMBJB6DAu46O566hxhvX8DlAd49q0XDWw82W7r/45mZOmdVnoAq9mvxS2CGC8anyIOtV05xA==","signatures":[{"sig":"MEYCIQDO4e20hP+KUS1k0bHKEEbauSwj7ZlrbDWgyW/pOLeipwIhAI2diZL2wN5JZPTN0xQlQD++A8PV/H9sesyuhwc46Js9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\83581ba7-03be-4d10-b467-64ce58a1d4bd\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\83581ba7-03be-4d10-b467-64ce58a1d4bd\\azure-identity-vscode-1.0.1-alpha.20250506.3.tgz","_integrity":"sha512-dtVZJ199Gago2CKMBJB6DAu46O566hxhvX8DlAd49q0XDWw82W7r/45mZOmdVnoAq9mvxS2CGC8anyIOtV05xA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250506.3_1746577917180_0.5611767858420551","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250508.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250508.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9db8e7593e3e665a50c8faf576253fab8c66281e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250508.2.tgz","fileCount":24,"integrity":"sha512-hmOOqQjEQ/cvwk/R0ZYCdMPyGiKwj5Mgep1Fd3Ivj2tqiG+hkMiVu4Chso+FfEL5o58+e8CSIqKpPIU4gsDWXw==","signatures":[{"sig":"MEQCIFGctqZEpwjcCuL1vMWD4uaT5AnrmBqtNnkdMbiYaHa6AiB+k+wNbY9PYO80ru2oSxzSl5J1zmoNm8+UHFA95XVbAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\276fbb6c-65c3-4783-a1b0-7390ac57e109\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\276fbb6c-65c3-4783-a1b0-7390ac57e109\\azure-identity-vscode-1.0.1-alpha.20250508.2.tgz","_integrity":"sha512-hmOOqQjEQ/cvwk/R0ZYCdMPyGiKwj5Mgep1Fd3Ivj2tqiG+hkMiVu4Chso+FfEL5o58+e8CSIqKpPIU4gsDWXw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250508.2_1746749090924_0.9189151545588592","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250509.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250509.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9db3c5d6510f0969c36588c4ce0d550badf5b29d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250509.2.tgz","fileCount":24,"integrity":"sha512-PVyBsJ+z5rJptFDpgXUEjo2Op2eHBeWsD8ohso4jbmXrHghhofalafk7Bv6Zoc5yIzgpS5UNrmWEGot28TC4QQ==","signatures":[{"sig":"MEQCIF9jmcHxurVArgr8iTsBpdUeKaeaG6Vesq2wGbd+zjgcAiAE7y3ET1pXco85AHeC0k9SRKBQF4urffq57itymQUoTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aaac7695-2e9b-42b0-9ecc-9ba7ff537011\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aaac7695-2e9b-42b0-9ecc-9ba7ff537011\\azure-identity-vscode-1.0.1-alpha.20250509.2.tgz","_integrity":"sha512-PVyBsJ+z5rJptFDpgXUEjo2Op2eHBeWsD8ohso4jbmXrHghhofalafk7Bv6Zoc5yIzgpS5UNrmWEGot28TC4QQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250509.2_1746837473694_0.4171193059547009","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250512.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250512.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"697a2833b6a7f40e0e7c300aac516b56250df6c6","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250512.1.tgz","fileCount":24,"integrity":"sha512-VDAVcjjQ9zpTwlVs5GGAgAcroaYJePn2gsja9Fa3lXgc3FKtu4/mDNBCeYlQbisVRW7nuObwBihLYLZ6laabyw==","signatures":[{"sig":"MEQCIGnFfHbiGT8EcLDDx1rczxWvkLXs4wDHPFQrcrqBnqfxAiBL++CDvqEKRL4CMGmKedhb8iTMcB1gWSiwuN/Bqw1j5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7fe724bf-5802-463b-85a5-832faedbb7b5\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7fe724bf-5802-463b-85a5-832faedbb7b5\\azure-identity-vscode-1.0.1-alpha.20250512.1.tgz","_integrity":"sha512-VDAVcjjQ9zpTwlVs5GGAgAcroaYJePn2gsja9Fa3lXgc3FKtu4/mDNBCeYlQbisVRW7nuObwBihLYLZ6laabyw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250512.1_1747095192356_0.9506520120805246","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250513.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250513.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07cbae301872f8306386f4a95d7339cb02c5a25b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250513.1.tgz","fileCount":24,"integrity":"sha512-KioJNcZ8F7xSsAiT2yb5FlWXow0pN1IV+STZ8Zibd3pAQkP0YOjNeAYq87K/PASjraGvmPH8naDmVy2vk5LZ5w==","signatures":[{"sig":"MEYCIQDLp7bymKoWuMqEj55DMJsa/A1luU5VVCOOKOO8IuMwUAIhAODmF/a03T7NQyJ3lAceOs+17UmbmzIAJTTPASdLxqvx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ff6c542a-d43d-466a-9222-1d3244d92308\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ff6c542a-d43d-466a-9222-1d3244d92308\\azure-identity-vscode-1.0.1-alpha.20250513.1.tgz","_integrity":"sha512-KioJNcZ8F7xSsAiT2yb5FlWXow0pN1IV+STZ8Zibd3pAQkP0YOjNeAYq87K/PASjraGvmPH8naDmVy2vk5LZ5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250513.1_1747180434467_0.9577999051002799","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250514.5":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250514.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5786801b8d4aa254df7a8aa8cf23bb45887c3ca","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250514.5.tgz","fileCount":24,"integrity":"sha512-boJoTHKI0WQbY6/WnE4EzwHh7smpwPY9Cn9rNm6CU2tA+Of0LpqfEyMkv9VOJfTO7Z84jKfouJsEgSbbKv+rzA==","signatures":[{"sig":"MEYCIQDM/U/9ByZfcSNfBSM6CSVAiNUul9l/t1cD+eELqL3FMQIhAOq2+QSiKDba6mx/SSSVuD7T8tqDv+ec49HzoEBXjutW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\81f41a9d-d34f-4d24-9575-65482534cb2d\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\81f41a9d-d34f-4d24-9575-65482534cb2d\\azure-identity-vscode-1.0.1-alpha.20250514.5.tgz","_integrity":"sha512-boJoTHKI0WQbY6/WnE4EzwHh7smpwPY9Cn9rNm6CU2tA+Of0LpqfEyMkv9VOJfTO7Z84jKfouJsEgSbbKv+rzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250514.5_1747266932002_0.9434637812622637","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250515.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250515.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f422fa118be1f34e54a258fe479a24da6668b9b7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250515.1.tgz","fileCount":24,"integrity":"sha512-kKKwJox7Arq0cZWcIMw8n+VUGGl3EOQ07GhVZ3pDS0CvuSJFgIuyTbYrVbu+TVPn42BIcg5PUdhqneQBwdesdw==","signatures":[{"sig":"MEYCIQC/IWLMQz996pbsYI2DJIiR9Y9Qb4BesgZlfw5ewW6bFgIhAP0eRaD+SfJj2s49OEgIWlWL/qjKJulLopAgCqSqhwRk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\48901805-0bd6-4334-b3a1-359df00a44ef\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\48901805-0bd6-4334-b3a1-359df00a44ef\\azure-identity-vscode-1.0.1-alpha.20250515.1.tgz","_integrity":"sha512-kKKwJox7Arq0cZWcIMw8n+VUGGl3EOQ07GhVZ3pDS0CvuSJFgIuyTbYrVbu+TVPn42BIcg5PUdhqneQBwdesdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250515.1_1747353214265_0.6189161122427538","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250516.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250516.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"668a549cf606db4540490c6f0e3fdff13dcee281","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250516.1.tgz","fileCount":24,"integrity":"sha512-ufukKm3XLdCzV0gHDkIT/oRc8nX10bs/WOSM+TOB4xHHaWGhrWqg/Fcyhie1nb+It/vgMfm1NslIauAiuI3g1g==","signatures":[{"sig":"MEUCIHUo9tP2xQr4i2XIVszlDScEK4aoCd9YwfdMXvjudY7pAiEAgWy/IpIlhbRFJdmnFtJ74ouxuljKsDiafEQFhcblODA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1d89bcb-f28d-4429-aef2-bfb18659d95e\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1d89bcb-f28d-4429-aef2-bfb18659d95e\\azure-identity-vscode-1.0.1-alpha.20250516.1.tgz","_integrity":"sha512-ufukKm3XLdCzV0gHDkIT/oRc8nX10bs/WOSM+TOB4xHHaWGhrWqg/Fcyhie1nb+It/vgMfm1NslIauAiuI3g1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250516.1_1747439774935_0.4270777359607154","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250519.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250519.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd796f55bd865349e4a308d45d99eda2f43e1fd8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250519.1.tgz","fileCount":24,"integrity":"sha512-ehHhlXmFLxY7yXHv/+RaW2LCivZghaNWbOa5r3DevKBnXBQ7kPsJUbdsp5N6Kw2S7VUyWCfgFlqMwIv9S7PVzA==","signatures":[{"sig":"MEUCIBywEZPzzJ+xLy4gR4J6/vHiIDnYWppXX4tdOxMC6weZAiEAhe6pzpV3ChBawzG5y6ysvqi3yb32NtUpsvtcRHaN/vY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5ac7400-bbb5-4919-875c-b7efcb4444c7\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5ac7400-bbb5-4919-875c-b7efcb4444c7\\azure-identity-vscode-1.0.1-alpha.20250519.1.tgz","_integrity":"sha512-ehHhlXmFLxY7yXHv/+RaW2LCivZghaNWbOa5r3DevKBnXBQ7kPsJUbdsp5N6Kw2S7VUyWCfgFlqMwIv9S7PVzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250519.1_1747698876640_0.36242876091567444","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250520.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250520.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b65ee4a1bd1e4d72f27ba676dc2d6662931cdd41","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250520.2.tgz","fileCount":24,"integrity":"sha512-QJx/9BsArBHnfFzJ5ciEbM1NK4XUAmpDab5/tLCV18o1XHYn35a/hiKjFwvycEL3zRtJuTf5yXMneery71G93Q==","signatures":[{"sig":"MEYCIQDePPOHWtjfKm7GXCAJYpo00JZk1AtnOUUr2dm6Ln7XOAIhALx3OGMULdD5jbgip4r2UXa44Gl1BwC7/QmEx3eb4kWu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\000e1a77-5991-4a08-a833-676c711025a1\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\000e1a77-5991-4a08-a833-676c711025a1\\azure-identity-vscode-1.0.1-alpha.20250520.2.tgz","_integrity":"sha512-QJx/9BsArBHnfFzJ5ciEbM1NK4XUAmpDab5/tLCV18o1XHYn35a/hiKjFwvycEL3zRtJuTf5yXMneery71G93Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250520.2_1747785200777_0.28407223427807393","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250521.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250521.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07a042c7ba6b454b5a454dbe72c2932820e23f2d","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250521.1.tgz","fileCount":24,"integrity":"sha512-OuNuZkUgYXC7kdTx5yyrfDFcIvzqgG7eNHx4L9QdaXCJe3pBtkBpNYe/5Z+9SBmUurg6fO1TnbBy6OSbFxVgNg==","signatures":[{"sig":"MEUCIB1JpGltGq0BLkjXvy9XpaavcO98d5t1di3OxMeGH87ZAiEAjAgBi38VNPUYYLpOmjrrlKCFif/+YY+mz5JSI1OuHzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c09769b8-7749-482b-b332-76b804cabc8f\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c09769b8-7749-482b-b332-76b804cabc8f\\azure-identity-vscode-1.0.1-alpha.20250521.1.tgz","_integrity":"sha512-OuNuZkUgYXC7kdTx5yyrfDFcIvzqgG7eNHx4L9QdaXCJe3pBtkBpNYe/5Z+9SBmUurg6fO1TnbBy6OSbFxVgNg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250521.1_1747871499452_0.8996977635512042","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250522.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250522.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5975856f64588893d35622c2a44be773be1ceba5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250522.1.tgz","fileCount":24,"integrity":"sha512-R6J78QBN4mb6mEi5R6h++cq09tFt5ZSIpID2hre7IK2SgolEmyUCV8ls5w9PX3AntHIcoXPyLS+GiMqCJbwuYQ==","signatures":[{"sig":"MEUCIQDitKIzgCmj8kEzBVS5CXm5fg0+xcX66qXjORg9HurR4AIgZg+oqYAnUYWV/TV3kzN2uhu2OEmyJRLXVqOfKM8MHyY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3dd5e8c0-329f-4ed8-81c9-198fb52ffaeb\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3dd5e8c0-329f-4ed8-81c9-198fb52ffaeb\\azure-identity-vscode-1.0.1-alpha.20250522.1.tgz","_integrity":"sha512-R6J78QBN4mb6mEi5R6h++cq09tFt5ZSIpID2hre7IK2SgolEmyUCV8ls5w9PX3AntHIcoXPyLS+GiMqCJbwuYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250522.1_1747958097565_0.07461668378131137","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250523.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250523.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b498ec0fcaaca95fbed557c39a758c7c3a714da","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250523.1.tgz","fileCount":24,"integrity":"sha512-KEJyNJj82PhNbBGqSXulVFsymp+O28M+TDcsNU4j3GbXcHB9q0NiEoEwNMJrBOsSTOqLFHGJZyYHCEBxh8LB8g==","signatures":[{"sig":"MEUCIBohyCU30ICsy2AH+w7zhBIsJ+BdE2bhHtLSG2VeG+4pAiEAspk+HLL82/CSKVef1HAPrAIImjHlwJO6UMEgK6BSzEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdcba57f-1258-4734-ad62-950944ee215b\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdcba57f-1258-4734-ad62-950944ee215b\\azure-identity-vscode-1.0.1-alpha.20250523.1.tgz","_integrity":"sha512-KEJyNJj82PhNbBGqSXulVFsymp+O28M+TDcsNU4j3GbXcHB9q0NiEoEwNMJrBOsSTOqLFHGJZyYHCEBxh8LB8g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250523.1_1748044296564_0.2970937174897401","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250526.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250526.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b0001ff0e812a60f3429c9c64df079154780712","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250526.1.tgz","fileCount":24,"integrity":"sha512-kdMED/ZpSLvKyrObQM7UnRTfXXzFRy2OWSXZOfywQExcUZbuvNXuUXAkdqTnvFsh/nDMQKoCxmFyYXpahPd5AA==","signatures":[{"sig":"MEQCIAiOk9vPqrUS7a9pTsUcdkzIGlMNOsKRRj18SV+P6DO7AiAArjPeujjsqKsV75r/VSo+utlEf9sEAIi5AfwxUkGu3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a6f70b81-6285-4e12-b6ad-b72ede230aee\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a6f70b81-6285-4e12-b6ad-b72ede230aee\\azure-identity-vscode-1.0.1-alpha.20250526.1.tgz","_integrity":"sha512-kdMED/ZpSLvKyrObQM7UnRTfXXzFRy2OWSXZOfywQExcUZbuvNXuUXAkdqTnvFsh/nDMQKoCxmFyYXpahPd5AA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250526.1_1748303533899_0.402233790432998","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250527.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250527.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43251be12f16dd225f3ae5b3b00e435a83ec6a43","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250527.1.tgz","fileCount":24,"integrity":"sha512-ypidUDGXSXrUT6oxlI6WU6vpvkaeq82WXQFKENmq2smH0fZR1oZP2cWaoxMb7Rb1TkbSoKRNGBBtjyfAY7YdBw==","signatures":[{"sig":"MEYCIQD21+ci0F1J7HanTZz3pnBZ9NOsf+5DL9bMRgDGti7WpAIhAIK7Ak9m+jki325A7Cde0HOonL8W8pO3W7eZDr09kD5p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\68ed27ca-b291-4e6e-9fdf-9c49fcaf2d96\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\68ed27ca-b291-4e6e-9fdf-9c49fcaf2d96\\azure-identity-vscode-1.0.1-alpha.20250527.1.tgz","_integrity":"sha512-ypidUDGXSXrUT6oxlI6WU6vpvkaeq82WXQFKENmq2smH0fZR1oZP2cWaoxMb7Rb1TkbSoKRNGBBtjyfAY7YdBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250527.1_1748390087466_0.330566946051736","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250528.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250528.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66dde5b5e9d79efdc8078c5fc220c25666eaebae","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250528.1.tgz","fileCount":24,"integrity":"sha512-zLLJv+0nqeXLe5yUSrsU+GtqZbqBh6na138msbCiUtpUsvkaL9kEeN5xJdvUxvtqRhMTeQVp28i3ISQmt9wwhw==","signatures":[{"sig":"MEUCID0xhrzZIb6WgTIbMITxqKKeSyqTRbc8mBmq4+S2vjDfAiEAjLvcdSwv/UOnewcOKGCmAZaNmDcZhCb8IgzTIR87Lj0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37449},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d79baab1-e38d-4e49-9f6b-4756b0c19f88\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d79baab1-e38d-4e49-9f6b-4756b0c19f88\\azure-identity-vscode-1.0.1-alpha.20250528.1.tgz","_integrity":"sha512-zLLJv+0nqeXLe5yUSrsU+GtqZbqBh6na138msbCiUtpUsvkaL9kEeN5xJdvUxvtqRhMTeQVp28i3ISQmt9wwhw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250528.1_1748476514339_0.19887976856093714","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250530.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250530.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14bc7178831be82759137da5c94861632b1efc9c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250530.1.tgz","fileCount":24,"integrity":"sha512-Kln95+xocPLyQY/VaqQGSmka4vEZUbzfOxD6xCmbG1nkY+nD0K3TRqJTYJCML9mkL3yHL2bYbnkAHsAvs4D9xw==","signatures":[{"sig":"MEQCIGuBcMBnz6LgdT3K0tskVar6x7Vd81o/8srbPscMc/z6AiAWEYAspernGwkv/FAa452QnasSC59NxKTiCYqBd3UA1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\681ad88b-e595-4029-a650-535a21a6370a\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\681ad88b-e595-4029-a650-535a21a6370a\\azure-identity-vscode-1.0.1-alpha.20250530.1.tgz","_integrity":"sha512-Kln95+xocPLyQY/VaqQGSmka4vEZUbzfOxD6xCmbG1nkY+nD0K3TRqJTYJCML9mkL3yHL2bYbnkAHsAvs4D9xw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250530.1_1748649108086_0.706660086758002","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250603.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250603.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"abed2ac717670ac82a842cb18d5aaf1c80bebbb3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250603.1.tgz","fileCount":24,"integrity":"sha512-1NsNa3SyKyVbrwjZPBxQxqTggUX0JmxtC5h0s6oMwdDaJ5hqxCwbB6kaP9c2TrU6QlVxfFAIhrcKxB+UU33R3g==","signatures":[{"sig":"MEUCIQDNvnAHc8LYcG3G3xsD57bHWhGs+pjr0c8zrd+YgExmpwIgRDrTBDjmBKnZyosU9SZdBvV/zmv9zNXlTW/rmGnMP84=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9358f32e-f5d3-471a-a90a-054a7a333202\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9358f32e-f5d3-471a-a90a-054a7a333202\\azure-identity-vscode-1.0.1-alpha.20250603.1.tgz","_integrity":"sha512-1NsNa3SyKyVbrwjZPBxQxqTggUX0JmxtC5h0s6oMwdDaJ5hqxCwbB6kaP9c2TrU6QlVxfFAIhrcKxB+UU33R3g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250603.1_1748994799551_0.4754755700089286","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250604.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250604.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f3c5ae2813921898784b3ab5dbed89646386913","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250604.1.tgz","fileCount":24,"integrity":"sha512-CmyPULW81WAgP/4l7iBSIiP9B88MMvZsZw5zVIXniXOQNh+RjN+Pp9trKV+vHQI4RlxW54qrwxSqTeYCR+P+8A==","signatures":[{"sig":"MEYCIQDxQ77MD7We2M4z3VoZdNBv61xleejFb+tMBsDmCAKtUwIhALPcXMaKVyV8BFeC1I3p81ZCclZ2bMPAMzAGbUi7TH3K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bc2861c8-14b5-4f2a-8fe5-dcd9d1171c53\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bc2861c8-14b5-4f2a-8fe5-dcd9d1171c53\\azure-identity-vscode-1.0.1-alpha.20250604.1.tgz","_integrity":"sha512-CmyPULW81WAgP/4l7iBSIiP9B88MMvZsZw5zVIXniXOQNh+RjN+Pp9trKV+vHQI4RlxW54qrwxSqTeYCR+P+8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250604.1_1749081862199_0.624511892715595","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250605.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250605.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3fb11d3894253f4590a8004507c0683e4e64b60","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250605.1.tgz","fileCount":24,"integrity":"sha512-SM6Vi8tCmp0R0mF1NE/9xbGgpL2YTLXDA88ktYMGx2eHkVfDmzYLWoUrn9cliMbWuiIV17VOke9v2Vuf1jViSQ==","signatures":[{"sig":"MEQCIC42vx84punr28LrDzqLKgVf4IRF1qsB0zrfY7VUWudBAiBjYztzZVXFYs3qQygwyfUQctUqx+kcFyWr6J+D5gSNMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\87441bd4-9725-47df-b5dd-24675e6a460d\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\87441bd4-9725-47df-b5dd-24675e6a460d\\azure-identity-vscode-1.0.1-alpha.20250605.1.tgz","_integrity":"sha512-SM6Vi8tCmp0R0mF1NE/9xbGgpL2YTLXDA88ktYMGx2eHkVfDmzYLWoUrn9cliMbWuiIV17VOke9v2Vuf1jViSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250605.1_1749167918884_0.3463026888639906","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250606.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250606.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a00fdbb86aeac226d8aef696bb25ac0c4d60d326","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250606.1.tgz","fileCount":24,"integrity":"sha512-44DxDxVli4sxFRxBsfHiS2phfiYv6LfXtsyIxzpShKAG95a/8p/PZG5PtwIarxxU7iscGjigSxb1iQDt4QEU5g==","signatures":[{"sig":"MEUCIAiWqdN4ZQDKvTQCm+/g+CZrZu/9JfqcWzArk43Q3WtMAiEAnR6OqlJnwBAipLD7o8uw/dK6cP5vzHo4jJoHOR5VHIc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89c6fa21-6f77-4875-9900-645cdcb09168\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89c6fa21-6f77-4875-9900-645cdcb09168\\azure-identity-vscode-1.0.1-alpha.20250606.1.tgz","_integrity":"sha512-44DxDxVli4sxFRxBsfHiS2phfiYv6LfXtsyIxzpShKAG95a/8p/PZG5PtwIarxxU7iscGjigSxb1iQDt4QEU5g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250606.1_1749253997163_0.8103684268467741","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250609.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250609.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b1cc4df6d63e92b0d9c3dc30786d7d9c5a10c27","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250609.2.tgz","fileCount":24,"integrity":"sha512-4lZORKNY5/NklI8Xi2NDgzi3Z+8R5bPSlzahvwPccFXOV/FFshF3v6IdmzsEyekjEEQZrFyTNDclb6jhtABIMA==","signatures":[{"sig":"MEUCIQDbao1YqVGPslQy1czhRYkdCHgRq3ndrkXIy2Apvg6ArgIgFh2WDhQySuuq65ItFrGJolE7kP7pW08nhGM5o5c1Usk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\76fe4f43-62f2-473e-a9df-28f5ba811123\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\76fe4f43-62f2-473e-a9df-28f5ba811123\\azure-identity-vscode-1.0.1-alpha.20250609.2.tgz","_integrity":"sha512-4lZORKNY5/NklI8Xi2NDgzi3Z+8R5bPSlzahvwPccFXOV/FFshF3v6IdmzsEyekjEEQZrFyTNDclb6jhtABIMA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250609.2_1749513324243_0.5777408367895402","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250610.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250610.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc281dc9fb53c707eaa6bfe022c3167034e0f7fc","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250610.2.tgz","fileCount":24,"integrity":"sha512-ruccqALyIqoHRMc24Y+vpUKzGcMnRMREOXrF/22KSXoUFaUWH7oGl2MXCGblpRudv8z5AELdiKHiAQU30EDbmg==","signatures":[{"sig":"MEUCIBTbxFXQ7Mq/63BFFLXJnSNHjl3/5lLYwjD48KSCOpruAiEAjtt2DFoBlCl1OJAoLp0B3a23rfClKBVtyUUAYvvRw6g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b182fcf-223e-4407-9405-a530b41af1ad\\azure-identity-vscode-1.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b182fcf-223e-4407-9405-a530b41af1ad\\azure-identity-vscode-1.0.1-alpha.20250610.2.tgz","_integrity":"sha512-ruccqALyIqoHRMc24Y+vpUKzGcMnRMREOXrF/22KSXoUFaUWH7oGl2MXCGblpRudv8z5AELdiKHiAQU30EDbmg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250610.2_1749599691775_0.17902141312265663","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250612.4":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250612.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"218d928741ffa8f5255771d532c585f958202223","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250612.4.tgz","fileCount":24,"integrity":"sha512-Iiz8OJQ3pvG+KzukxN+Pb7iX5cGDlwoy2PCnn9LEBIY1YLk3smYosqi2D5o0JJooq7Pbrs57SKaRe2np6fplWw==","signatures":[{"sig":"MEUCIQDtt7EQLuq4IoPNz6dHRqzwcFbC/krWna0PjPYQrh0lbgIgDnbjEpHfQ4XXkFRkT+bUVWBz8Hjs5jkiK+IWLOG+VNo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\912ef683-7df2-4f59-acea-2b70fe9b7fc9\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\912ef683-7df2-4f59-acea-2b70fe9b7fc9\\azure-identity-vscode-1.0.1-alpha.20250612.4.tgz","_integrity":"sha512-Iiz8OJQ3pvG+KzukxN+Pb7iX5cGDlwoy2PCnn9LEBIY1YLk3smYosqi2D5o0JJooq7Pbrs57SKaRe2np6fplWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250612.4_1749772273800_0.7713496319599624","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250613.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250613.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b45670d480fe112fe99e295abab886e194689df3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250613.1.tgz","fileCount":24,"integrity":"sha512-yiSm/sNVNveJ1B5Drkw1mjHmZdpJtfio7TjMeRe42LHLSFrjXMLYlxjkzXWMoGcl5M2+XvAlYYLcBjtw9QTKHA==","signatures":[{"sig":"MEUCIQDzMSg+ClJGqgcoIfszA7gOa4Sldpa50kRvaGmP2UV2mgIgJ+Dw5NA6BnwP16GLUIV8O5zTQuBdwkhvCWDUGDC3W7U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3a3fd14d-fbc4-4f6e-b5a9-0845072d06ac\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3a3fd14d-fbc4-4f6e-b5a9-0845072d06ac\\azure-identity-vscode-1.0.1-alpha.20250613.1.tgz","_integrity":"sha512-yiSm/sNVNveJ1B5Drkw1mjHmZdpJtfio7TjMeRe42LHLSFrjXMLYlxjkzXWMoGcl5M2+XvAlYYLcBjtw9QTKHA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250613.1_1749858608052_0.6506044584026551","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250616.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250616.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7a32b524eed3018511f823a01a142e825d96709","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250616.2.tgz","fileCount":24,"integrity":"sha512-/+zoikQCoQPlGEQ5Bmmo2hyE00buESrvzdDC67PA8WD8pGecfzlNoopXqKTZYbJgS6YiX+btI2EBnoceFC1gyQ==","signatures":[{"sig":"MEUCIDFsmgLAGmYtfggm07FSvM6B58UTtYkEL5+oTAzhsbP5AiEAiL+qD1/FbN1GJ4StE39Y9Hv1VFOmFRAm866hLRpwKpY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37429},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0297e0be-7502-4956-8690-9307f4099471\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0297e0be-7502-4956-8690-9307f4099471\\azure-identity-vscode-1.0.1-alpha.20250616.2.tgz","_integrity":"sha512-/+zoikQCoQPlGEQ5Bmmo2hyE00buESrvzdDC67PA8WD8pGecfzlNoopXqKTZYbJgS6YiX+btI2EBnoceFC1gyQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250616.2_1750117932457_0.9856732232020944","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250617.2":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250617.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"679b548c2f5a1506af252c0cfddcc314b3acae77","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250617.2.tgz","fileCount":24,"integrity":"sha512-U7UCb0A7Yybt5UuLTEDg07DxA8uZGYYM38G5MjMxPIRII72k96TsXDxVgHPu03bltpzVCiXIufsj4fBd/b1aDA==","signatures":[{"sig":"MEQCIAflm63EvTxBPE7Wt/R7Af/lKzECnJ+cmEGzxk5sHXDxAiB2323leMv1JCafwX1PQX3S0qc5CcLIGopFzHL+47KpBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37391},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85cd7982-d7ea-4676-9f0c-29a791f3bab5\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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\\85cd7982-d7ea-4676-9f0c-29a791f3bab5\\azure-identity-vscode-1.0.1-alpha.20250617.2.tgz","_integrity":"sha512-U7UCb0A7Yybt5UuLTEDg07DxA8uZGYYM38G5MjMxPIRII72k96TsXDxVgHPu03bltpzVCiXIufsj4fBd/b1aDA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250617.2_1750204212238_0.2853896108313634","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250618.1":{"name":"@azure/identity-vscode","version":"1.0.1-alpha.20250618.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@1.0.1-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"33ea06b348f87287efac82854ffb650660c90ffe","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-1.0.1-alpha.20250618.1.tgz","fileCount":24,"integrity":"sha512-ZoBkrnDige0gqbpeKbwEuqTvmZDMScnwKPHZWSRApYd/nU3RPRJzRMvG/lWXmYDze7EoksrHfagAst++HN8x1w==","signatures":[{"sig":"MEUCIDy3IWPSTV5awDU3a0Ew65aHLfoihKa461NcY1SGoL3YAiEA4Fs4cWviciMh/MQXSzf4q21lOd54x4lc7Z/ghBN5TTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37391},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\429c6bc2-1259-449f-983f-e5961e0b155a\\azure-identity-vscode-1.0.1-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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\\429c6bc2-1259-449f-983f-e5961e0b155a\\azure-identity-vscode-1.0.1-alpha.20250618.1.tgz","_integrity":"sha512-ZoBkrnDige0gqbpeKbwEuqTvmZDMScnwKPHZWSRApYd/nU3RPRJzRMvG/lWXmYDze7EoksrHfagAst++HN8x1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","keytar":"^7.6.0","@azure/identity":"^4.5.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_1.0.1-alpha.20250618.1_1750290652496_0.03075366918743483","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.20250717.4":{"name":"@azure/identity-vscode","version":"2.0.0-alpha.20250717.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df0bb9de182906c49b738c398b8ae9c95f52cacc","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.0-alpha.20250717.4.tgz","fileCount":24,"integrity":"sha512-8Gr1ra1mR6fRJ5zvPEFf5kmnE96E7ya0GzkxZLWtuSCuQhWOnvqiQYqWYMUZwVFWimDEIsXsIsNspBPyCIZESw==","signatures":[{"sig":"MEUCIF/HX1IIppbfY67amjLxVfeqr9v3Utxmz8WUJQnaEnPeAiEA4iPMhc8TmuXrZ0csHXlXMW6XVHAMvytm928YYxOJXIU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43477},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ddf115e-0f74-43c5-9863-d3a68c1f811a\\azure-identity-vscode\\azure-identity-vscode-2.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.0.0-alpha.20250717.4.tgz","_integrity":"sha512-8Gr1ra1mR6fRJ5zvPEFf5kmnE96E7ya0GzkxZLWtuSCuQhWOnvqiQYqWYMUZwVFWimDEIsXsIsNspBPyCIZESw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.10.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.0-alpha.20250717.4_1752796004285_0.9809404233206793","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-beta.1":{"name":"@azure/identity-vscode","version":"2.0.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"beta","dist":{"shasum":"f87713e1b477cda287e78da3cbc11933ea84b34b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.0-beta.1.tgz","fileCount":24,"integrity":"sha512-0r46hqVSAx2LcRTq2cloiEK1iS8/mfP/GjsCbn1tvo9HQfJOwkEtTmjtU4DMwv1tUJB4kGMZ02Gj4tRGNgUSqA==","signatures":[{"sig":"MEUCIFQEqbd+hQ+h4tBbM1//Fvlsn1gF/297FXEvJh1CHH/yAiEA68YHId32HZ1czE235TCD2wxWgBvCtoDL7xVIOvQ/Opk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43393},"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","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\eaf237e1-cb8b-464b-87f0-590bb0f6e4b4\\azure-identity-vscode-2.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\eaf237e1-cb8b-464b-87f0-590bb0f6e4b4\\azure-identity-vscode-2.0.0-beta.1.tgz","_integrity":"sha512-0r46hqVSAx2LcRTq2cloiEK1iS8/mfP/GjsCbn1tvo9HQfJOwkEtTmjtU4DMwv1tUJB4kGMZ02Gj4tRGNgUSqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"4.11.0-beta.1","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.0-beta.1_1752810624206_0.9583048783254473","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.20250718.3":{"name":"@azure/identity-vscode","version":"2.0.0-alpha.20250718.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"54e98626c432ee69d9c4fc1096e0a4000087acc5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.0-alpha.20250718.3.tgz","fileCount":24,"integrity":"sha512-4S2yTHU+PkvcJX1zXbwVUojCvEkywB2Kdtjjoh1R/WPsKSxelA4+aqMLGz34gP4WAWJGLdLtI0qiNDb/BM1LaQ==","signatures":[{"sig":"MEUCIQD4Zbh05sCyPGp19aNOyg0a8PLSe2FOXb5UiG7iQcp/SgIgd0IC2DSWVX/B28Nj/bQbBt4FUqOd6GVHVUJHXHy6AL8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43485},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed14024d-e62b-477d-800f-d03128bff975\\azure-identity-vscode\\azure-identity-vscode-2.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.0.0-alpha.20250718.3.tgz","_integrity":"sha512-4S2yTHU+PkvcJX1zXbwVUojCvEkywB2Kdtjjoh1R/WPsKSxelA4+aqMLGz34gP4WAWJGLdLtI0qiNDb/BM1LaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"4.11.0-beta.1","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.0-alpha.20250718.3_1752882403589_0.5107487615956148","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.20250730.2":{"name":"@azure/identity-vscode","version":"2.0.0-alpha.20250730.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d39b8c7a6a60cb813f600474fc1b02b222cff14e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.0-alpha.20250730.2.tgz","fileCount":24,"integrity":"sha512-k5GaZo9bo9U2bu0yH0slVEPWLIGj1WHi5ERUSO7E/23gQ95cacHmisSKxxZGh/NIt7Qfy1OU/9OeJi4Tujw5aQ==","signatures":[{"sig":"MEYCIQDI1/leT8Ro+4/rCWSaWFPDA6gHBc6+DVRJ7VUgRooO/wIhAKxGGE16jsE40pgHsLWsWtxsFsqpOsI9+eEiznL7uKkP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43485},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\be95479f-9b1c-4bf0-a8f8-982474a9ef54\\azure-identity-vscode\\azure-identity-vscode-2.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.0.0-alpha.20250730.2.tgz","_integrity":"sha512-k5GaZo9bo9U2bu0yH0slVEPWLIGj1WHi5ERUSO7E/23gQ95cacHmisSKxxZGh/NIt7Qfy1OU/9OeJi4Tujw5aQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"4.11.0-beta.1","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.0-alpha.20250730.2_1753919180886_0.639252949244449","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-alpha.20250804.4":{"name":"@azure/identity-vscode","version":"2.0.0-alpha.20250804.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.0-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ee78b5c983b56f7bcbfdfaf01b7e75cffc1b1ab","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.0-alpha.20250804.4.tgz","fileCount":24,"integrity":"sha512-nDONC6YrgZwtwt65zVS4b9ofXmU9yr822a89Y541dXq7BJLifkGfqd70RhFvQAlAzrh4eqsI3GifB3dqc/dWHg==","signatures":[{"sig":"MEUCIQC507kjDvvIqZblW4qjZKwrVPGLN0E5hwU8+0Jm/AKsVQIgBDOsZYRXt+hi2OxBTvPsy5cudyYE+UeYYAlgUGvrWoY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43480},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8582ed9c-a4e3-4652-884d-637c28bf33fa\\azure-identity-vscode\\azure-identity-vscode-2.0.0-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.0.0-alpha.20250804.4.tgz","_integrity":"sha512-nDONC6YrgZwtwt65zVS4b9ofXmU9yr822a89Y541dXq7BJLifkGfqd70RhFvQAlAzrh4eqsI3GifB3dqc/dWHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.0-alpha.20250804.4_1754351284350_0.663937457271117","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@azure/identity-vscode","version":"2.0.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"d3d1065ea0f7898ed86ab0184c27eb8d23c9601e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.0.tgz","fileCount":24,"integrity":"sha512-qL8nCWkpxtyt+1P4ncXsZGmBPHcFbgSKQqp/vpMrinnSB1gkB2nt40/tLiF/62R5bLGPG18Hgj3LcnUZX7uliQ==","signatures":[{"sig":"MEYCIQC0jVFtg89iMiyvs5MXRlzSgX3n1LS3RWUDdt8NN4rL0AIhAIFzD4WSSXaeUSZP8njy1MQOO4gd1AUPT0/y0HlQVos3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43383},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1190aa94-c056-4aba-ac7a-970f0ddba2a9\\azure-identity-vscode-2.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1190aa94-c056-4aba-ac7a-970f0ddba2a9\\azure-identity-vscode-2.0.0.tgz","_integrity":"sha512-qL8nCWkpxtyt+1P4ncXsZGmBPHcFbgSKQqp/vpMrinnSB1gkB2nt40/tLiF/62R5bLGPG18Hgj3LcnUZX7uliQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.0_1754353363435_0.9586870238603786","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"@azure/identity-vscode","version":"2.0.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.0.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bcb641d18f78c7386f58206cb16e6443347c84c2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.0.1.tgz","fileCount":24,"integrity":"sha512-RssqmEAXuf0uXWfxLqnTBlkAnznqcaaZozt5dtMx976FmQbWuYlZG8KLwfNPUie+5SJU7s5D36cv4AJ8jpWAWg==","signatures":[{"sig":"MEYCIQDwo40HCVR2JYH1pAdao9OSi1FiCsTgAeQobbmYpgfVjwIhANw6AoD8c5PnnqdTAZWtjKAVQZ8zWTP3jvZIdYAKWpyi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43385},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ffe80b7-6e7f-4f62-925f-b950dc626916\\azure-identity-vscode\\azure-identity-vscode-2.0.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"echo skipped","test:node:esm":"echo skipped","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.0.1.tgz","_integrity":"sha512-RssqmEAXuf0uXWfxLqnTBlkAnznqcaaZozt5dtMx976FmQbWuYlZG8KLwfNPUie+5SJU7s5D36cv4AJ8jpWAWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.3.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.0.1_1755820311032_0.156380497293219","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20250825.5":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20250825.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e2a00886bd4b6aadfe88bae6f55b3b108e741db","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20250825.5.tgz","fileCount":24,"integrity":"sha512-SKLFnMB8eZKqIi2WLjRlsz9WZcecxFJ73HQ6nbGkaHfqhVjxKibhOezmR39k1jxrjoa9LZgwaKM3j4VYMEAygQ==","signatures":[{"sig":"MEUCIQCCUWvVGONoa7kGdjMmPX7ym4L1yC/3GwliLEseNcznfgIgVTtIV7KWI1qIceVgXg2C5bEci8pIGleeOLq37YLw9Ss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43382},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd8ba5b2-3521-4143-8586-a5a94e8a8d40\\azure-identity-vscode\\azure-identity-vscode-2.1.0-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20250825.5.tgz","_integrity":"sha512-SKLFnMB8eZKqIi2WLjRlsz9WZcecxFJ73HQ6nbGkaHfqhVjxKibhOezmR39k1jxrjoa9LZgwaKM3j4VYMEAygQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20250825.5_1756165992508_0.052502402934903936","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20250826.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20250826.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"939b84916d724aedf8642a2994ea7176addc412f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20250826.2.tgz","fileCount":24,"integrity":"sha512-HnZI8B5miOJrVUH8o94aJek/rU+dZcFa2eEauPrKm4MFbSH7iysfTGtzPAagTYMxl5lxTTgaQI7LrclhwQsE1w==","signatures":[{"sig":"MEUCIQDpGODR5pkPM9eD2mZ74zop4mnOkLYiSkZKBuXee/sxegIgfWmwTCoWorX8cjPlusHQoIyqzMWpuqHmbw8OasvtRQM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43382},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17fae2d2-2950-4d27-99d8-b647fcd5674f\\azure-identity-vscode\\azure-identity-vscode-2.1.0-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20250826.2.tgz","_integrity":"sha512-HnZI8B5miOJrVUH8o94aJek/rU+dZcFa2eEauPrKm4MFbSH7iysfTGtzPAagTYMxl5lxTTgaQI7LrclhwQsE1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20250826.2_1756252482962_0.8487535869046934","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20250829.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20250829.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43190e3c90f4982142be8c6dcc39a19f05ce537e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20250829.1.tgz","fileCount":24,"integrity":"sha512-n2PwOJYlxTrvb0YmsHf/gqrZOcGCrBHGwqDWkf0ZsbgeV6B43ku7edQ/2W+hgvFmSZkU9+MlnHRJYXaEaSf6FA==","signatures":[{"sig":"MEQCIDb+zwuwUmuGOm77wz+QiYsc0lyf1/hy9OXI9KxVku9hAiAFTCYyNsPbL0wKt1LdiFSkARxo27dRnePROq9hYOf/oA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43382},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89b517a5-8b45-451a-bde9-9921ca8ea205\\azure-identity-vscode\\azure-identity-vscode-2.1.0-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20250829.1.tgz","_integrity":"sha512-n2PwOJYlxTrvb0YmsHf/gqrZOcGCrBHGwqDWkf0ZsbgeV6B43ku7edQ/2W+hgvFmSZkU9+MlnHRJYXaEaSf6FA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20250829.1_1756511508393_0.914810562522919","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251006.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251006.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"06142322c4aa313d33faa05c6becadd4a67fdf69","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251006.1.tgz","fileCount":24,"integrity":"sha512-xx/jjfUWwd3h4cY+MtYDRJxjkS07wD2R2n+BsYFpV9cje3FqIG84+1GFi2syBllHQkyxpo6m9AI6h91dC3vLDQ==","signatures":[{"sig":"MEUCIQDUJ3cRHyhIzi8IURLA9Q5OSxOMqPpxEv21XtxNE3+SOAIgM09MIPUd/ZrEcULJArWz0tsO2NjbGo9OHNR6mQeyImE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44086},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d6ca532-59f5-4dfc-b768-243713bd6765\\azure-identity-vscode\\azure-identity-vscode-2.1.0-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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251006.1.tgz","_integrity":"sha512-xx/jjfUWwd3h4cY+MtYDRJxjkS07wD2R2n+BsYFpV9cje3FqIG84+1GFi2syBllHQkyxpo6m9AI6h91dC3vLDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251006.1_1759794397391_0.864835955441569","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251007.3":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251007.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8ab0de56f80523806cb6530cb5cfc270bfbee45","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251007.3.tgz","fileCount":24,"integrity":"sha512-ersk3eO1/uSoBQ8lS7B9mIMioy7G6B9UEvTiA6ji4la8aZzimPRjP+1SEmalmzaFGEUtN8FPn51QqXEPL9Rj3g==","signatures":[{"sig":"MEUCIQCXUy6drt5FlF3nmKWulLx3Qz072vEtJJfb8gjRKMT+UQIgdjjhcm+6j4Y+W04Kb6KlloBAiM/YUKv0na+pdBpCKtQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44086},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d8da4ee6-f5ac-43d5-9d6f-6c94b91a5d21\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251007.3.tgz","_integrity":"sha512-ersk3eO1/uSoBQ8lS7B9mIMioy7G6B9UEvTiA6ji4la8aZzimPRjP+1SEmalmzaFGEUtN8FPn51QqXEPL9Rj3g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251007.3_1759881045086_0.22699371798938395","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251008.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251008.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2e552ece0afb90cb44f46472dfd0715f82f4af5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251008.1.tgz","fileCount":24,"integrity":"sha512-Fi5PwBzAwfH3vh+Js/25Ouwggx3q0qrZc3itpt1HZJz3FWTasxCZy8xT8H/bMU5vRaSemQMDMjfqcuL1b9JecQ==","signatures":[{"sig":"MEUCIQCvM58B1M1acn6MxKOOHUielUauY5Vat7e0B9+RgTM+FAIgb93p7auFARNw0pNOG0P7wzhI2rPJ95qG9/MIllso04M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44086},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\811c89f1-da35-434d-86bb-826d07970b9c\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251008.1.tgz","_integrity":"sha512-Fi5PwBzAwfH3vh+Js/25Ouwggx3q0qrZc3itpt1HZJz3FWTasxCZy8xT8H/bMU5vRaSemQMDMjfqcuL1b9JecQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251008.1_1759967288915_0.09531915203104147","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251009.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251009.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44dd4c8abbe10f843f5e591d745b2551743b8e25","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251009.1.tgz","fileCount":24,"integrity":"sha512-NNmHv6bvQhXTIRDx5/1dJ+p303BBLt7iEFgDHUP/jLLj6AXQrTxVIlpgVu+2o85fp4mdVsUM9LT+NsZ0c1JD2g==","signatures":[{"sig":"MEUCICv+jWdUKV2z+evP+Ab2SRkJtNDFqmlkz4rWpR5b9b3UAiEA+syNWYppBZE+i3aeNu4FsOHoI/XfTeDcl6MWiMdcUYU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44086},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f592a5c2-4e2a-4cba-8dc4-ff888da9e492\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251009.1.tgz","_integrity":"sha512-NNmHv6bvQhXTIRDx5/1dJ+p303BBLt7iEFgDHUP/jLLj6AXQrTxVIlpgVu+2o85fp4mdVsUM9LT+NsZ0c1JD2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251009.1_1760053957659_0.054163829040304146","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251010.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251010.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d03f3e0f07b47a2d2ab97db116c8c810dddf32c8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251010.1.tgz","fileCount":24,"integrity":"sha512-xEi4HfB5v17BpunUzGwBaZJEJrBbpqYHoPqissLezan8sqy1Ni0Ofe3kEOTOW1ywdAV/M6afW19orGZ6VefFPQ==","signatures":[{"sig":"MEQCICE5UnP32dhKYN8cduj48W3M20wM6RLo69Db+tTjVJdOAiAzEulGW3f7w6+xHxZRnyXEkYgmgTQ06CIwtyzwhMVlUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44086},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c8ffffd2-5f0f-494d-8f65-3f86a2ed6bec\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251010.1.tgz","_integrity":"sha512-xEi4HfB5v17BpunUzGwBaZJEJrBbpqYHoPqissLezan8sqy1Ni0Ofe3kEOTOW1ywdAV/M6afW19orGZ6VefFPQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251010.1_1760139899558_0.9257405244003434","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251013.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251013.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d66e6f921337aa1e2cf97056b8826b0246366563","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251013.2.tgz","fileCount":24,"integrity":"sha512-OOAUItY1D7yA8djROa0m/K0stkyML6WSg97F0Pc6ZqLuN1URCo7KLBd/v6BMYyeEucwzsi2NQYL//MRJLuSuSA==","signatures":[{"sig":"MEQCIGqveA8b0fcS6qbY9dHl4eyW5q22MQYhO8Y2dFBvQDEeAiBbl3U1AOE2E7D78hRwRnQahjmoRNlB0OtNTj8xapCRFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44086},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85daa3f8-d36b-4061-929c-a41b7ba77e18\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251013.2.tgz","_integrity":"sha512-OOAUItY1D7yA8djROa0m/K0stkyML6WSg97F0Pc6ZqLuN1URCo7KLBd/v6BMYyeEucwzsi2NQYL//MRJLuSuSA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251013.2_1760399609550_0.7253504306772061","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251014.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251014.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ba7acd1f3ca800d75fa9a894861801c27359942","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251014.1.tgz","fileCount":24,"integrity":"sha512-JJAPfZPMsOe8PjJoMfrLjfR6J6A0HjTzvSU0qCY3Mm9qN5FEnd3F3qtISHn6nJ+ESDZfdKj3fIXoYlLdG0+/3g==","signatures":[{"sig":"MEUCIQCfmCQC4EmlCfSZsE5kDeqY8fm99r+rtsJqdZbI2ej+lAIgRIMcSqvFrLN7aZREPmo0GJnWm8eqFg8G78JYEJREB1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44119},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\368cc072-ff20-48b0-a4d1-05953ed39510\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251014.1.tgz","_integrity":"sha512-JJAPfZPMsOe8PjJoMfrLjfR6J6A0HjTzvSU0qCY3Mm9qN5FEnd3F3qtISHn6nJ+ESDZfdKj3fIXoYlLdG0+/3g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251014.1_1760486048796_0.09196124363033387","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251015.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251015.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac375fb5c771d2d8fde08019a8b8843b2af4c3b3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251015.1.tgz","fileCount":24,"integrity":"sha512-E5+xixeD3e5+MWTDpKwK+dE5FSLRx4h/AJFj7qioiigLLCh5niNL8m+FnIBpKMSt5i6pQEBJg9t+gktNSOAaow==","signatures":[{"sig":"MEYCIQDlhQ1Uwr1L7qD83V/QmIRSg/HDb0X1jdzaEvBvFAp2FAIhANChJRaW6aLoTItB0JGorQ4D1pGQmklcP+oNwvlqJmDR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44120},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80e7efb6-3872-4b6f-a276-46aab5593b5c\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251015.1.tgz","_integrity":"sha512-E5+xixeD3e5+MWTDpKwK+dE5FSLRx4h/AJFj7qioiigLLCh5niNL8m+FnIBpKMSt5i6pQEBJg9t+gktNSOAaow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251015.1_1760572363920_0.5511812179292088","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251017.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251017.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f79a65ad045781b3866c95334684e7f1fba0bff","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251017.1.tgz","fileCount":24,"integrity":"sha512-3yAMoZm7AJrME7EOYrGIj6/NuAOEOhKXXB/oj9BcY5TSyhROkfQj0Xc3sFpmMV9NfA+XjG0FHpqKLJmrOxrGyg==","signatures":[{"sig":"MEUCIHZ1u4lOvX+Ozp7iXUzJi+SlVoJYQecsu4jNQ+V/fcK/AiEA5yNkv937WuvtAH6M4W30pEgK50yj9NYweynAGWQPeoY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44183},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85ffafcf-d8b7-4752-8f4c-0d89ef9aa62f\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251017.1.tgz","_integrity":"sha512-3yAMoZm7AJrME7EOYrGIj6/NuAOEOhKXXB/oj9BcY5TSyhROkfQj0Xc3sFpmMV9NfA+XjG0FHpqKLJmrOxrGyg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251017.1_1760744764596_0.7901636238532801","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251020.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251020.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d93a1f02d841f92549306b91246a2babf3040b1e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251020.1.tgz","fileCount":24,"integrity":"sha512-fEHFmx2At1XOO/q14pXRvNdouB0FYD0i/rMbrKIqNThBFqfpGQpnUepREl1YP7GH2kL7yLzMb+B/bnGSnSS+1w==","signatures":[{"sig":"MEUCIQCck3WXjtF9sBiozRKT7mPQJf0AMezmJ3njHL06qcaZaAIgd1Z6QlRNg0vJ0nnhJpiUtt8XFxQEHCqsFIFxLpGr/Ss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec28fd14-48ee-45e0-ad0c-fd6211b41e5c\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251020.1.tgz","_integrity":"sha512-fEHFmx2At1XOO/q14pXRvNdouB0FYD0i/rMbrKIqNThBFqfpGQpnUepREl1YP7GH2kL7yLzMb+B/bnGSnSS+1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251020.1_1761003914605_0.08558772423719918","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251021.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251021.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e6fef8ef5dd750a8755b6f70d69e518c4f7e6d91","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251021.1.tgz","fileCount":24,"integrity":"sha512-TDjetmZkNO3oW5oEAE/dluuLqnOB2zG2squpY3gh86MUx2ncy5RNFo3SEcSGLSzMk1n7Oj7g2zYEleMIHc98Yg==","signatures":[{"sig":"MEYCIQC7GP/lZ/QI4rNlYNtoFqypIQGkPT8eYcmYqrbbw2OxawIhANZmi9L0hncv6EPZgZLZbe7qb9Hm5Lt3uAuN69U7Ukz6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5510fd6c-0b09-42a0-8120-0eed685fabc3\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251021.1.tgz","_integrity":"sha512-TDjetmZkNO3oW5oEAE/dluuLqnOB2zG2squpY3gh86MUx2ncy5RNFo3SEcSGLSzMk1n7Oj7g2zYEleMIHc98Yg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251021.1_1761090368996_0.5404788667796414","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251022.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251022.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"929c190ead113963b8ad1e687a94df0e378b8187","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251022.1.tgz","fileCount":24,"integrity":"sha512-iITFDupj7LPY1guNpbNazT3qkWWCKR1jw8LX3J0H/QxE7knCVd3y9J97I1dvQ0jE8ZqXT1aTedkix02WnVE8/A==","signatures":[{"sig":"MEQCIAGKldRgjz0svMz0bTRd8lky3Sr7zxjA8Fkv+TeDNu14AiA5X1c6tztuYIPR8mynLfr9MHpcFE4jzFqDCgaKu+n9Qg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5d21000-9e7b-4ee8-a056-57eaffcb2b43\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251022.1.tgz","_integrity":"sha512-iITFDupj7LPY1guNpbNazT3qkWWCKR1jw8LX3J0H/QxE7knCVd3y9J97I1dvQ0jE8ZqXT1aTedkix02WnVE8/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251022.1_1761176984701_0.8373518504025899","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251023.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251023.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8946ca081970243a969f45b8d0b26bec7b35a3c2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251023.1.tgz","fileCount":24,"integrity":"sha512-2jfwrdYh2e/OeoUMfaXUwige/OXg//ckmhYVGOyHHnKRFRfUaxi286GQbfdzZ8qxyPDoTYusNqRw+tI47OZkLA==","signatures":[{"sig":"MEYCIQC89P2GwxddfCw4voatwa7VPDNf6taMbw64hnoakXNm4wIhAOTVnm10lxw2k3iccK6BMU6eZ/DO27UihAEtFCQU+Us5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\74af6e96-7195-42bb-9214-0a3b28f4eca2\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251023.1.tgz","_integrity":"sha512-2jfwrdYh2e/OeoUMfaXUwige/OXg//ckmhYVGOyHHnKRFRfUaxi286GQbfdzZ8qxyPDoTYusNqRw+tI47OZkLA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251023.1_1761263249005_0.427874672382617","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251024.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251024.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ae5b12081c3d74d94214b2425075aef48e7bf17","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251024.1.tgz","fileCount":24,"integrity":"sha512-bPeznHQXD/ZsdSFLQJ0T14xt9kw0//swTwFjub0t2wbuT9GTJKB0aOQeteLJ4oLTB7DjYaX+llvOw+5juUPFlQ==","signatures":[{"sig":"MEUCIQD1dgZjSFJbug8ATf30RD9OXMSewxZ/e/jDzm7mFBg3HgIgb3svnYX4ICS6EPtoVQr1vZerXCIz9MQMTgCe158AVZ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0ffa6a04-68ab-4f8e-99c4-97e1991bfaab\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251024.1.tgz","_integrity":"sha512-bPeznHQXD/ZsdSFLQJ0T14xt9kw0//swTwFjub0t2wbuT9GTJKB0aOQeteLJ4oLTB7DjYaX+llvOw+5juUPFlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251024.1_1761349588597_0.9442975547804549","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251027.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251027.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"682a40b862f5beacf219b1484e084536a79713e8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251027.1.tgz","fileCount":24,"integrity":"sha512-aYMKFXJyabgWbicZBYai5o7lR7QulTlxRIHwLhB6YI43Wk82u3Y8KxPfuTqGaYoQm1dM7neKnVlx6bSjLYXd3w==","signatures":[{"sig":"MEQCIBaX+ID5RQUN7FRjJyit+WHiP1V4DcqoHatMHPkSvzq+AiBUavflspF69kybVZRi5yeivJr5TbmYIjk9wH+GcXvPLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bc44b35-9674-4214-9db4-cfc8449ecfde\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251027.1.tgz","_integrity":"sha512-aYMKFXJyabgWbicZBYai5o7lR7QulTlxRIHwLhB6YI43Wk82u3Y8KxPfuTqGaYoQm1dM7neKnVlx6bSjLYXd3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251027.1_1761608671780_0.8566813308800798","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251028.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251028.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9afb8b38f0d9afe05a0012907a043a3d6e7987c7","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251028.1.tgz","fileCount":24,"integrity":"sha512-NUEAa85v6zzyR5CyprolzjugDhz8UVGnjo+jlMSDDGkszTC4F4OoMCsuLoLy34+gz3TSOD0SidnBXlgbUDQBEg==","signatures":[{"sig":"MEYCIQCehuq1mWgwyrNNHHG2AtvmXf9JO1YmdnhKp/PttrLVPgIhAItrCnAUnABIeYTU5B1oVssLUy8LoA2STpkifKcT2k1N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d501b058-d53f-4138-8bc1-2d9548b94c13\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251028.1.tgz","_integrity":"sha512-NUEAa85v6zzyR5CyprolzjugDhz8UVGnjo+jlMSDDGkszTC4F4OoMCsuLoLy34+gz3TSOD0SidnBXlgbUDQBEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251028.1_1761695189040_0.6585455781186536","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251029.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251029.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4ab822eacc4c51a8e4eb852e76bb13b6fab2ef85","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251029.2.tgz","fileCount":24,"integrity":"sha512-h5SXY4fd1JmNpECeVJVRE2EAGHRTSgxX3bFPNFB67Mewld6bN9luxwFJp8CA6N1HZXIW+BIW4Ji3sT28wweWzA==","signatures":[{"sig":"MEUCIQDhsx1gYetJphZpf0rnv3w0Z6fsw4UJengihTsdPCyk5QIgdmykoRELsrVVHRbQ2rzKqoSp+4GtB4SvcSf9xUF4b1g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\954068f4-0a8b-487b-837b-7d634b98798e\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251029.2.tgz","_integrity":"sha512-h5SXY4fd1JmNpECeVJVRE2EAGHRTSgxX3bFPNFB67Mewld6bN9luxwFJp8CA6N1HZXIW+BIW4Ji3sT28wweWzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251029.2_1761781501990_0.09285485377774294","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251030.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251030.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84deffad5ea2375dad4c0fdcc8c97784f783e19c","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251030.2.tgz","fileCount":24,"integrity":"sha512-ak5hUbwSTDBkffxi2V9G7879dujf0fyRwybR8edbVEZ8uvCRZ4avSiSfXO4Kyiv/V+urArRyIrBbFFkI5PJleg==","signatures":[{"sig":"MEUCIH5zCha72SWpHDkEAgWA84mu2/5W4ZGsyytMekmovsSsAiEA2alPUc5T0xGi9yWbh9K/PCkiuHA64fucu8t+wh91J/c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\288f387e-4d82-49e9-a515-22e28d12ad23\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251030.2.tgz","_integrity":"sha512-ak5hUbwSTDBkffxi2V9G7879dujf0fyRwybR8edbVEZ8uvCRZ4avSiSfXO4Kyiv/V+urArRyIrBbFFkI5PJleg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251030.2_1761867927676_0.9226892102974691","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251031.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251031.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7dfd0254d0f4062cea6aafadc5605d5f369396d6","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251031.1.tgz","fileCount":24,"integrity":"sha512-4YT9GVVa9iCbRQuY/cNCCIRRuUgI6UnJqoIZYr9MbOLObWSCqTb+3EdIez653ECneTvr1DnNy4+BwnwHSNo8CQ==","signatures":[{"sig":"MEYCIQCkp98dKzmzQPs4vf+IO9GLNAS4jY2SLFQ/Tpy8kAmpiQIhAOUuSz+XDKJqXvxSCBYnCqWfffoT8VBjeorrP0MEQUiD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4575b28c-96a2-4253-8f45-d65281a4fbd2\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251031.1.tgz","_integrity":"sha512-4YT9GVVa9iCbRQuY/cNCCIRRuUgI6UnJqoIZYr9MbOLObWSCqTb+3EdIez653ECneTvr1DnNy4+BwnwHSNo8CQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251031.1_1761954324594_0.9707924755243689","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251103.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251103.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f13dea6a7b0e91369bf9ec0461d1a66ef2eec46f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251103.1.tgz","fileCount":24,"integrity":"sha512-9gUgouKm26d7vev68BmP+ySsPvPLPsIS+ymUMf0PHb1sQUQxCtvq+Cdc3GdV3VcpegFfVZSv6uFH6G82P7FMQA==","signatures":[{"sig":"MEUCIFUE6XN38QVFlmUtYTPAK8AOSK7q340DMenBsriPSwnqAiEAmCN9oZqhsDIvNudl0CwrBJkQcmao/h1tDEaQDhp1Isk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44182},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ba99d9e6-6933-4974-9521-2d42e2a04cfa\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251103.1.tgz","_integrity":"sha512-9gUgouKm26d7vev68BmP+ySsPvPLPsIS+ymUMf0PHb1sQUQxCtvq+Cdc3GdV3VcpegFfVZSv6uFH6G82P7FMQA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":">=4.13.0-alpha <4.13.0-alphb","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.20"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251103.1_1762217188011_0.9228988341034621","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@azure/identity-vscode","version":"2.1.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"a93ff61a0de5166cdf9a50438250e80a4db73cc2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0.tgz","fileCount":24,"integrity":"sha512-s60Y7n1SB5Z/NRsunYtkoS5tas/D46hZGcz7xY9V2tk/K7Tq6MxUuE6iMfqsZH1BYiFIhjlJ8JgPErqxHd3i5w==","signatures":[{"sig":"MEQCIDqAreYL3Yml7tao3Bvuk7rYu5IPWIkf5cHUgK5VfjHKAiBRF/a9c2CIgiM5AXY0hdXH1mPSViOOmtQyNhk/fyW2Uw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44112},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca370b42-d321-4815-ac68-c826224f37d3\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca370b42-d321-4815-ac68-c826224f37d3\\azure-identity-vscode-2.1.0.tgz","_integrity":"sha512-s60Y7n1SB5Z/NRsunYtkoS5tas/D46hZGcz7xY9V2tk/K7Tq6MxUuE6iMfqsZH1BYiFIhjlJ8JgPErqxHd3i5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@azure/core-client":"^1.7.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"},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0_1762464542353_0.6263315157138358","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251106.5":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251106.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8cb02b2a94fbe33e40b72a6215c7622d84044f3f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251106.5.tgz","fileCount":24,"integrity":"sha512-upj+srk0xioNke7Zjdfnic4OJEicCI+ex06RBO4rEpsG+O4Rc9S3NmbDYnFDKibGeG5D0xECiq1Cuzg3te0L3w==","signatures":[{"sig":"MEYCIQDJqskD5v/KoDJ7/Ta+kLFPZsN/AzxfV7Gyhhy3uk/kgwIhAO45XZnvWAIOR6WzCcb+EbCg4qGYl9YR6CRCa4cIRHZX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44482},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3df13987-55c0-4c15-92bb-cf96ca4973b0\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251106.5.tgz","_integrity":"sha512-upj+srk0xioNke7Zjdfnic4OJEicCI+ex06RBO4rEpsG+O4Rc9S3NmbDYnFDKibGeG5D0xECiq1Cuzg3te0L3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251106.5_1762477155557_0.6430348977999589","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251107.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251107.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cacb8c6539cdcf9fe306387290dab14e4a71a74","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251107.2.tgz","fileCount":24,"integrity":"sha512-qY8geVlvzwWu0Nmj/hXH7Q1lg+kgRXk8s4+biOZK0mHh0oqeRs9AP5YOqvBj2Cs8IpBqzqwuJ7DHv32/lSxhHA==","signatures":[{"sig":"MEYCIQDn7HBTOIbnNdbimDcQ5vsAH1joG0mk6G752B3vs8lUrwIhANefLcOt1xL3yT2FhnupBM1SR8MS9cV1u5uB4FfCdA5i","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44482},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7f58e29f-4e96-4439-b51a-aea1d076b708\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251107.2.tgz","_integrity":"sha512-qY8geVlvzwWu0Nmj/hXH7Q1lg+kgRXk8s4+biOZK0mHh0oqeRs9AP5YOqvBj2Cs8IpBqzqwuJ7DHv32/lSxhHA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251107.2_1762563356150_0.4191268054937707","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251110.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251110.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b68227fb0b6dbd05498e212b52a51486af238616","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251110.2.tgz","fileCount":24,"integrity":"sha512-NQl50MjL2COadJ+hPYJpMPqWFx3ANZ2a3mL6YvbCyfR2DCw0DZAvKRYHTFDVVZZ+uY+ENKa/guvTTi5IxOKOaw==","signatures":[{"sig":"MEUCIQD1U2Yc2e0FrxYWdrtTzzi+o5EfLRVKcjLtpGtFc1nJdAIgc+YWFxHxri+3hkdJbVvlZuQxXAouhCLNTEPHuJ885Zs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44482},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f2e2edf4-0bcb-4c2a-abd6-42ca7fa870bf\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251110.2.tgz","_integrity":"sha512-NQl50MjL2COadJ+hPYJpMPqWFx3ANZ2a3mL6YvbCyfR2DCw0DZAvKRYHTFDVVZZ+uY+ENKa/guvTTi5IxOKOaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251110.2_1762822312526_0.357758855418431","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251111.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251111.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5441ccaf08ec3b54e7610a46a28a0b56f6a854c3","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251111.2.tgz","fileCount":24,"integrity":"sha512-9BTQls/mDQUEJCq59lZitEr5hAJ7sTFzXqgHaW5RWer+jdCzy5SaH/YkVcQeg/1L7DNTgqlqwN8ugw8CoqrShw==","signatures":[{"sig":"MEYCIQDFRC2rYGZ0Kv3udDjt0nm8ZWRxcC78Nz0G3uHqC6/ZFwIhAKcZesAsrFP8IS8YMfy50c1DSOc1tWD6DsK0lwaQ5jiJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44482},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\38319d5b-0d1b-4459-9af8-5ae91bc18ed0\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251111.2.tgz","_integrity":"sha512-9BTQls/mDQUEJCq59lZitEr5hAJ7sTFzXqgHaW5RWer+jdCzy5SaH/YkVcQeg/1L7DNTgqlqwN8ugw8CoqrShw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251111.2_1762908276987_0.3996224903891141","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251112.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251112.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a4d6d8d44a9e8bc6715288672127b8cabde5f09","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251112.1.tgz","fileCount":24,"integrity":"sha512-t+QMujxcbDQYMa4V/SYDIWpn/H+JtVXaiYMH0dTvHYpPz/L4qbSc5eqUfHiY1/if7ulCquwPBEdOYAjS7zilyA==","signatures":[{"sig":"MEUCIQDGYLj6faGGZMDMvxuBcgdr9zmAB1VP5cT1Tj2qtrWiugIgYnUqDP07wAzjAYeff4t1yfi/IQmpYwYFhHPOnCQ2Yho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44482},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2834fe1d-0b58-4496-bff9-b0ea3af742fa\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251112.1.tgz","_integrity":"sha512-t+QMujxcbDQYMa4V/SYDIWpn/H+JtVXaiYMH0dTvHYpPz/L4qbSc5eqUfHiY1/if7ulCquwPBEdOYAjS7zilyA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251112.1_1762994859942_0.33588939179238864","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251113.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251113.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ba33bee6c6bdd6b4aa043483e1c8bf03024a2031","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251113.1.tgz","fileCount":24,"integrity":"sha512-4sPI5TLIkZsFDV/QEEx5GSTVJWusfjeZbdkTCVuiNFzTbsBY//GcMHgRj3HWlX80G4WrFTZvEoa0MnPRRAq4Rg==","signatures":[{"sig":"MEUCIGUSVktC1218OgWboKE9S1elLSmIIp+hb1iXQH1jqcITAiEAwE+F0Oj/SwrHIEJfyw9GT+zu+6nLNHR1npzZaId6w+0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34b9fa41-bfa5-4092-b93e-fcdd07662bf2\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251113.1.tgz","_integrity":"sha512-4sPI5TLIkZsFDV/QEEx5GSTVJWusfjeZbdkTCVuiNFzTbsBY//GcMHgRj3HWlX80G4WrFTZvEoa0MnPRRAq4Rg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251113.1_1763081559568_0.4259870226065299","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251114.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251114.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f6a4cb8b391e2b4ed7e68f14a1527abe65c5c0f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251114.1.tgz","fileCount":24,"integrity":"sha512-YvPHJtS9tRYj6LlnilZs+VE859C/ByNOAOpgbj4Jvw8abV5R+ofGEmbmrSTQy+QH+UyofTKzs0/tEDd3BN+sfw==","signatures":[{"sig":"MEUCIQCtHcm/b7rtAedk/+690egbLY1mfbeT5FQLP0ujeina6wIgS8/WbgJ4+aOdolfO6O2Z2c22LDfBOMlv7mlZJ0jkaAc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6509df52-0399-4613-a6d5-e9b9d38859f7\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251114.1.tgz","_integrity":"sha512-YvPHJtS9tRYj6LlnilZs+VE859C/ByNOAOpgbj4Jvw8abV5R+ofGEmbmrSTQy+QH+UyofTKzs0/tEDd3BN+sfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251114.1_1763168133332_0.8293876065273196","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251117.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251117.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e1d1da49975ee7b0ff50f2c94165f2843c3fea19","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251117.1.tgz","fileCount":24,"integrity":"sha512-aIGCe5fA+S5UBbYpSI1Vzo8vr1O3Y/RYqPOBkJFR0hDz2jZFdUy2BlK+ddkMYQP0gG2WYcA+MC+eF1jDEslP6w==","signatures":[{"sig":"MEYCIQDK6533Dqw3p7wQQY2fuEE6aqcD/bRKBJDvom9jUNh5oAIhAOA50EwIpC3/gkJiNGboyfLKWZ1aZv8zXL9uK8kJu4hn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e433c61-7e09-4638-9445-10ab401667df\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251117.1.tgz","_integrity":"sha512-aIGCe5fA+S5UBbYpSI1Vzo8vr1O3Y/RYqPOBkJFR0hDz2jZFdUy2BlK+ddkMYQP0gG2WYcA+MC+eF1jDEslP6w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251117.1_1763427144099_0.5798639341339396","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251118.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251118.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"907ae4e7a898ba51aa54e1c45b4f0dc93ffa75e5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251118.1.tgz","fileCount":24,"integrity":"sha512-6NmiK7N/wyiVUlkP0z45yHr9sK/xZ2x4169Mc/F5MD48wIZpL+LtfzapWXp9fjtL6ov+7fajS88kAu2n1ZJGNw==","signatures":[{"sig":"MEUCIDdw3hta2YTxwZ1gIm9nQrGI/qhwKY63MGlXbXaRXnY7AiEAglTdgenojh5MmBdvHTcy0HWmnNgIoXQpodZ0MC1n+Mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94b05667-426a-4a6d-9b8d-c04fe6acedf2\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251118.1.tgz","_integrity":"sha512-6NmiK7N/wyiVUlkP0z45yHr9sK/xZ2x4169Mc/F5MD48wIZpL+LtfzapWXp9fjtL6ov+7fajS88kAu2n1ZJGNw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251118.1_1763513149579_0.6246329893933888","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251119.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251119.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0dbbf9478424aa855d163a0281d5137bf572b099","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251119.2.tgz","fileCount":24,"integrity":"sha512-Ljaf8I4f7uOKQ3w0rgcrX5gAlb/K28AvUZ6Myi32cgoWpQOgBHf3Yn2RkOdIcaO+YSKjKKi1K60KpHVHgMYvNQ==","signatures":[{"sig":"MEUCIAN4XSEwsAnQ8HBhXNzbAPWrZp/bghF7maai0c6rBzhrAiEAzDDk5aARbfp5mjwzxkdE/eSu7+Li8kKTNkE3xV5VOrU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29dfec68-d161-4cdd-9fb7-4dfa40418e4a\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251119.2.tgz","_integrity":"sha512-Ljaf8I4f7uOKQ3w0rgcrX5gAlb/K28AvUZ6Myi32cgoWpQOgBHf3Yn2RkOdIcaO+YSKjKKi1K60KpHVHgMYvNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251119.2_1763599565223_0.5954429488480781","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251120.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251120.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe1bb0610347cf6fc96437a7bfa032aa1fc3ab01","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251120.2.tgz","fileCount":24,"integrity":"sha512-6iH7Z2zsH0uBHIUoV7IVnkcEci8AtfPEiTmR5d40vPsQU9/3BHaj5LvwQe3pl0skhnZAsJKjPgcdq+3vXPAPZQ==","signatures":[{"sig":"MEUCIQDIxTlLzIyMA3btgp9EFVofq78LgY6HEMiYvB79J3BVNgIgQblJFCdyV90CYbRrOmCExJLc6IPpZZHJk+IgIeqe+3c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66043e45-424a-4661-98c4-41f95de05f57\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251120.2.tgz","_integrity":"sha512-6iH7Z2zsH0uBHIUoV7IVnkcEci8AtfPEiTmR5d40vPsQU9/3BHaj5LvwQe3pl0skhnZAsJKjPgcdq+3vXPAPZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251120.2_1763685986627_0.12218028955957738","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251121.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251121.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"545194b06af5b22d7ee85fbcf155172acf543de4","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251121.1.tgz","fileCount":24,"integrity":"sha512-0UNJ/makkuCcNPjekfwN414bxSE1YU5Iqwti3piQyGkYa+LJXj5SZo1HZGdfslN6w824dBb2l5tWxoCS7ZJDdA==","signatures":[{"sig":"MEYCIQCiE8vOflYyGHDQI6ChZ71USUBrVoYhKmc7g8idmgiUKwIhAL+GS+IAL8KIqselvGk2RDIRgyZcuEC8ir0wBgST/OG1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\58333a98-db03-4fb5-8f44-2bf24ca0c93c\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251121.1.tgz","_integrity":"sha512-0UNJ/makkuCcNPjekfwN414bxSE1YU5Iqwti3piQyGkYa+LJXj5SZo1HZGdfslN6w824dBb2l5tWxoCS7ZJDdA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251121.1_1763772340952_0.08128767971576178","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251124.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251124.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f1ce1a069b8fced6c2c32505ae8f97b63534cb2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251124.1.tgz","fileCount":24,"integrity":"sha512-0TjSxMqpGOz31IRTAjkH0PZs65MNSMOBO3N+OeFV3BAdn7iLxgOQmMaKWJOHGTpaNIujM6l23WmcsIeHYS8BaQ==","signatures":[{"sig":"MEUCIDlDioQN6kGPugDVC1nfOPy/iA7yY9HFGoBH54RrSW7gAiEAhqVUSC0768Nd2zw0PsK/YXZ2GvGFMI41vyCiRX/YTuk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a9536aa2-ba4f-4336-85f6-b28d7962654d\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251124.1.tgz","_integrity":"sha512-0TjSxMqpGOz31IRTAjkH0PZs65MNSMOBO3N+OeFV3BAdn7iLxgOQmMaKWJOHGTpaNIujM6l23WmcsIeHYS8BaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251124.1_1764031834675_0.5668590597833405","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251125.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251125.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4fe5f21a4dbaf11d53a6552a56ecfb31bfc062fe","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251125.1.tgz","fileCount":24,"integrity":"sha512-15O7V8/OZrztN1GoXSTnZEl3s6mkZLvJ2hK/eGkMjlBjjoQgZIDzwFMAi851u+ys7tUeInKz0EARD+kdDUiynQ==","signatures":[{"sig":"MEUCIDUjcjogBKpLfpO9MnvliCBhDIhiXsTe+jSybbGjkGlEAiEA1GzdC8YNa3AKcc2P6RMxhsNJ1T4mSQVxzICIWkCg8Dc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d424d070-819d-4e2f-b487-b9f2806482ea\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251125.1.tgz","_integrity":"sha512-15O7V8/OZrztN1GoXSTnZEl3s6mkZLvJ2hK/eGkMjlBjjoQgZIDzwFMAi851u+ys7tUeInKz0EARD+kdDUiynQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251125.1_1764118128556_0.1438272615496352","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251126.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251126.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae5ca0ab1343898122f21235e0def4cbac973252","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251126.1.tgz","fileCount":24,"integrity":"sha512-EYly1NX+JA5v4GFiKI3hxaG+s0GFal+y3Y14ym/DQpP0kMKtsZ51aJX72CQl/FDocV1lp3xj6jT/i2+418f42A==","signatures":[{"sig":"MEQCIFwzMuHFRQzqJ92eBF2D0YwDNCGWUVzBnoFICay24x9wAiBQoq9t/ueiSVEoaRCYpRUJ2BY6p+QNZ9hu1do3gQh/GQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\50453c76-7208-4509-b08a-70756b63cfa9\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251126.1.tgz","_integrity":"sha512-EYly1NX+JA5v4GFiKI3hxaG+s0GFal+y3Y14ym/DQpP0kMKtsZ51aJX72CQl/FDocV1lp3xj6jT/i2+418f42A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251126.1_1764204336737_0.9359341500098908","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251127.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251127.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20251127.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58d08de301606696077623e87a9c963b50abd174","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251127.1.tgz","fileCount":24,"integrity":"sha512-9aP7vy85gyZyTMhq9YgRObkP53fRu6ZfG6PZ2slP9O9o6F9MlnpATLqe5fd45oA7shu6zkLSQCELA8NDsFT8dA==","signatures":[{"sig":"MEUCIQDAUKuGZOfq/t5al/4Bm+yvC8p8UlsuNyU/6TxlbmzxzQIgB2xJ1CbjT/ZiioIHNhxvjnsAFzkkFxa9zryuCJMxrEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa56e516-77c5-4d0f-be26-6bede7f960d6\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20251127.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa56e516-77c5-4d0f-be26-6bede7f960d6\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20251127.1.tgz","_integrity":"sha512-9aP7vy85gyZyTMhq9YgRObkP53fRu6ZfG6PZ2slP9O9o6F9MlnpATLqe5fd45oA7shu6zkLSQCELA8NDsFT8dA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251127.1_1764290823461_0.34201539209473997","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251128.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251128.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ef18e42f2ce08957304bdbd79d044eb8d9d0121","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251128.1.tgz","fileCount":24,"integrity":"sha512-oIEd7croseJrhaysREJS987F4Mb2N9KIhDijCDlcZ5u1kLmUfQc8+3uqeKViH5SMaEeYaA/LUubKw1aJMdulJQ==","signatures":[{"sig":"MEUCIQCIBoySldcFQEMUnsIVpmAxKWigpsO2C8aNuQFRtuSClgIgD6KwEr7HMegeRJNZTNJVlCWQ/sTwHrn1jpyL85lJYis=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\221e3c07-3c02-467d-a1f1-3c281fdcd477\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251128.1.tgz","_integrity":"sha512-oIEd7croseJrhaysREJS987F4Mb2N9KIhDijCDlcZ5u1kLmUfQc8+3uqeKViH5SMaEeYaA/LUubKw1aJMdulJQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251128.1_1764377247367_0.9512626744057786","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251201.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251201.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"edab0ab96fa7598b78497b6ec1611fc7e9260db9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251201.1.tgz","fileCount":24,"integrity":"sha512-n0ALwkp/kkoIDR5neDJnpSLDkar0c7HBSjxktl1OK82T/isAiFIxgWwSce5HaJsq7NozrH4tdZ5IZSE3H3N47A==","signatures":[{"sig":"MEUCID7zOk1OWJhFLO81phS5rdvH+wgiq+8qw5aFpaf87FNTAiEAseqaYs0tDy4sfttvGJPfFJlILBIEy0db4ZaKLa8YnLc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3af6d4e0-0d24-4f4c-9d2c-367bdb5fe133\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251201.1.tgz","_integrity":"sha512-n0ALwkp/kkoIDR5neDJnpSLDkar0c7HBSjxktl1OK82T/isAiFIxgWwSce5HaJsq7NozrH4tdZ5IZSE3H3N47A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251201.1_1764636711884_0.09280744589731693","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251203.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251203.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab22858a7dbb5b9497f72ae65789086994f0279a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251203.1.tgz","fileCount":24,"integrity":"sha512-2yMSxrBGzqE9SBRypEhcq5ws/7b+a9O78uPuIUijCpC4BNaZyXOevhwAPcw9EwOCOfs8IxfoT28ABIwin8UKcw==","signatures":[{"sig":"MEYCIQCroF1/Djz98MiRqu7PIKrek/3Bz+XbUUqnw25Wy4TMMgIhAKwvbUM+vcPmiaS4sAJNUiOgbJ/XMmscYendRWPIcnEs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49594d4-d418-4fc4-9a41-8f5172b9e6e9\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251203.1.tgz","_integrity":"sha512-2yMSxrBGzqE9SBRypEhcq5ws/7b+a9O78uPuIUijCpC4BNaZyXOevhwAPcw9EwOCOfs8IxfoT28ABIwin8UKcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251203.1_1764809513160_0.5010320899727543","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251204.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251204.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3830b05d82bad19eb0d8cb298b3ee727df1e36f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251204.1.tgz","fileCount":24,"integrity":"sha512-omhN3dgTeFqHHmOpClS0foj6szjmTAmIPE0nSgmdTZixD9XvCPLxXbk8DSnOg8FYg8/W7nO9W3VQiWinYQYx4A==","signatures":[{"sig":"MEQCIDmPIzfySPvyy801pED6gziTRR6A8jXEHaN/8CPpkydgAiBKz0TmF3qor5Y4PxMI49d5Rd/MOO2qDof+ybyfASa1TA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7220ae73-313c-47a3-bd37-f905512a4f80\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251204.1.tgz","_integrity":"sha512-omhN3dgTeFqHHmOpClS0foj6szjmTAmIPE0nSgmdTZixD9XvCPLxXbk8DSnOg8FYg8/W7nO9W3VQiWinYQYx4A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251204.1_1764895590107_0.24403899633862403","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251205.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251205.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"750c0f753056a079846bbb99d5b877a5d0691a23","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251205.1.tgz","fileCount":24,"integrity":"sha512-KKYkkRFaiLGHs6YVZ+nnJrPAPc3fyquqNQWC0wy2I4F3W68WZUAynlAYyx6o2WVkgUyhp1xDPP5044iZs/2eBQ==","signatures":[{"sig":"MEUCIQD/a6LVOuE8CasbiCz6RMVV5cGThlKbpG8htpQOTXNWwgIgd7YnP8XThpHj037y8sZpIMqLOfrpY3VIwhhyW4Y8iZA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e04ac8a4-40c4-45e9-b766-fe1f8959228c\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251205.1.tgz","_integrity":"sha512-KKYkkRFaiLGHs6YVZ+nnJrPAPc3fyquqNQWC0wy2I4F3W68WZUAynlAYyx6o2WVkgUyhp1xDPP5044iZs/2eBQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251205.1_1764982335452_0.184020686290447","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251208.3":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251208.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"06d3dd7f8b79291fbb8ebc5f76feec2c5dd8653b","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251208.3.tgz","fileCount":24,"integrity":"sha512-F2TFamS7tdYblkuGV5eFya8fo53ZkPiUut2QQqIi2ZkWGA0RNiCb2bbBognUiMaybjiydpp2QIO+LOW2QdHemA==","signatures":[{"sig":"MEUCIQDWJ+e/16EKxJh4CodTf31lgXB71q7J4e1Mv2nO4JpSGQIgKJfLqz7dvIS3pDBpnWcVnJr6SpVXtwoN4qqOfO+P2Nk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5e0ff43-a045-4137-a0f6-562672349d25\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251208.3.tgz","_integrity":"sha512-F2TFamS7tdYblkuGV5eFya8fo53ZkPiUut2QQqIi2ZkWGA0RNiCb2bbBognUiMaybjiydpp2QIO+LOW2QdHemA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251208.3_1765241628805_0.7731523208134183","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251209.3":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251209.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"588731dbfc357d48048f34abd4a16533954ccb50","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251209.3.tgz","fileCount":24,"integrity":"sha512-KVLCEe6HdS2VdPCRbic0T5YKg8TpPDsL3yw5OCbLTilCEZ4Ndi5NfRk64oPzYTa2ClEWSuvxpTYKQohgvFBixw==","signatures":[{"sig":"MEUCIQCIrfxbHiNp28qgnuOaoLOZzIeiK0sdFfJKYG9j4VLQcgIgLUomeXdXVEn/9f2Qu8ks//tDO9+EFdwQRdR4AtlP6hQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e31493c-919f-4b80-8f60-94e72095fcc0\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251209.3.tgz","_integrity":"sha512-KVLCEe6HdS2VdPCRbic0T5YKg8TpPDsL3yw5OCbLTilCEZ4Ndi5NfRk64oPzYTa2ClEWSuvxpTYKQohgvFBixw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251209.3_1765327494503_0.548576222163442","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251212.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251212.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dece5749cd782e92430072941ee7b5ae12063cc1","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251212.1.tgz","fileCount":24,"integrity":"sha512-mDVSIK2Yu0soD5F6BL7s53lL6fFH8KNKW6OnOPaziWqvYCnpxy+6pa5e5BKsDARXTtnMITJ3M/86+MrwR7iwWw==","signatures":[{"sig":"MEQCIEjJN58Wl0TtYxSSHYvR569vlszNfMFMUinY7Xy+2Q2yAiA4GYVtrD4a6GmDHHIUf9yg9SjiXw0Hkj/nXK9QcmtZvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36bacd14-ebf6-4a28-bff3-d29ddc59eaee\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251212.1.tgz","_integrity":"sha512-mDVSIK2Yu0soD5F6BL7s53lL6fFH8KNKW6OnOPaziWqvYCnpxy+6pa5e5BKsDARXTtnMITJ3M/86+MrwR7iwWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251212.1_1765586909673_0.5600776572114536","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251215.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251215.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e90f0155829c5d13a2f0293b955e6ec294a6d78","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251215.1.tgz","fileCount":24,"integrity":"sha512-RQIbGXXakgGdIGEUan/9IC+exOGRxHeRGiaiq+e2chZcIQGFcEWMZ41yOO1GcmkMUU7vXdSX3t/bgMk028jKeQ==","signatures":[{"sig":"MEQCIFEsf6LiI2cRHyI5jZ45x7m9ARS1RuoBMjrFmJ+/l3oyAiAolzQX1Vwc3lnBkpnTzYuhN/68NSQF8o25lZKQhLgPvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2085916-3c59-4bc6-bd3f-5b946224aa9b\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251215.1.tgz","_integrity":"sha512-RQIbGXXakgGdIGEUan/9IC+exOGRxHeRGiaiq+e2chZcIQGFcEWMZ41yOO1GcmkMUU7vXdSX3t/bgMk028jKeQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251215.1_1765845934999_0.40764403953448625","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251216.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251216.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cbfc4b421dc3c2aa4a893f34b14c56ccbd8a389e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251216.1.tgz","fileCount":24,"integrity":"sha512-OOLWk3enO1khUJKqErMyujslsWMoKjMVx3Hz9r1TASmR8lj/jBPJg0qV8mop4Dc9nynJaXACu1YFmDaP0lLXKw==","signatures":[{"sig":"MEYCIQC24sdjBA0kKInmVt1EjLGCJATWNtOlJWLHNItwYkhDtwIhAKGkbMWt+LjLxbYqOw0nct9wgahDtP9v6cPDzIijKcTF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\77f42619-a7ea-4b1a-b3c9-e5be5e445ab9\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251216.1.tgz","_integrity":"sha512-OOLWk3enO1khUJKqErMyujslsWMoKjMVx3Hz9r1TASmR8lj/jBPJg0qV8mop4Dc9nynJaXACu1YFmDaP0lLXKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251216.1_1765932386253_0.32511782076403417","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251217.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251217.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0792d0e093a36d31123e9e04d9629835b97ea8a9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251217.1.tgz","fileCount":24,"integrity":"sha512-OWOT97tw2RUsAhQBBI9vprZg26mAykmhqXW0ryCbykC3a2dq1/HQs4EZ9zTLzcQ8nz1Nb09GhXueAPSV1SUF8g==","signatures":[{"sig":"MEYCIQC2zIkxYGUoU10mnPUCi+DYnXFN98Jw84pFkM45hrL+bwIhAI+WoTp0Nh42oUjvQqJ5DN+exzxwtTvrR5y04q2SNGa5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b5eddb0-aeb6-46dd-8fef-e2116e1f354b\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251217.1.tgz","_integrity":"sha512-OWOT97tw2RUsAhQBBI9vprZg26mAykmhqXW0ryCbykC3a2dq1/HQs4EZ9zTLzcQ8nz1Nb09GhXueAPSV1SUF8g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251217.1_1766018795767_0.6188048186628443","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251218.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251218.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eba9a19b28185c561427a02ee1b588afa74954d8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251218.1.tgz","fileCount":24,"integrity":"sha512-vXJ+fsZdCf0PwzcRc3qfBnZ3dmOHRVKNR6NOCqO/YlxO/o9+z62w78FEs1B0DilgF/cp69avss9n8Da7PrQSYw==","signatures":[{"sig":"MEYCIQDXF7Tp3lgdv+Q1RA1vuYjGty5z5+P8NjRmcITxIv2SYgIhALoLDouBV3Ae673hsZf98Ta8GUZ/C7xZMTk65dW3o2y/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64f5adfd-713e-470f-be75-969f8d330766\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251218.1.tgz","_integrity":"sha512-vXJ+fsZdCf0PwzcRc3qfBnZ3dmOHRVKNR6NOCqO/YlxO/o9+z62w78FEs1B0DilgF/cp69avss9n8Da7PrQSYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251218.1_1766105560450_0.9414165597253301","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251219.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251219.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"073fd6cd30e1c49241f1173c02eebee67528c7ac","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251219.1.tgz","fileCount":24,"integrity":"sha512-UyDf6ux5z+dsMRcGjDvNnSug+2viUq57RXghkffxkJooRMBBeNqD/ZEY6W0MrLHEAa59/9yWrJv4E8cwqB+rog==","signatures":[{"sig":"MEUCIAiEEt8TCoRK61Grgj8qNu1zlHx8iv3MsMFa6Ys4UCPfAiEA689mWbZcWmKGSKaD8L0+aLTdSEm4h0QPSLHZkj2GJ8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9766914e-0011-452b-8e9a-ee47dbdf36a7\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251219.1.tgz","_integrity":"sha512-UyDf6ux5z+dsMRcGjDvNnSug+2viUq57RXghkffxkJooRMBBeNqD/ZEY6W0MrLHEAa59/9yWrJv4E8cwqB+rog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251219.1_1766191927981_0.6501711667577215","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251222.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251222.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d44c78559f99da78d9bb3e1ce7ab5e36cc432290","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251222.2.tgz","fileCount":24,"integrity":"sha512-mwDXlp+1p8KEi4+0Axg+YT81GLqy79EguQTbIIFO3ZIX+/O+BQMwGMnDAXQ+T6/kQ6JVNHT1Vf5U342Qf/DGWg==","signatures":[{"sig":"MEUCIBn+msX8vtU91feh2Rwtm/RQ1jB0AAf9N0j2//osl+ICAiEAio4kVt5pq7c4T5AWXJ603mpAiPHP3sQOZviGd5JoX/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e5007c86-cd55-4953-bdde-ea4858f634fe\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251222.2.tgz","_integrity":"sha512-mwDXlp+1p8KEi4+0Axg+YT81GLqy79EguQTbIIFO3ZIX+/O+BQMwGMnDAXQ+T6/kQ6JVNHT1Vf5U342Qf/DGWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251222.2_1766450773444_0.5565902577128572","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251223.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f8cbcf66541115d73115b32ac1ca13e0053c986","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251223.1.tgz","fileCount":24,"integrity":"sha512-vf1JFrMUZJDm+UnELzOrgZXeuTAyV9YHM9MiCJRY3SuFdiBqaSu+lzI2vUxP8k1RP5PYN/4ztedGa+APQtIPyw==","signatures":[{"sig":"MEUCIBmqY3jDV/hTXnpDjK56yaAgRM6u80p0hD5NleYYYkFBAiEAr5zzkh58kZlIJXkZ3Xo3W7sRV36HPExFdZUBysL+OdI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8e3ef0cf-e57d-4f78-bff5-5b62eaf487de\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251223.1.tgz","_integrity":"sha512-vf1JFrMUZJDm+UnELzOrgZXeuTAyV9YHM9MiCJRY3SuFdiBqaSu+lzI2vUxP8k1RP5PYN/4ztedGa+APQtIPyw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251223.1_1766537080662_0.3056668679449628","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251224.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251224.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"442a10e9463a5f4c45ff71d49ddc33dd0290aa40","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251224.1.tgz","fileCount":24,"integrity":"sha512-Nr1PGDlwOULW5D/OsnxSlypjicc9zDs0CSzP8y5AwBe2aa6xCvRf+jsZMy63ZrO1naCu5st7pDOE8PESbDnHOw==","signatures":[{"sig":"MEUCIQDS659ulxE308WE2mbA/QlJ9+vobZdWexa3H1UE5UtsWAIgXkgy5jNCXJ/LDlv+bUUAT3EZvfJkRMLZv3q+HYq253s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cece95ea-30c0-47f9-87a9-6afdb6b911fc\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251224.1.tgz","_integrity":"sha512-Nr1PGDlwOULW5D/OsnxSlypjicc9zDs0CSzP8y5AwBe2aa6xCvRf+jsZMy63ZrO1naCu5st7pDOE8PESbDnHOw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251224.1_1766623499534_0.7486744147323465","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20251230.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20251230.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca96cf96481e7a415e3ee30215ea0b83d7d1e24e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20251230.1.tgz","fileCount":24,"integrity":"sha512-U4Xuvcuxp5X4DO/MLSPDMuDDOnXfbivkpNYr2vqZ39OvzNlqRcBFB1DSAPyHVisfKIdc1BMnCsPLt0IZ41TJ+A==","signatures":[{"sig":"MEUCIQCc3W4EhE4WZS55uNaNOSoufTZoTWBDMNk/18LSIo1RsAIgbjjIsaCb54cuusli1lybNo9cybH2SaKPvKsvTuQzNTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\df0b61cc-86e5-4634-a239-47495ed98780\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20251230.1.tgz","_integrity":"sha512-U4Xuvcuxp5X4DO/MLSPDMuDDOnXfbivkpNYr2vqZ39OvzNlqRcBFB1DSAPyHVisfKIdc1BMnCsPLt0IZ41TJ+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20251230.1_1767141938139_0.4385810451283678","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260102.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260102.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa6b112eaaeb361c52832cd8e89e505b2ffd80c8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260102.1.tgz","fileCount":24,"integrity":"sha512-4boMAxPIlRMspPZQuNM46c82rRiRUPVEQ86Dto4KsYsTGQzbdhk3ayj11Nl/d6DCetQ8jSUFLylwus30Jw2D+Q==","signatures":[{"sig":"MEQCIGsvCnnHG3ZipAKyXh3vIIipUYeaOjyT6pit739OsD04AiARiepkCj23rMJoLAalNrqxn91G2IhC7f0l/02C6w6LOA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a7f4a471-5eea-4682-8073-3d5a337cc599\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260102.1.tgz","_integrity":"sha512-4boMAxPIlRMspPZQuNM46c82rRiRUPVEQ86Dto4KsYsTGQzbdhk3ayj11Nl/d6DCetQ8jSUFLylwus30Jw2D+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260102.1_1767401077528_0.438694580404664","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260105.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260105.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"983c8fed7e73dda7221e4ac1683726688b128002","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260105.1.tgz","fileCount":24,"integrity":"sha512-4QeVrvvKSMM5jMmhC7nZJtZZ4ktrhkh5AW/bCodDYBtvHOx53pJ4/1LoTl7jBbPbi7k+ObAO5zLC4mF7f5g6Qg==","signatures":[{"sig":"MEYCIQCn0USq1jtVwk4XnYQzVSBwVJzgpa8SMNyglPzHfXYu1gIhAKTzhAxwXjGUl5OQvPPTOl5V5R1cH7zoBZd8erSHOWSo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44483},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68ffb6d4-5888-446a-9f1c-290dd9fbe6ff\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260105.1.tgz","_integrity":"sha512-4QeVrvvKSMM5jMmhC7nZJtZZ4ktrhkh5AW/bCodDYBtvHOx53pJ4/1LoTl7jBbPbi7k+ObAO5zLC4mF7f5g6Qg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260105.1_1767660753770_0.9621788024417728","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260107.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260107.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2edbf818fd079d21dcb8534e570d62c3aa70f171","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260107.1.tgz","fileCount":24,"integrity":"sha512-Ud6nGPBsZP/VjRkpTAmrm49ZBCAMCwmO43/mHmiTTFObobfpIonFwSoguPnlA+Yc9m8O4ZtF/tp2GlbMzhIEHw==","signatures":[{"sig":"MEQCIHuZKITEoZnMol7wDuKAzkBSzJ9XscGi4tTD0XykdBcvAiBju787YIwbCB/Vsp9CLPlvWDOJVjeLR8Y+e5Cxl+ImaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5411fec-4a8f-4505-b31f-8ad6c5f143fd\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260107.1.tgz","_integrity":"sha512-Ud6nGPBsZP/VjRkpTAmrm49ZBCAMCwmO43/mHmiTTFObobfpIonFwSoguPnlA+Yc9m8O4ZtF/tp2GlbMzhIEHw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260107.1_1767833855863_0.7791872620448257","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260108.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260108.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"90518db90e93b8850178bc99ba8a412f6f337331","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260108.1.tgz","fileCount":24,"integrity":"sha512-lTXbQRwLZQoCIFMZ0xxo8OgS7qubI/zKL+boryno71GQHCtOZFKgzOTd3M9UDO2Ee7e7v8mHzSp44hV8D1a2Vw==","signatures":[{"sig":"MEQCIDaygD/7EHwDJJ8+/8ZWqrJ4x4HVw2d3vz8Kr/QcUxdWAiBuaKMPLJAgTMKSjBEZCSd9dRw8yhEhg57atyvdZHa4pw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd8f4795-c65c-4bec-9693-369ed73da1a2\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260108.1.tgz","_integrity":"sha512-lTXbQRwLZQoCIFMZ0xxo8OgS7qubI/zKL+boryno71GQHCtOZFKgzOTd3M9UDO2Ee7e7v8mHzSp44hV8D1a2Vw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260108.1_1767920235316_0.3485979836626376","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260109.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260109.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"733e0e704a8fd239a14fc8cdc8d08808bb8a37fa","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260109.1.tgz","fileCount":24,"integrity":"sha512-Fz2mPyKv2L6cWuXfQlnfBgGuLfvTAXx/NC5s70FmTylybwkHS03rNzzpz9/6ataT1JZIXLc5TbETIDDKBEwKTA==","signatures":[{"sig":"MEYCIQD2QP1m6gMeBOTpIf4uMupDHPnkX1CudpqChlXcjN4/egIhAP/5VVXeERyRQMOC2+cCUmBpCLpD3ZFNDatdRjkj709l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62e4e28f-2e9c-4a6a-9c86-066accf493fb\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260109.1.tgz","_integrity":"sha512-Fz2mPyKv2L6cWuXfQlnfBgGuLfvTAXx/NC5s70FmTylybwkHS03rNzzpz9/6ataT1JZIXLc5TbETIDDKBEwKTA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260109.1_1768006322439_0.7891627405152124","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260114.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260114.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7f94fb4a3c6617af7cc6c2b7a863a37253a3b58","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260114.2.tgz","fileCount":24,"integrity":"sha512-0OIkx1IA2eyajYYrvMZ6svz4XSjgON96esq8gFh0kBSws0dpmF+PbzbzYIuPUc8MB5+etZtBeR9k0KebZpb2mw==","signatures":[{"sig":"MEUCIQCW8TyCgZ+5B5P7dmuvcdmDp4/9oXX0W1ss7ocvseTbCgIgUFGymw5oMYti8OXH3HvQdMluS3Cqi7/OJchyyeJXlmQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40b182f4-8a98-44eb-820f-e00c14db3e1c\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260114.2.tgz","_integrity":"sha512-0OIkx1IA2eyajYYrvMZ6svz4XSjgON96esq8gFh0kBSws0dpmF+PbzbzYIuPUc8MB5+etZtBeR9k0KebZpb2mw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260114.2_1768438641578_0.8653727473534694","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260116.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260116.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8ad2c64c07e3ab91999fb8af45da41af42dfaaf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260116.1.tgz","fileCount":24,"integrity":"sha512-q74gt0Lz/8/paJ9AV0DH0DMH8n7ihAtXxtZeYT5lnOIIfa159m9YAMK+v0lLGwywXIVyB7aMS45zdLMtwHaJdw==","signatures":[{"sig":"MEUCIQCD5PP093wI4ftlVE0XCLNxkyCvRGHdraWCs67xv5jU7wIgEnzrG27w8W+gaOlEQjhLskyarq18XQ+4mdoqEPsUJak=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\984cf0a3-9b6a-433b-9b84-1574ad08534d\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260116.1.tgz","_integrity":"sha512-q74gt0Lz/8/paJ9AV0DH0DMH8n7ihAtXxtZeYT5lnOIIfa159m9YAMK+v0lLGwywXIVyB7aMS45zdLMtwHaJdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260116.1_1768611104117_0.1682993705701863","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260119.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260119.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99e92812a63995af34ef0eb3ec287b8e7804a555","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260119.1.tgz","fileCount":24,"integrity":"sha512-EuXO2Y9NPB8qFJaXZQo2ImcraSZlFDVQYQMl8QEX83MpwOb4QCY89Sx8NM7QWRkFBOQtTAPLwW2gbdkvOLkiHA==","signatures":[{"sig":"MEUCIDjbv1c4ZM3m3RLwwVKal0S5NemG4pMJoNd6TOumJZh0AiEA01Z763j+6uje+XFWfrhUF1IHRvXGH/aCy0PhpKxBnig=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b630f8f7-489b-4a9f-9761-fa8e0866c0f7\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260119.1.tgz","_integrity":"sha512-EuXO2Y9NPB8qFJaXZQo2ImcraSZlFDVQYQMl8QEX83MpwOb4QCY89Sx8NM7QWRkFBOQtTAPLwW2gbdkvOLkiHA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260119.1_1768869988167_0.291293929269568","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260120.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260120.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"331673a21790c338cce6fa9b62c2b5aeafad57ed","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260120.1.tgz","fileCount":24,"integrity":"sha512-n5GFdmMj3mztISh0CXeNwiINzNAryfSE+ncFfDK5wJ4XfosubZWeB/xfbIIBy/7h0aXY1HptX0lBIFrHYAnIjw==","signatures":[{"sig":"MEUCIG022vSnQ6f/NaAD9G7hm5b36X6h2j4jZJvo4Hhu9SWyAiEAqSXF6E6+TL969C1zWITTLIAvb+/J8BBSl/qUEpFNtZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f2d17e6-6923-49aa-99b4-9bb9afafd086\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260120.1.tgz","_integrity":"sha512-n5GFdmMj3mztISh0CXeNwiINzNAryfSE+ncFfDK5wJ4XfosubZWeB/xfbIIBy/7h0aXY1HptX0lBIFrHYAnIjw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260120.1_1768956494139_0.7768692768363852","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260121.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260121.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"776ead4c547eed9a87e3e03e64087951eb4383bb","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260121.1.tgz","fileCount":24,"integrity":"sha512-23DWtYeYFVxcVXL2mQ02grj+K7z1kHx14prFFLLIQJbSCfpRaG6/FE+NSSIXNC2Xdz7tUrErfdNWmY0O1dRjZA==","signatures":[{"sig":"MEQCIEHt+ine+2Y4qlgzHucE1BAUGP4Yr+/oeq6AYJeU7oljAiBqqgW6LbZmaAqW/63Uzy/zqtdOEgEAc4ZYAeYIVzOqmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e1742e5c-a4b8-4c0c-91d4-d93956973733\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260121.1.tgz","_integrity":"sha512-23DWtYeYFVxcVXL2mQ02grj+K7z1kHx14prFFLLIQJbSCfpRaG6/FE+NSSIXNC2Xdz7tUrErfdNWmY0O1dRjZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260121.1_1769043106752_0.07875095792011888","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260123.3":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260123.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac6930b71e4f760917f34b195df45dddd6053cd5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260123.3.tgz","fileCount":24,"integrity":"sha512-HxRBfyvcIUnyCS4UL9CoYmuBwYX3ZoKr+CbmC0r1a4ItSgNzNTuTANA0t3oe71JwmuMjXv6MM5Cn/UWZK0Nrfw==","signatures":[{"sig":"MEQCIE31FljSxd2mHTfhBPA2oKLXZzeFY4sUuh2BLgcdgO38AiA6D8H511cOUDpccE9M9Gj6KwFrzY8BgokyChGRztrDfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\abda21e6-d836-4e64-8e58-28d79df85b8a\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260123.3.tgz","_integrity":"sha512-HxRBfyvcIUnyCS4UL9CoYmuBwYX3ZoKr+CbmC0r1a4ItSgNzNTuTANA0t3oe71JwmuMjXv6MM5Cn/UWZK0Nrfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260123.3_1769215916394_0.8278958071793197","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260126.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260126.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40fb92321b8765153a2dad1750b7b32ba71945d8","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260126.1.tgz","fileCount":24,"integrity":"sha512-mGS8RYyEo+ndV2dY0L7lycK8J50FRpZ6mZI1V/tO4AmOFgtPe24hgygDOKTvZf900UbyrpfUUFc5j8MQugFkpw==","signatures":[{"sig":"MEUCIHRVEdpAbegsJ2RltVsHrcDzMO7MCB8Hjb/AKsAS/WX1AiEA4W0SrAd4RO3RZpgNemkgU6299l2BPKEJuSZa6AK1q8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0519815d-e3e3-4cd4-9cec-47a0e6135059\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260126.1.tgz","_integrity":"sha512-mGS8RYyEo+ndV2dY0L7lycK8J50FRpZ6mZI1V/tO4AmOFgtPe24hgygDOKTvZf900UbyrpfUUFc5j8MQugFkpw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260126.1_1769475308958_0.3226543656685781","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260127.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260127.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ba38877fb9fcfb14544f0a530dce753e2b2398f5","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260127.2.tgz","fileCount":24,"integrity":"sha512-rd4jsjppUEHfpwpUtcb5GSExDEIoxiembR05ZjypexucP1qPYYW5Ab9ChZvN+4mmv3bTWvpF0khMhsxYUG3acA==","signatures":[{"sig":"MEQCICayLmW6Xig5eU8Kyzc9m0giKcanqyZDFiSHEUiE35cQAiBppqxp0K1ZuspV44QZXncqXtN2Y/7UzV5q4RvilVYSIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\355412b1-a26d-4951-bcc1-9f4408a1cd8d\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260127.2.tgz","_integrity":"sha512-rd4jsjppUEHfpwpUtcb5GSExDEIoxiembR05ZjypexucP1qPYYW5Ab9ChZvN+4mmv3bTWvpF0khMhsxYUG3acA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260127.2_1769561606869_0.2929771949963189","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260128.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260128.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78a3a9e4290720a781e4663fcf2aabad5b474f8a","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260128.1.tgz","fileCount":24,"integrity":"sha512-YKULLWuP838D8ud7H/M+hmtTWFqfWMRRInI6SpByF1RfJhNf9XU6fySKfdKgLpcEzV7Zsx6Oi+1zWgRn7BqATA==","signatures":[{"sig":"MEQCIEudBh41UTY3oDWaY6P4R24djfRK/HNt9jFOpJ5UDjzxAiBHEL5Ug4gkl7vgWQ3K6WQMj04NISJ1jbtZcAkJP+IAIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e396d48f-49f0-4e22-a662-ebed5760ac36\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260128.1.tgz","_integrity":"sha512-YKULLWuP838D8ud7H/M+hmtTWFqfWMRRInI6SpByF1RfJhNf9XU6fySKfdKgLpcEzV7Zsx6Oi+1zWgRn7BqATA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260128.1_1769647717348_0.7835875086944795","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260129.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260129.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bfcf380c67adf5d7e2cccf95005829018d309bcd","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260129.1.tgz","fileCount":24,"integrity":"sha512-XfdoNDNcD7U02AOvpYzFhvLwhke3YI4brwm8Sigq0PP+1LOknXiQyhEhNjojQbYFOZwXm4t7x/1SwuK+T1nYKw==","signatures":[{"sig":"MEUCIAvmjYo4aZucDKtcjLsG037hXZC3bVN/CO54GZhjpc6NAiEA9q+R1cO32+6LDiDp9U5ZTtRwz1iAYU9MCDOe93m5xwE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba1624a5-a217-4c2d-b663-0eb7a07c75ad\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260129.1.tgz","_integrity":"sha512-XfdoNDNcD7U02AOvpYzFhvLwhke3YI4brwm8Sigq0PP+1LOknXiQyhEhNjojQbYFOZwXm4t7x/1SwuK+T1nYKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260129.1_1769734253320_0.6309378737625979","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260130.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260130.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c47407152ead37f75e95ebc1ee8e1b9cd88df4e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260130.1.tgz","fileCount":24,"integrity":"sha512-QvR07XYHcHx9Fe+Cn8IS4jzfmT8naFqeFMVD0C2YvbBAz3Us22m1Zl/0UdBTTuWjt+ObqwoNu4GJ54s2fInieQ==","signatures":[{"sig":"MEYCIQC1xsGPbAvRGwwzRmXY/yZCs6uDFcokn1Vxg1HelOGFyQIhAOh8Tw+UxZuH5aNfe4EPR29F1SJszD1LyidiaIVYNTyi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3b36bc9-d3b3-4b84-9553-6e2d9e066ece\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260130.1.tgz","_integrity":"sha512-QvR07XYHcHx9Fe+Cn8IS4jzfmT8naFqeFMVD0C2YvbBAz3Us22m1Zl/0UdBTTuWjt+ObqwoNu4GJ54s2fInieQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260130.1_1769820689788_0.6428108643240593","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260203.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260203.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"54d7ee42e316eb35071a4741cf6b575d7d251121","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260203.1.tgz","fileCount":24,"integrity":"sha512-esP9oNTN3EzThoUtW+irXGMd0DGb+35AKj04dzDllzCPmAHzHRaY1hc3uYVpTRkvx8HwbX7cVJgMXeJd/oFpNQ==","signatures":[{"sig":"MEQCIFlXzr0ShqG602hnWYFVjPgdnBBk3n+pme3CP2BpIx69AiBq/63MXpX1iojwVojn0gzeYl4JoUh6RRwyxCwIKUpkgw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\92e3ab6e-3983-4a4e-8ba9-0b3ef053ee95\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260203.1.tgz","_integrity":"sha512-esP9oNTN3EzThoUtW+irXGMd0DGb+35AKj04dzDllzCPmAHzHRaY1hc3uYVpTRkvx8HwbX7cVJgMXeJd/oFpNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260203.1_1770166125828_0.2695696055441046","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260204.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260204.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260204.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e915c64a1bf5952eca61ea4531b08e42bfdec951","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260204.1.tgz","fileCount":24,"integrity":"sha512-0FVnTrO1gSqSD8mjlJ5AjIqYbFiojJ/tniiIWzf16NIwyOkd99D+DwHgUF8/VR7rFGwIWz7xhWguOUKQXH1NVw==","signatures":[{"sig":"MEUCIF6m+MeNBTA77T9ylJAsHIJvCMbc/P25T1N+bDGEqClCAiEA8uuAxcY8NGYWXXJ6HjjhgAdY5SIPGHlOkGqVG7i+P7c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\845c99d3-7aff-42f5-9fca-c1e60f06a78b\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260204.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\845c99d3-7aff-42f5-9fca-c1e60f06a78b\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260204.1.tgz","_integrity":"sha512-0FVnTrO1gSqSD8mjlJ5AjIqYbFiojJ/tniiIWzf16NIwyOkd99D+DwHgUF8/VR7rFGwIWz7xhWguOUKQXH1NVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260204.1_1770252730307_0.4940729686116483","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260205.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260205.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dbc9f6223a9feeb645a496a910c8f3681b425b90","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260205.1.tgz","fileCount":24,"integrity":"sha512-jtpTYA9+iuzDHtLDKEdNvwQu6Q5OqKusjcHP0+l2GORRbqeym9pfV2Sq4o6otvdcfYsvMjPLaYnHlfqcJUYGwg==","signatures":[{"sig":"MEUCIB4WNZHOwl/l4MW7U0yYPNLtQL+Zd06HhHi3qYUJEWGyAiEAjrsbRfJshZCm3aDIhMf5rksQk5eOfg9Z1EHUjtczmAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09a47a21-ac85-4f2e-8d20-d5769e144390\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260205.1.tgz","_integrity":"sha512-jtpTYA9+iuzDHtLDKEdNvwQu6Q5OqKusjcHP0+l2GORRbqeym9pfV2Sq4o6otvdcfYsvMjPLaYnHlfqcJUYGwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260205.1_1770339011378_0.18828941243799702","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260206.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260206.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18dc8716702b3e91498904e1a5b9443426ccaacf","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260206.2.tgz","fileCount":24,"integrity":"sha512-8PnXSE/z2yAuS7upRZF7hFzvWRK4ftCA9+R88etw19Sl7sh3UGNc7XmWHhLsAxWwFYd5T9JhtPgW5hyzsHD45Q==","signatures":[{"sig":"MEUCIGOLGtGRdTwb/j1rxq+Q8XJkAjbRU2c4JBuXjFDTuZubAiEA5ffxVSfilupfgjCwTbzJ+Pp+Wv/ffAUW+iMVJWajkrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\547ba596-5e02-4b04-9fd5-d7c415d249ea\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260206.2.tgz","_integrity":"sha512-8PnXSE/z2yAuS7upRZF7hFzvWRK4ftCA9+R88etw19Sl7sh3UGNc7XmWHhLsAxWwFYd5T9JhtPgW5hyzsHD45Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260206.2_1770425552164_0.8645766498964198","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260209.4":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260209.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d61d41de79f71641a77b14f92340a75acb0d1deb","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260209.4.tgz","fileCount":24,"integrity":"sha512-57GLhfgIrGrpT6e/q/McSjco8jSi+Z/nr31RmXViQyKyJN3GcoVoEO0iM10uHtyiRyVeg2RoTtTlmxycNowh4g==","signatures":[{"sig":"MEUCIQC71ebvwjHMn7fLpVCpKLBsXlVRm1quUPq6DAqlaTDqGAIgHzwyC/UprYNbt1HWC0RnFXVrBR8x6kBlF5dJtMfJ5D4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67512c4b-6e15-4b18-be87-df425553010d\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260209.4.tgz","_integrity":"sha512-57GLhfgIrGrpT6e/q/McSjco8jSi+Z/nr31RmXViQyKyJN3GcoVoEO0iM10uHtyiRyVeg2RoTtTlmxycNowh4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260209.4_1770684464142_0.5559735562825328","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260210.3":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260210.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74e32a3af1db7e8b57a7f4365b426cde757399c2","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260210.3.tgz","fileCount":24,"integrity":"sha512-5G8OrAeCi5YmOZRYyFdLoTg+akbVEfy5eaozdBLUg6MDgEfHtcew3nlBxclhMQpkLhwY5Uuy8H8inlNdRfbNng==","signatures":[{"sig":"MEUCIF1bqYE1DSwk2eo45CXIfZYwMkk1KRYklrIa4KeH7iF6AiEA/cHoG5/yyytiNLaw79B3stQHnYlhltRN6X5RkRiLOUM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\926986a4-2801-41e1-b7f2-ac954a6af35b\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260210.3.tgz","_integrity":"sha512-5G8OrAeCi5YmOZRYyFdLoTg+akbVEfy5eaozdBLUg6MDgEfHtcew3nlBxclhMQpkLhwY5Uuy8H8inlNdRfbNng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260210.3_1770772508828_0.5583785976121847","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260211.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260211.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79890174c10ab084995829482571f481ad2d5805","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260211.1.tgz","fileCount":24,"integrity":"sha512-qOz7BEIGvXLtkT3lst88JHKdyJr1w/6o9pXGTMIjDmHoOlmN6wrm1AIY/9BPHqMDJFTlGRDltd8zdZ/Jk8Jugg==","signatures":[{"sig":"MEUCIQDNhgFR6sneZMOHXFECZiWOsQqLnq/G3awmeQjaJnj2dwIgXAYyZC3ZdzQoHHxGmz+0xDNpStxJtzOsV4Pea1RWkKs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a7f9cfe-ae17-4f49-8b65-c7efb2fe1c18\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260211.1.tgz","_integrity":"sha512-qOz7BEIGvXLtkT3lst88JHKdyJr1w/6o9pXGTMIjDmHoOlmN6wrm1AIY/9BPHqMDJFTlGRDltd8zdZ/Jk8Jugg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260211.1_1770857368315_0.05276375459913796","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260216.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260216.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260216.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5d53a0a64dda383672652dc4fa08e81b340f4f39","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260216.1.tgz","fileCount":24,"integrity":"sha512-HLhMAsfjpV+6fHvxwdYhaOmlvZ2v4JYzNpMpTbGIlnqR66a/43N2H6F7gNqthLOXy+xDshrh1wl1tF4fb/AMpA==","signatures":[{"sig":"MEQCIGtGZvYq83O7/QluokcMP+/uhvbYkqH922v6MUPTal7QAiAGiZcs6+3Q3VLW5urNqF8tN4Laa7LA3b5485iYf1u71A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d44a2775-84ad-4b84-bf79-3e16ee333841\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260216.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d44a2775-84ad-4b84-bf79-3e16ee333841\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260216.1.tgz","_integrity":"sha512-HLhMAsfjpV+6fHvxwdYhaOmlvZ2v4JYzNpMpTbGIlnqR66a/43N2H6F7gNqthLOXy+xDshrh1wl1tF4fb/AMpA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260216.1_1771289180268_0.836777602081866","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260217.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260217.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f625ca73e4841eddf660eccf49410a9c9e0a91f","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260217.2.tgz","fileCount":24,"integrity":"sha512-Lc7ANTLy/+s1KtCu+il0obxDviVz4RgV93X2bYCoUwchLrKU8NpNdzPS2dADqbo474305RAZ2mN2EOz27iBx7A==","signatures":[{"sig":"MEUCIDwFO8LTVrqTsc6IwlDTcdSDYeZEFdCM6Rzxr9ATUXwUAiEAzUkucMOZrc75/91a15gw1G4UXAShBdN5EnFUfC++26U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54123b6f-78ea-4504-a7d9-e257caef2130\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260217.2.tgz","_integrity":"sha512-Lc7ANTLy/+s1KtCu+il0obxDviVz4RgV93X2bYCoUwchLrKU8NpNdzPS2dADqbo474305RAZ2mN2EOz27iBx7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260217.2_1771375887627_0.7894454056031719","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260218.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260218.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f5a11726163b50475d04ee28d91c0397d1a3cab","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260218.2.tgz","fileCount":24,"integrity":"sha512-qtugm4gtkgcoy2Rk169yQOXUPNhRgY9NOH+TXjU6PasQ2xf9DMqgBNtR2eH6dbq1dAYf6wo8Ryoynj8NaDFARQ==","signatures":[{"sig":"MEUCIQCG0yPvfoQ+FbIaHgP0QdBbisxdw91N0JwK87Lt6eCo7AIgTMsUVT7mVS6vULeCgaZym5xRpgTiAo1xtoB1eyHSA+w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6aac3ed8-091e-4a37-b350-35013fbcc1b2\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260218.2.tgz","_integrity":"sha512-qtugm4gtkgcoy2Rk169yQOXUPNhRgY9NOH+TXjU6PasQ2xf9DMqgBNtR2eH6dbq1dAYf6wo8Ryoynj8NaDFARQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260218.2_1771463574587_0.20220862912387205","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260219.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260219.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fbc2fe593e1772740cf3edcde11d811113e9a646","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260219.2.tgz","fileCount":24,"integrity":"sha512-PSSAL7S4/DnuwCWi06GF2gy+rLxzYO/SlvW3c7mMFRd5vDJ1a601ITnt9mozb8Kl7hyVQ4yexRay+w/DnNhgrQ==","signatures":[{"sig":"MEUCIB8yMMCoM0s4Kw+OeAvIpuG0yZfXQ81VJKtp3437tLRgAiEAhsnUMXKWcKJ4Is/kB20BMq6HNFkCoIVqWMVuQpe/QRk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d319a5b0-11d4-49de-a9a6-97eefd8f050e\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260219.2.tgz","_integrity":"sha512-PSSAL7S4/DnuwCWi06GF2gy+rLxzYO/SlvW3c7mMFRd5vDJ1a601ITnt9mozb8Kl7hyVQ4yexRay+w/DnNhgrQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260219.2_1771548792762_0.7495952892253421","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260220.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260220.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d387d06f2b92b6ffc4577580931d9d5274b85582","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260220.1.tgz","fileCount":24,"integrity":"sha512-cQzw63p5nc9JIOGoX89RmKGopZy78nzPCkJ26vry1OJhNgQQwqX8sELIdgyyq1CVdQO8raRViHMTfCO/wEWYFA==","signatures":[{"sig":"MEUCIQCWpIvntdo1G54TCTrGJx7ZL7L0A0XSKnGK66rEVUgkHQIgfs8Wd17tk5FtrHfoPAcu9X90WQ604DAgp1oGPQ19Jps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14490c85-f3dd-4099-a392-fe3042be6800\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260220.1.tgz","_integrity":"sha512-cQzw63p5nc9JIOGoX89RmKGopZy78nzPCkJ26vry1OJhNgQQwqX8sELIdgyyq1CVdQO8raRViHMTfCO/wEWYFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260220.1_1771635101077_0.4129074664614252","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260223.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ea691ede1fdbc784ebaf91aa02e398eb9aaaed9","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260223.1.tgz","fileCount":24,"integrity":"sha512-AWstGuXVjMHUh2TDoFmehKhUOBcV2m+eYuT8Ioc8+R8O3qOuYz0knYH3KXGEfZekfafB1jl81ILqDBu0Y4si8A==","signatures":[{"sig":"MEYCIQDiPdVW0sTf7IrYYCmvcY58AxCpf4CmKZcaPGcfY+WOJAIhALZcWCr6IcE6pHcqrKWajR6ur1XhcimMJKk5PCfVuUSb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\318d9aa3-f90e-469d-ad18-b24bedbff3ef\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260223.1.tgz","_integrity":"sha512-AWstGuXVjMHUh2TDoFmehKhUOBcV2m+eYuT8Ioc8+R8O3qOuYz0knYH3KXGEfZekfafB1jl81ILqDBu0Y4si8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260223.1_1771894338042_0.3390469528666762","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260227.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260227.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7b695d0ce464edff69b28af21a50465e77803e6","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260227.2.tgz","fileCount":24,"integrity":"sha512-FEajqCnTZWjVC6Ma3kxJ5s5OaBO/MAn4uuCZeNhUszcmcSZEbWFCGlA2f+nEBAwehtJu/kmtcBDGo8yjFlq1Dw==","signatures":[{"sig":"MEUCIQD7Y/NhegXVj2ZuZ6CzG53x6w+NxpMs/vDmknot8JdW6QIgQsN4UHR7+ISCOZ/RrqeXJZhFMjs8cJuNIds/bCfpJ3o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0acb2d18-c6c2-4400-b9a8-26c10a63984d\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260227.2.tgz","_integrity":"sha512-FEajqCnTZWjVC6Ma3kxJ5s5OaBO/MAn4uuCZeNhUszcmcSZEbWFCGlA2f+nEBAwehtJu/kmtcBDGo8yjFlq1Dw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260227.2_1772240489299_0.9355647001824512","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260302.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260302.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f626eed5fd4a37a89593213ac2a7ce7b85c87dba","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260302.2.tgz","fileCount":24,"integrity":"sha512-Px2gt+6MsaaaY3VV+Hiq5QxDW4/mJjcFRG86ajwuSVkfehP77PcdB79g9Ot1G/K5GLFv0Ipnit4+OUIGl6r3yA==","signatures":[{"sig":"MEQCIGqA1NuMeBfS5bx7Z7cuBrTNHwoWGEZGcQPGnnSCkHxfAiA9seqwWi7SwAtk2nJ7g8cpfJA/smNfUTY2oQ+/FOG5Zg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44484},"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":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd6667e5-4917-4cbf-921e-d81188a6e673\\azure-identity-vscode\\azure-identity-vscode-2.1.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_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-vscode\\azure-identity-vscode-2.1.0-alpha.20260302.2.tgz","_integrity":"sha512-Px2gt+6MsaaaY3VV+Hiq5QxDW4/mJjcFRG86ajwuSVkfehP77PcdB79g9Ot1G/K5GLFv0Ipnit4+OUIGl6r3yA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260302.2_1772499916456_0.20858455724482217","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260303.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260303.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260303.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16a7fff904035ec590fc71a5a911e0804a76aa22","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260303.1.tgz","fileCount":24,"integrity":"sha512-P21M0jL28GupgwVGvmF09yqR7Hvb8ZYI93ay2HVj4FTK8KYg+3+E6WYHSwyZ51TXEoixUu2udP9qYEsBANfj4g==","signatures":[{"sig":"MEUCIQD1Yz51zxvXpd/hJ2wIwaqixSuRtjjuQr29itw370kJHQIgT6HloXjDuTL4sRTafj+OgBNU6RG1c2snCPd8iK+YASo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41940},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff5b2c1c-def2-44f4-a7df-562e466a1f90\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260303.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff5b2c1c-def2-44f4-a7df-562e466a1f90\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260303.1.tgz","_integrity":"sha512-P21M0jL28GupgwVGvmF09yqR7Hvb8ZYI93ay2HVj4FTK8KYg+3+E6WYHSwyZ51TXEoixUu2udP9qYEsBANfj4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260303.1_1772585751696_0.5125036376558145","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260304.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260304.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260304.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad23b40a33bb5644988cb5bf4b3b9da6636cfc06","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260304.2.tgz","fileCount":24,"integrity":"sha512-cFE+4Wv1YWaz2EKspZCn4d4j++Hz0SXTYi+7+RVRvVKOq9b9l2tDunA24nhGCdWf+kpcHryXgPjc4/SzunBLvg==","signatures":[{"sig":"MEUCIFtfZMRo0ww4+rrR3XYJqglrpfWKIunCGvsDQTFMaP80AiEAwzy3DLTpYpEp1bVaeKRAJ7x+bHIMzGoAGsyYi1xwxpU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42046},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e4846290-913d-461c-9c30-ea540f6fec0a\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260304.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e4846290-913d-461c-9c30-ea540f6fec0a\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260304.2.tgz","_integrity":"sha512-cFE+4Wv1YWaz2EKspZCn4d4j++Hz0SXTYi+7+RVRvVKOq9b9l2tDunA24nhGCdWf+kpcHryXgPjc4/SzunBLvg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260304.2_1772672056163_0.5415749216472814","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260305.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260305.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260305.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c7cf20390817482b44d1d989d3b9ea4993e0c28","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260305.2.tgz","fileCount":24,"integrity":"sha512-u0qVrlM+dvJB7ea+xm6UnmcXCxBazwEegEDiGnNcj/xJqk3QG1ipT+X+K+Ee2blST+gOOJx7rkhpTwwlb0+P8g==","signatures":[{"sig":"MEYCIQDvLuG44PHWnfLx9NTCj9YVri2edjB/BNkxuX1gTFyigAIhAK28FdteesqPq1iGd2SiyOC5DtrvrPDZ9KVjbvyeQ7Gf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42046},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50f8cd14-dc45-45bf-a0fd-fe64296eaf70\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260305.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50f8cd14-dc45-45bf-a0fd-fe64296eaf70\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260305.2.tgz","_integrity":"sha512-u0qVrlM+dvJB7ea+xm6UnmcXCxBazwEegEDiGnNcj/xJqk3QG1ipT+X+K+Ee2blST+gOOJx7rkhpTwwlb0+P8g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260305.2_1772758523249_0.09732610129980968","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260309.2":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260309.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260309.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e588f227a65997d9d29b2299cde7bfa6dbed9934","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260309.2.tgz","fileCount":24,"integrity":"sha512-h1cZOj0w9ibY7a+RKrcUt9WdEQ2xcXlv5xecqxgEqJgAu5x8IGMIFHlh89UvmTop+vURz2C5ANjQ2VutGilKaw==","signatures":[{"sig":"MEUCIC5C1QHXu9rPB/GylWqzFe2LUvXouddRaIoFNOzTij/CAiEA50ZKkDiZ3c0L1J9I2kOxLgWEsS0QiFDyR/dkRgUy7Xo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42046},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d1347ed-1b75-407b-90ed-781a3b30b90b\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260309.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d1347ed-1b75-407b-90ed-781a3b30b90b\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260309.2.tgz","_integrity":"sha512-h1cZOj0w9ibY7a+RKrcUt9WdEQ2xcXlv5xecqxgEqJgAu5x8IGMIFHlh89UvmTop+vURz2C5ANjQ2VutGilKaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260309.2_1773110217513_0.19901415790233523","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-alpha.20260310.1":{"name":"@azure/identity-vscode","version":"2.1.0-alpha.20260310.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.1.0-alpha.20260310.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-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a48effa2736de85f44965f446202cc5ccd6fb97","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.1.0-alpha.20260310.1.tgz","fileCount":24,"integrity":"sha512-VC/VcWPrBOcXfNryTIE1knn4TA9isgcj6UAh0JVhzVRs++mFs2abbEbIJb4R68ayzyJwkW+lAIIbWa6Zf4IEIQ==","signatures":[{"sig":"MEUCIA7pkmTSrQfTyhEOYe+ioav077E2/nvVhfMMQsIkifBaAiEAnczKIgIJ0PaTMFCioUWDVupFg5tZNr/15XEm7aos80c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42046},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4a8dd685-54e4-44d3-958b-1d271065ed7f\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260310.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4a8dd685-54e4-44d3-958b-1d271065ed7f\\azure-identity-vscode\\azure-identity-vscode-2.1.0-alpha.20260310.1.tgz","_integrity":"sha512-VC/VcWPrBOcXfNryTIE1knn4TA9isgcj6UAh0JVhzVRs++mFs2abbEbIJb4R68ayzyJwkW+lAIIbWa6Zf4IEIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^3.2.2","@azure/msal-node-extensions":"^1.5.24"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/dev-tool":"^1.0.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@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":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.1.0-alpha.20260310.1_1773186580461_0.1801785486512295","host":"s3://npm-registry-packages-npm-production"}},"2.2.0":{"name":"@azure/identity-vscode","version":"2.2.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.2.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"569d94dec505c2ee463159d20c18c6c800153c2e","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.2.0.tgz","fileCount":24,"integrity":"sha512-RWIFtw6ZaMIj6UhlXr9HxeTW5f05Zmhero+P7dHITHVsauhtIlTocBP1eI+Rvq/tcPlla5QNXZOmw/QCOQ45Cw==","signatures":[{"sig":"MEYCIQDaloa2dpU0LFeKTFpdkra7EpPJDDLLCEW5Kn0Cvlae8wIhALUq6QKLXzSHAdjjK0PI2LC7wB+MtBZyaF0csB63QNiN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43809},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a298e530-defe-4ca6-811f-90f5ac6eb911\\azure-identity-vscode-2.2.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"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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\" \"*.{js,json}\" \"samples-dev/**/*.ts\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a298e530-defe-4ca6-811f-90f5ac6eb911\\azure-identity-vscode-2.2.0.tgz","_integrity":"sha512-RWIFtw6ZaMIj6UhlXr9HxeTW5f05Zmhero+P7dHITHVsauhtIlTocBP1eI+Rvq/tcPlla5QNXZOmw/QCOQ45Cw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^5.1.0","@azure/msal-node-extensions":"^5.1.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.1.2","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.58.2","typescript":"~6.0.2","@types/node":"^20.19.25","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^4.1.2","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.2.0_1775752355805_0.8179632142225848","host":"s3://npm-registry-packages-npm-production"}},"2.2.1":{"name":"@azure/identity-vscode","version":"2.2.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity-vscode@2.2.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"96a903ce55ac965094c1b323b32266c226652442","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.2.1.tgz","fileCount":19,"integrity":"sha512-+0HN5TWaq/P8Y4wlgpvkbvs7JHfo01FrnDcd8ki6PhRTr/LfFgzMDHHyHY/Lvbf3it7Vc9ppluDz+AFxSEQ3CQ==","signatures":[{"sig":"MEYCIQDyTNkABTxifF2MbaHLME2ZQXCBtt7lbKEKPqF07nkMkQIhANATGKBJUMHOeEjkmOb2Ph+qB1LYxgMWUp6ZBzS1jUtk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35926},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8796b658-2adc-4b6e-a1e6-374647ec414a\\azure-identity-vscode-2.2.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=22.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"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"},"imports":{"#platform/*":{"browser":"./src/*-browser.mts","default":"./src/*.ts"}},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"tsc -b --noEmit && 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,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/**/*.{ts,cts,mts}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/**/*.{ts,cts,mts}\"","test:browser":"echo skipped","build:samples":"tsc -p config/tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8796b658-2adc-4b6e-a1e6-374647ec414a\\azure-identity-vscode-2.2.1.tgz","_integrity":"sha512-+0HN5TWaq/P8Y4wlgpvkbvs7JHfo01FrnDcd8ki6PhRTr/LfFgzMDHHyHY/Lvbf3it7Vc9ppluDz+AFxSEQ3CQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git","directory":"sdk/identity/identity-vscode"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^5.1.5","@azure/msal-node-extensions":"^5.1.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.6.1","eslint":"^10.8.0","rimraf":"^6.1.0","vitest":"^4.1.2","prettier":"^3.9.1","cross-env":"^10.1.0","playwright":"^1.60.0","typescript":"~6.0.2","@types/node":"^22.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^4.1.2","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity-vscode_2.2.1_1787074320859_0.51733737019237","host":"s3://npm-registry-packages-npm-production"}},"2.2.2":{"_id":"@azure/identity-vscode@2.2.2","tag":"latest","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"eac67a873a39060962934a7b39b39edcb514b519","tarball":"https://registry.npmjs.org/@azure/identity-vscode/-/identity-vscode-2.2.2.tgz","fileCount":19,"integrity":"sha512-qhelVIT94+WUhK/SfGXoyNrPucjXc/4LMwgukv6N5O/AXcYxB6TmtVbUJp+N6VjLlAmE6QJPPPnOFigW1aTGIw==","signatures":[{"sig":"MEUCIHJdWfx4HAoyKTMI/hgjJdeLx9GoN2UElCZHBtsSwlSgAiEAkbKGm3+m1h0tR6aiD/+r0fSIpIfc2u1P3pIvAelFHMo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICrf/GjbXVdeI8Regt+qfA9IaNkAJs/mKhxawmye0p6aAiEAmovwMNe7YJ1VOU3C3uOYOf7jttNLvpMe/BmzAREb/H4="}],"unpackedSize":36277},"main":"./dist/commonjs/index.js","name":"@azure/identity-vscode","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\497f2b5d-c749-4bd3-9694-ed7ebfdfeb9f\\azure-identity-vscode-2.2.2.tgz","types":"./dist/commonjs/index.d.ts","author":{"name":"Microsoft Corporation"},"module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=22.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"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"},"imports":{"#platform/*":{"browser":"./src/*-browser.mts","default":"./src/*.ts"}},"license":"MIT","scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"tsc -b --noEmit && 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,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/**/*.{ts,cts,mts}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"echo skipped","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,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/**/*.{ts,cts,mts}\"","test:browser":"echo skipped","build:samples":"tsc -p config/tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"version":"2.2.2","_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\497f2b5d-c749-4bd3-9694-ed7ebfdfeb9f\\azure-identity-vscode-2.2.2.tgz","_integrity":"sha512-qhelVIT94+WUhK/SfGXoyNrPucjXc/4LMwgukv6N5O/AXcYxB6TmtVbUJp+N6VjLlAmE6QJPPPnOFigW1aTGIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git","directory":"sdk/identity/identity-vscode"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/identity":"^4.11.0","@azure/msal-node":"^6.0.0","@azure/msal-node-extensions":"^5.1.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.6.1","eslint":"^10.8.0","rimraf":"^6.1.0","vitest":"^4.1.2","prettier":"^3.9.1","cross-env":"^10.1.0","playwright":"^1.60.0","typescript":"~6.0.2","@types/node":"^22.0.0","@azure/logger":"^1.1.4","@azure/dev-tool":"^1.0.0","@azure/core-client":"^1.7.0","@vitest/coverage-istanbul":"^4.1.2","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity Visual Studio Code Plugin","productSlugs":["entra","entra-id"],"requiredResources":{"Microsoft Entra App Registration":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/identity-vscode_2.2.2_1789533938819_0.4128563215480592"}}},"time":{"created":"2021-06-23T00:08:16.245Z","modified":"2026-09-16T04:45:39.099Z","1.0.0-alpha.20210622.4":"2021-06-23T00:08:16.739Z","1.0.0-alpha.20210624.3":"2021-06-25T00:09:47.453Z","1.0.0-alpha.20210628.3":"2021-06-29T00:15:27.205Z","1.0.0-alpha.20210630.3":"2021-07-01T00:09:16.987Z","1.0.0-beta.1":"2021-07-07T19:31:49.593Z","1.0.0-alpha.20210707.3":"2021-07-08T00:13:47.306Z","1.0.0-alpha.20210709.10":"2021-07-10T00:08:47.437Z","1.0.0-alpha.20210806.4":"2021-08-07T00:05:59.173Z","1.0.0-alpha.20210812.5":"2021-08-13T00:08:39.626Z","1.0.0-alpha.20210816.1":"2021-08-17T00:15:09.374Z","1.0.0-alpha.20210819.1":"2021-08-20T00:21:19.979Z","1.0.0-alpha.20210826.2":"2021-08-27T00:23:53.938Z","1.0.0-alpha.20210827.2":"2021-08-28T00:20:45.130Z","1.0.0-alpha.20210901.4":"2021-09-02T00:10:17.441Z","1.0.0-alpha.20210908.2":"2021-09-09T00:05:52.253Z","1.0.0-beta.2":"2021-09-10T04:22:36.828Z","1.0.0-alpha.20210913.1":"2021-09-14T00:07:06.424Z","1.0.0-alpha.20210915.4":"2021-09-15T23:50:33.240Z","1.0.0-alpha.20210930.2":"2021-09-30T23:56:32.586Z","1.0.0-alpha.20211011.5":"2021-10-11T23:45:51.007Z","1.0.0-alpha.20211015.3":"2021-10-15T23:49:45.165Z","1.0.0":"2021-10-16T00:46:23.652Z","1.0.1-alpha.20211025.3":"2021-10-25T23:52:08.773Z","1.0.1-alpha.20211105.2":"2021-11-06T02:23:29.557Z","1.0.1-alpha.20211203.1":"2021-12-04T01:20:20.774Z","1.0.1-alpha.20211214.3":"2021-12-15T00:51:10.624Z","1.0.1-alpha.20211215.3":"2021-12-16T01:31:51.091Z","1.0.1-alpha.20211221.3":"2021-12-22T00:50:37.579Z","1.0.1-alpha.20220131.1":"2022-02-01T00:52:06.120Z","1.0.1-alpha.20220211.2":"2022-02-12T00:59:02.086Z","1.0.1-alpha.20220217.2":"2022-02-18T00:57:05.091Z","1.0.1-alpha.20220302.2":"2022-03-03T00:55:32.197Z","1.0.1-alpha.20220307.1":"2022-03-08T00:53:37.223Z","1.0.1-alpha.20220309.1":"2022-03-10T00:56:27.638Z","1.0.1-alpha.20220311.2":"2022-03-12T00:51:32.581Z","1.0.1-alpha.20220315.2":"2022-03-15T23:56:16.758Z","1.0.1-alpha.20220321.2":"2022-03-21T23:55:28.422Z","1.0.1-alpha.20220322.5":"2022-03-22T23:50:30.222Z","1.0.1-alpha.20220330.3":"2022-03-30T23:51:40.708Z","1.0.1-alpha.20220404.1":"2022-04-04T23:54:50.053Z","1.0.1-alpha.20220412.2":"2022-04-12T23:59:19.938Z","1.0.1-alpha.20220414.1":"2022-04-14T23:57:35.621Z","1.0.1-alpha.20220419.3":"2022-04-19T23:58:02.247Z","1.0.1-alpha.20220421.1":"2022-04-21T23:58:37.349Z","1.0.1-alpha.20220426.1":"2022-04-26T23:56:29.242Z","1.0.1-alpha.20220512.2":"2022-05-12T23:53:47.386Z","1.0.1-alpha.20220517.1":"2022-05-17T23:54:53.767Z","1.0.1-alpha.20220520.1":"2022-05-20T23:56:45.076Z","1.0.1-alpha.20220524.1":"2022-05-24T23:55:07.100Z","1.0.1-alpha.20220615.2":"2022-06-15T23:53:49.356Z","1.0.1-alpha.20220708.2":"2022-07-08T23:53:17.410Z","1.0.1-alpha.20220712.2":"2022-07-12T23:55:36.197Z","1.0.1-alpha.20220804.2":"2022-08-04T23:58:26.080Z","1.0.1-alpha.20220914.2":"2022-09-14T23:54:42.456Z","1.0.1-alpha.20220919.5":"2022-09-19T23:58:55.156Z","1.0.1-alpha.20220923.1":"2022-09-23T23:55:56.241Z","1.0.1-alpha.20221013.3":"2022-10-14T00:20:04.287Z","1.0.1-alpha.20221019.2":"2022-10-19T23:55:05.283Z","1.0.1-alpha.20221020.3":"2022-10-20T23:53:52.916Z","1.0.1-alpha.20221108.4":"2022-11-09T00:57:37.150Z","1.0.1-alpha.20221118.8":"2022-11-19T01:00:24.833Z","1.0.1-alpha.20221122.2":"2022-11-23T03:04:31.055Z","1.0.1-alpha.20221207.6":"2022-12-08T01:05:52.639Z","1.0.1-alpha.20230126.1":"2023-01-27T01:02:28.460Z","1.0.1-alpha.20230210.3":"2023-02-11T01:05:48.016Z","1.0.1-alpha.20230213.2":"2023-02-14T00:59:10.783Z","1.0.1-alpha.20230302.1":"2023-03-03T01:33:13.966Z","1.0.1-alpha.20230306.3":"2023-03-07T01:00:42.338Z","1.0.1-alpha.20230320.1":"2023-03-21T00:10:21.402Z","1.0.1-alpha.20230405.1":"2023-04-06T00:01:09.653Z","1.0.1-alpha.20230418.1":"2023-04-19T00:00:36.992Z","1.0.1-alpha.20230509.2":"2023-05-09T23:59:23.926Z","1.0.1-alpha.20230511.2":"2023-05-12T00:06:59.910Z","1.0.1-alpha.20230515.3":"2023-05-16T00:01:48.597Z","1.0.1-alpha.20230614.2":"2023-06-15T00:00:56.135Z","1.0.1-alpha.20230724.3":"2023-07-24T23:56:15.727Z","1.0.1-alpha.20230727.2":"2023-07-27T23:58:22.433Z","1.0.1-alpha.20230807.1":"2023-08-08T00:08:09.283Z","1.0.1-alpha.20230811.1":"2023-08-11T20:05:56.203Z","1.0.1-alpha.20230815.2":"2023-08-15T23:56:07.666Z","1.0.1-alpha.20230823.1":"2023-08-23T23:56:35.995Z","1.0.1-alpha.20230925.2":"2023-09-25T23:56:53.778Z","1.0.1-alpha.20230926.1":"2023-09-27T00:08:25.495Z","1.0.1-alpha.20231009.1":"2023-10-10T00:07:59.728Z","1.0.1-alpha.20231012.3":"2023-10-12T23:58:05.542Z","1.0.1-alpha.20231013.2":"2023-10-13T23:57:37.060Z","1.0.1-alpha.20231016.2":"2023-10-16T23:58:22.205Z","1.0.1-alpha.20231017.9":"2023-10-17T23:58:18.425Z","1.0.1-alpha.20231026.4":"2023-10-26T23:55:56.238Z","1.0.1-alpha.20231030.3":"2023-10-30T23:59:56.167Z","1.0.1-alpha.20231102.2":"2023-11-02T23:55:55.346Z","1.0.1-alpha.20231106.4":"2023-11-07T00:56:35.088Z","1.0.1-alpha.20240109.1":"2024-01-10T00:52:49.419Z","1.0.1-alpha.20240110.1":"2024-01-11T01:11:31.712Z","1.0.1-alpha.20240112.2":"2024-01-13T00:58:06.681Z","1.0.1-alpha.20240122.4":"2024-01-23T00:56:11.858Z","1.0.1-alpha.20240123.2":"2024-01-24T00:53:48.528Z","1.0.1-alpha.20240126.4":"2024-01-27T00:56:21.090Z","1.0.1-alpha.20240131.3":"2024-02-01T00:55:52.624Z","1.0.1-alpha.20240202.1":"2024-02-03T01:07:55.975Z","1.0.1-alpha.20240206.4":"2024-02-07T00:54:38.503Z","1.0.1-alpha.20240207.2":"2024-02-08T00:52:29.780Z","1.0.1-alpha.20240208.1":"2024-02-09T01:09:04.621Z","1.0.1-alpha.20240215.2":"2024-02-16T00:56:09.904Z","1.0.1-alpha.20240223.1":"2024-02-24T01:03:23.713Z","1.0.1-alpha.20240308.3":"2024-03-09T01:05:05.136Z","1.0.1-alpha.20240409.1":"2024-04-10T00:08:32.126Z","1.0.1-alpha.20240410.3":"2024-04-11T00:13:28.549Z","1.0.1-alpha.20240411.2":"2024-04-12T00:09:21.063Z","1.0.1-alpha.20240412.1":"2024-04-13T00:08:14.020Z","1.0.1-alpha.20240415.1":"2024-04-16T00:11:12.577Z","1.0.1-alpha.20240416.1":"2024-04-17T00:12:57.451Z","1.0.1-alpha.20240418.1":"2024-04-19T00:19:19.308Z","1.0.1-alpha.20240419.1":"2024-04-20T00:15:22.270Z","1.0.1-alpha.20240422.3":"2024-04-23T00:09:39.605Z","1.0.1-alpha.20240423.2":"2024-04-24T00:14:58.981Z","1.0.1-alpha.20240425.2":"2024-04-26T00:13:05.384Z","1.0.1-alpha.20240426.2":"2024-04-27T00:07:07.503Z","1.0.1-alpha.20240429.2":"2024-04-30T00:15:24.895Z","1.0.1-alpha.20240502.1":"2024-05-03T00:14:11.828Z","1.0.1-alpha.20240506.1":"2024-05-07T00:04:31.378Z","1.0.1-alpha.20240507.1":"2024-05-08T00:03:58.471Z","1.0.1-alpha.20240508.2":"2024-05-09T00:01:52.557Z","1.0.1-alpha.20240509.1":"2024-05-10T00:02:40.839Z","1.0.1-alpha.20240510.3":"2024-05-11T00:02:32.841Z","1.0.1-alpha.20240513.2":"2024-05-14T00:07:00.002Z","1.0.1-alpha.20240514.2":"2024-05-15T00:03:05.592Z","1.0.1-alpha.20240515.1":"2024-05-16T00:02:52.139Z","1.0.1-alpha.20240516.2":"2024-05-17T00:02:38.617Z","1.0.1-alpha.20240517.1":"2024-05-18T00:04:10.233Z","1.0.1-alpha.20240520.1":"2024-05-21T00:01:37.272Z","1.0.1-alpha.20240618.4":"2024-06-19T00:03:12.360Z","1.0.1-alpha.20240619.4":"2024-06-19T23:57:16.518Z","1.0.1-alpha.20240620.2":"2024-06-21T00:00:24.255Z","1.0.1-alpha.20240621.1":"2024-06-22T00:01:08.553Z","1.0.1-alpha.20240624.1":"2024-06-25T00:05:08.498Z","1.0.1-alpha.20240625.1":"2024-06-26T00:01:42.718Z","1.0.1-alpha.20240627.1":"2024-06-28T00:01:44.843Z","1.0.1-alpha.20240628.2":"2024-06-29T00:05:34.678Z","1.0.1-alpha.20240702.3":"2024-07-03T00:44:19.452Z","1.0.1-alpha.20240813.2":"2024-08-13T16:59:48.630Z","1.0.1-alpha.20240815.1":"2024-08-16T00:00:32.986Z","1.0.1-alpha.20240816.1":"2024-08-16T23:58:42.508Z","1.0.1-alpha.20240819.1":"2024-08-19T23:58:34.089Z","1.0.1-alpha.20240820.1":"2024-08-20T23:59:53.165Z","1.0.1-alpha.20240822.3":"2024-08-22T23:58:52.237Z","1.0.1-alpha.20240823.1":"2024-08-23T23:59:25.033Z","1.0.1-alpha.20240826.2":"2024-08-27T00:00:34.976Z","1.0.1-alpha.20240827.2":"2024-08-27T23:58:07.869Z","1.0.1-alpha.20240828.1":"2024-08-28T23:54:15.797Z","1.0.1-alpha.20240829.1":"2024-08-29T23:56:26.908Z","1.0.1-alpha.20240830.1":"2024-08-30T23:56:55.501Z","1.0.1-alpha.20240902.1":"2024-09-02T23:56:50.543Z","1.0.1-alpha.20240910.2":"2024-09-10T23:56:39.827Z","1.0.1-alpha.20240911.1":"2024-09-11T23:54:16.991Z","1.0.1-alpha.20240912.2":"2024-09-13T00:02:25.329Z","1.0.1-alpha.20240916.2":"2024-09-16T23:50:36.041Z","1.0.1-alpha.20240917.2":"2024-09-17T23:52:42.204Z","1.0.1-alpha.20240926.2":"2024-09-27T00:04:18.153Z","1.0.1-alpha.20240927.1":"2024-09-27T23:56:18.602Z","1.0.1-alpha.20241004.1":"2024-10-04T23:55:16.203Z","1.0.1-alpha.20241007.2":"2024-10-07T23:59:32.789Z","1.0.1-alpha.20241008.2":"2024-10-08T23:56:44.583Z","1.0.1-alpha.20241009.2":"2024-10-10T01:00:21.570Z","1.0.1-alpha.20241010.1":"2024-10-11T00:14:12.860Z","1.0.1-alpha.20241011.1":"2024-10-11T23:58:12.801Z","1.0.1-alpha.20241014.1":"2024-10-15T00:00:08.536Z","1.0.1-alpha.20241015.2":"2024-10-15T23:56:57.507Z","1.0.1-alpha.20241021.1":"2024-10-21T23:59:20.452Z","1.0.1-alpha.20241022.1":"2024-10-23T00:49:50.354Z","1.0.1-alpha.20241023.1":"2024-10-23T23:55:59.409Z","1.0.1-alpha.20241024.1":"2024-10-24T23:59:50.963Z","1.0.1-alpha.20241025.1":"2024-10-26T00:08:25.435Z","1.0.1-alpha.20241028.2":"2024-10-28T23:56:56.211Z","1.0.1-alpha.20241029.1":"2024-10-30T00:05:43.865Z","1.0.1-alpha.20241030.1":"2024-10-30T23:57:54.291Z","1.0.1-alpha.20241031.1":"2024-10-31T23:58:48.017Z","1.0.1-alpha.20241111.1":"2024-11-12T01:01:04.200Z","1.0.1-alpha.20241112.1":"2024-11-13T01:02:47.014Z","1.0.1-alpha.20241113.2":"2024-11-14T01:00:52.630Z","1.0.1-alpha.20241114.2":"2024-11-15T00:59:39.754Z","1.0.1-alpha.20241115.1":"2024-11-16T01:00:01.226Z","1.0.1-alpha.20241118.1":"2024-11-19T01:03:56.815Z","1.0.1-alpha.20241119.3":"2024-11-20T01:01:27.038Z","1.0.1-alpha.20241120.1":"2024-11-21T01:04:43.254Z","1.0.1-alpha.20241121.2":"2024-11-22T01:02:34.855Z","1.0.1-alpha.20241122.1":"2024-11-23T01:02:23.928Z","1.0.1-alpha.20241125.1":"2024-11-26T01:04:23.195Z","1.0.1-alpha.20241126.1":"2024-11-27T01:05:51.323Z","1.0.1-alpha.20241127.2":"2024-11-28T01:02:59.414Z","1.0.1-alpha.20241128.1":"2024-11-29T01:03:41.180Z","1.0.1-alpha.20241129.1":"2024-11-30T01:02:18.057Z","1.0.1-alpha.20241203.2":"2024-12-04T01:02:52.314Z","1.0.1-alpha.20241204.3":"2024-12-05T01:03:31.384Z","1.0.1-alpha.20241206.3":"2024-12-07T01:03:21.409Z","1.0.1-alpha.20241209.2":"2024-12-10T01:03:35.056Z","1.0.1-alpha.20241211.1":"2024-12-12T01:01:49.868Z","1.0.1-alpha.20241212.1":"2024-12-13T01:05:51.679Z","1.0.1-alpha.20241213.1":"2024-12-14T01:12:13.493Z","1.0.1-alpha.20241216.1":"2024-12-17T01:02:36.504Z","1.0.1-alpha.20241217.4":"2024-12-18T01:17:06.125Z","1.0.1-alpha.20241219.1":"2024-12-20T01:09:09.784Z","1.0.1-alpha.20241220.1":"2024-12-21T01:07:14.245Z","1.0.1-alpha.20241223.1":"2024-12-24T01:09:31.096Z","1.0.1-alpha.20241224.1":"2024-12-25T01:07:48.934Z","1.0.1-alpha.20241225.1":"2024-12-26T01:06:30.864Z","1.0.1-alpha.20241226.1":"2024-12-27T01:06:20.755Z","1.0.1-alpha.20241227.1":"2024-12-28T01:07:01.309Z","1.0.1-alpha.20241230.2":"2024-12-31T01:06:24.127Z","1.0.1-alpha.20250106.1":"2025-01-07T01:09:07.586Z","1.0.1-alpha.20250107.1":"2025-01-08T01:05:20.331Z","1.0.1-alpha.20250108.1":"2025-01-09T01:05:50.185Z","1.0.1-alpha.20250109.1":"2025-01-10T01:05:03.343Z","1.0.1-alpha.20250110.3":"2025-01-11T01:00:29.813Z","1.0.1-alpha.20250113.1":"2025-01-14T01:07:13.745Z","1.0.1-alpha.20250114.1":"2025-01-15T01:01:47.952Z","1.0.1-alpha.20250115.7":"2025-01-16T01:05:40.110Z","1.0.1-alpha.20250116.2":"2025-01-17T01:06:57.013Z","1.0.1-alpha.20250117.1":"2025-01-18T01:03:42.963Z","1.0.1-alpha.20250120.1":"2025-01-21T01:01:01.496Z","1.0.1-alpha.20250121.1":"2025-01-22T01:04:50.290Z","1.0.1-alpha.20250122.2":"2025-01-23T01:05:29.539Z","1.0.1-alpha.20250123.1":"2025-01-24T01:02:18.174Z","1.0.1-alpha.20250124.1":"2025-01-25T01:08:53.241Z","1.0.1-alpha.20250128.1":"2025-01-29T01:02:28.083Z","1.0.1-alpha.20250129.1":"2025-01-30T01:03:20.337Z","1.0.1-alpha.20250130.1":"2025-01-31T01:02:14.781Z","1.0.1-alpha.20250131.1":"2025-02-01T01:03:45.124Z","1.0.1-alpha.20250203.1":"2025-02-04T01:01:18.588Z","1.0.1-alpha.20250204.2":"2025-02-05T01:07:27.472Z","1.0.1-alpha.20250205.2":"2025-02-06T01:05:41.438Z","1.0.1-alpha.20250206.1":"2025-02-07T01:03:27.691Z","1.0.1-alpha.20250207.3":"2025-02-08T01:03:27.906Z","1.0.1-alpha.20250210.1":"2025-02-11T01:17:21.529Z","1.0.1-alpha.20250211.1":"2025-02-12T01:04:01.724Z","1.0.1-alpha.20250212.1":"2025-02-13T01:05:00.044Z","1.0.1-alpha.20250213.1":"2025-02-14T01:13:23.950Z","1.0.1-alpha.20250218.5":"2025-02-19T01:05:41.579Z","1.0.1-alpha.20250219.1":"2025-02-20T01:06:33.576Z","1.0.1-alpha.20250221.2":"2025-02-22T01:05:20.193Z","1.0.1-alpha.20250224.1":"2025-02-25T01:05:23.433Z","1.0.1-alpha.20250225.2":"2025-02-26T01:04:47.430Z","1.0.1-alpha.20250226.1":"2025-02-27T01:01:47.033Z","1.0.1-alpha.20250227.1":"2025-02-28T01:13:49.651Z","1.0.1-alpha.20250228.2":"2025-03-01T01:02:07.739Z","1.0.1-alpha.20250303.2":"2025-03-04T01:07:32.817Z","1.0.1-alpha.20250304.1":"2025-03-05T01:05:19.497Z","1.0.1-alpha.20250305.1":"2025-03-06T01:08:16.265Z","1.0.1-alpha.20250306.2":"2025-03-07T01:03:49.471Z","1.0.1-alpha.20250307.2":"2025-03-08T01:00:46.004Z","1.0.1-alpha.20250310.4":"2025-03-11T00:07:09.085Z","1.0.1-alpha.20250311.3":"2025-03-12T00:00:12.368Z","1.0.1-alpha.20250313.1":"2025-03-13T23:58:11.091Z","1.0.1-alpha.20250314.1":"2025-03-15T00:23:15.787Z","1.0.1-alpha.20250317.1":"2025-03-17T23:56:10.208Z","1.0.1-alpha.20250318.1":"2025-03-18T23:55:00.168Z","1.0.1-alpha.20250319.1":"2025-03-19T23:54:06.285Z","1.0.1-alpha.20250320.1":"2025-03-20T23:57:55.063Z","1.0.1-alpha.20250321.1":"2025-03-21T23:59:07.202Z","1.0.1-alpha.20250324.2":"2025-03-24T23:57:07.643Z","1.0.1-alpha.20250325.1":"2025-03-25T23:56:03.101Z","1.0.1-alpha.20250326.1":"2025-03-26T23:55:21.927Z","1.0.1-alpha.20250327.1":"2025-03-27T23:56:46.187Z","1.0.1-alpha.20250328.1":"2025-03-28T23:54:45.299Z","1.0.1-alpha.20250331.2":"2025-03-31T23:57:42.044Z","1.0.1-alpha.20250401.1":"2025-04-01T23:56:46.407Z","1.0.1-alpha.20250402.1":"2025-04-02T23:58:17.913Z","1.0.1-alpha.20250403.1":"2025-04-03T23:57:31.126Z","1.0.1-alpha.20250404.1":"2025-04-04T23:55:35.514Z","1.0.1-alpha.20250407.1":"2025-04-07T23:56:29.051Z","1.0.1-alpha.20250408.2":"2025-04-08T23:59:36.506Z","1.0.1-alpha.20250409.1":"2025-04-09T23:59:28.440Z","1.0.1-alpha.20250410.1":"2025-04-10T23:55:26.216Z","1.0.1":"2025-04-14T22:20:25.732Z","1.0.1-alpha.20250416.4":"2025-04-16T23:53:29.095Z","1.0.1-alpha.20250417.3":"2025-04-17T23:54:17.466Z","1.0.1-alpha.20250418.3":"2025-04-18T23:53:28.160Z","1.0.1-alpha.20250421.2":"2025-04-21T23:55:50.848Z","1.0.1-alpha.20250422.2":"2025-04-22T23:57:37.349Z","1.0.1-alpha.20250423.1":"2025-04-23T23:50:30.446Z","1.0.1-alpha.20250424.1":"2025-04-24T23:51:59.991Z","1.0.1-alpha.20250425.1":"2025-04-25T23:53:11.481Z","1.0.1-alpha.20250429.2":"2025-04-29T23:56:29.843Z","1.0.1-alpha.20250430.1":"2025-04-30T23:57:16.015Z","1.0.1-alpha.20250502.1":"2025-05-03T00:13:02.423Z","1.0.1-alpha.20250506.3":"2025-05-07T00:31:57.442Z","1.0.1-alpha.20250508.2":"2025-05-09T00:04:51.104Z","1.0.1-alpha.20250509.2":"2025-05-10T00:37:53.876Z","1.0.1-alpha.20250512.1":"2025-05-13T00:13:12.546Z","1.0.1-alpha.20250513.1":"2025-05-13T23:53:54.654Z","1.0.1-alpha.20250514.5":"2025-05-14T23:55:32.233Z","1.0.1-alpha.20250515.1":"2025-05-15T23:53:34.445Z","1.0.1-alpha.20250516.1":"2025-05-16T23:56:15.121Z","1.0.1-alpha.20250519.1":"2025-05-19T23:54:36.814Z","1.0.1-alpha.20250520.2":"2025-05-20T23:53:20.973Z","1.0.1-alpha.20250521.1":"2025-05-21T23:51:39.670Z","1.0.1-alpha.20250522.1":"2025-05-22T23:54:57.742Z","1.0.1-alpha.20250523.1":"2025-05-23T23:51:36.754Z","1.0.1-alpha.20250526.1":"2025-05-26T23:52:14.072Z","1.0.1-alpha.20250527.1":"2025-05-27T23:54:47.647Z","1.0.1-alpha.20250528.1":"2025-05-28T23:55:14.516Z","1.0.1-alpha.20250530.1":"2025-05-30T23:51:48.263Z","1.0.1-alpha.20250603.1":"2025-06-03T23:53:19.727Z","1.0.1-alpha.20250604.1":"2025-06-05T00:04:22.447Z","1.0.1-alpha.20250605.1":"2025-06-05T23:58:39.078Z","1.0.1-alpha.20250606.1":"2025-06-06T23:53:17.340Z","1.0.1-alpha.20250609.2":"2025-06-09T23:55:24.449Z","1.0.1-alpha.20250610.2":"2025-06-10T23:54:51.967Z","1.0.1-alpha.20250612.4":"2025-06-12T23:51:14.017Z","1.0.1-alpha.20250613.1":"2025-06-13T23:50:08.235Z","1.0.1-alpha.20250616.2":"2025-06-16T23:52:12.634Z","1.0.1-alpha.20250617.2":"2025-06-17T23:50:12.439Z","1.0.1-alpha.20250618.1":"2025-06-18T23:50:52.671Z","2.0.0-alpha.20250717.4":"2025-07-17T23:46:44.483Z","2.0.0-beta.1":"2025-07-18T03:50:24.438Z","2.0.0-alpha.20250718.3":"2025-07-18T23:46:43.800Z","2.0.0-alpha.20250730.2":"2025-07-30T23:46:21.066Z","2.0.0-alpha.20250804.4":"2025-08-04T23:48:04.536Z","2.0.0":"2025-08-05T00:22:43.688Z","2.0.1":"2025-08-21T23:51:51.267Z","2.1.0-alpha.20250825.5":"2025-08-25T23:53:12.686Z","2.1.0-alpha.20250826.2":"2025-08-26T23:54:43.135Z","2.1.0-alpha.20250829.1":"2025-08-29T23:51:48.586Z","2.1.0-alpha.20251006.1":"2025-10-06T23:46:37.566Z","2.1.0-alpha.20251007.3":"2025-10-07T23:50:45.306Z","2.1.0-alpha.20251008.1":"2025-10-08T23:48:09.083Z","2.1.0-alpha.20251009.1":"2025-10-09T23:52:37.858Z","2.1.0-alpha.20251010.1":"2025-10-10T23:44:59.747Z","2.1.0-alpha.20251013.2":"2025-10-13T23:53:29.714Z","2.1.0-alpha.20251014.1":"2025-10-14T23:54:08.976Z","2.1.0-alpha.20251015.1":"2025-10-15T23:52:44.105Z","2.1.0-alpha.20251017.1":"2025-10-17T23:46:04.793Z","2.1.0-alpha.20251020.1":"2025-10-20T23:45:14.782Z","2.1.0-alpha.20251021.1":"2025-10-21T23:46:09.167Z","2.1.0-alpha.20251022.1":"2025-10-22T23:49:44.909Z","2.1.0-alpha.20251023.1":"2025-10-23T23:47:29.194Z","2.1.0-alpha.20251024.1":"2025-10-24T23:46:28.782Z","2.1.0-alpha.20251027.1":"2025-10-27T23:44:31.976Z","2.1.0-alpha.20251028.1":"2025-10-28T23:46:29.211Z","2.1.0-alpha.20251029.2":"2025-10-29T23:45:02.174Z","2.1.0-alpha.20251030.2":"2025-10-30T23:45:27.856Z","2.1.0-alpha.20251031.1":"2025-10-31T23:45:24.826Z","2.1.0-alpha.20251103.1":"2025-11-04T00:46:28.257Z","2.1.0":"2025-11-06T21:29:02.562Z","2.1.0-alpha.20251106.5":"2025-11-07T00:59:15.770Z","2.1.0-alpha.20251107.2":"2025-11-08T00:55:56.323Z","2.1.0-alpha.20251110.2":"2025-11-11T00:51:52.703Z","2.1.0-alpha.20251111.2":"2025-11-12T00:44:37.217Z","2.1.0-alpha.20251112.1":"2025-11-13T00:47:40.131Z","2.1.0-alpha.20251113.1":"2025-11-14T00:52:39.792Z","2.1.0-alpha.20251114.1":"2025-11-15T00:55:33.578Z","2.1.0-alpha.20251117.1":"2025-11-18T00:52:24.296Z","2.1.0-alpha.20251118.1":"2025-11-19T00:45:49.753Z","2.1.0-alpha.20251119.2":"2025-11-20T00:46:05.420Z","2.1.0-alpha.20251120.2":"2025-11-21T00:46:27.082Z","2.1.0-alpha.20251121.1":"2025-11-22T00:45:41.163Z","2.1.0-alpha.20251124.1":"2025-11-25T00:50:34.912Z","2.1.0-alpha.20251125.1":"2025-11-26T00:48:48.741Z","2.1.0-alpha.20251126.1":"2025-11-27T00:45:36.946Z","2.1.0-alpha.20251127.1":"2025-11-28T00:47:03.657Z","2.1.0-alpha.20251128.1":"2025-11-29T00:47:27.572Z","2.1.0-alpha.20251201.1":"2025-12-02T00:51:52.089Z","2.1.0-alpha.20251203.1":"2025-12-04T00:51:53.298Z","2.1.0-alpha.20251204.1":"2025-12-05T00:46:30.271Z","2.1.0-alpha.20251205.1":"2025-12-06T00:52:15.581Z","2.1.0-alpha.20251208.3":"2025-12-09T00:53:48.945Z","2.1.0-alpha.20251209.3":"2025-12-10T00:44:54.634Z","2.1.0-alpha.20251212.1":"2025-12-13T00:48:29.806Z","2.1.0-alpha.20251215.1":"2025-12-16T00:45:35.143Z","2.1.0-alpha.20251216.1":"2025-12-17T00:46:26.448Z","2.1.0-alpha.20251217.1":"2025-12-18T00:46:35.957Z","2.1.0-alpha.20251218.1":"2025-12-19T00:52:40.609Z","2.1.0-alpha.20251219.1":"2025-12-20T00:52:08.132Z","2.1.0-alpha.20251222.2":"2025-12-23T00:46:13.669Z","2.1.0-alpha.20251223.1":"2025-12-24T00:44:40.870Z","2.1.0-alpha.20251224.1":"2025-12-25T00:44:59.688Z","2.1.0-alpha.20251230.1":"2025-12-31T00:45:38.291Z","2.1.0-alpha.20260102.1":"2026-01-03T00:44:37.661Z","2.1.0-alpha.20260105.1":"2026-01-06T00:52:33.919Z","2.1.0-alpha.20260107.1":"2026-01-08T00:57:36.032Z","2.1.0-alpha.20260108.1":"2026-01-09T00:57:15.495Z","2.1.0-alpha.20260109.1":"2026-01-10T00:52:02.587Z","2.1.0-alpha.20260114.2":"2026-01-15T00:57:21.737Z","2.1.0-alpha.20260116.1":"2026-01-17T00:51:44.263Z","2.1.0-alpha.20260119.1":"2026-01-20T00:46:28.309Z","2.1.0-alpha.20260120.1":"2026-01-21T00:48:14.293Z","2.1.0-alpha.20260121.1":"2026-01-22T00:51:46.970Z","2.1.0-alpha.20260123.3":"2026-01-24T00:51:56.560Z","2.1.0-alpha.20260126.1":"2026-01-27T00:55:09.088Z","2.1.0-alpha.20260127.2":"2026-01-28T00:53:27.020Z","2.1.0-alpha.20260128.1":"2026-01-29T00:48:37.499Z","2.1.0-alpha.20260129.1":"2026-01-30T00:50:53.474Z","2.1.0-alpha.20260130.1":"2026-01-31T00:51:29.923Z","2.1.0-alpha.20260203.1":"2026-02-04T00:48:45.977Z","2.1.0-alpha.20260204.1":"2026-02-05T00:52:10.460Z","2.1.0-alpha.20260205.1":"2026-02-06T00:50:11.550Z","2.1.0-alpha.20260206.2":"2026-02-07T00:52:32.311Z","2.1.0-alpha.20260209.4":"2026-02-10T00:47:44.325Z","2.1.0-alpha.20260210.3":"2026-02-11T01:15:08.966Z","2.1.0-alpha.20260211.1":"2026-02-12T00:49:28.477Z","2.1.0-alpha.20260216.1":"2026-02-17T00:46:20.423Z","2.1.0-alpha.20260217.2":"2026-02-18T00:51:27.776Z","2.1.0-alpha.20260218.2":"2026-02-19T01:12:54.730Z","2.1.0-alpha.20260219.2":"2026-02-20T00:53:12.911Z","2.1.0-alpha.20260220.1":"2026-02-21T00:51:41.230Z","2.1.0-alpha.20260223.1":"2026-02-24T00:52:18.192Z","2.1.0-alpha.20260227.2":"2026-02-28T01:01:29.461Z","2.1.0-alpha.20260302.2":"2026-03-03T01:05:16.676Z","2.1.0-alpha.20260303.1":"2026-03-04T00:55:51.831Z","2.1.0-alpha.20260304.2":"2026-03-05T00:54:16.315Z","2.1.0-alpha.20260305.2":"2026-03-06T00:55:23.406Z","2.1.0-alpha.20260309.2":"2026-03-10T02:36:57.659Z","2.1.0-alpha.20260310.1":"2026-03-10T23:49:40.590Z","2.2.0":"2026-04-09T16:32:35.947Z","2.2.1":"2026-08-18T17:32:00.979Z","2.2.2":"2026-09-16T04:45:38.904Z"},"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-vscode/README.md","keywords":["azure","cloud","active directory","authentication","credential","certificate","vscode","account"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git","directory":"sdk/identity/identity-vscode"},"description":"Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"readme":"# Azure Identity Plugin for Visual Studio Code Authentication\n\nThis package provides a plugin to the Azure Identity library for JavaScript ([`@azure/identity`](https://npmjs.com/package/@azure/identity)) that enables authentication through the \"Azure Resources\" extension for Visual Studio Code. This plugin provides the dependencies of the `VisualStudioCodeCredential` in `@azure/identity` and enables it for use on its own or as part of `DefaultAzureCredential`.\n\n[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-vscode/samples-dev)\n\n### Prerequisites\n\n- An [Azure subscription](https://azure.microsoft.com/free/).\n- Install [Visual Studio Code](https://aka.ms/vscode) and the [\"Azure Resources\" extension][azresourcesext]\n\n> Note: For local development with `@azure/identity-vscode`, you may need to install additional tools. [node-gyp](https://github.com/nodejs/node-gyp) is used to compile [addons](https://nodejs.org/api/addons.html) for accessing system APIs. Installation requirements are listed in the [node-gyp README](https://github.com/nodejs/node-gyp#installation).\n\nOn Linux, the library uses `libsecret` so you may need to install it. Depending on your distribution, you will need to run the following command:\n\n- Debian/Ubuntu: `sudo apt-get install libsecret-1-dev`\n- Red Hat-based: `sudo yum install libsecret-devel`\n- Arch Linux: `sudo pacman -S libsecret`\n\n> [!NOTE] \n> Visual Studio Code authentication is currently only supported on Windows and Linux. macOS isn't yet supported.\n\n### Install the package\n\nThis package is designed to be used with Azure Identity for JavaScript. Install both `@azure/identity` and this package using `npm`:\n\n```sh\n$ npm install --save @azure/identity\n$ npm install --save-dev @azure/identity-vscode\n```\n\n#### Supported Environments\n\nAzure Identity plugins for JavaScript support stable (even numbered) versions of Node.js starting from v12. While the plugins may run in other Node versions, no support is guaranteed. `@azure/identity-vscode` **does not** support browser environments.\n\n## Key concepts\n\nIf this is your first time using `@azure/identity` or Microsoft Entra ID, we recommend that you read [Using `@azure/identity` with Microsoft Entra ID](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/using-azure-identity.md) first. This document will give you a deeper understanding of the platform and how to configure your Azure account correctly.\n\n### Azure Identity Plugins\n\nAs of `@azure/identity` version 4.11.0, the Identity client library for JavaScript includes a plugin API. This package (`@azure/identity-vscode`) exports a plugin object that you must pass as an argument to the top-level `useIdentityPlugin` function from the `@azure/identity` package. Enable authentication through the \"Azure Resource\" extension for Visual Studio Code as follows:\n\n```ts snippet:ReadmeSampleUsePlugin\nimport { useIdentityPlugin } from \"@azure/identity\";\nimport { vsCodePlugin } from \"@azure/identity-vscode\";\n\nuseIdentityPlugin(vsCodePlugin);\n```\n\nAfter calling `useIdentityPlugin`, the `VisualStudioCodeCredential` from the `@azure/identity` package will be enabled. If this plugin is not used, then `VisualStudioCodeCredential` will throw a `CredentialUnavailableError`, and it will not be available as part of `DefaultAzureCredential`.\n\n### Visual Studio Code Authentication\n\n`VisualStudioCodeCredential` uses the authentication record from the [\"Azure Resources\" extension][azresourcesext]. To use this credential, you must sign in to your Azure account using the extension. To do so, open Visual Studio Code, ensure that the extension is installed, and sign in from **Command Palette** using the \"Azure: Sign In\" option to open a browser window and sign in to Azure. Alternatively, you can select \"Azure: Sign In with Device Code\" to use the device code flow.\n\nAfter signing in, you may need to select a subscription (for example, if you have multiple Azure subscriptions), and you can change the active subscription by using the menu to select the \"Azure: Select Subscriptions\" entry.\n\nThe plugin automatically detects the authentication record stored by the Azure Resources extension and uses it for authentication.\n\n## Examples\n\nOnce the plugin is registered, you can use `VisualStudioCodeCredential` in a similar fashion to the other credential classes in `@azure/identity`:\n\n```ts snippet:ReadmeSampleVisualStudioCodeCredential\nimport { useIdentityPlugin, VisualStudioCodeCredential } from \"@azure/identity\";\nimport { vsCodePlugin } from \"@azure/identity-vscode\";\n\nuseIdentityPlugin(vsCodePlugin);\n\nconst credential = new VisualStudioCodeCredential();\n\n// The graph.microsoft.com scope is used as an example\nconst scope = \"https://graph.microsoft.com/.default\";\n\n// Print out part of the access token\nconsole.log((await credential.getToken(scope)).token.substr(0, 10), \"...\");\n```\n\nYou can also use `DefaultAzureCredential`, which will attempt to authenticate using the \"Azure Resources\" extension for Visual Studio Code if it's available:\n\n```ts snippet:ReadmeSampleDefaultAzureCredential\nimport { useIdentityPlugin, DefaultAzureCredential } from \"@azure/identity\";\nimport { vsCodePlugin } from \"@azure/identity-vscode\";\n\nuseIdentityPlugin(vsCodePlugin);\n\n// With the plugin enabled above, `DefaultAzureCredential` will use\n// Visual Studio Code's \"Azure Resources\" extension to authenticate if\n// it is available.\nconst credential = new DefaultAzureCredential();\n\n// This will print a JWT access_token and its expiration timestamp\n// The graph.microsoft.com scope is used as an example\nconsole.log(\"Token:\", await credential.getToken(\"https://graph.microsoft.com/.default\"));\n```\n\n## Troubleshooting\n\n### Logging\n\nEnabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:\n\n```ts snippet:SetLogLevel\nimport { setLogLevel } from \"@azure/logger\";\n\nsetLogLevel(\"info\");\n```\n\n## Next steps\n\n### Provide Feedback\n\nIf you encounter bugs or have suggestions, please [open an issue](https://github.com/Azure/azure-sdk-for-js/issues).\n\n## Contributing\n\nIf you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.\n\n[azresourcesext]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups\n","readmeFilename":"README.md"}