{"_id":"@azure/container-registry","_rev":"488-b17ff068d390eccb8137658d95cf27b5","name":"@azure/container-registry","dist-tags":{"latest":"1.1.2","dev":"1.1.3-alpha.20260305.3"},"versions":{"1.0.0-alpha.20210317.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210317.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210317.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"32a588fc17e89f551023f558947ce79b1f2ba2bf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210317.1.tgz","fileCount":47,"integrity":"sha512-Vsmq2/d7Rc6PM0ebuG5ut9PS7tRFtdb69OuDovUMAYvtHz810x7c5OsisHiKgiRO7w7dPEqX2zeNw3PbTMlYuw==","signatures":[{"sig":"MEQCIHQDqsk7EQGXeRtcZY6j2e5CCNds/vKxevxRaNBHyaHIAiBLPGRcA2VQjiBjmL+oX3I9o4ZsZAsXGB+eNeGR/1rnIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":557380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUqJPCRA9TVsSAnZWagAAzdEP/3XkenGKT7nPFzSgeXXR\ni7LRWszDmMOpy6Acb0CSpa9EgUg4YC0qVVuE6OeEtGl1118rMfp0mXy6IRTZ\nXUJRJCLcRQJNZuqL17YfdVg4tDOW5xzTrMLe9rqKIVzgGm1Q5wuyaelgGEHx\no7ovimfsAae5zCO8/h/BMAWeKr22il3hqAB7dfSS8rG+dAhMYA9KhiKfuTz6\nGZmfZuPEtigpllCaPREkTrKm6k8JeJ+zJ9EvOJfGYDw4Ys2Q9P18H+Rm885l\nJmRKI5jiu43fIJ6pzxeW5QU1HP13AlQKHiT6jligXjpO5omTqAzwToj4CToJ\nHm1Mr0u4nb+9Ww2IMTPy+9mVQKD5mdEO9ekuA0hy+MQubbf/zCJ61D/KCgEX\n11ekzgq0OUtk1o7r7p8ty6FOmqIWTttVBb3oC2mZKf6xBjIdmweP77lYqGv3\ngndw8ESgQcVpKdWmZCN8UyQxJTv3hALqknOUC87tWdYuzCnCORtlxMnp7Bpc\nTB5OFka79qgJIcYpTQ939rzUpVAY5G5VI7HXC7qEfCTiEDj6iP2PL3Uq4wS6\nmBMCUDfX0f/DdwTgcXPXKjZL2cDa/hMt+CECAB+uVYqE0iOQZEgQ2f7XxM/x\nnNqt3q5VCUDEUVzhI6ZNW9q9mDEovKjbPn5PCPsor+da7ks3fvOmj2BVVSMF\naf43\r\n=8R6t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210317.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":false},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210317.1_1616028239439_0.4779437378745115","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210322.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210322.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210322.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d3612c3b31de5f43b269e74ee211ab2fae23c4a7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210322.1.tgz","fileCount":47,"integrity":"sha512-zqpx0psct9UOmJvMTNPZ0dg6ybktm0YjAiZRzohBZ+BvzB66VU1lxAB9QR/kDe+SmOeZ8PjqHa/Q9m+57zHHPw==","signatures":[{"sig":"MEYCIQCCJ7xi19cVU65EmTQftJbi+U9METIENJwCCkk25thkrgIhAPKc8/Cx8xesV6tPyzs7zRGiwvs8BkAt7bYQPL7blBvF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":557380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWTnuCRA9TVsSAnZWagAAzHkP/2LX+87PHFD6mTmyvc4M\nOMZwXwSvbqpAgv/xDYkeZOpInQBfvd12Rm6IEOTSBybaqtHzK/dC/NJR+2Wp\nHtAQg41kw8d1BZCS9/XqjEPwxXWpAgUordCOG4emgo/Wvpi1nbIgel6UpZYq\nARvfFuzVhCRwtCwJmUDjbHIfcBHZ8HBncB4pNxefr1aNxmSPfr9bVo5rJyCw\n/ENvQLCRzUp0d/9VLGYncxeo24/ph0em2b6bI1xpY19I8mNfk5qIMngzqWcl\nKqxJQq3bpnf6Mp8hFwq5wYQhrQIZjnSkOaVh84fb/Yua9SQ4+WChEHRD3LfS\nc6f4BeLjUl11qYYwx286VMU9iNNlJN7doLbEG9UrgbRNODQH6BrNpuGUL5Cw\nyPRDetFEHxmbSZeCZpBtbsWOzbIqvx+nWk9rQQcxiD8E7IZgukcGZ4YMIueU\nHx8DdUsbcB8Kx/h4FOfJ5N03AmAl+5ET6zCJEnlnVRZ/QygyfYit7kc2Zidl\nopNUQLEgcrM5h12mBd0qlVz6XkYDe2oMvDR74BjdctI7mMhzKUr8B5HMwdu5\n/Q4OAGyCBBA0ZO3P76RFW8ytnAPAee9inPsgJqPQGHKr1YjYBuKNUNy5WHu7\n+AU5cp9rHCoSqQVQISFtMFQJRPiYnehEJQzZ+YvTVfTQfRtD3kwHGJ1+u4rO\navMV\r\n=XvTJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210322.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210322.1_1616460269954_0.7860389581418648","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210329.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210329.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210329.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6f3e7fc0e825bee019d7945b34b0a6724265aa4e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210329.1.tgz","fileCount":47,"integrity":"sha512-dC/8hUOPz47DlFCtw2RI1xFmwl/Too4DiXGkmSuZgj2eZWkW7POtHfEbOem04n6LDlrbWSnoxgkHLJK3Y0NKMg==","signatures":[{"sig":"MEUCIGtEOwGAVhIUxX73h9/eHms56weiRNAje6n9Bv1ku+V6AiEAze9dNI1zC2BjhRyDBauQf2hxkKyMCCsw7v2M50b5atg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":668947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYnO9CRA9TVsSAnZWagAAuqMP/AxDsly38ALu3iqvcDRA\nWFviGuFTFq+xQ0p6qdNQbQThWOh7vW4cwYDKCx0ep2NpAFkrBD1a6CnUu71w\nYuoKqIlEogB5JL+/Cm6loh4TinWctHqUJJVJ3HM2dGxYYlOzy2c9BKQwEj8F\npkCtFOrjkr/554XhlaLv6+mGwwHLwzzJvadqkUUBda1XxRxkrBEMStasoUGL\nqbVtLpGbQoWdBVQut/E9xS+x4yRCOedAvVLw/FhAAXkClUoxgAtyFIKGIMeL\npW0ayrRPUGFmV2q2r4C6jI9NFMPexF9uMm8v8Uz7b+N3ca/khl6wAhQi2euV\nyCftNNZcyBnZ+s26l+oB3H0oO/rxlQ6tCtkoJijoPKRb9cFGLgolUb9BOx9y\nqNJddaMrXy1fBNOCle2ac9ULdSae2LNm19MweJmXK6dK0UyJ2mVtDQE0qjZR\nUn4GXp6cLlBPSwXo3qBufxm4voFPYtjkgdLmuuKgVQRW9q96EYfuyAht09+b\nzqrjy4CwIHjhgkQKlo/x1O+OY5zFQFNWHYhYGndmCijn66s+2cBX6y71BEcf\n+75CeF6MYSGpEdxhpQqu6d4A0Zm26zHLmb7eNSbU/Zwsc1okoiCPRlNzUcD7\nyN7qP0SpCC+BXjYgClH2UBtVU+RUGIiwgBTcPKsHELBtFwk87gXdFKibd4N9\ncWrR\r\n=teyu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210329.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0-alpha","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210329.1_1617064893135_0.453682600841135","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210331.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210331.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210331.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3d73ff71c62e04e536ff46b7dc9b8a75ee28ee6e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210331.1.tgz","fileCount":47,"integrity":"sha512-oOhAO5CWTTahc6k0DejI47fzbnmO8nXXvNhF0vhyGgsFvApsxezYu6pxfmIIPfogQoTpWt9uUzRvZP7YTdhTqw==","signatures":[{"sig":"MEUCIQCkdfDppiS9c7wCMzDEoGq+b8Hzr1Xdg+3zy2POLMfpNwIgemw2SHRKIiMe3NRhMHaVhIIspaFxdeL0hbsLJrQVcrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":668941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZRffCRA9TVsSAnZWagAAAV8P/Am6GLtQ3jMbdCTccnGM\nyk6jhlQ/FHfgI0wNDT4ef4tI6reblyyQIY0Mvfy6xK+B8qGzZqkQterdezbX\nUchGK7Sd7L2ro3zbn1iK1n2ZMR7VKuY7oTXSmCvXufuZKBsEflGUgmMxjRpO\nznluPFAhV/wDwkmhtuIfF6pY7hZT3ZzeDRP9RGBsq02wqR71c37TUgvMINCv\noFcwRleoHA+/U97J022cyisztpFSteQ//9i/2+Y/2LEiTotGlTadxP8FRicy\n6uZgdaI+fiZYSw0itT1J9qaMRxokjVlxH+Fkj30C/CNGoWl+jERvkJ6ZZw0c\nwzd8Y/q87emnns4OUwYCdsvKp0hmd3HvasKOk4PrwyIA0DeyzxgtoD2TqVl4\nL7fUEUAwnsIw9WEAyqKiRIx1dPAPKdW/dtW2+ZSeJROrSyQG+FHSMEuWu/5G\nD57g1SQnR9W/yORBH02lrJ2BtQh2VA4IdQ5PI9Jgfi6VpZYwd9+inZ78mCqH\nblmNyGN1TvmckVIeY2LkTffAcn9Y049giMqZVHi+Ajp4F3/kUWbPPc4MAEeg\neDbTCpJ7UsP1XEVnHbnu4Hwf3XHg5m7OV4X18Y+vs+Sy77vTIySOx6vjyEKM\nbXXqLgZcVxWqcpZ3McmQGzLW+MotusfyCtHICGs005WPXrTtQFnotofafqiD\nSBtN\r\n=aQ6k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210331.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210331.1_1617237982713_0.38007515703597305","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210401.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210401.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210401.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8e0289d4846ed862362dcaff2f20ea2e0f6a80e9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210401.1.tgz","fileCount":47,"integrity":"sha512-dahDuV5UltEoSEX+YdrXdQpkbdMSNUptUaghxzKs//LRFhhFnMm6qI+eyK7CAmXB3pMV84EmbZGOMZTZ+fqtiA==","signatures":[{"sig":"MEUCIApsKdqvLtG3LmVO9W/4MhHtjAiQ/e7el8iAuKIBqVTAAiEAuSylBkhDnSP1532AaNUwvaILIVDKB9D+zWYVePa6Q7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":630927,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZmj/CRA9TVsSAnZWagAA5jMP/1DfiSReG7iV3PajzmXP\n4pHcR0u4E9N9sq+VmObGku/bLFX5YZqwA6avSjbRjZIkEZPPO7DXEpZ4Zm2W\na3lVcpqBsIpjz8lDa0ObDknMe5TtEE2TvNS2JQGG+5bZNqnX/9HdRQl443Ap\nQgVXWACkObRas1WC1twJHnuqjeAhvHO45hstzSP20GIZWk9/h1u7GaNGQRQs\nifFHN5T7Flqbj4/tOuzoA3h5G8rc2fwxWlmXZb2jzujUqocqWyMTx9dX9MAg\n42FljgAU2t76LCYvNLPiNEmEttlsI5WyCmCHHvqjhUaaXRrsQVuhMLEkkLeb\nqF2tn16EZRYMeG8iAo0OaU8mYMtlyco42ZwKDFInIlIMnEvWSH0UEMnPwVjC\nVoGyv6w7kJ0EfEpgxh36+NtsnciFPpN1fcOOXZbQmv087NtqpiHrSb4hKLxb\nUphrDHXaRZCFQDF9Mgx0jOu9XvewcMCbU9JtsbjXz2rNsWK7kygiRWpbSZHD\nhNm+vnMl/mNOQFQqdIHA8f2te9TXuL+QbdzlIs8DlgQXwuUn2kwaQRqegPWa\nIh8Ie9tc40uMaEFCo6pIHv2WQe4ezWo/Oy4wBKOhrUmN5w7lJqs2UF7mpBRm\n0UfiixS1c7JI1z8+0Fi6+SY7+ZrAk5CC+aXUHa3pOngMNe+fNV39XlSNN+CJ\nXw3M\r\n=D2oL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210401.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210401.1_1617324286382_0.0014043944362751581","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210402.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210402.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210402.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9e6de0da64821a80ce3f3da02ea9a1edbb18f40a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210402.1.tgz","fileCount":51,"integrity":"sha512-BKNH/Gh0T3y8EKBamFGifDWUeYB1hxbo2F9ThmWWAzOq242xq/t7P+jDcs/fpG/3DNiSM6N1+E7/5DxlY5zBAA==","signatures":[{"sig":"MEYCIQCD83fgjs/iixEcn/l+R/nL3gP5DLrLLRNH8z5qFXqmtgIhAL5I+3dU54hRgS7y4YGKI7kXGvg497C5CjQWxSoPFJwq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":728527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZ79rCRA9TVsSAnZWagAA2C4P/2NoTuqyqAEVl5Z01/tC\niE/meu+5xbMq4IozYwKfw4RkZN+jTnOBhRUIfoSewJN9aYlIjjF0LxLDfvJ/\n9xrsIsNv4OP9n9AbHkQ8ijDbB4hDBX29qlS6HFRcFhNsgd6mnjmY0YXVZ+K2\nn+gYUUKRNA5lNj+w0xDgkcyF9tYDiK5gOFyOb1XvnX1q5LtI861buY46jVoM\n+tF56M1F5UUdoVBPqHlXHC5qagyd3KnSMGosD9M/2hiyVdvickIBbfb5ykAu\nUmc5pHaHBJA9W0fwX2SX8Hk5P1EiuB4/B9H441TYZ1HclDLvNuL1FAYpe1oY\nQAay988+te112ekfxM0616gRbH0VfuI6NeSQxuyBUi0VQ6m83zcmTJ9gs+wR\naigy7DWXPcgcEsaVL6msTkn3UZBGdJtxNFkBsrKE1faMyNwxasVnI4sDbsfA\nQj2+lnbtBq4NGXfZZfHugJtH0wwIWvZecclaSzrNbef3esSegRqU+qnema7l\nY4lkLHQnMc4jay8MJD4a5awCYwkq6UQesbixG+XbX6/sXwxuWFCyQqaXAVd0\nzmuozMFxKM+tGnYvK7H0y4pDOB48r7HFSMpwzukpDok8k522Sr7uytd2KYjD\nnOLkH00NHk0vP3PAgXhPD6eIV3ZUZ9c6Y31YsTGNIYRA4ucBZOmM9yu9hScS\nyjmX\r\n=AiBp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210402.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210402.1_1617411947494_0.2381153487955432","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@azure/container-registry","version":"1.0.0-beta.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2824d0e501f0bdbfcb72e9bdb0f42e0b9008a062","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-beta.1.tgz","fileCount":55,"integrity":"sha512-lrBivtYHfMLQEhFsrTBOwbgmbhJ45ZBaTCcIHqViqMSsEO2VWXU8DmUnUgcGBFWPmVs7KDAhcsbvUOgxfoN+KQ==","signatures":[{"sig":"MEUCIBR0ybPorrSeWK/5Py066g+UzO82UvS6e2utuMAdQvfWAiEAj+aE/dvAaxvaFQpvaP3YOHuASqN+DNxPoW2QNsA0PZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbPKRCRA9TVsSAnZWagAA6GIP/3HU/A0EoTZt0sJHkyG5\nO46xb0p/ZzRn5jSYvaHLTNRJLqJUyds1aFglWNwIJHygPd4yCqAT6XQD9YSR\nBZfJImtXuKGYJIG2RLVl/opVrGsySDzDvhFtU20H1wFyzK10jyELpQbhAhaY\nhgl6Fs5SSdR87IFh7ipxIJLwrudjh7Rb2yEl2CbIb7xWUJOmcCrxyyxEBXtL\nqsIzGs+mscqZzCXAV2bGrKQDb2BqIJz8IS+bMWvM0RNjwazLY6fvq6Hd0ps1\n9Ove4+M9GO6E55NNIJ/t8vjE7QunS0zd3wzZOFdkP62JC6mAyVK3nSqe0w7R\nayS2xXy3oMgwSjXKFhZeLfr//Jz6vFSAWPKDTluPCcCmuOgcV8RnygEXtyzY\nvVV7QB7Y3NYZEvcPBzjd+D0M3Dw5jZlbe9ULrNeFsXGj9n3gSm90EJ6h98W/\nHGr8mHRYzX+7P+TWQOt1g5It/E1IO507jQxyBzGS632+yPOP6dDQEC9ZZhyT\nY6xsCKvu84WHJn5Ta46Bi0QvvJp1/MdnT1gIh2HjJ6WX+le2lVOLBWHeD2rK\nYnUCI1tHna65Pbs25ahOifFf1caMUNuCV7PV+xDD6V3bDYywGDK5vNgNjySc\nbVKebwa2ui+p0NhLFU+OK73McRb95ssaaS5gDJwhmaihuDbrRaUyq2mGZQJ+\n4asT\r\n=+XRC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-beta.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/url.js":"./dist-esm/src/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/core-rest-pipeline":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","@azure/core-util":"^1.0.0-beta.1","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/arm-containerregistry":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-beta.1_1617752721086_0.2678090701409126","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210407.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210407.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210407.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd545e0b1b5cbdf7540a5e3f907bdf773f0ca276","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210407.1.tgz","fileCount":55,"integrity":"sha512-eCtr+P2PjJdSg/Z58c9qrLXCOCbwlHq/AgpnHu/pY05akEyAq6SpLNtKbWdOSeuCBit29WYIlvqxEXWkClfgbw==","signatures":[{"sig":"MEUCIHxU1dM/VmdMEBjm95RB9BtUt11nEE4OrA4mH2MwtHDtAiEAsLKdG7Qrt+Dnx2HRa9RwsieotnaOao3Ot2h4FCb+xQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgblQSCRA9TVsSAnZWagAAfZgP/3U4mNJpiq+d+LlsUPTW\nzn67z2s/wFd5VPBMfZ72daLjPM3AQTWUch/JqJBUAAqlJVjgFhzCCWJLho72\nxv6gavYgUQ9DkWyzkmcA5UF+JrlwiuYS6sJD9U2jNkIgtBUIMEJTb9GDwdYs\nEvJlkDWYzgC+45mFvmWuBgmi9LHxMrGcknTvB7eRA1NM66ybXYZgauLyUA1v\n9qAUihME8DLkGoT1jnNkfMwiG+47OmT/hyDLsoY6neIqmyoPBqkU/vR/KCwa\nmK5sVEk6iSyCDRHNMyXHYot/s6SHgNAyf8HrXBk5TFSFNGra3ApM40xcZNrG\nrfa21yxNGiSTXoRgH0exI8MWV/6+GcdffzFOcc28h1GgEKXRve5Mh1X2p6Dj\nF/RYaujBuFeEkuh3vRzJoQKhLq1TAFMfnCZzp4nML9ENZlTKq/vcBZ8k/Zv2\nd71Bu2U4V8CaND5ZxKHUqyUR8kRIojiWnjYb3roI+qsSby0mxNPvMfRYchZg\nhnABRxes2S3Y6x/HvPtu/mo27/8xuxZ5Oiko4NMctRcPM/Sq+TkJQPxsFSIx\nRQYqCOAddw1S35GRW1vFI4L5dH4NqN+PKrMoJnd3LwkL7kx51xmsxukQYf6o\nzXzm0t3ftFUAmi9OD0z33xSrCp23eu1SdgJVFnrc+M+iaQt2ATEfNmNeDsqt\n7rZs\r\n=pVKY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210407.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/url.js":"./dist-esm/src/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","@azure/core-util":"^1.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/arm-containerregistry":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210407.1_1617843217592_0.912001579834175","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210409.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210409.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210409.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a11fff86047cca7ce999fef90bbf37083cb90174","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210409.1.tgz","fileCount":55,"integrity":"sha512-8Xo56JkCIsfCOBqoxUpL3I4n778Yywe10jXCc89KJ+eSOw/IQgZ3hfW9dLemRDa5aDk8Vd+p+YPFykFe6TRqkg==","signatures":[{"sig":"MEUCID12XF8Z2DEc/HW7Dx3qp0wn+aqAaGw7GVeEZIa975IkAiEAvHX8411rj1wga0gp5utz80BmsqNTGJdb6NMyuawznBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":745081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcPXkCRA9TVsSAnZWagAAE1UP/jIz7Zf01P4feiaM8Zyz\nQAlMsSuNsx6FvrYHLIal3BLZwRtEaTia/o21R6ovDgs13xV8AluHWBaHooes\n+PciEEnaZqC3iUnA8IEl2VfWb+20gUIAF9q5WCrsFazQNy5v4jpulk7lgp0H\n6qPmUNCzAaLM6IzyxCEnMCJlKwyoQnCmmt5ODU0WsSVsCV+6Tw88Jy/0GpQG\nPOfvC4krNYn4/NnDcniA3Dee2oODUuFHEeGihxU/l+OOJX2y+abS0Wl4ooQe\n6oJqvslnEmXhiPmVA2XDlwn1MetsNXSUbPADX8EbY7rCLcBfEHeoK0+8fm7r\n+ww1fULbP3oy/d8cGcETBQHpfYJWFGH6PoBNTTRrl+MXN0Sa5mQsbJVs1+EQ\neORZJspRLbF0GJ5T0+yL6Fvy1rZypfEkXZKRnARO/a1ICo/nYufnJrvBEcb+\nXElAbl2/yAHzwP9H+8W5/zmeCnMKtlzFLyvseGnTOrtBxKALrqqy6J7sSMHP\nk0bvXWPr5ROCB3ah+EmbTETxFQXq3ceF3mm7o7oDpniOi5nzWzioEc1dXwwp\nmpgpJlYaImKgtp4eKxt9bpeJ61GxR8elOmXNQzqiLp4fpJyMwBc9dU3ueiTY\nnTbW91nkaDJtn/BOdgFOeGN3Ht9sC3UHSyv4tX1EpPguIXS73eNljd3HgMFV\n4Pb0\r\n=aUSy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210409.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/url.js":"./dist-esm/src/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","@azure/core-util":"^1.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/arm-containerregistry":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210409.1_1618015715883_0.26252271744180256","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@azure/container-registry","version":"1.0.0-beta.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"70a040ebc959fe496df1e792a6037b660b67527b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-beta.2.tgz","fileCount":59,"integrity":"sha512-OaOKUh2kbMqjYH2fgU97KPVsj4aHHJcP+fv/iwUWSLXZPUm0+6rRbEI5xKNpbCBeyZ4MYIOgJpt1A7LJmU+OGw==","signatures":[{"sig":"MEUCIQD9rEozcdV1SYCaqne6HMnzDPUw8lYuJ3F8i8HKzHjqywIgD5durcbI1xPqNRZ4bswgGbU116pNxvwwBpjjGhDTIE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":762440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmvUcCRA9TVsSAnZWagAAUhwP/0JXMe7wLlDcwHWeOxTa\nbvlLSXbwejftGOcVNQeijDvcIA0YS/oFFsjlnpigJE3qIHgGVaE+XsfIVdHB\nLDMUYXX23FBBBSrjNlhi72EXHrruPgpo9ZEezHGH/BgMwg7sgK7JcRQIdHXx\nsx3TsiLbm7G2r/7fLtN41N2m8875Xvpe+MvUvGIUS9JYG8nKOTZY9xGmX9p/\nIwMcezJskWMtIMQQKoz/EvQjNg7EofJ0aQuq73IwAJlhG/hAnSoEcq+2rUSU\n9a7xN2btpDChKyrPLGXg776pRlCdLUKaRcAfaoZqkHS2Y0N1/1jc6Yt9+qqd\nfVYfDfB2yidhPLqVu/OhSrOJ+s3070VpJJ4CiROSY11jK/7EQE4jrFn+oH6W\ntvH7UdrNxXJqnbIzOzneDQoaBNHZkHgkQiqvSOUYJsGbwbF5qqbE3Df3s2YA\ntRijPwvI5ESqIQJKOYRRgfp8B57m2r2wOXw3UV3tHsiP78b62ky7+TxU6MB2\nSftXLr+yKKu4EMc75MScSOXw2+qwzY3AMJGIFiRznYYUH7VaVc9iunV9LC65\nh0BmvzlFqHMO8xylX1bAQhAcEMpY3H05cA2fOduVvI1hJvk0k2cBIxv/u5Nr\nblxlJZZuEYMmNvrWCU+zjhuRo0nTJM8WmXXElFRuXsv56O3I/0vG+P8Mcl9r\nScc7\r\n=zYi1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-beta.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/url.js":"./dist-esm/src/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/core-rest-pipeline":"1.1.0-beta.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-beta.2_1620768027832_0.9462235762640501","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210514.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210514.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210514.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9351c51ef6ed92572a1760b597f84bd25579b21d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210514.1.tgz","fileCount":59,"integrity":"sha512-f7XAeezFU/CTpnQVgDB3r+ULdsyEwsLjSM61gvTbO5Fd3T3kBsb9wyPHEmJUvbXADWXAXN6eejkpoVftOm2gJQ==","signatures":[{"sig":"MEYCIQDa6OiSam4NbLwocDoGLcjLrz1V3zacqY+G4QRWXZKwOgIhANls8qyoIDlaDQTpDBGQQsiBu0X4ij4b2wlebkXRANP1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":762499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnxjjCRA9TVsSAnZWagAAUDgP/3GB46Sb2xD1jYnKbFZ3\n7aqS3RRdQYcjBwSjlREiHTzi/Mhn2SxS+m2MvOUx/crJVX4411Qh7+Su/ndr\nela4BRvrVN8PyZiJ0AuLc0T3HkFzhM5CAkumZ3gVcrM0ThPIEwhOeslcv0Y5\n2Axlj83clmwKCP3S/irZFuyUZbDfugtq9+Lou2esCjzTCWKsj/FgtSMwrGng\nv81LvnSC8G46ZcT0epaP0gQ0rFXCvg69hy1wWukY7C8/yw2A7P8Nt1xH7ErM\nvpBZ9oIbrmM2Ujpyzq3JqYJlIx+WIRLzTIzzYkSuabWGJoD28lPyFt2mTSPI\nxvInvwR8acT8wcRUAI0DA+Yzh6OTN3P+kwVKlCa6VLzzhYdf+tY4BWPSUopr\nBs3Feh3zXRNGPHwbbS9ZUJ3mZTerrA4wGi6IoM8sXhy4iUq8Dj9cBZAwWVyS\n/ELZnbAIWkdqJPipa5We0Hgig2RUFjKt1i9Bjbr41Kr+ZgDtFqYQQa4s0s+g\nsZbLyZyfOnmAYhNh3iw6+QXcN0q93kLdqheEOZhXGgootCZ0pDo8FCsj1Ee/\nUEc4hHQPSdLWx/rkVw3lXxubqvfa4SVuB02j7MtF93gWeVXkZlAbaLjrK1BV\n1PClq4vd4y0qwAWfSkX4s4NReAoAPXh/EGDLVzeCsqwnD00W6M2MroRkkD/F\ngOXr\r\n=RyDp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-alpha.20210514.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/url.js":"./dist-esm/src/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Example project for learning how to build a client library","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/core-rest-pipeline":"1.1.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210514.1_1621039330410_0.7517919563149389","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"@azure/container-registry","version":"1.0.0-beta.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-beta.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/blob/master/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9bfb35e794bf89112a3d3ac9c6aaf36834cbb548","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-beta.3.tgz","fileCount":63,"integrity":"sha512-JCqe5Oy0LePZMmwE1NXpucSanUETdtv9sr5Pj8juYZHjdhabAWaaee0mcAR/MsUXbuLGqQ8fzAjerFKw2eFR6Q==","signatures":[{"sig":"MEUCIHn0YG9o9gndqxoHmSlTpFsVuo5zayAfI94sLEUWVYy6AiEA7LWMX1ZmYtkVNqQVlUD+J0GD9hRADLrqFHUpSdSSIOk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":824248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgv9ZWCRA9TVsSAnZWagAAGGwP/RttBReUeeEO7GNJ+/nc\nOBJa1yUMVZigJd2SdP1+M4gZ+aRQAoipAlmbEjwzKtL81++9iK+AQTSZQykI\ngGUe1RwX4XtmFid+N/Mk8KLZlO3lyINcM58XmHmkxiWK3T1RjPjGck2x6pJO\nGDUDNgwaUhSIsIFpMazk0CoyWin+gAT6/TY4fIuMi6irGGYCewnkeBvVMiuz\nyi9afY2WmHq6/sZkT5YBogmPXtzND5JI5zXEG0VDYweE1ytrERQhX9bLEMvt\nrCtEWZsZmfPnnoglxsBL0Yc4ypNrMV7qpKMGnJrybXTL26m1AeaNSBJfoWtK\nOo4KpYE/UjfLwtDIItXzDIa4JTpfG7qu2p4rC0LiJO6wd0FFkOVLwvPg+Y9t\nRkYU70Ef+/GOJpbf3dNy5aG/+Vxi15MAw17Hq/RFoMXRhRKUpVWlhtobYMjK\n5RN2bxftf9x0jZE3Y/REcpC+k2w7da8F7KGMOyoc6BuLd2cz1vtFAC5BXOKl\nwxUhYMPKZ/EChir/DYvtYKFNKGjkXuw3Yq/hE0sBiY9yndrIj8nG9qK8dSUk\njx2TKIQP3rHj53dp62dMM8l41cULyNRx0jfcdMVH+uWxVBDSGiWMBKCfKfdS\nIMIljLp9n03q3asJsZXCvgk/fuuKBovBlD1AWwFhK+TBcwdcsp19aOg/Ruhn\ni5Ke\r\n=538I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry-1.0.0-beta.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/url.js":"./dist-esm/src/url.browser.js","./dist-esm/src/base64.js":"./dist-esm/src/base64.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/core-rest-pipeline":"1.1.0-beta.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-beta.3_1623184982719_0.9807429716903278","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210623.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210623.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210623.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"58c347354c37fc57f6c6508f7890f084470f5f62","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210623.2.tgz","fileCount":69,"integrity":"sha512-Mc8EaUopKYnaFrM5VlRCtt2ey1c1w8pFsnG2mxv1+wmVx9EnxDQ2ZJk3VTs0MX++x+MSbx5wsxwVf197vVlNJA==","signatures":[{"sig":"MEQCIEc7vM1S61a4rYU8EzUJX//POwZB0BGowukwlTKf5f1ZAiBE+4zr20gVx9CYt+IOpX2IPh0JLopXCub/fPbXpNpYuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg09WVCRA9TVsSAnZWagAAjKAP/RavSUqXk2qyP1UqgAp3\no0gKF0bgnn9AcYQKQ+Hg70M5/uns2qpIqCcDLjRWoqnvqUShnr8ot2tsJpiH\nesahSu9PluFb6uIqZy4w5gHP0uqq5DQW4O0QtWADPN2dfjQmWJ3HdywQmOL3\nteeje4fPJgYMKLGOZexbcuh+CSEhcOx5j6s1wREmzuoGdoJScTNvbpGYxvOn\naMI3RHqlnikYlH1e6fHdx86acRf6rcyf1n8sO1EkDsr2i0BkxOhi5DYGC8zR\nowyZANoJKwLfVdrGXsLwKBGGakS0TiE4Dc0Q3eoJQzgz4kuvZMZnXmZyQOdd\nH3GZm+TtecQ/1TWHWgN2NI44Nnm9mjpKnwQNEjdxWgLkeJgWSXd2ByF1qZk6\nCqHwZSGHT0UMp00+NOKn4TVC0t4gkesdW746DnMc6nynf/KDQyDP11H4ymkx\ni0nUMhZV+iwFdrFFsKnG7XGIoV5Ki16k6X0MqgzwMjHu1mEaMT6L5a48rBAX\nkznwEdRpdm0hcD+D/6bCsERSAATrzKFhNCJGUkb90QVFXyaOSut4+9FYIWN3\nkDR9UxmmKpvPLyD/eRMJ+17G5cgdCG68JViLtajZb7LOWiJAe3FZ6G1Oxszg\nYWw1kTJMqBoz3xSupSO2Rnrn0gy3gtgtQu/rUfcbayf8wUvtS8MBsQsTiILX\npDaO\r\n=Bggr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210623.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.1.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210623.2_1624495508528_0.6271667041211402","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210625.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210625.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210625.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"914c1680bb79d0b629ad86cb19e796011b1a77ce","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210625.2.tgz","fileCount":69,"integrity":"sha512-fsrmzEQvlPQ0V1wcsVsOptra1S+uaXBZ9yN0LMDKI2K/QsAqpVOtyvtneaClKTE+RwHCqdiAXQc8PuNves0A3g==","signatures":[{"sig":"MEYCIQCISIGJdJw5arlpZlxyBauvvOq6qXDCw9faYPX8DbCWZwIhAKKN9yuPoIvl51Rx4oHO3AgbwyHyrwp0pfOfIdA9qgTu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1nj4CRA9TVsSAnZWagAAzigP/3GHuEUaHZmIxHV/S+tH\neWKz0Q7G763DPZCQlrJHmpVap0dSjJ8F+Yit7sxec+3AaZlweQs4JMCpHbGj\nvTEzBlRcsRKIAJLMsoZMQhS4fIGitlNBNZ3fQfBxZcmWjXlxq/1iWcQJ6iQ+\nccbVnVHhBvMHtKk/YtHSSblSvSPPknedohpjRFbplWkWnmg/otK774Jh1VyP\nPJiCdHWtpQBDL/MiLf8YmkHNjpyN1S5zxCpCDvr0SY5zaehaqh+QlcJBhY7m\nalptkZU4ikWOaIKIs7DimZCW+HYPJ+5LVpnZBrOCRx8jOPeIZfHD23CCPoJM\nQhgCSrPsYGmh0TO3QJDbH1vAIe9W+1oWNXPh5WoYqJe4QM6UQ7gpHXDnsX8v\nv0idLKwZAnMgVjvO6hxVVQwzP14HyxwDQUBxfXsepIyEWPT4NRZ5FaS3pK85\n42WfOAk6T1cwEyGZAEykXhqgdl/Ux0lqYcu8Q8gM8QQ/l5JPU7pzTPtqZDk5\nXwcxbvxI3mMkbXRamItyS9SLHUy/nJi0sscp9Li2z/u7O4Yr6Rs+oO1iF7ai\ntN9Hi5Y8lU4418sBWU/+PbIfMU2KRUfw7zNfL6tMF6wWqEfqMPAEenCVOVfI\nxhkzwa89mo4/Bwqtt2I1mHHvEb7kleOeuuTuDVtVtRixhLStYLW6Wp+sMkmr\nTmvC\r\n=WIya\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210625.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.1.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210625.2_1624668407631_0.2547859186258836","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210628.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210628.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210628.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa899df8ddf74a4df42832a23bf2a65d69e8c02e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210628.1.tgz","fileCount":69,"integrity":"sha512-cnblvyWlI+f+F+rLgnCAxYK03iSfClyRvOtNA+Re1EBuMwTgDupKln2rrjM4g7DfeXlhVTHiilI3bAAQVgqaog==","signatures":[{"sig":"MEYCIQDXZ/lsmHAgX2/uktf6dlZwcV4jCcn5dOICgG8MZGgF9gIhAK8isFsNl3qLta944k8xYwJKa/VVNtJ60kjYQf+wdJ7a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2myVCRA9TVsSAnZWagAAo/4P+wS6H+LRMSbQGjiRCDCf\nQQBi6ARyaanfAlZ7quVvG+g2uacbhGd3/N3KoNRogYhHNuPri8UzMkVtORcH\nAZ4CWy88y2vbaZmiP9221jEA/67oHZugzG7TAX6BkerxjCGxTmYGYjS08Lyo\nfyi/AbKZ5937xqR4BKXUiJ7VPD+rhhJf/NX9atp1ou1fjLVNrB9HgqkLmjY4\n3G1dsvxQ3BsOHHkyZaMRGDLFD8B0B7wuMeP/UBzcWoXjKwA0DrLXUZHYoy4B\nAUsU4jjBOYEyPJaZPXrHYPA+iZrO3MD7JkTS86O1KFqIwlklWl6jiTnX1RwP\nSg8djPsZWxNA3ngeokMJp0hwAJzhUoY8Q50JcQstud+6LBSEiqnhLFAXP9Rz\ntW3IDakwCD7ORjd7IfNXy+7fDcVKQ9bxw9+hEJkszKSUezor+RjMivKiqawx\nYoMxwGvCPD0IOmWOF8J+U6NV/lB1c2gVGNs9jABq9a26sqYbzoBcmSLa8/6d\nSxc8GD5r8c/sSZLBVf54bdbqroh/98iYI1hIdW0pu5JcQQWwvnq0SFC079w7\n7v1+889cxP7CqHHTrRGfr+sng+Yb/CtjmzwxRFtJaPfXKGOt3WlgT+Q1jiU6\n5chm7vNMFrheI78Pug546tYm3UySrcB8cn87NkVe5kQgCcv+4awwhzeOH135\n2aQY\r\n=uG2A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210628.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.1.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210628.1_1624927381240_0.0022353194466024906","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210630.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210630.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210630.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a681193eb2af25eeed4e9f7efe4667bfe475355d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210630.1.tgz","fileCount":69,"integrity":"sha512-C0CG0p5JvJIBDSigGLNjv9YFLJv/wn0ienwXCmyJzaxMHKapQZqIhG5AaaEK1idZQDVOZSaGQ1q1eO5axlitmg==","signatures":[{"sig":"MEQCICO1wmIqOsZssSnZdgYTbxjFV09TMr5CP9XKWb+8pK8GAiAv3+9qBC6r9BCiCY5JRr7PnySUWUE8kg8FyfI4xXaOEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3RCoCRA9TVsSAnZWagAA5J8P/iLrgDn7L1XSmiFghV1r\nseeC5XCPBCDuJHRutFYPg7/BBRXtHb5EHaulZZNDrFagfGzfQz07pmxU+/is\nO1xKHLGWcv11XH0VPicFtk0zgYpdfduHDGzNsnDAACyAVYXY9Cgb7PreySO2\nIEQ0aXHmp151BQATh/GsD63Pr91UTKws63KfH06AnmI/UCmPV50VcmBOGnrL\nk2CrtB4nuk0uWdtq0lJYCBebAl8e3dtSAvncvI4Oh9KpovOCVPmp3zNvZgdt\nBMoVuqR6MgNzwYpURqj35gIyhHSsDjNkxbnAWi4Uxfkg4geX6AlC1Trj5EzT\nCtmxTvw75KpEZBFT8eSH10OQwRnQa/4k2QhV5NIkfCd7Xb1pRbmX34yNybt+\nKfrRemN5E5Dz9soMBn/H5UBKfPOB4kBK3jGZuqefA9SfzofKLqj5PvKyrIqm\nLGKS0ODZy6NSbD/EaJM+fomDZRzIo9A5mA5q1XtU6zjGbO8k4Xn87U4uK8/7\nF2ECmhhrTnuOHWLAFMLa/CiFuuJXcxaKbz8vNc1glf7V0czP/IpgL5XW5JK6\n1Pt1q3AXgvswxOxPV2K1mOfafOIB6RgvkZGWjoKDg1dxuOo6wk+gKLKbbqXP\nOveizOWGPyAG5V2Tw1OK9VL14oVMHGY+lnuTeAlLEWuO/t0gxcKAEKrhuNCE\nGY7r\r\n=0+R1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210630.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210630.1_1625100456123_0.8659296081866013","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210706.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210706.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210706.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a6c50afad41eb0f5bab2a72d82ba2e051c5d7ed5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210706.2.tgz","fileCount":69,"integrity":"sha512-6nulYE7MdyizKCYy1xDQUbbX/Ai8SDHrdygblEUe3g3JIlkznHpSu3GqVNRUNHC2WdeQFuynevqAv22s1utoCA==","signatures":[{"sig":"MEQCIAFy+rluZFKVTpnFGCl1CDnXj2H3wwwK26uq3n1gil4pAiBI8B9aSgsw2yxEBPzS9BqifmYYPJJc8pfcqb2b0CRdyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859712,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5PpACRA9TVsSAnZWagAAjaUP/AvyE1xVqA2mVFCiqwF+\nowBIkPGCCiIRewAbMDp3NcJrXC7AXbJiHpgkt7WU18RY43tuD3kQHJPBjQqJ\nJiVpMB8JbgYsKQRn6tfDq6t5LSxfsvF6RkKMKBzaoLpa0VFyQhxXPOtZEPV2\nAKan9JNSfyxyZO1FRTYPN3q2d6pW8Equd3o8wS9vK0SBZruw7oyhYF4TBPup\nxdzdgQK3LJKzUbDOG+12OMAA2Dt3Z7NSOSsgfm814fiqgvn9lFVolLDvGZAO\n4Mt1S85uPtFVD4WffmugM2XoAvzSUghxWOoZGEX03CdmxsmwCYqgs+aXyeig\nEC9hO359VZO9PLho0S+JbFps++aG73g6Ysr3Sy44A4pAJ274410e1zibNTxc\ngvBXVaZRsTyJ61Z0ifo/OCMzLj9/hd6xuLBDMoAZeSmYOILTVK+FyIagLm71\nk0cTaLOiEK532mZbUWHcAPF23HR45jMJ/MczvnCBJwjr+DBlFxJu0BgCUomb\n7w9M+Iy2AT7xActjc4loCwjey3R98bQLdabBLYvWGTR8b0x8ZcWeNt67LNXr\nEA9ezk8qMgbSFntKK4bFVtbCw26LzzeCh8WNm2lATqr/ouWZK1ymaH1DuMlN\nlagvzOxPbEYpNHirJTkKWAtVNWJrlPKP0IrZ9xVs6XMKWdsdnqH0TVY0QNRS\nxO1i\r\n=S2ea\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210706.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210706.2_1625619007690_0.9246920653051538","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210715.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210715.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210715.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6ba86a9911886a6915c6e235627fb185deda0fdd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210715.1.tgz","fileCount":69,"integrity":"sha512-seaGoGlDkdfeq6jh5k/dMTphzL90tcorafQZxR2iSQhgxCazYpOFe8Q7xtX16gJ85TpquKQjla6qvkAtMbIivg==","signatures":[{"sig":"MEUCIQDCnNo2JE50rme3Do+7/cHTWHpxPo5GUbQB6OhoN/YvJQIgGl9IeOfDY+LYloeiMkHyzJIgsVt7OBC7MoGO1tRLr04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8NeUCRA9TVsSAnZWagAAPTYP/0W1yrn4KQdwUS2dueyR\nfaVJrw3IrN2CUyDn5B1lPvQ3cgDwLCvLoJC4uQ+pwZfhQlF7B+TE6DbS90uL\n3gMF7BgUMAKRdiEUf809m7KRIWgXrBT3Ex2H8WuvG/uz4T/eT5vgEJmcfcwa\n7/O2fniZ685lJDeexAAYxDuILxkKnxzG5WDOFRupfl3bu0+5RICJoijmS99n\n75j2BtMfV9Cb/kSOTYn3GQRE3Dva96AP3LJhW7dkxrG+bYuC4ACZp0a9Zr/Q\nkfHLKqb9o4H/9YEYR7I+XKzEX2J85+GpNwNbF4YUCSsisbEA90p/F909QmVY\nXggufyWeuOXfIGP9bH9eWJx2SrSOWmcEobJ97uXMQ/anfYt/CzLZ0hJV24g3\nA8EfJqN1sYtaCO1QuQDDRS2ijqeogS7a/PA6+OEBN8nS5HOrr+hXxHqei+tf\n6xnY+CA92MInyCT7x8/E+oRkbryIPTE3wUMVagJ9oVXqrMIgn5iFbHgYxLha\nocXPjJanrzOLtzV0GbgcvWColffgiOt+T6i68AOxlNC7t8dy75YModpawAi5\nbQCzPHIJpTQdBQ3RYJ2GaRgZNeT9WyoJoiXZ27FEY3S+9a+xP9eJi3bd9bk+\nxzxXM50UwamhLuqvtPpaGY0/zO7FC3AMEAFUqHFm8t+V+GPQjPl8n1GslCTa\nedvH\r\n=3hNQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210715.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210715.1_1626396564299_0.11371859435299947","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210716.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210716.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210716.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5c53d1aae7395b557293cec998e4efb05ff92b7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210716.1.tgz","fileCount":69,"integrity":"sha512-7ZxLCCCxoi+qfMiV8V5g4LVTYWDg/XtBEh4x6WMQr5C1ecWyXVAvH52gME4BRYrmP7JbVuLRsblxl3vPozhaAg==","signatures":[{"sig":"MEUCIQCaI8GPM7agEQJzNfcdLTyFycS92EPz1lFshEPLQChHKAIgYtYtr5KVbzbpuGJWy/eraosidWqhf55bI+9W9frpFxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859712,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8ifPCRA9TVsSAnZWagAAj+wP/3Du21p87VmiqMi569M5\n9XkdOKk8AlvHJR/hZWYvbq9BpnQAf4kIaO8Adcmh8QF33Rlo/n2vOCN5Mjhz\nJaXCYAGvIYVJwm0+dJPU60rS4v50Rc6DcXP+csglXdkDThjaDQ0tme8GyzWm\nyLGwiKJ1WfQPqEXFiUZrGKiUfu1+XmXxOonrOfuNVm3B7p2i/jR/Ppda4/Cq\nFt5KzzGaiB5tKAxrj2JX0Ye7i+xvjaFap6Rh9ir2J1HS9PEMUTJ5m7fVZTnS\np3NuLuiMKOh5ENKm2YdCyw4iZ5rDTv/t5wArz/Ow7j4iSyYdT66msEBhnIz3\neIxUudOTs7GMfWm298BBzdZKHEkc6N4h9dUx52jSU5zMTxi2NJK0SgBS2NVr\n/JAa9eWcLm0P/LrfBy8HZbj7TKR40eYuZGg3+WoJyGYTxXb9x/vJip8PzJGr\nNm6whh9xGY60Yu7TtU30ABGz5nyg1YmD17z/P/SlKtvunVqu9O7Zcv5ANNPw\nuTZB4qhv9uXTvP7f0lv0Tt2iKiO1O6z+6ul0EGBSJrmPhq4EAis1iqWOW5Xt\nWK1YR8oqCSy7lGCXsohe1qZ+9M3L9vtaQgpglKKENYAZiMGUvJ/AJM0cOEsi\nxSSPoO/T9HBkdEb3NHKFVhMMUPRlxNXvDVE94M8A2By+wAywa32mQTpOkarC\n8mgU\r\n=H1VD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210716.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/ms-rest-nodeauth":"^3.0.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210716.1_1626482639027_0.07368015182407461","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210811.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210811.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210811.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c49235bfb4e126308b75016199cb3ff2b1b7773c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210811.2.tgz","fileCount":69,"integrity":"sha512-p3ygrT7WE49o359tcjDblSBRaD2OX4Mzrbza9EX3i2n5l28XWuhCLeysitYsY6fxkR0ZJV1J9kPYWFGC002eiQ==","signatures":[{"sig":"MEYCIQDqOBmN5TPjxck4GmZjdhUNBL3qkzcRrT2/o0xs3zAHswIhAM/SSDy+I/rmDyLK4rFbYIdoMNQMIdVZzEXSMik+ubHu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":859671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFHKiCRA9TVsSAnZWagAAVQMQAIVbcR8yMLJQAn+wM/K7\nt5z1IAaW8OWutGV7q/ab5h/3my4HtYNbSh63W4+VgUgDWI8eRE1jdviBIHgG\nW26loUMkOBn4Xy3wBAR9BXdsjbq2h77mmxMJfsWXYpc9EFDr2ZWFB8cUUppj\nmzXC/kxjkigp/60WAEYi2N5V9e7ydm16Gs1rLYvaP4Vuvrpj5ilSlleEf8qc\nWp40FWTb3VjIMd+dGL/AVQvPacjw/kv7914BQcXeGvMXPtaAzE8bHm624JmF\nd6mhBlVLuM9mQLWVZPyD14d7JM1bt2VgAEwPJv9nu0FP44HCRVzqKeHWwpEB\nCN7H+Wu3O7GKHfDS/6dTMKMN18EZVRgd3D1/iKtMDYO0eZxjL2bvjYPW8wRr\nnFhwBx9b8Y/yaCawt2/PWx8+nR+uEKsH+kCbWNedI9GqQkLyeHcrFN9IiMXq\npz0nb43yAfnNQswHxAdyJ5tpp/8ZxZ//u4uMO6U7i1iKS7kK67qHqG8AUgYw\npjIAuLECUYrV9uZcmO9Rww4SxeBFSzmjPIQEY7teEKfHGsspoe5nBS5prQRX\n+jbWCTpg4llEfxNnYxV5EAxnADVM9DPqYFAsDAKX4njgu6A7yKmli5IjCrPt\nDgIFr4lnMY7Wfe61yUopLsP2DY+VKUFd3zJ2OHaD7mFwmPsdO21pOfxyNc/D\nwNiy\r\n=avQt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210811.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210811.2_1628730018125_0.04997691678862237","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"@azure/container-registry","version":"1.0.0-beta.4","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-beta.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d01d859c2c73025e88fae6669c812f3603c5fb6d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-beta.4.tgz","fileCount":69,"integrity":"sha512-QXKm9kRvQl8pgky0NVU4Xbyq8A0QHvzrndqFr2cKScUpO6fCLuqMv/O7HFAVr/KyfHFTlL+23a4R3npnRjGyGA==","signatures":[{"sig":"MEUCICl2tpIZLCyU8Ai9jof+0UamwHlEFaP5WJKP1wz7DGd/AiEAgnSV6lWredmhWlr65hiKjN4QiAH1v+PRQIjKmQSqH2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":868015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHBWECRA9TVsSAnZWagAAnz4P/0U13XKbbR/asKAaamp9\nrI3rMde8wTEylq1Mu64iPmQ2JOAd527vnw2IPJwg2f9BroTQocUyDGrhQI3A\nL8aEdekybAW2GPzgMFVrEl70d+G7APBFvyXmLVqfU6hgCTqxBp34Ddg25Jz2\nT+Cu9pzQj5qYOmPCDRVcYbv7W5QG0/XlVa9prqKVE8y0ksnIVymUxAiYezTe\n76G14HXcJyiJA+CNnujwzmleBPnEgCKqpL4wZkLNZqr9yPF58JqXfTSnfQml\n839xCGltb8hjj1iWaFEjAxftAU+AJvzQB18NNRkhyJCZ2bMbgN3kBTKMi/b3\n23LQqQIF5alFzgIBhnw/18h6GD65+fdhZn3U/Mq/bxidvfBLNmvvYZZaFpqj\nAhldOBXOMrcpQWOXMGB+lSnR5klVmzpS7sJtCxxTWLmEN1Za0aJ7Omx18qyw\nzU4VffIoTujqImIheHm1hKJcvcjAiDp4KytsiEWL0PiAF+XKSTzhwFbbQ0H4\nuglIpw/NwadDXOjZEAWRtm0BPEXyruf/UM+Q9ymR7tSHNV1k8xWooOs8wy0h\n9u+pPOnwdbh67O7Os5Xc2Q8SDkYHjmLLLY8DUOCVsAHSHottMnU4IBGwNI7p\njQnCK39Ome3/tZEEwDR5QG+6V2bkP0sYWe3d3HAskbIq2lRbLjWTKzDBC9o7\nHyaW\r\n=mB2c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-beta.4.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"2.0.0-beta.5","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-beta.4_1629230467897_0.6187124395711683","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210817.3":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210817.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210817.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8840a90393bfd11135fe01f4a0f1e1d05253f147","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210817.3.tgz","fileCount":69,"integrity":"sha512-BUwMMk8ijT3RKRBC1M4YNbbTcrpirBfgsT6GUjWR1LEUwYstUY3eZMPy+t3MseX6csFKUmS1tOmVvpJUzL+RWA==","signatures":[{"sig":"MEQCIC/vVuv+WCJdYs0IEZLJabwLtN8UyhGHv9OGpioXO1kuAiBoBrn7sXP9ic6BOMXwFbD9ZlQLi/YJ+65SPswQjiesWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":868099,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHGNLCRA9TVsSAnZWagAA3YMP/jL9T2S/OOcooSzgceID\nEkxE9XG8rmo+7DpJclLW0JgEMjKMGbzesBSig/0CGBei53bWe4zF4159IwaR\nao74GhZnyBdujrTz2j/Dc1b5+Fkh0lgGLLku1lNcvdQetSEFY0ISfeT4qgTX\nz8OdK98iN77rq1ioJ9VRv4OIiIFQPwko6FUkoyapznFRpbitBHsLwJM/nLM7\nlitMn2yp2TDWWSnoJp5/vrR4O8tPrNI5/U4dL8Cz2yyBwrMYYeNZ0pu9EkHa\n4CtrfX9d9Wb1c6FcKP71oODJas8AWtCGJPIr3mXUSi6Z03DARHW5p69Q8G53\nNyeP77EVEZ9S8QRaffj90+2YLtFTqry5eR/AneXBUnnuY9FQUfsvKTQxup54\nK7E4GEQqQQ26Dd3L0N1aeN3hHk1UUPSoLdRMZAOQtOWlmapU/manQB/RYJyu\nAYglU8rpfeTeWEZMwe+gPwvJ1RR5Zwl5wzM9bqhLH+p8tlW4VTxRymBexiVe\nU0eeHQnfwNkvJnDGwHwqBDBqnvOiiamK04Tss4lmXX9ghg0vY8BYidRqSW1R\nhZyNZ8GF8WGyLRB+5BhuIXA5iWRsAXFGhnRbOe7k8Uxm/DpjY7jA4rxgMoKm\n8HZlXy+pS2nO7KNq8LqfQGKoZZvsi1YdsAWmOtN3jfRC3z+fR2s0jTGobf09\nyHt9\r\n=wMz5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210817.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210817.3_1629250379087_0.017835222918326732","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210818.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210818.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210818.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e7918ac20a04afc01f7b6290dd81a1aec7d40c2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210818.2.tgz","fileCount":69,"integrity":"sha512-n+evnIKcNsbY9HLI7U0C+aUDZyotUUUZ1AXLJOraDWHn9hjzNwNY0GiiLPrm6etaX+HsPKWF2mYS5D46hU1zOg==","signatures":[{"sig":"MEUCID2HzfxZafVpTFMirdJQcVBkC7fe8yVLKsxNrLbecpa6AiEAunbA0s4Vmw1oAqHg8roShxQ1lzlrOYbh2PpQRBaREM8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":868206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHa16CRA9TVsSAnZWagAAiWEP/R6WNJhETfjLXID39pdg\nw9LeMdqyI69cHYfyaw+qNMn459VCEf0ZYXpyIWGZ1XArPvAqrjbmNiDdLXzO\nL6nZibUmkIUaLzA0C1KFoQqlLm24XaLQxvJTf0+rPOBx2r0IDWcqGBQig3v6\nv3kVeGtpGqbQABOcvDqIAVRuUAedQZ/bxETg6ZuILOivGYsj9o4BeQgRbkm5\nTezULmwvEtU7NcG3NpKuFjm/anreMCTfniG9QWuWFYf4wSonrKmKYQ8ByjyG\nqoa1xMeHGRbLDU4lc9eHBeF8P99uJ7tDsoamRApgIrOrGqKd0NE9EH1LUH/q\nwndbIb41sA62wP0Vkk9Ay6EyqfEbb5957dsz7IUGj4eGoF8yk33B+ZYBT6sH\nxqgHWW5QWffNMVzJCut6xev6fm/6Xx3SHtWAc038A/7gEPLVXLPW2AnQnKrn\nl1jA/dU6YTCLLG5T3Jb/6QeMDXv37UDi/5IS0V9laYKhnQN/5yqOoYSCp3vc\nUcpvLoKARgMwC8IM+eEXhRzqZY9P2NdOJ6/W7rcpel95M0Vn1sFtkdHT/Tis\nGtsaA+Hvp4W3ZfTzxCqPDREJPIYwS6O3w2DzcV6XQhoAySPwQowo1oMAtXij\nXltTHCXL5OnKORtDaZvr05ERAMMkHPPv8pnKh1GcQWXJUTD3L4TPccd7Ihyr\nMf9F\r\n=x7Fl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210818.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210818.2_1629334906469_0.2602244945552321","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210819.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210819.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210819.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"519932475b7cef2febccf4cd6a6f318a27cad5b4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210819.2.tgz","fileCount":69,"integrity":"sha512-qdWeutmo6mmLhLJEaiS8j4RI+5HldbIIUy7ZAtot1LdyPPTL1x1aAgnNfos82C4C9YLtkY8CTTE1x3+yCfA9CA==","signatures":[{"sig":"MEQCIHgknsBGa6Kr6ZmDU5jlJS98LyXLPweddsdtaPvfo7wSAiBKK1ZgbtYy+3D8OxKkdSKvGHNQznQuhsT8LCBXFIfNfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":878445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHvxFCRA9TVsSAnZWagAAWxYP+gM1UQLKlyhNV0OmylDF\n3FSpydR5piJql0Vi6r8bH1ysjQ2Wi8LxEDyjLl0pXcXGviDPp4dvyraKgWmr\nezKMsDBqit4iry29Jr/nAK4jENTjNQKhryYlVx1lqQp5lrMlAMU6RJixFo4r\n3iccTYa6IvtDUeOG3f5rY082X04YjVFJYusndWw0czflvqw0xZvvei7/3C/Y\nXCqapbWm+oMRVtDOsURaXfu4NzT6fDFsA9sT2xfPFEAgCW26UWTXpEdLzRWM\nxelf8rE3DlQeQVegu+8B+CV42RSFh6ftDN6mdDyhIykfjM2q7WBcVpFwCmIS\nYjI+++0okay10xgQKnRM08XTeW3NekqmJ6htQNNiv6aeg77I3DfjpQ1z58jE\nZoQVbVMKocSgrzRNolOJty2LS3Kr6DCCFCR/AXVJTpmJVY3KejAO7r750ZQe\nE1vHfp/lSaifLG4whOdZTbQ30PEnxS0QE+Ieq9gqAgzGl6AArRsujYecCn5R\nHn4E48bou3GAhdQgkNS5NySJgjU4IW3TcAmgWGQ1yGnl4Cx5/Cy5HJdo2nkw\nzJVBNrdIbqjNYBAeFIOwA2tE3pgKxGIb5mOq5prMYnVELhQELWt3aSEk49Mr\ngtMV7LYfpiYYTpWqgiHy1L/LNubyYwv7nz1YJzVNR8NaWXxmUNoklkhr4bdt\nY/+I\r\n=ZgKZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210819.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210819.2_1629420613736_0.22202634216726058","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210826.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210826.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210826.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"986c5b5062a8dbba6c3f3b7bd3b9b87ca112394d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210826.1.tgz","fileCount":69,"integrity":"sha512-4iKWKVl81z9W38OQDrBX3Gw0b5Kw1oG1pOKIwD8u6iIv+xPhrrZIkTNQLbtH1cwYpe87pYLSjSxOvZpWdaml3A==","signatures":[{"sig":"MEUCIQC2zxEtcaHuSOXazAHbukz2YnPAUomUL0phaMf8dlz85wIgEvAagBfsgd5BqKCqxKvuYcoy7iPQ+4+8O8D1EuxWS8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":878429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKDeHCRA9TVsSAnZWagAAI7cP/10stgZsQRzyzIxNO22q\nv0iGcnT1LjRIo+FuttXSncBmxr2vtdVnu76HCcprBuX4umDEATDHDLXVeWOD\n31UemE4Cvhs5KDacA3YgXKSa0o2NIyHaUSMIJWoNwaRyluLM96x881crAfeF\n0CjENUm42uJiUrCdsxGv90YMC0rKB9/RVu6cyw2S6WzSWmHiFS6afXccW2is\nE9g8UXb82j55HdxaLIHoIvTbJr7bibGhPa7RgDNFvgfieizkKVNCOsdqSCa1\n8O101ltEGBOn1T0zfYRzBMjeP+0IbWnRrZ53XMKe7O77473JdlLlXkzNEmeg\nhAgE/dM1x+LZOxFk8hbwvUVc9MsVxnPrYQrC4is9fJBFf01bhzDztGItV6CU\nc+F8HkVnWP/TDjNPctYmCOPk4Z2DDDyRaHT7GxB9i/eHhlt+FxG88sl2kLHv\nB+W1lrp9gw1qv129PGNga3uMoeo91XMU2Z2oGJ0CgBDhesSp0syeGjeLOYaJ\n5mCcsc4vttEXB4K3e7QDrfbNMgNZC9NpLnJ5YCKur1naLRuTAAf/A37gLDVL\nIAUZ6DETUpolPuYjNrJtJB+quz2bdPj3C6VhwoWmnk32EYo7pZNzHZLJ0KUk\nVBPO0qi0TEBHYqvTLm38KjKD/sEorkSGpfkqyK8+86Z9UbhHshyrZiy91CJv\nXwUl\r\n=5NV3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210826.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210826.1_1630025607682_0.47939859356651127","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210827.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210827.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9577a97cd92c16cdd9c04a5109948419161ba76f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210827.2.tgz","fileCount":69,"integrity":"sha512-aub3HkxxZTuFGYLEj7Z+XUtXGemRnqqCDVzwn56nSa3ki8y6Wsit11v/yxxcoE6wCoyjEehV8q+90PcBYJBjCA==","signatures":[{"sig":"MEUCIQD4Hr023D2+KzT6vbWrZg1eMqNDR7RejtC2ulhjLxm7MgIgGJPISmxqSFjYLZ5xkKOafDAE5N3oDgKd7f9gJzNdiEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKYmDCRA9TVsSAnZWagAAfkYP/3531UbzJ/ZIVT0SxJUf\nBEEkQpShgMp5GAI4sV7lZEv/N1Ay5xLFXCaRv0M1rl69Fg4UrDViNinCRAkr\nQhELOetE6PtT0j8u/5CKDsfcJIc1ATDo+IJGsE+hDEvObYrCFhQes72WBJtw\nF0FRXGV2ob78nn9k/ab8M+mnvTyzFY/hFQ+IL58HJuG6v7MNuJcVocneqMym\nzBxhm5KDvhM40+q8v9M9jsS9TVE8mhpC6v9JUKm9Lka0Tpb8fMvbM9Cf1gZA\naF2g2jY425bpvDhzXghdQtP45U+CYlqIVK2j1b5H7GvL2EZIKEGlLQpQkH47\nuuesKTSXhdeHYiXG9exx2bkdjK78OKYglO9kxPx/F74um9poQ4tk+1a1VabU\npbCiXF4zE6zpmvW5/zKgcrl0DVkGcRQHvJXZpNSCE1nCSRz8DJkQBuhMc7Er\nG1S+9pRW2p2GTc2CSxjPh0bHRSHebUE13IxCELQoApcaXy1v+n/9sa4dXups\noRlsQ0vK49+3S9Y9HNxnN/TFr9sGRoxG7FrRZjCE2Pj/t/Q8Q/Knz+p/dkLx\nYbul31PMrJLFm8DO/0TztBzrnY9KmeTq3m3p2CWNSGwt2achj37JMLn8ADwq\nyBH2tCGz3cW/I0OG8NK+1xMVGj2kQvMCoOaFbTuQKAErYBA+SIuaj5qxSdrV\nHGH9\r\n=buHo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210827.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210827.2_1630112131265_0.2708874656397442","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210901.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210901.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210901.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"abee36a8dfbaf2924cdcdf7d5699d22b4f7b7bcf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210901.1.tgz","fileCount":69,"integrity":"sha512-gcGDiPSdFaSfjr/7FdCIQoeTV/c9B60l9SBlE8FbqpK9yerE0B7DO3LS+De9iZzHmz57FXXWRkrIWRZEeTQvdA==","signatures":[{"sig":"MEUCIGtUhy2ntk8N8Uu16zQFV7QysdFzkObv8fuUBWnGsbs0AiEAoLbc/IofH63tju+baHaYafHvY21wDJzX8FossmqM2vw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMB62CRA9TVsSAnZWagAA3mIP/0Syusjm0AXripa7mFhL\nJq5SHqTFmzKeyTd++oC8dER3gp9q/X7NLCMbfGqTpIqkOPoYYUq8h6QN8xGf\najTYIjEzEu+7W9k376tdiQnBSx8lBfF/+z4a6Rq1lDJR2ww9ahB09YyTv+wa\nPFgux08kz/NYA0AslzcAYZB+KHrii4JdAcc0UC6lkgA0FPbay3UgQQU9Wxgm\nzqWkT9e7ReribVzs3yo9iWneWd96lme9Qxci2YMhzTh8rZObpbB1SCiejaOG\ndLpWfqr3NjsLSaGPydqLvngBei4WIity/4cvSPqZqgVzpdOerbbqM1hI96Z+\nhkbdSA8DGwgy1zof/79wVZuob17LOaYQPt1VwfXtK+zelxeyZ/DIxMeLOl/Z\nvzTkxcJjmV+UGCNrp37G5CZBXewsAY2bWJd5WuJF+9Ha1MMiL1YgQcNk3FQH\n3RAVO2t/yxgLXWASQCMzZiRfPDYuZmU6Nw4SShPKLLIiXA85xXNBhqTHBlte\nhaa3Wb32/DsItGaPJLsygISx9OwMYpKIuuf6O3SsyG9Uk+RdhWOUJsukp8Ut\nG65HZyDAGoQbxe0yosE1r/GLbgSCJYQxqqvYHcgiIy2YrPuVDHY45kZSseU4\nspCKR/0weF57Yijug81QVkq6Op2xd1s85u8MiCDe3C5gAjMFrGOnM9vZwkq7\nwM5P\r\n=tfXA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210901.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210901.1_1630543542604_0.1926693354520177","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210907.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210907.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210907.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"15efd3f7b6aa19dc66a1cd2768666701adc3344b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210907.2.tgz","fileCount":69,"integrity":"sha512-BkTTvTKv3FQ1cZNGZRVEHEC/BIPx5Nw1ccZUyd+ucz4NDg7iC7ZR2W54Sa7n1w+rz+TCALcv9+mnW/asRmcwmg==","signatures":[{"sig":"MEUCIGJQkfWjwxLuNf8L073jZOW0DTbAy3jk+T65u3w8ooGeAiEAlukirNE0wquiGt9HFGSMOakSPpZiMO5tJYpompbKBFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOAgWCRA9TVsSAnZWagAA/FAQAJr9TUTSkGMK7bEA8Gsw\nu+OaNzzisECikNcXvkHTStV3+u7/7mTG/5SHNiolWJbra4e85z1dXqY1dHai\nvTIKPAe34w8ydEckjhHxVQYpS3EauVfKXjayIbkHBKW/NNFycrfB5fXGy5L6\ngc81TXpTdqE3fTKHIxolnV3zmYBESjRFyVSmkmu/apLBmFBbFHihOQU/kYHH\n7k/w3DAZMEQvdGatGJx9ZanfUChDBqr9VHlACnEhPTwHLVSOhns67p5reYM/\ndgYs6iYuQ2E01Uwgm+abJXfZFEJY4E3+Lj/5vlJZb/w1iW7mnfcIBARlrOVj\nwn3xygLo8lqkoDOusTkgCJfFQd3RqkKXg+OGPI22GmDv2r40BT5MtgDyhBJ2\nP69JCZNamaHnyUOmuZ3qSimbAdWEhKjOt8nA4KLlI8+2w+8M77S1AmpnJ+MH\n4WjNjPaBn485fMI/5uv/TbwbYfNA8y0strN8hwvOowJcufcyOAgQFhGslbor\nYoC9XZGyTugW9pNFzOpC2YfQsCK7Ge+RT5t2NSjfB8uiR1U6CFunaYphVaz8\n0NXe6D+nEsxMuSj24F/bIDWZxC2JIqYmStbE848UjmYGIhsBhBWFcawMYmZx\nD20YYYGUdgY0u6CPvT2Sy8DiarIkXru1TRfBOGZ88vNesCVGkTpX1rZl/mMd\nM0GQ\r\n=8gpT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210907.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210907.2_1631062038290_0.6626725382294447","host":"s3://npm-registry-packages"}},"1.0.0-beta.5":{"name":"@azure/container-registry","version":"1.0.0-beta.5","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-beta.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2ab52739b6f3b1e3c9b4bba07ae272a9c26ee7fd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-beta.5.tgz","fileCount":69,"integrity":"sha512-i6paEU7PX4L3CwVe5CD+IWtoj1H6SHvi6c71WKZqrbHsZJ36q3o1xlIOekrYU1ZJwaswlWf03j3u1rlGtHjbAA==","signatures":[{"sig":"MEQCIGYm3nkM889u2TgCCW5PthE0NvVWb+Lpry3KtEvSazHcAiBAdpaLJlwUq9h4lTXtMpo0EKrBHvDOOT06u4uFNF2Seg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOUJjCRA9TVsSAnZWagAAHUoP/14DY9BmMMfqJ2/kjNsG\nXJrkY3e7YOkxmjRGrRtcsqrpAfrWAIRzLUSUGXi47HlDKxAtjlCjhSvdOIjR\nYVWeeNGxySqY/MPdOVxvqJ96Q3BDdQnlUX8YJ2CYnl2ko8OFx3TqT11p7a9Q\n+xnUffBloYffQ1to8seBphtZmY5yW6tXf7SCaRT34rvXdOC8jLLwmOCDkVUA\ntInkRX5iT86TF3/Xa3uq6oCuBxVBhgmy4jM7pkHC3HJ4JFJAZPATUKgFbxSx\nfZgQGexISOIzC/0c+NQ2gm7mWuge/0OEzlI+4fKM/XrLtfN/kkxqVVpAZqps\ndgeBBp5e3MSibGxprAIOmy03KrLo9Qix3o1AcgiXlp/f+jcaNsqaoFQNv7ut\n3AR82LIP9u1fVltZcOI9unpCm09UgS4DwHeNHLeR6jP2Ibbal21sx71X4RuR\njj1jgW5wDYBb+oQop8x/5rjQTQrbCZ8Mu5BbcIVMByJHPGn8ksDfMbwvFSel\ncML9Fss8Oh5qg9Q1TBMThvc3VD5/B+6gGZwNYwRnH+pbT7S9QgqZzoT9g9wE\nb5aflsFzlmxHvnbXy3UceOcicQR4Cb9RJtd6plCzoVrRJJB204CgQ94KvKk0\nglm/2SGkzf94zdyCOOVWxVj+AJs5bGynCMjcZpW0qR3WyhA+EVExmJ89RrVE\nZTcJ\r\n=WmOR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-beta.5.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-beta.5_1631142499513_0.6986985821109324","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210908.3":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210908.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210908.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f655457d422ad7a8175d38ae4ef2381bec6fad32","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210908.3.tgz","fileCount":69,"integrity":"sha512-dXyA5Qk/ureP0C39SYz1aRh3YCdDIszHBEVJo9zBnG6vIpZWed7QlfLYpxEfkGpZRUN9KdpG26ni8m8Gpu9row==","signatures":[{"sig":"MEUCIER9AOCY+WtYHfFO6clx2hkp9lTv56KvS6XohaRmpXC8AiEAmJB2+uFZqaLoIYHGxKk1D+JL/KT9RYWGeyCvP3AKy74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOVpkCRA9TVsSAnZWagAADLsP/RXAqUDAmmDmrpwl28yu\niMr8JLXodoWs9IQdOCPR7BQNxeUi5WMS8mlvRJQqG3J2zbe471TjYCB4es4X\nMywdJcBXE56G6EiqBn3XOWweuds2pf9hb86AAI7TbRkDIY8NbiZOnv/TIZCz\nLSZOeDeTwYE/MnlHPqAgANozjGBlc2oqs4pPAQgQShrLo4Imu6SNzbn0BEY0\nlIj+NMkEYarquttmTFmW1NQZpr2KME2dWJFUo6bI4fHXhh1OjhfYNXHD+27Y\n7ryTmP+DkkcYOewmIzIGtkceQFWHFaxokTkSje/6+2jlELWMU92SEm1yokdB\neVTJVUzEOMk71FgtBpy6yzvFdFhjho/EkTAexeg3OdIU2LJ0NCq/e4nFLdA5\nym3tfMz455ThIhS3uSRn2wAqMxfe2Ku2opmfoI/dQdWBks5wgJFHqYjhBelb\nConyq4K7mMKSsIq0nZRSHVKnC9Q++vROOqJ6EGH5bJ3KxqOPoVyMIDnj/iyv\nvz+4gK1yd17QnwZDoPDemm6LsFZgmCvplZaivRpgUDLcMoB/ja7xvZVWw9Il\nG3OBcX+zs3KpRg70khIe3IauncDBtmYiW8Ad/DBT2esaYOfHWzdi+a199VFq\nm7QNtp8ESqItB00ADGassK8bJvACdX4JQdxFLdsx8IvKptJiQdtnvfraOhaH\npDna\r\n=2iHH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210908.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210908.3_1631148644471_0.1475215906151519","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210914.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210914.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210914.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d3302a81310b422e15b4c460cc26ff041b143d0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210914.1.tgz","fileCount":69,"integrity":"sha512-Rq5byn9ioc3mJIjV5hNocbCl9a35N9fdxFIm162LGApSBBd2rAQVbwHaaASpuje4rmNiL2zBT6u50J1e6VUQ3A==","signatures":[{"sig":"MEQCIH1N3VC7FiO0ezPBoVRGpZt362fn5kGC8nxCZE1Q7il0AiAuC/GYPyUNipYbczbT0FDxXUnDrod8w6aa6/r59KGefg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQUHDCRA9TVsSAnZWagAAGA8P/2sgkt4yPjSzft/ZA0vj\nJcAlfNfQqKJYN0FsbhVC+zm5mxTdsbCuMopyvIUBPGolqP5QToqtdcSKAYtr\nKYMAABiR6XWOw1zMv9x9m6BBaCIPRTTjPERvCKYioSzp/W94Tw0SFTX0RGmj\nk94mFa+ZVI6q07+gyqSxna8kjXsTRjQoXpUjYia8FJ91LsTBPKHQGJgaTRH3\nGt6+djbqU8CCYDVMH/uluSQUCIwD7L74ja/GhvV3CxhVPRC2avpu9M8g2GTo\nx38KIRllvr8JLF3ukd0RqUDC+fDZfCyWAylfMfHcKBDrvg02A2RLfXu8y/he\n2iXVOEtdSwB863aeF9C6PrCmrWM/ihQ7lYawRHq9Gb4lRnJ+P/lsPS31/en3\nmaN8GXH3Qxq4LzEpin7++kIY5WUyh9Ux7xWTsx1+ei1GLb0mxOpIZGUCndVx\nK5X3jfyWU5JCO7cPG16jFZLyG4Qg5PMe2YKJ8sbdCvnwoZE/w/vR5hpm/hlb\nLsJ6w+TCKgl2eAaodvo20EaIH2G3uFLbTI2xeF2jyyw89pM0nYsrlWUOblGv\n6pE2aPPiLEjv/xVgA2dqE9rwDc++vqg8t48NS3ULC3XvPe9DQFlV9C9+nUPw\nEmVIjEhyIx1lfaMytMCp2Ah4ve1HcTazjETy/xcaNKrrkwGtK8XTMOxggDxp\n7JJs\r\n=1If2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210914.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210914.1_1631666627776_0.24818320967222118","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210922.3":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210922.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210922.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"015763150574207c2d2bdd0ff8908730384804ed","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210922.3.tgz","fileCount":69,"integrity":"sha512-TSS6oanbbSwhvMLoJnJ+ZxBohO5vMjaU9kvhP7Vc4FVXrkwB3Jo6OxZz46rCW425V9DYdoqfy+wVms6YPLGKkw==","signatures":[{"sig":"MEUCIE9ZBMKOTWfAj5MVaFKHepSrC9/LzRVG97xpyH/cTYOSAiEAy2noPX3QJ/CpLjGXYpSdafKXzx6bPcfa+QTHASZFLvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":896522},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210922.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210922.3_1632358054685_0.14058586546947605","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210930.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20210930.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20210930.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f319d76f7af0e8ad231f97adfc4a825c4a8e9f79","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20210930.1.tgz","fileCount":69,"integrity":"sha512-h83McCMhk+iz3nNoG0WBoYqtZkOLR8HE/RzaOqYp3w4AQ/EiHjpvlR5DNp9e5/n779LIiKD1gF33SuUegClWnw==","signatures":[{"sig":"MEYCIQCNpXMlVXO9d+2jrEwEZEEXl1dof7YvksmUSzdCaEv6bQIhAMVJZCkOsQ/v57cx30z6YlwzABMPjqFkHKCqLihqFo74","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":896526},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20210930.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20210930.1_1633049476617_0.35936054304931186","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211020.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211020.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211020.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"221f1d7905b5f3e8b14f0626ec411785f81472a3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211020.2.tgz","fileCount":69,"integrity":"sha512-BOdtesFuufUImqwEDbkkKbHS51JIKEFncVCWbbd0qwKZZGkQubMqU8FIOJqoINnM6AK++UrU8GpaBLLrYXGPvw==","signatures":[{"sig":"MEUCIQCzR8EW1IlUWWDKM4tMibjTZbeJRlUj9+fyhSM2hp7H/gIgEPyMk4uCYPQd3ZgYjpyl7TQadi/K53oOu/XytkhL9hs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":896456},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211020.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211020.2_1634777100756_0.32185503240566726","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211021.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211021.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211021.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b111c11aa894aaaefbccdfae659c52d99c0a2a61","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211021.2.tgz","fileCount":69,"integrity":"sha512-NmNuQa52sRCK7K44xyWlWeNvV23xc2lRtD8kUtdvrNo6i/0XmBCo+rDmIaaz/Mj4CpP2O9Vvl6bceJvHkygpkQ==","signatures":[{"sig":"MEUCIQDZ2f4tfrOET5z6woTC4C6N+4Q6Iw68Ay6N0yE+6yGqQAIgVnUH2xq7G0Zs1OdGMOgi2eeSjomh3uBLlSqXeN0JxRw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":899529},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211021.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript --v3 swagger","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"},"dependencyOverrides":{"@azure/identity":"^1.3.0"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211021.2_1634863472423_0.19759426662070978","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211102.1":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211102.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211102.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2e0d27db885edae70c6569f0fd93d2baf46207ed","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211102.1.tgz","fileCount":69,"integrity":"sha512-s+jOR9/uZoJ6DLFFZw3ya8zPuEo2M+YuW7GjbideDCgIFhflIzQX0XT8WtXJQIBZYBdeXgdxzYnQjIMus9b5nQ==","signatures":[{"sig":"MEUCIBBPu+tLQBf3y02jz8K7DIU96ym4q99V+MHlgnWM8TP6AiEA5t0j72DkcQD27Cg/nUJnlEIKfClHBYlZ/VhmuGoP7rs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":899460},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211102.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211102.1_1635904142563_0.8784214689141046","host":"s3://npm-registry-packages"}},"1.0.0-beta.6":{"name":"@azure/container-registry","version":"1.0.0-beta.6","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-beta.6","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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"547516c53cb92654932d9f07aef7f0e8f7777f0d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-beta.6.tgz","fileCount":69,"integrity":"sha512-EVpEFzmJjXjh9RLwEGz94erNyM0hW+XeNj0TGvstsI5iaYB1PY0iprqyci1InrMyNd8Qmt2Ww6a1cjlS45/3+A==","signatures":[{"sig":"MEYCIQDSvnmilOqypSOIVn50Ssd7NsxD39l5l0jnP+xXMpNcpgIhAK0KcI7o9ow0r9j3Ft4bHdNKcCKWOUZMdp0EHlJMjVbG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":899454},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-beta.6.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-beta.6_1636483982199_0.014950014795734212","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211109.4":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211109.4","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211109.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ff83a860b9322e8b615e32c8c4766f76091f369b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211109.4.tgz","fileCount":69,"integrity":"sha512-p47ZcCIbo1ZIEijKZnRM55o1dFR1SuYhX24ewX/fUD6ybppN7EuRCc+KdlMZbM6NYRxsNEmEXamzNoeqB/BGQA==","signatures":[{"sig":"MEUCIAy+gsNnKK8r77Zo9zrsXml7XhxO/WEOT8XIeMdcXn1WAiEAqnOea4Z8gPFmiird2oFqbr9//51cRosUbO5PZ8786YE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":899631},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211109.4.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211109.4_1636509186328_0.7216209573397314","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211111.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211111.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211111.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b9b6a0dab59f961527f2aa24a90512d6950f58c2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211111.2.tgz","fileCount":69,"integrity":"sha512-WJub9ejtZOQpEMj/7074GmrYeyPM5+ImuOesob6usLOET5T9+UebRMhFYWchzbt2gc6WvayeiowLwRyeGhELNw==","signatures":[{"sig":"MEUCIBnngssTizpj2Ipm/C9lYCBm0538PeW+bEUwE+rpXh8bAiEAvQ/vBv1djTutOr0Jqz/2xGecJORNlGrQ3c5+yvxfX/M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885263},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211111.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211111.2_1636681853944_0.351789575707824","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211122.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211122.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211122.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0ad28bd72012881d1081a7334d3ec0eb733dcc33","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211122.2.tgz","fileCount":69,"integrity":"sha512-aPChzkHnsXF8ovZ4TRYMZ1Li9X4iGHzWhMfgTTlWcqbvK2LhqLg60Lwv/9z+mLMv+E0zzXyLmZW82XCDnPsotw==","signatures":[{"sig":"MEUCIQDWezXRVUVsG2/xVyHMaDRzsgUvOKYOOAO2Eo4/oARK7wIgadaAkxQ3Txw0mDyoi5oBaF6uNMwI/qnBTBimJSB9GcA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnEjCCRA9TVsSAnZWagAA8eoP/ilNo2XrnjbJbPIQk35x\nNtK/5Ih43wtduHH02gGcdPmbdRRObFOPNERMukK/esHCVVPCyy0RSd6a8AHT\nMYRq8zvXmyevuLhZig/FfrwuoQN+N6b3amSpE8ivbWBtZ7rjoC815DrGv5Y4\ngZ5JkD/yqRDs0wj89sDB/PJlEk5Z9bGqDBk/RabXlahMAZOb80XnI452aHqj\nHTPXOQJMSSrHVb2iXCaUheXDFjrdpfOhv3ZvcvW6bsS0KTBHw2xwEc1hXTd0\nw8LpDmBDbg1DOCe2GtoRGgNzjPbGLPnOFSYYNS/XAen2TL7S9LJksJ/DZKL+\nNe3KREV7KK211XRPZpJgKuH2NF4avVBK9IJaE4EujcDAeLRBFrRpCwg5brbS\nRlcEGwkYbqgoTaRpFXjzQg5dRlgTWkYJnTmpEontj8/5ZdZ4x9gaVuDiMqkC\nqLjidtvinYkJrF1a83a9Sye8bQqtidZP3WX8hO6csjp0pAFWkg7Hh/q7PLJT\n0vmqJvOg4S/oddYDIwYNvS2LFLiG6b+L2s7p0QkCxotYsKi0N0Nk8oBM+QAF\nV8ED5k+2we81+NjepBJ/M2azScioPctpYwPyqwvuKYRrizzdk07QH41n/Bpf\nMqkkwvdFH0o5zOQ/3pFg1T2LVZBZ/6DFD7poxX/wAo+W2rnM4o0BCMWGkKPP\nz/Ne\r\n=PSrS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211122.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211122.2_1637632194093_0.034469011802909844","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211213.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211213.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211213.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"752555fd11ebda5630542896c0f16ae14cf48dab","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211213.2.tgz","fileCount":69,"integrity":"sha512-8mowTirAIpOQ3+0U4KRkOSp+MA7d/aKdHmGI0XAk03xWLJ77lstmgkqRkFuuBawqOtmZ0RVv+15825wmjNhRvA==","signatures":[{"sig":"MEQCICNvKFkc/tqc8d8LuxpBlm0O5Sj6dDRf5vIjfld879dwAiAA9oMq1LmAnhdgtHK/KH7qM108DKGqEtJVujckAh/PLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJht/cVCRA9TVsSAnZWagAAYNAP/3LzcW+lmbRaI6GX6iJe\nk/UVsjsm7Zt1ADlyyihazZSz4mt3gSthvV78TAOUV0O0o0nzTLgYfP6+PZRM\nPw0x2R/kT87QDQ3I4TmZAETyvQjwxlbPZTmJoYrKZCeczK5uMFpZ67iYSE9Z\nsdVSCMj3Dj4HiPpIFG0wLN2maBgsSQSokBwYP2/5uuIzP6F2Aa6bQLpe8KkU\ngi5MKRXDnolUv4qT3Ug7ncaoSh6hgvvxoMnZPKMs37ko8hq/eexGT9SqAWdL\n3m5xBSrAzWV+HTfFRhSFIR3HijuYPUvqItPgIkkhN6ZTtCBh5846QkN60rjD\nWoWzupVkiW/8qu+WESCvzkmTZzcuAp/yYNv4VtTmdIeZ4L50wuzqP5lLc9mJ\nBnJyiBKURCmSNlwMPlO8nE7oex7Y/d0FrHNGaJ0OCmuyk/vf+ds2wAH9wdHn\nCBWrkvvLEyqM+fg8ezJJGBk3KWqsrSk04BR7r7WBC89srDi2hKowcPSB8wn0\np/cFYu1Yy5OttbZL563g+sd6hpTk4eO0wwdSeRe/dV2utSaPKESnwdbXyVZP\nEPNqgO5FS3x7UsclNUwcRTpXdgFnpjZemJ32WD4NPYwyZd1lu+TRpAKbxghS\nXDTdRkIZO791pGapDLgFmvAnrfgo+RqR8rn4V+0Bh3tF/iwmTAlPdl3THISJ\nEKuS\r\n=xnSa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211213.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211213.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8mowTirAIpOQ3+0U4KRkOSp+MA7d/aKdHmGI0XAk03xWLJ77lstmgkqRkFuuBawqOtmZ0RVv+15825wmjNhRvA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211213.2_1639446293538_0.5253233625510192","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211214.3":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211214.3","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.0-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"446ae34063b174902027b5aca468172021577997","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211214.3.tgz","fileCount":69,"integrity":"sha512-iDQ9uJ7dW7k3i06BwRXZroT2288tD5HQomqUubrjUiAepxu3RTfiAAtruA6QYw48TR/onzlKNQKij0qY7PUrcg==","signatures":[{"sig":"MEUCIQDAL1Z5DMMxmcEiRCmufWlFQWVMf8NZmxKXQUOrUF51XgIgRUjFlNLD4WwH5f4MGQk+qKtO/CQ3w9TufZg719U1nlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuUhLCRA9TVsSAnZWagAATUoP/RVAh/CKp8O6ANnJaI0D\nXFF1x4n2HEVmC7pcNnGE/3PX/3wFlptw+9eaD63a1rFumRCGp8y8NuaVrfmA\n9CRr8cXvrJbhuUEnQd5ATkyrmcRoq/0XZVXVju1m/1wiWXjwqje4QoJt5V1E\nl86OKFHLWlnkTBnDFSp8nY5n2g2gtUcl2oQXY99UVcW3dQBE2TyMZ3ou71KA\njCkC9Q/ci5Q65bNgk0MCr3so0n9w+DvZhrOyeqq1bl/vriTp0ZvCR0FABIMQ\nPAo9PdVofnsT11G2vFhvX0IuNEvWKG4RxiISWDJ00njsRm5vVF5UVX548h6Y\nnPhxUQzXg9CYgkXmz0UIbA+JVOcKG4bhIr11J7hUnsk1IHcLJJED4oh5yrzU\nxoPTT7dwNDdxxCoRIyJQlaBXT+bXnEkC9AbbXIQgbhQPChdcz+LZktGFO58f\no3WtLdEA4a3Z6+QWgYvOKpKl8TbvgpMII3HrGOZfIxXqmqLLnqEt4l6WsEOz\nUimT+1NSEK8ZIehkWBOR/LdM25g/ug53ggMbDHf+pSCPb1u10I2hTNYWMKke\nTsK4hgka0Fur6EHzlLdTefGCx7mGnci2RQVJjwQl00UDVkAytckasRpbJATU\nKnlKNJ80B2Md4GGkVrMSHep2YbAJZ4w0KF0z7HxnCErALScxvyuIeHAckCNH\ndI7L\r\n=iB8G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211214.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211214.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iDQ9uJ7dW7k3i06BwRXZroT2288tD5HQomqUubrjUiAepxu3RTfiAAtruA6QYw48TR/onzlKNQKij0qY7PUrcg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211214.3_1639532619132_0.4813538699644151","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20211221.2":{"name":"@azure/container-registry","version":"1.0.0-alpha.20211221.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20211221.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"35ee10511951be01dc966b1ef037950787751dec","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20211221.2.tgz","fileCount":69,"integrity":"sha512-SURlKS6mnv6yZkQ0/IF9Gw1JbcYWnXYQXGgcivkd1I+0V6uxeTJWg89iy13S7piadTo113+H4OKr72QhD6lDAA==","signatures":[{"sig":"MEUCIADazUUak2RBIsR4w2cmJjjjqpMxj4bVQnFsuWxy3QjrAiEAt60SmVZ0xM85nYensbqsQEZWn3eHtZaUz9g8ErfBC4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwoJkCRA9TVsSAnZWagAARkQP+wdalKUaDKhi89KXWfAr\n+hNX193dmjAJ6hEhrMZWPh5Z29REhQ+MEPDLbrSMbSr7tpTZS6xQcc3HnRy0\n08RXXUV3k9qquC+u1TL1GHQxGyJljPgcg56AoAZ7Dm0qlEMDsNKx4Pwl9/5d\nguDrJbc2MdgDtwGmEO9r7y2kSvq1/LC5e9Mc2MhGCvU7lBaXdYEZd8pxdFAL\nzSEIvDJ9aNtJFxCx4kKBL1Xbk0Qrttw9Bldu+6ttLBV6AHlaSCQEsB6absmD\nXQkfGdzxjMJJ9Pzycyni8SGOvHnmm6nsnwMfSgTFesmLp2uLnnk4g5XwrXnv\nEsQOL3yEWWLUBI2GRxpu/fmmEr5Cv7v/AvonF6e/3/UTPZFPWFqyfwTvO8YW\ncvo0TyKNMJn/+chZ1C87htGpj2x9F4WQnXvYGjJX3ctisclwuSqpsa4jYbPd\nadBfMWSzydfJqCHkmu1dHwKlMU+nHTQoQKLORD9Q1K1gz/9PsPH3H5NL9DJy\nxHdYzOeC7Da/YvdOVQSGVC7pqfTJDfzf3Q17NH22zvVlYvf/uxgTahHXFnG+\nUiWZvJeWl2lCm+wVamJRWG8HB8sTxoAaW6IE5Vw5OUfLLc8vRv9YPTxwgfxT\nF8D1YgqDF+FyEbcsGFBIrja5//sNLLPwtWPe4I47H2pIGLF6eVkdlvflrsvG\nMLPk\r\n=2ix3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211221.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20211221.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SURlKS6mnv6yZkQ0/IF9Gw1JbcYWnXYQXGgcivkd1I+0V6uxeTJWg89iy13S7piadTo113+H4OKr72QhD6lDAA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20211221.2_1640137316817_0.13601427199334015","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220111.4":{"name":"@azure/container-registry","version":"1.0.0-alpha.20220111.4","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.0-alpha.20220111.4","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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"99d52778d45ebad510ecb774f131facad3793a81","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0-alpha.20220111.4.tgz","fileCount":69,"integrity":"sha512-6WV+oo55FMkPyUSHIZvcKySN/2gykLQ7qqX0yl4Ex3dRdb0JEdWL7YBGY5e2ICaGKOFovNA6Y6KhM+RxYSmplw==","signatures":[{"sig":"MEUCIA4UM+ouqx/NZtOb+T+1LlaN/pPqyJPRi8fqdkvIejSCAiEAiCuQeFVwkR6UMoRTWZ5YXF7hYuD1xnk5sXcB2dG1WaY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3jM4CRA9TVsSAnZWagAABNoP/0/Kx/Uv54gUvplTNu8z\nbBxP+eCrzdvnA8y+o0Ta70vdODzHn6ypyNNyXBGxUwp/YoiqgTAUE7HZagMP\nfocl/hOxJIwtiRYlALtjFYYXL3i5gnTBPaZUHOn3hnxyQsrCO7NMjenJ88Ey\nBMsN6ig2W3wjM0fdBu77p8fm95f20N7BBoKgFzQp43yMNQic6VsGlBI6LMbr\nrCZVkyx0Hw5abCqb1ncBZ3MILNCgHOke4BEPODt/aC2XZCtxV4Ld5BSLZQQy\n4NxUu21aKBdqxDzvMdDcZXtgCSOf6Hx+nz0zFQO+1eUtYs7y0jbTy3AoFkjR\ngHlCQCV9oCy+rmSU7tPdZ+NUjU3viXt6SB571kJUbl/Ffe0p0L8ltk2X7sCB\nFURyObs5z1LEph4Jn1z1t8QJizeikfwU0q9g5q8ZhTgwOrcw1JnqiM2L9rp8\n98GAEgvvcXXxptjuguauQZCBOUU6crBpYbUT7hc+CTOnvm5lmbQ5x9pId2cE\nW7ITUZJYvqy/COidEclP0lrQR4xxTs+bhvwENHYYNx2buIRDtyT3O9oX0YxH\nuNFKyk5oTh0MhuqOMVFGAANAfwPRhnx7I94UK00Rq5zccdYLAQXoJh++0lRu\nawzIPFmf0lehJBsf3SmegtNdabcBn4+3ckTvccxW6oPpL93LMlAcP2lEOADT\nqhrT\r\n=RRa1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20220111.4.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0-alpha.20220111.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6WV+oo55FMkPyUSHIZvcKySN/2gykLQ7qqX0yl4Ex3dRdb0JEdWL7YBGY5e2ICaGKOFovNA6Y6KhM+RxYSmplw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0-alpha.20220111.4_1641952056458_0.9856386310717111","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/container-registry","version":"1.0.0","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.0","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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"328324f26cebd7086843ba21e23559a6a44b6716","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.0.tgz","fileCount":69,"integrity":"sha512-yOOhHvCXpKlkVSJHsisg4N9vkZ4RAMm4gd5HJEksAffhdLWVWRtRGQaRT7oylMIlTZgyJZCuflHmsmU5E/2OSw==","signatures":[{"sig":"MEQCIFCxgXNTb9oZcv8Lg+E4TmLW3pg7jvqgo38WkNPlXt46AiBhebAt5iW4rV5ulXgCxtzHlsKJCJUOO70nlOiWP+XXyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4IyJCRA9TVsSAnZWagAAA74P/iGS1VABxNM9pC6lylPT\nZpJQ12f9/ElEtXx/rKNrMH+kTMEX9dIHdf5oNew/KucdTTDqWbIUm+dboabK\n+9SSD4VpAirH7pilwY0daQ2E7A6FyC0tJ8Egw1iVllI8W/Ul+guYIe5FCkoA\n+XlQcIgCrvVwSYg2ZNaZHSXPaND+d1MISLs+szsN6EY7IRkEt+LxLcIfsC4b\ndRp1OK8wRLXgPpmR3yfuQVmOeyI0Uqeggx8zmIJRPn+C6vYgEUVjI0QD1z34\nAfWg38PP+hAykq3mDGIDtGc03frc62AGeF3mj7ljB0C3aNS8j5Bvy5+/vLqU\nVTwOoW9r2tNFQ4f1EzX0NANbEtpRbRDgQxfCQF+rB8cN/lKy9JFyVldlY2qo\nrvXJg70V1H1wjwhxV748Arcno8ftR+9ro1TlRNQmy61EKUkfz3ON1RmtON7J\nMvrwHAy30kp4xOfL5O/GLO+bhXlgghIWThrqu2OCmLzwmzB1oYPTDkduKzzO\neEPxG9VNQksnHeRq66vfUiABUQUN598PKirj1L5b5NjHJCYPBIBGwIFzyeyO\nvL8rYxsMsVMbCqhfN2+OXmsRnFGJj0KkD+GnRkhScbIVhnmnLHBYYRw3UA2Y\nyQr1ObMKaa7C5fv/M0EPTyx8hqG7zLnyCUYm5Ym4Joj490cvwA3ND7l6su5y\ncXgr\r\n=WZZh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.0.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yOOhHvCXpKlkVSJHsisg4N9vkZ4RAMm4gd5HJEksAffhdLWVWRtRGQaRT7oylMIlTZgyJZCuflHmsmU5E/2OSw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.0_1642105993510_0.48112168272742495","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220113.2":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220113.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220113.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"64d9d8fbf1e9ca6711045319da0fc09bbc2c078c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220113.2.tgz","fileCount":69,"integrity":"sha512-uBTuJguC/VZYqwVOhhjpYmmAAWVDO/xV4jKfuSMRlYqdqjg9nPIEH9YzJXIC9cgvYAmJzoowEDJGe8Af74SP6g==","signatures":[{"sig":"MEUCIQC5DV1cQjgFCswA5n9ux0pdKn5M/iKTIkebGw/XTD7pTwIgVfPdaMZezZ/c/zcYJWtRnqZojks2AnApcN57n5STotU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4NVdCRA9TVsSAnZWagAA7X0QAKTMRZFAavwHgpgzf/Zs\nGuugWAgTyIctHy5btVmSi8/L91BGjuLmrvcUMQFwkW7kN6qB1sIYjV/fUyeH\nPtJfBk9zVJDg8enc8WTIrRUAukPZ5qLhCMrGRnT5waNob/F2K7h9emEilom2\n00a9h1Qe+wAIfTBS55zMmfMJrTbW5HoCTfxKtdc0KIU/wneKwgso8rX6cNgw\ndobqaYlZT2Yk+mLr1r6Jo1jFWmw1DioXeFbzpI8tARxaguLYO/HuT2gyr1uH\nMQD6hnVyksZyCd7PjXxSjFgu2jmrNpmRe4bOf9Vg0oXLfgr/GOMCDLDLznWI\nL7pNePC5jRHe7sl8WBt8RwyAajLk8v7EJrM4R6Bkd68XNIodAXpfvYXRvNS0\nnCjDoro8XtWt7prT+d9Z82B1oGjYYbdC8h0lwOXeEBMf0sSph+siL4Uuqr/+\nOaJMR9gYjGReyL3FLvoAQvcZ9JA6C/nuuV4fCX/OkWDn/5xzimn5naXhFxls\nzk8P0wKnizv8K0IDgEqrjv8HDtwoPm5pPlmErKzoIP6lcsWPOIgNCK4A5GFs\nx5iAJbjJw3eiU5/Sl/6v0YYKmQqObqB8wQ+sJn030/BA807hNW4PzWhhzMpw\nTA/HRNtkqk424y3EWNuVDUXrb+irGFlf0NBSnNqp8SccukoLvTY4N+YUvG4l\n9CV5\r\n=bJW+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220113.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220113.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uBTuJguC/VZYqwVOhhjpYmmAAWVDO/xV4jKfuSMRlYqdqjg9nPIEH9YzJXIC9cgvYAmJzoowEDJGe8Af74SP6g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220113.2_1642124637031_0.7443385858538265","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220128.2":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220128.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220128.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"afc019b7ecb256e6b80fa89201dfceb98bf28217","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220128.2.tgz","fileCount":69,"integrity":"sha512-WsJ0U/cQUjs91qUE+OWlYk3WdHmpTrVsSGy8aiEETvy3wZgfvcRSS4wPCntVkfBTWFyI8+ptWug62ZVZVcFwiQ==","signatures":[{"sig":"MEYCIQCaGXE2YrTwW8W0SIknALYW6PV6IHnr4beli/iEpmFDAQIhAJnv57H6cYV8wsG3yZdnb9IfesGZXh/qFQJyTV+vVMlr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":886535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9JwUCRA9TVsSAnZWagAAXLcQAJfExGEs4/PVw+NSY07v\nBCIcW+V22v0R1Kb5up3hqsjhAc/WD9SJPJ0Yjg4nsORXPUyLiTNDluwp7jKV\nfDALdL47wUV7/9BKMHxUG2F2LHCy4QSkyQ9fQYD3GYYbJEV9fa2SprxGVNLT\ngH79VC/c7l4ZMz0K3AlKrnfaxTaQKa1kUtYDwf4/xVvldv2CX2dznvl2ve3D\nrA0RZguUHX1HtEwO6ibkJary3raimN868Yoh9Q0MqfxKawqY7Fg9wP3JUVWh\n3or3PJxQ63KtM97m/+f/jQchQorUKcG50zEYGMUGNQZcqdkOctiPzJHttMPH\nmAQlFb5lM2bdQPl/IhoiCOb3O70NJ0bl0/bJleykGYlnYSUNu2NWD/bFHiHT\nCHYilB8EV1CACJdR5qV0GwG4HWB/XUQhx3R+Dr12V9GJU8CacVcQoE7LkUe1\nyuTztLJNBrCV7203FYvEj1Pqk+NVDkWEO6D5+B3174gPrWfp9oFKtHwPKFbQ\nltkIOhPT1wKDIe5ict1tYCGnHeOEOhpxi4V89ueCL3rkORwrzosPu6U5Hv7/\ntSUJn1HqBctQProGQRRGKccvlqdlH6Q/CRjxJuW835xA+u606VZZhgJiAT4y\n/keEueCDwcNPNICITbWX7FFnD1f0YyRgnxyJE2WeXAlDiDrfsO0L5uQwDr+L\ncgjg\r\n=Q+Ks\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220128.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220128.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WsJ0U/cQUjs91qUE+OWlYk3WdHmpTrVsSGy8aiEETvy3wZgfvcRSS4wPCntVkfBTWFyI8+ptWug62ZVZVcFwiQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220128.2_1643420692066_0.023016563103042564","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220210.2":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220210.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220210.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4afb6635f47e83ceef295b215f0f8c965c20a957","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220210.2.tgz","fileCount":69,"integrity":"sha512-fOWODPYrOoxI8e78EZsqkWYF57j6LPTcWl/trmg9OFu4E4YGGdB8ZI5rV4ThP/ZX02Dh9qt3AZLgDRhtHS8MgA==","signatures":[{"sig":"MEUCIDQYEpoMttJ0VKofn5TJ3VRyjxxjyXjiCz2NsDgc/18FAiEAv2iIkNUw8JdG1EuTcGuPIv2h+Ie7ws/9XADo1tVVFWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":886546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBb//CRA9TVsSAnZWagAA02UP/2pl08PHP8eX6k+9bPq1\nQBkhXe3coPH5rFuLN72hOhUQH26Xv8+Lkudoc/vcsS9e3g/tgN9WWkeUbtT+\nZ4ANPKpFbUU6R7N6k4R8duM/QsLOdzkQkkm7Kmhhm3IIT1IyevMg0OrdvHRo\nBC5Z1vlYSBMVzawAeWB/lTG+4094FD30Htu4WWJotns/+zZgN6qmFLFH/VtF\nzVb06PYWmX5pNbAi/B4dWixYz6cSiNTVJr6wx5d6FbiLtPNeBAGcWDoyXTL+\n0eZ0s38Fsyf8hIdI+TOmqwauT1CvXOlC0lIQB5/LVvdMhJg3l5deZENqDEP0\nFuZNh5rOBLz8U3xtAu3jokKeDcO1ulUwU1pz543Hj3JfVv4wWuw+aStlmCah\n/a7HwEdtCUlIzY6noaETQsWra18axJPbuty56/IhTBPwdEbq23CWYhFKYCnQ\n/efPx8lXThZ2f/xd18tdgoqr6qHx/gO+e5kPfuZfFTCrp3vulPocWahf1l3l\nj/O7Wv+zRjXcylfj5O3N12oWnpLXrh5JOZJj0NiqvsgaDQsNjP2TwUa0Kg53\neduhk134SBOD6dtMGK2KKJNevQZqwg4FwIPrmbP4HH0EO2enuzpgHs6Y6QKU\nDOFDIbAAkpTq0NjbnXsRLkHQ2/+CM0byy8fjrwnuNGXTIAwfWzmT377TwOkp\nc+X+\r\n=h3g/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220210.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220210.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fOWODPYrOoxI8e78EZsqkWYF57j6LPTcWl/trmg9OFu4E4YGGdB8ZI5rV4ThP/ZX02Dh9qt3AZLgDRhtHS8MgA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220210.2_1644543999445_0.16772872579215026","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220211.1":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220211.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220211.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f10f5af81d31f85c1196ac4670692cbc36094676","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220211.1.tgz","fileCount":69,"integrity":"sha512-REMS5RgPU1x4uHIBzU46XAyyqgJSpC1l16b39qI9GCnLH8t3OuizdurlbZ6IqDimwByD9N+89GNrjNtDlXShtg==","signatures":[{"sig":"MEQCIE2cSzmLX69C42nWar1dmGyBgFKry/tyVTw36O7FR2ptAiBmCcu/3SMK4L9VpjHvxZqdbBvT3TJ+BXe/5jK8FKj6Uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":886379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBxCQCRA9TVsSAnZWagAA0iIP/R+SzNuhUDYoES6o+k4j\n6Arfg3OGxbj/UobGUvNEPVjuG/gnQTSgCKL5oF4rXMww9AsZLDyuDN7Stifh\nwHe+3M0xdO28WRR3akah2Ru0tRAM9EzsqF3/KKDdRYyimtY6rMu0eGTl63Cx\nBtWegCmMwJgUkEph4ntt89sN5ijoq4/kbfIqNtAmluhfmJAoDv72VJMsVJbU\nz798FfxbIJrczxbJc8IMjreR+s6PCbHvLqOkUXoKG57e8Aas1a+3+sRxczHN\nj6TqK3Z8RfKtdm5BWFWP+cR2sR31fI1z+YwkTat5Kn3AGRNGVmqZQ3vA0vvS\nDQI6fM3q5ckX+xHXQry+EwPIhyODLhCq4DIiM412tEzLHNjABhF8suuV8A/d\nHgfTcyqiIkLBdUt+b0XtYY+HsK36RBS0Sig2wfL6ModHoFv9ozfmOp6kwTOS\nF6cERer8WLRJ/cnp2EUtAFpUuD5fc8QFz6+L4G7BphpW9cWCEoL1QOBWZbOk\nsC0m3BHvDztXUjj154SGLQ2NZi3gGlx3OcqL02uZYPR+jJ8IreJZCynoSIrj\nuej04N3+/dR3GfhpjfGjYsjQewGZgOaSgGc2+C5sLX7YlAgsrtb2q4Z3hOd5\nsJ9Zvq0yCZpZxNyK9ltHo1MQfvTvqT07UFImSFME8WI9Hg+gSVCuSh2ArPty\nQ/Jp\r\n=sfH6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220211.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-REMS5RgPU1x4uHIBzU46XAyyqgJSpC1l16b39qI9GCnLH8t3OuizdurlbZ6IqDimwByD9N+89GNrjNtDlXShtg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220211.1_1644630160363_0.12090853486436992","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220307.1":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220307.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"35ef3d084dac5bcf4cd2f20fffad97e668205e96","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220307.1.tgz","fileCount":69,"integrity":"sha512-MCynuY15Szf/J9coiYEfjKt2FpTmOt5sQ2d1nQDiMVglPOw2QGhwS4TxDxANch9odog6LU3JPXYxmpxULCNffQ==","signatures":[{"sig":"MEUCIHNc0G55iVCD4hHy5CBlawKlU29QdTk/k8xen+reHI3uAiEA8w5CYUeppwYucSehsvE8zo5VQxjL3GPPKQL2LDH1S3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":905165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJrd0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq08RAAj5bICyJicMPCHOoZKWRpPvvBtEukyyKUTxc+lw3aRTJFZr8T\r\niXbTcyJ/Gsu1Fu//evuNxuY8aVf44I9RetnTb3f0QuyKh7n2e8TuHsADCcb/\r\nMJExvSutUJggz3+fVwKwM/sSUkI91AigNoMSuwvVM6y/s4uOPkzDR5Msk7/R\r\nbor0zuqPBWtmub/ezMIp4rrDOE6IHqbqebDWMomZrOOqXkRQknuH13NmklBA\r\nYOG1ZmTWO/05GpknGAtzTEo4ZysrXLXIiaY4IQn+5V8UJ5ZpmpG+ZNzXjMyG\r\nigae2Elicm/yLIRetpkVlm8i0mrux26GlgW9Ks+D+7pR4BzyfKxAykazKgGZ\r\niypK1hsJGaI2t8/FZ1HgGOcVscCJsC3wtWTWZRqMOvpPgPca6iGnLUHvC5rm\r\n/YLk1w2hpH94zmQl9jFJ0sMH//3AuPwEqwvNuIj7d8sdjnvPJQ0MMaGah55p\r\nDUpLyZcs7sRo9iPLCdBOTk1AGljhMu4CMQW1IWpv1DxSzSSZFJYespi0xj3I\r\nD32+Zc1RklOaXFq793/NpSXpmvHkKV0ecfjBfkKHXroQByFJYuXkyqNq2EWQ\r\nmu1Lahe8vdPy9FPBXIuLjTZIveHsrtiLA6I/7gu/VprXA2UGVc9KWOKDWVd8\r\neGL0VwdA5vkeqZ3iecucMSYyddMzTj5MFv8=\r\n=auAp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220307.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MCynuY15Szf/J9coiYEfjKt2FpTmOt5sQ2d1nQDiMVglPOw2QGhwS4TxDxANch9odog6LU3JPXYxmpxULCNffQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220307.1_1646704500315_0.33280029401324107","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220315.1":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220315.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220315.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"322bf019b30013d1e3f08ea4655609483184dc63","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220315.1.tgz","fileCount":69,"integrity":"sha512-hwBx3xKLAPv1TKw1VZdghOejEIACa24dDEKIijjsP3kuCSkdcQvPex++6zuaE5alkqS7ZIQRuxolZbyumQEcLQ==","signatures":[{"sig":"MEUCIAGbXPwgpb3s8WJX3jvR0QHgc0ZT8Sodco+LOoFRfJ5cAiEAh+bo0dgY/VzqujIxU8eyVmLiy1p1ZCZjqL4xodbfps0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":886379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMTOxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqk8g/8CLV5DMh6vXrcLQkLAboIk9J1eyOHNkuIkjpyYSPbYZ/Dj2n5\r\nCR1eW1uwvpXoURrnu22lZ5zZKf7eGY7fn88ZKZMUGvVKYWHiXU0SE8breTGb\r\nPygSxWR/E2W6c7Gbx/IEz6iDVjk5gyGIOk4wpqwYy/CiVB2r1QxXqjVtuCiN\r\nNU9ax4y/F313J+uuRzQE3FFcIkrx+5bnel0pZs/ZpC9iOTJbJ1/x7qqQZDsR\r\nAc2R3B/3vN3qR3yyHFJ7+DEHNTKkLmWb1zDUyjfIvLw4Au39HDfbUJ8EXJwf\r\nTqS2VneQNCApE7fwkctxhXysjrXXaL3+7rN6Vc9WAYG30Y/uhQrYS2lFMYaD\r\nTmV/qYbmBsVl/NR4hZbQOl2YtPB4mRAqlp6wv/VYWQ/92UtidFR9oaIpFJT0\r\niKFogknqTakHtFPSDjCrjzh6tCVy35kiLy5Ibvg633e3BLtrLCW86X+CERxE\r\nCs+hHlxirTfpefaohXme+XW5e10EqgNG7g4l1klG6vNnj/c8rB2ZpfYHT99N\r\n+uFjVu/1pvF6CYvBmz+s9jtBWHH2M2PMaI9RlFhRpaP/fLYr9SLpL/ogYzHY\r\nQ3a/v7S4NrQYhVsZAgBnIl6FMsZR7lkuy23QklnGXzCfzkAMIyBv9HGGeJx4\r\nwuXCNnc0n4dLQRrxsr1PxCH92X1ACa1KWTg=\r\n=8zwE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220315.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220315.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hwBx3xKLAPv1TKw1VZdghOejEIACa24dDEKIijjsP3kuCSkdcQvPex++6zuaE5alkqS7ZIQRuxolZbyumQEcLQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220315.1_1647391665572_0.571901628731968","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220321.1":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220321.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"612794b06fbab16fbc76d803f1fc3c9cb83ec27d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220321.1.tgz","fileCount":69,"integrity":"sha512-kcLeNx63odDlXd7XSuL8TzrooHoly5Ka/w6m/k2YDlPpvB1qeCBPdQ/JMi4o0EpCNKjXCR/uayQVb5lpNz5lrA==","signatures":[{"sig":"MEUCIEoTKSqXYppCqch262h7iUzh49HLeMxGFAI3GMUgj/+9AiEAqZ22RNHfHvTojSnGZedxmaUelD3krBZxd3T2fPMftb0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":905165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOR2PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoK2A//bmgE2w2cosoGSSCpXmH6CmeosiWW5PxlM0/rN2ixCEnqIf9/\r\ntdXqb+XE2lgEtbKpysecusGzLNCvW9gTo6NizbR3YLwcnYZ+G94t5e90MmGz\r\naAUY/5u77IHfYk82mCLXsWYwlMvR9eXyJ+vZoQthSyHoyse5pZuu1IWatZVq\r\nCxilDUDMTpZxGSyVQQSJ31CYjH50RrwClehOdHCTm4ftjdAyMHaMtybp/iK4\r\nPcY5wVFFFnfvc9FAlyIPX3cBQu4fO9sqIx5lJwwqPIn+coMPk+zRmmMx+Ga5\r\n2qrqSF1+JHYGtKK3I5X0r6sTRxpa/Alcu2CHINq8cYTN1pRvS29MoHE8DjXb\r\nHn0bdIIqrsdz0+WUZQZuHVNNnq/k7hFpCy+HgkZOmclrbXjoHiXeeUEwkFjZ\r\nmNj9MCzW++OO7Tmz2iRNEjCHYjhhwjbDSLIEFf3f3ahMpvR90XMY/MGTb6+1\r\n9Yj7u8ZYTFeH5f+dhaxo9VR8CHOpfDuVhUmtilbbfUNaFO3Jh8kMUsdeBuBP\r\nSUnILecSwSYUz2D7zYYOawK+mxwIqaSK5Zf9Qkxe4Bt57LDT/1/Rh0VgmEVE\r\nV+rVaQeKo77Qbjva5rIEwomiVsWIqrE5M5si5acc/DM3p6BfzM20renNJz3c\r\nUVSA2Xu9WBNw2XBdpdoHNL/mX4Vei0zf69A=\r\n=woTB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220321.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kcLeNx63odDlXd7XSuL8TzrooHoly5Ka/w6m/k2YDlPpvB1qeCBPdQ/JMi4o0EpCNKjXCR/uayQVb5lpNz5lrA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220321.1_1647910287390_0.8965144390620938","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220325.2":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220325.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220325.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"118a6356dbd7127f1b099bdb2812e18fb053b42f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220325.2.tgz","fileCount":69,"integrity":"sha512-v999C6xG+HDp0El6jZecfPUv7IEhfAvw+0t18uSd6I/7rSbdlXO6z4GsYRrCmFmrtSa4lqW30AUTzvV8O5+HKA==","signatures":[{"sig":"MEUCICqKo/jexsSv1hqyuInqBlAmomILDA7eZX3Ra3ULfxFfAiEAkyUwJI+ayKiIq7SJRYXaVdqXRMqxiAFthIV/HLeIOyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":905185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPmHyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpd/g/+I5fkeWFBJyLZMd8oe2Au+1DutjENoIsFXCXF5kTYwRQa5GFg\r\nm088RXBGdxyaCz7D6sE6n8iTKVkz9GtAdy+daZK7ceOgU4ow621bjRXh9XAd\r\nikE5bXi6KIfsMm1GlVvyuWH9oklJA5BWaf76noWExGBIcbmDLe8wkG3sA6pu\r\nijSqczF4xbzXki/D9P6/hCkC96ETRaXhfeUyb+G68sTvhh2qjd3a8HJ/Wu7G\r\n8Uusyc8NFRgt159SIfv8ypV6Kw05zKXUqO98uapVqa8Dp6XPy1/tySZdVZ7z\r\nBMeMTftVfFe29ae45hKgpC8S491kGjsDF3BP1IR3dUvx8jao/6JmgMe3FzAo\r\nvXofsDHPIIkCR+q+qhmkZagSua2arGYN4ild1ImoACA8VvwpE5WrUPn4e9Zz\r\n+jQ9fJKdGK6VvIHzfVWKb+OzQLq6a9AyalLTyqC6KgSS8mWbEiKAMuSlGV4o\r\nJGfvbZ9BP/DeYSSamQsWjF3sthso74fyaLP2TGtXZB4zT5hdG5phEyLyrpPC\r\np5mDMjmKKmccKypyBx/hrE9yIz66zrCbGSeERYPGKNeEcM2DVhxwDjNTlZYM\r\nmo5/P8TMGKgQipnJ1D8B2bi1ndWiGDGFL7HUe/CUP/ZFW8fP0KceDlbA1D8W\r\ntmPQZ3VqzGjsLno6Z6uJrnZ4fkmfeyi0cnI=\r\n=6r9m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220325.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220325.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v999C6xG+HDp0El6jZecfPUv7IEhfAvw+0t18uSd6I/7rSbdlXO6z4GsYRrCmFmrtSa4lqW30AUTzvV8O5+HKA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.1.0-alpha <2.1.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220325.2_1648255474173_0.2733130956007954","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220330.1":{"name":"@azure/container-registry","version":"1.0.1-alpha.20220330.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.0.1-alpha.20220330.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d6a0b8dbdecd6551ec385952e70744afbf6285ba","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.0.1-alpha.20220330.1.tgz","fileCount":69,"integrity":"sha512-aQWQaQ9lWESSuDOiW3pZb6UIVxxhiRpBjE8Ndg3v/kQfSK4YXJN4PmWR5hQN/AfmBeBKCHQljI55IvpRs6LiOw==","signatures":[{"sig":"MEYCIQDFgWnA12URA3sUtY1PSgQrHoolSg0BG//bfVZvF8SucAIhAJ0bEDR0wMeEP95XL2i9d5mhwupJTKu6avKVETCjfAQC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":886399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRPo9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3lQ/+KQdRjdHzNg+UrpdGwWtk6SRppBidxoSO0EJk3a9XkTSVp5JX\r\nERmv8HgaTWQ6hhWTT5+zTwT5d2DTVqjC/wmB/69h35KUJgiRQXyjsET4tCHz\r\nhzCOzGUIL4F86SYtBqynENJ9qSVTjUqhZDXKrn/XjEynGlRRXq+u+C/hDWv/\r\nlQDKksMaLMB0Fo1ZLYpqATVgtcULNDkihdOQcEQs3p9BCDJ7uBTwnyxDfwSq\r\nvvjZpqsRGcIFLXgqDmQeFqdZ3/0RmMN44/Pkltkgu+ynsoikJRegJ9Ji7UFF\r\n0ZX47rdJ7q5e9SrvgNac7Wwpowoee/hcLAEukCDoGofB8yEpbER0yAuP1hqi\r\nUdS1CyOtfCW1VstLHBlQM/siYMA/GdHd0nAvj9xtH3WHIAM7ft3waCNca9jH\r\nejE85/ilsUoMO9svrX8Un58B4Fc1+zR6xdGmN7XXj4SUn/S8aAzF5i2CY4zB\r\nP+TGl0pxPmNAS6d7cwSIujMwNhj36zoop2sW/O/rGHv5JmHZkdrfnYAZrRes\r\nm9xXz9KA0jSrnnOYe1Qzd/T0BV8OxnOv2t+dvcNwlYujhJBRUsLLsiF+VAWm\r\nquFNXQGIgWlqhVdEU4T8M0XL+liWRLDQP16PgvMe8Pc+CmGE7mWnMqOOwHJ8\r\n+wxbxd3RaEohZeZqBM7B0grbeIjgFHaUY0A=\r\n=rsw+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220330.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.0.1-alpha.20220330.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aQWQaQ9lWESSuDOiW3pZb6UIVxxhiRpBjE8Ndg3v/kQfSK4YXJN4PmWR5hQN/AfmBeBKCHQljI55IvpRs6LiOw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.1.0-alpha <2.1.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.0.1-alpha.20220330.1_1648687676997_0.6419066118812713","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220404.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220404.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1312b8f4829ca63c88e629fcc6f4aea766d6518e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220404.1.tgz","fileCount":77,"integrity":"sha512-ZZaP3QqHJEOVEB+Bqb+k2r1WM+8c6m2Lt8fmvE5gWoi5hmVD/Drr2TDNMiWg1yo0K5Iq6kg0S/7797Xu60oyqw==","signatures":[{"sig":"MEUCIQCs1SSDIHwu3OEmVEjUHCj566zqSWeHRK4ZDOy/jjf14wIgXBx+pl6n6kmkAeNRplN8IRq5uAfAiKvG+5Opk9a42Y0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":993070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiS5IgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeNg/8C1GY20o2fvwmwD4JTrkH66TkmWE2jRYauhszSE+M0BhTIAK9\r\n2b8wB/RgILe6XFjG/KJ7wdI1952/cLyYcT69dIgPhy2tynWFyM5PPdo8BU8b\r\nyRGgTPkqaJseiMGCCRzBVuRrCCDZNfXHW9bJnT5tirfjeSQoX5vopVQpGh5N\r\niNqfIfYAeKxFDum6yK0uGJFsgJ2RFr8nAsO4AnQjboE6D3ifppre9NCZVDeU\r\n+7HvAsvsQVbgJgC+5iq2KzZs9tRsdKoElXFiMkZSQnJJvmutBvSTxqDddgap\r\n+hkTCOcTDck1LNtyfklQLNj2gCOQXp6ZxYoxe5WpS9iD/nagSr6x7+VaeJGU\r\nP4skHHaCGs8wBE7EUvzIWJnH3SBv4VW6mrCIVdQwA680FOnUr79vncpAxWX7\r\n3YANPtae+yz5wQkmlIz1pcKq8HlLHBsmMQ1FjWKDBvzqWN7cMMkNi+IfRBms\r\nJ78sYTgRqiN0JJ79vOMv8WrUx1vNY7gCEMmj98iuPqiR3OQVF5TADNMNNJ/y\r\nqffxbw/EXgcDQKCARg8Pz0P4CTae0nQfenqTXpHGmdWiRZ6DvNDFNx0bizm0\r\nz4y0jDPqFVmip/FrkoYR8PAxZSWBL6n+FR9YK0RU2x23tV/q8ljMbIxFpJpR\r\noTXGGAlJN7wVRBmnQTnXGhAgDa3ygn0U5mE=\r\n=XRH5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220404.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220404.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZZaP3QqHJEOVEB+Bqb+k2r1WM+8c6m2Lt8fmvE5gWoi5hmVD/Drr2TDNMiWg1yo0K5Iq6kg0S/7797Xu60oyqw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.1.0-alpha <2.1.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220404.1_1649119776641_0.6591818420880926","host":"s3://npm-registry-packages"}},"1.1.0-beta.1":{"name":"@azure/container-registry","version":"1.1.0-beta.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0cceb6345e36b09adc437b15d2d6bf18d17d6813","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-beta.1.tgz","fileCount":77,"integrity":"sha512-UWTeozUfuAnErF7kqrS8y7HJSByxC/hhQGG8h8NfKBfg/WkGgprxD/+yOsFhvNB6XzjKfE12SsVOJKSgl8yklw==","signatures":[{"sig":"MEUCIQCviOBd+hJ8bXfmJnsupYgrUrV6YmS3wI/QuHmMRho97gIgL5GHBH76BlpxchL+EVTVHE/46VRXikM7K+B3lJUee6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTMCGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4Yg//cTvVuQ+uu60to3AHaNVmztTCz7iNYYTZ61PG0c9d7L09++Ri\r\nvA1a/G7MA3UxrGam9dIOqj/IvU0aoHAPlZhkHQdRy3g3ulGg9I4NjXg8r7nj\r\n1WdsNvIzRu3sCOW7o+gVLCczTMLpDGmn1X+JTGCSHuZGO07zwrKYQjuFZrr8\r\nDIR/zsq7nUSIGBcutCJagasQkde2X7BdUTxriLVLBDUTdgNdo45zoAcVbOQq\r\njadFqek3yrHki2HIlM+qdp0QOXDavsh83TWDGXfkfDQoAKdL7m+N01mpzKg6\r\n1WKRGaXvBRA6/WivFSrcVwppuImlR4nBAE3woyXxVKw+CHL/bRtySXZZs/GC\r\nnXbLNNptNq+w6Op/oM+h5b7LkI2z4lnMN5qMFtDi3e8MJY27zVd0dHPpg4mF\r\n9hkS5KKDYn4l0fmDHk4pddCs3UZ/wtCRHRYnTEfvbNBOcjYgfLTG+6u/diD+\r\nMxhU3WTcsuA77xhpT+cMevFt7RQL0mW5HYlDzeOaUbuS93UEwgICBtxJIL2W\r\n7sxIwUBwvFIwVhr728kmiD7SO7nO+1TlUR14IvG0eWDg1eAFPEBcHOs78fAj\r\nfBAvB8BgNmy7ebz8TvXAsPuCn9BPsmWfmoy96shgIlKsdEvowzByayNkZ+Ly\r\nEoD87VN5fw47oruNvnFO1ZD3sWR0fnlS7No=\r\n=AFaD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-beta.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UWTeozUfuAnErF7kqrS8y7HJSByxC/hhQGG8h8NfKBfg/WkGgprxD/+yOsFhvNB6XzjKfE12SsVOJKSgl8yklw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-beta.1_1649197189995_0.09188159239754601","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220405.4":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220405.4","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220405.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e52d07bf319f32ca686705040b74cc41e79f3c5b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220405.4.tgz","fileCount":77,"integrity":"sha512-VBBSKbnZn3zNWh5e+QlznaSeLTXoYjIV54tN8KpT71y0fEFD48pRurNKFDsLB8TTeThqI0LIKclohB+uXJuihA==","signatures":[{"sig":"MEUCIQCvza6caCW2zCTw5Te9w5jDZkV/KBvjRh5q3vcoP+1RgQIgT9a96qibM6YDxzlhGh+/2ZwU/b+Zb1zko9+G6kDD3RI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":993077,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTOPHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWgBAAkwY6j0NpGMsuxtsrC/3QvpLhlLOD74Cs36AjHgkvIQBq5KN/\r\n+9BaqDEZDXXO7IOg2zcSbpJpo2mQIk5yaBUR6pAl49XQa3RfeQKmcRF1vfyS\r\n2koYhS3i9DvgqBwDXkfkX1I4e+pP7T72HBRF6u+LvmuM4ap7euGLKI1FWHSi\r\nYBgqUCsMGs9lz3OnbwwMhHk0HVJmrPcLKEqep0U1765cjcpRAgdfJuZd+6ws\r\n6v8CjCgeEfxSp691r//TobinYUqROzmbcwMqKZpo4Sxj0hkzQW3RtEZR4Qfm\r\nUUupB6j6fC04Sps04VC/9AedBPcSag2dQ5BMAPtHDWjAmfBH1zgYnRZhwLmM\r\nM8GUc7/e9kat05FEcvl5dfDuQu1gXwaZ1/1T0ENnbFm8+5WSOCoaFXHv6Rp5\r\n4uCPcL3lu+Sn0+XF3Su/XMzKKHCkrUYbhzyN+mXXOAudmmA7Ksg4yD6Z/lIk\r\n0rvYGTXECpIvJtp/XJhj8UuXIk4W1wMNh1l7X2WfUIRdEUfBcXsYrOARhk71\r\nsIgHBPpnE3NSUS1FmT6B1hhrcMBmwvpSz3e61fUTk17d2YUaAzAGb1CBcT6X\r\nfURmAtghgwqSYOLI+lUxnG1muVYyEI0PEaCt6xK97CG1aWeinSRgLnsGNem8\r\nxA8hrLHfYQ8VrZw50VH9XZOQTLxyEPyk4ys=\r\n=fggL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220405.4.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220405.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VBBSKbnZn3zNWh5e+QlznaSeLTXoYjIV54tN8KpT71y0fEFD48pRurNKFDsLB8TTeThqI0LIKclohB+uXJuihA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.1.0-alpha <2.1.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220405.4_1649206215691_0.06812181480088597","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220412.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220412.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220412.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2319b3a95303033c6055640ca89e95829f5c5b55","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220412.1.tgz","fileCount":77,"integrity":"sha512-s1BSbMUpSZVA8/X/op/49EAE2OM2sLrngPZX7THy4pCYHr3+oxiTGIg70MHFbhP+zfSnFQkOz/1l5A91LG+Nzw==","signatures":[{"sig":"MEQCIFZaLPg3Mwf0z0+Bz19kbBm7w3fwPZzfp0gMIAMZYQtZAiBe0W/URZGh95tEmWki1xOcYK3VkXjI0B0zQxnmg6fmwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":993064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVh5DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfPg//W4LsaXQHmcG+92DzxZf78f8lJvED20gp1OdAoRtNWeWmgkOn\r\n6rI6/DQQpZ9zzyyDQbYUixtVmNrLVbN+yUbtIMk7JPjMSag3QekthOO7mT/6\r\nRomDyd+1ikqxhy2scqwZRxgziwTPelV4H14apX7pHiSwPVs3ZjiOgpTHIp1G\r\n5JRYFMduKXrC4sV3qoLotTtiXk3/D0PnJzHNVdpYMvDqa1JKSe4V0T3HcQ3e\r\nc/LF5ZR32G3IDMbBpGI1E4lU+N+Nd/PPl6zPFnFzDInOODK62RwSSIM+MNhN\r\nJ8cOHxuHK4GwlEaYSdKf+oJkZV/xV0Z1bJhAoLTfo334se58CjKsPoTTA6Ki\r\nND5+YLaJhBH80VLmGJAWrcr4Q0OveqM73IGnoz6Wn51MSzhHwzusMgE6hJ6z\r\n1MDslcx5SJrzvG2gyN025vxZ2su1YPaYLDr8T5w8lpR2fcWPs3ijzcA17cbv\r\nBnJzHn1nM6tZ0+s+RIH5Xu+9nCwOJvmWGqMr/67AAqP2yNzudOfxW2gi7bDe\r\n1b0SygAFH20FPOZzjGCT73d1ok8z0ek5+QNn/VDPf9MBCk6vGOdIJj3ONTby\r\n13Z3S6L92BZ7pdWkA1yyEDGxw2jlotlhJu67G8mhnoEUqPvBVwMa2i2e/uMm\r\nhCF4T8ew3Zbi4gOFpA9ErHugtuSuBmW2Ae8=\r\n=iu/z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220412.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220412.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s1BSbMUpSZVA8/X/op/49EAE2OM2sLrngPZX7THy4pCYHr3+oxiTGIg70MHFbhP+zfSnFQkOz/1l5A91LG+Nzw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220412.1_1649811011643_0.03301937782715214","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220414.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220414.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220414.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d4358816c01d5f2605b0b90220baa4641986157d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220414.1.tgz","fileCount":77,"integrity":"sha512-f0g4m3N3s7tx7p7E3b4PjfnkogSvTKqnNXoDidclzHw6svogA6Dr7zxzshnhIs2XIQobqM7Q6ml+/sF0d4P7Ow==","signatures":[{"sig":"MEYCIQD16SQQDD6q6kkpwvwylc9STPM+eO3pPk21GfJzThKflgIhAIfJm6kv+FDUeurVsqo/0qP9yUCv2oj7yyvXzdLoinTq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":993044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWMGQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0aA//WXBON3g1BuE1qy6ORTVykQMwh97EWNZTXJVstIeOnhSxEqHY\r\nPr7YAYisL/eZqcfX3+D2QFbqM257pMTbB1G5Qu7nfS+e7+UFL+k/fqpnSFlj\r\npyZznTmFfsBbQe8pI4FNrQxKdNs1M8lLl82K8m5/kRxHO7Nq5K1pMro1XX49\r\neak1qJn8t9s8tPRWhQ9X3G1qYKU1doGp2lwihLu/JSYSwruCdPfcKMAjeQrF\r\n5C5HPd6L/0q3QsAFynGrYC3nDvG6BdH3EkCAhu8d5HQ2Lt+szgMAPuNIdPyd\r\nYQT0l2MGG0TfSsXYMQqw/ZIyu28jAVm4vkUJF4f/c9snQhtvil6DWvkfct7P\r\npzOXu0oF3YZCgkcPrtoTe+zNovUqFtsRq+pZCLp0YC2NXcvFP87UYdp5IuGu\r\nsljK/CC/fNs50o55TEdOoGpUgdwWYpKPj5NUNDL+IU+YBaquyBENG1/jDQqs\r\n5t0QFYBUQx2YHlFz7peV5PWU3RgPZ86LEX1lT+96yXtEuBUSQB2LPZ/O3SMA\r\n1lojGPl1V+AnGpjyasmEq5/C82y/C7h4tI7mwQMV2ZBMBJEoM7vmI3EgYq72\r\n+XK4NPLXl6z8FKFcNB1N5ooWmH/JLhqvRenZ214diE2S2g4Za3b7ucf62Q2b\r\nkda7jAx/SnNCkdnn60e9UOQi8oRlmlO0JSg=\r\n=CxlI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220414.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220414.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f0g4m3N3s7tx7p7E3b4PjfnkogSvTKqnNXoDidclzHw6svogA6Dr7zxzshnhIs2XIQobqM7Q6ml+/sF0d4P7Ow==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220414.1_1649983888102_0.1477262324099209","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220418.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220418.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220418.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4986d7ea83384cbe98973fcd7d453a6906a2eeb8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220418.2.tgz","fileCount":73,"integrity":"sha512-ZjvB9ebr4bLmcGBg4ulNR2YzYInPeByoJjw6d18N4oYJuxjPjBxlGiaWMUvBvyh6m1CJa+u1Z75lXpXNEGBr+Q==","signatures":[{"sig":"MEUCIQCLuUYQWXOx8saf9tk10AOaRYdtVxyC+T1T+rYhjKnLUQIgVKqh9d6WfH69jc6huWoOPYB/gozvVJo48bQHdtgvvzc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXgdgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryNBAAgAWc4AlX5VrIbtV9wCZ9h1T2W2Ey0pWRY9Yrw3IcqVOLeWn5\r\ny3smonbWtBSrxoIpo7tHBE+lAMPpaIFVL9fdjFuVrxXsMQxU0pTs0TRU5m5B\r\nSuyt1iC1o8DV8jGXp3XPv03NYCOETT3+pP36NAHLyspMwqDEGOLOhH8sodIf\r\nFxZdHAUwKnWSw04SMCRYwOPFttblUeMvS+U0EV/Wm++vhtiZy2K4LKgp2/8/\r\nY3CNj/8VAPA3+KU3lucvrRUxkYPbwn2qLHaVPuIzIMwSfHPxOkXJQfFz74yc\r\nyaM4Z7T0OwA5qh7ukW6sjS8if9Gm/+NqHKn0TREHO5jYZkxyQp7y9JGW9UAl\r\nN43/KeI+8KPlaM2t1vkNCf04QnNsGhWqUCJNqVu3lZzF1uYNM3W47EvrQ5h2\r\nwOJeMhZK4BQPZfcfzKiP3M/WJkETfnFYzqQW2CH/9OO3RVbL1RRwmfFnHGG8\r\nkKJwCp3OaYUC4fzbfjUCgVJY3fB4fr5U3AznZf1hZdvHbFh3Wd6474pXuDUn\r\nT88bLNzTmD5csBqOMochKlPxuPOskjOuhF1LqazzcD3yxQppaUZzcM8j9SEP\r\npvc4y+9CyHO+F52T84pyxnjJBHMm043pLg0OCKIW5p1Emyj4/9qjXB06NLG9\r\ncsQK1ERS5/yojkpGtbX0h54WF5fbKXhV1Vg=\r\n=m3Is\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220418.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220418.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZjvB9ebr4bLmcGBg4ulNR2YzYInPeByoJjw6d18N4oYJuxjPjBxlGiaWMUvBvyh6m1CJa+u1Z75lXpXNEGBr+Q==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220418.2_1650329439927_0.876290341015898","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220419.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220419.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220419.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e1d5ebe225a815fa537a6aab6f18656f3699b15c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220419.2.tgz","fileCount":73,"integrity":"sha512-96NSuti97HKOlZaDjo23Nz7K/xfW3TTMkU514j0oINqq2UsgJoqkyBQ/k6rCLBH17TtW7Aaw5NP5OhpUgxQM3g==","signatures":[{"sig":"MEUCIQDB2AHHMZ4DAwHaEpcyzTNtGs9zTe+X4qse9dqH1gzFIwIgEN3zexpHcnJpdwX0Vd6Ok4uk9yb1acfwJrmMVFQP/EY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX1jMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPkg/5ATagu0q/+Id7crNzTXgio8b2veeMLf5cWsXmlkmSaZMtFPyX\r\nlRM2Atn1wO8s+2Y/61U/6Nk0j52ZYQgLfOfUfjYSPA6W8ufwCwQpT+NOg2Rz\r\no0fZHp+KYrvrqk1GezXXrmo7lKyq5jpClG49H1bMPCkEsG+CBdXMJsZL4lM0\r\nFK7UA/KmCAu5pnzOq+V3tUuEgQGuVVcDRdbRgFAWb8B7rhFa/VTScziXqQ+C\r\nx57zBVfmhaxFnVkBBkdKk6LCZpiWjTwyLIiL3aupR1f7BEOhQ4UhfrqOyI5c\r\nKV3E2MhqB9VMhWlNNJeDyavrC7XOhX7m5na8TyihGkx1bt2QceNzpEc7qbjL\r\nIP76msmix6kfyBU2RDD8YQZ5LfxFknM8U7VkJ8j7efBiTzy/4wwVz4dSC7Xn\r\nyzVAxTxeWkakqUZxjOctjspbM5rGvVbPINKixkXgcYL36/uu8xEsgdHGkOb6\r\nZV1O3eIUIME0YhHQ+8u2cdp0/NDgCXkqn9nsZS4NkkrE5AFn6Fd3s6+w4dnV\r\nAyOqoPwoWRfqj+rv8r9WsCvpy5BSJFBp2/n2JyPo1WiXC7CoTepNfFTmtp7m\r\nsArLV0RCnR+Mu3fe3s39tVAuoJ6JgrtFeB9doAdDl5eVySSrlQKJz789bbr1\r\ndBpv5uRkCny7qPWlx+PmbYjf4L5F8kIU8g4=\r\n=q9KL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220419.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220419.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-96NSuti97HKOlZaDjo23Nz7K/xfW3TTMkU514j0oINqq2UsgJoqkyBQ/k6rCLBH17TtW7Aaw5NP5OhpUgxQM3g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220419.2_1650415820360_0.8786765497763134","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220420.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220420.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220420.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3e368d040fa4a90a054d03b4cc260582452aecfa","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220420.2.tgz","fileCount":73,"integrity":"sha512-jyPtsw9IQZ8dckxxtUWJ66AKtyZudfKJjqZfZEA+HEqhTEsfNKFAU5xvR3EPus88hflttZT7ADIf4j8EZqForw==","signatures":[{"sig":"MEYCIQCAf6tn0L9BWBx41CGI68Q2DCfJmoz7/rSwrZeKhkPNuAIhAJxbmM/zCQ4s5/aF/hAvVTGFU5RJYZEZslbwQWgAW7uJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYKmeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKmQ/+OHD3KRw1iNfTWrSbpUqd7lVGDPfj7258SDzCt6zAdcgbvQi0\r\nmgDDd8RIIN6GRHtPTWOnDe1dknJ6sgslQ8vCesWV9DrFulyZsQeDiphrIDGX\r\nclvxUciFWK+bnHYZngEBQTkAMvypjFGxXdOLL7vI+dbQJJRWC2acer5WVKxS\r\nXCxKSnagg4Vp/9Ve/3e+x3rd0a7HCrqBqjEwQCokTy9Xab7h9sUAUB6+zhu2\r\n4+CnYH6PLdlfMAG+Jshf/1EE7EwMdOVEoWwIfsFUGoPxvOf35ZDPcqpDINWU\r\nR98H4gL4flhROA9U4DpR2UgIy1+pBm3PbW6WhIILAKvN+zkwfKclHmihf3nq\r\nvcgTJbJ47hRCvpm9kJCPFc1KY/otvWc1JTQj1NdahmuuC5YnRlSm2DnO/xAH\r\n2DzSwHY+yq34eN2n6rZ2i5loMstoR62L0PGjje8+YUf6uLulmjNi9rZVBfO0\r\nWcCYA3H6wbxJVuxGVfTEwWw7COzXtd+B9oYLpiKY82/N4XpJtsnpE85BVmpr\r\nD3oqTA9opUXrnvKLoNM+3yS3cw93i4VAI0GZ7r2FIJf2+Tkby26+kGOg3fhf\r\nSpEL+/FhDG8AXzHRsVq/boK5U1ZG8XW2xIqopT6TpSR/EnjsHtW4SnpCHDI1\r\nYsAf5wRYrzSdmmoNcQ7Kn0Z21ZHtwk0AKik=\r\n=8NfG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220420.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220420.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jyPtsw9IQZ8dckxxtUWJ66AKtyZudfKJjqZfZEA+HEqhTEsfNKFAU5xvR3EPus88hflttZT7ADIf4j8EZqForw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220420.2_1650502046626_0.16401011016998446","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220421.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220421.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220421.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0112d53a6dcb4b3605dbb675dd4b5fffcd51effe","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220421.2.tgz","fileCount":73,"integrity":"sha512-6rcrT7gWJNLrRqeLPGT89XFfIPqXQctbtgpKnJ3zPe6om+men+KAuQJoKrSM3v0vWpU2SpwmTgv2+THCwifu+A==","signatures":[{"sig":"MEQCIFHLbNvasVXQBit2jDb0H8UNGJPamvJJNKOFSh86DUJEAiBcJFv8NZVAr/IS/tmRDuDHjijHnkAFf4jLCDPHeTl6Fg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYftVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjjA//dbAeM/HD7h9GH0a51oxd4+siCIwLjUWDtdUHqBAVE+IQ2DSK\r\n1USMf7kQYzrLYhGZ2PStWUtFsx1LJmADh69aTAHJRWllIg3vlxTmSqW/z1UV\r\nX6i+FZFLDG0RMy0tLC7f/rNCQKpEO1vOEyYxU62SPbNeWRDcXbfFONnpeCSW\r\nVAgS8R9Ze2Mqn3U2gxNuxCXyzT32tzmQcYZv26w/3YGI5wmcBJwlSB40fpUr\r\nNNkeTMwL3rJ1WkBumD2wBAfbCefTHeUg0oCXxZr1rWzQDr5QK39YiENP6xIC\r\neYBwlngYlpz1obofP7/GDlV83gPlDH8YrB7WslfLfAAXm/cZOKgufKuP0U9K\r\nwVV/Q81E73SHFJB4XxWYF6yHz4bZLsnc4/6gmgeC6QW9aZdIay9+m4QgKUF7\r\nEvRCYd7fu79ommH2QeqUbMtgZjWfmNO0Kyac61AhYBtfCJBkzR3rHSU5eDam\r\njeRpZ1kXdMwFmEwowTmbEayURNMCHWhUc8X4tL91oKm+TTlFSDdM5hFBmwar\r\nK61e6bcpBliMGUiq9nNENQx+RgxyInbgd8z8Kc1ZbfgPi9PV71pv8GAl7NW+\r\nvuleKv5ocaHO0zh1jQ39ag5fIJhk6onE2wQSQR37kQTHuc8EATpnTzmyeACl\r\nvxryFAKosytKIiDC1eefenIdFLNNeYMDzgA=\r\n=O7Fg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220421.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220421.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6rcrT7gWJNLrRqeLPGT89XFfIPqXQctbtgpKnJ3zPe6om+men+KAuQJoKrSM3v0vWpU2SpwmTgv2+THCwifu+A==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220421.2_1650588501114_0.06416127775861358","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220503.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220503.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220503.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cdfb8fc4d5b5df3ee2575effc7c0fa194255a763","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220503.2.tgz","fileCount":73,"integrity":"sha512-ETqMbHjMcT5oFUFhbev4e2El1ulV52OfCaTHLhS7Rh8FMovcOIKYDBU6jkR7br9gpBD9Q1/IWqRpILLkBFQeNw==","signatures":[{"sig":"MEQCIF+Ek05epjXrFxsiKe1f9+xatfnikfWBJXYdc8WGxkN4AiAmNGUypwRDY82ufuHelVn7p2F1iUcO1reuPbf6q21m0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicc0pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolvQ//REP3kgYuogCKo1UMw/LPfGL7gLj8c8XF5DtwKqOcXzpmlm/k\r\nDifRZ7+xKtBN+iuQ90NMctPssc+VeKyLfUbjUZpDXGFOtqIF1mLARI/6MesP\r\nnw+wOJAIGDGJ+sBi5x/dOga3X0581RmF60xvHfAqNDu1mLAOugvkm1K7CKaR\r\niLB/TY4Iwxvv8f9/nua/nC+QvOH24L+xJE1exCRGC7m4L9CBKqb6gq78Tn7B\r\nAE7lXgAdAXb9Ii9EzEFshL2AteT0UXXNodro+DFIOhWhM/3qRsQpz9fONBwr\r\neTU/piBlr+xLTvPEssGOHJxts40huWPObamuF8XucB7uZQFPlRGV/6a/0q1B\r\nriDEgNa8fab8qY4AL2bFd3VRUhF7D6f7jSmxaldceHWpk9XmdAmKTmDoqNsX\r\naJFEGRMPTHwfJhGiaOB1aTaMjMhJ256vTwdOpIBkg970SLidCOgmaETCnE2B\r\n2F+k2yrQJNsFlhcZOlGT4Dxlq4+k9g7d2ZGaUO6xuhr6QUgOjuuR5N+AP2YX\r\nKDtOWb9Eak8o5BMUpal2miBnjyyqz3/u8zfZHnM8WslQ2C0nNbONB4Gnx/xo\r\np+Mn6IcyMAHymVffch6iYDpVNyyDkHky6LVb5wRPw4v7XBdT6RNMeR0hKTip\r\nM+VH8xSXzRBAOFhGJJSqPjUIZ4Jv2P/DLJg=\r\n=wVGS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220503.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220503.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ETqMbHjMcT5oFUFhbev4e2El1ulV52OfCaTHLhS7Rh8FMovcOIKYDBU6jkR7br9gpBD9Q1/IWqRpILLkBFQeNw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220503.2_1651625257190_0.05386420348049792","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220512.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220512.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220512.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"067e27e8584ba6a59f1529a7385905653cc89adf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220512.2.tgz","fileCount":75,"integrity":"sha512-sm2aYs51sZYEDIwxhQghuyjBQ918lMCIM/hAKo26wQZLIOyORp0vs8Gvr/+cJU4ajXDqbRBPkw22B8FrXnXBZA==","signatures":[{"sig":"MEYCIQC2P+pdZPwEz0ozhYRkGnedoH/mPQ/jhDX8MITN10FUsQIhAIi1E04C5rQTEWeL2ihQlKYorSAKQmTiV+uTEZ1gfYWl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":976494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifapAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqM1Q//S2wPUG3hpiWDJVtHmW0E1QhO4P7E5Guq7NemDU1m7Jfq6aR6\r\nCQ5PZxh2KlYt4y9yq8HTCM+LvyW0zxgmzTSin33mbgPKBiH9yNWUXD6n7DXH\r\n2EOAuP9ACQXrNfbSI+JFrmw/g7UfzBaDNtnv4pM+kCXW03tZqP80/2BpTCIi\r\nLz4Is7NsFvEiKOoONpRN7KNIAQpbprx/a+DY4YKQUptDcmtHDzKsE9prJkMD\r\niQ0OFp2UZaJSFjyEfmBK3bQTq4Aodghy1ci1SHTX+LWMmqzBIFQ/RSPUhN+1\r\ndPTQkQZOkJ2Y21SIXyjjBatWCuNyOF+Hgp1Gu+fvoUdpGr23ryd4UgjcrVo3\r\nyMLOFOvmP5g73oH3bx38l2nSKYYk9FG2aY8E4svKHJnjAvc+5RC3zBRwQdPQ\r\nPk/stAs4pVz33+Pk0rLqvxpCseuIXikY61P+L0QO62mOfIvxj3KGcDKTmDEt\r\nEFCJnQzJuTqUeWWexqhGzf7cCf6TyUwI68BOQ36cNPwKQXjecAqtbudb8Qez\r\n+ASLcqkXc8wzof331cHoMmAGEIPU1AjRcnCMDeTg1u0ahBy9d/PK3EHi3CD3\r\nht+ySMxozg3de8xsid8t4jZg6tHy3lU77dXsYcSWYCBe2Jn34He91/8RJ6Mb\r\nSzdByNyCee9tvWDILp0eEpWTjrqkNwmR5ZA=\r\n=bqlX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220512.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220512.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sm2aYs51sZYEDIwxhQghuyjBQ918lMCIM/hAKo26wQZLIOyORp0vs8Gvr/+cJU4ajXDqbRBPkw22B8FrXnXBZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220512.2_1652402751743_0.5297472434414543","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220517.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220517.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220517.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"938ce77f75474a60003027a6f7873adc4fec4736","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220517.1.tgz","fileCount":74,"integrity":"sha512-kmXrkcAmaOPudRPh6AsQQ1Xsu4BT+Dpkb1Ed8q+3aYqWnC8R3EPM4dxddufLtA8Yu+Yg8czaws5DVlGU8cYgdg==","signatures":[{"sig":"MEYCIQDF+wlU389qubeltyyNitRsProtzT1bZC1O9CGVfN4VaQIhAOM6GlD3DE7206p6Srx3YW5Or7CrBPME/MFZ5DK9YcK4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":972028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihEJsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmodgg/9GYSyMNHcCNAs8fbXABw/Dw3Yrzw4UL3lU/lG0nOTdVUVZf55\r\nNxJGIik4X2t2ZG7oaNfy9sllMqMFl/BkdqTWqwmDD3np/4MpFPyDG9s+D2L9\r\nWh1gJxNbMJ7vLTmKwMMhL8a2JTW1KaUlwT4O1jzDXKqkRScoXNZPT9D08e+C\r\nU/aaQlO7V3tTxMUjmW79p/taWERpUjj0wqjt/Ul+Lzej8NWIw7nmXVaoxB8W\r\nCLswhLpCgr5OcBAOeTVD8BsaCymS6/W4pJOW7Ts2pbx9wl9zwgx2gNjxu37o\r\nQqAWblnEZ1iPvJbfKBK6/njPJK9WysAWctKBL3PoRnAsaIvQrS0rJ3mZvVSz\r\nubvXt/qHl+IKniNavMTkO4VIZ0thCXgbcsQkF4/BX19udXas4hIo8H6T+1Db\r\n9/cZvO0LgVdDHfr1TglTCXBkoNKhn2aFOdc8OURZxS26lt8+qlkOzB+JFLSz\r\n7RPwQ0ATNWPLTXdV+bfv3KLdmjh8zoQwiRjl60JCRTAmB+7taOwxGQBKpZBp\r\nIIBnBlgI8A7t5CnFE33QyfYetAjnA8xpVxohKU8gZDDMEc6ckHaaFZBCKqCc\r\nfU2WxGziaWqZe6W8hfUsas3O2elr0WeoVsV4DVhh+brDyA5GmlUWGLlSVLD3\r\njqQVswBlg0V8oR1v1v2aFcPjTaoOFhZ4IdI=\r\n=Gr0E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220517.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220517.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kmXrkcAmaOPudRPh6AsQQ1Xsu4BT+Dpkb1Ed8q+3aYqWnC8R3EPM4dxddufLtA8Yu+Yg8czaws5DVlGU8cYgdg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220517.1_1652834924132_0.4695998209587968","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220520.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220520.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"262946a15d24bf39a7c0eeab283292f6e8a4ce3a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220520.1.tgz","fileCount":74,"integrity":"sha512-/TY5ngVihr8T6e3IQiJ9FgZYaXYN4gvpVnIsn5US+VT1cZGc44X16T+KKNAe652E4v5ZTugEteyniizXV25kPA==","signatures":[{"sig":"MEUCIEOMWR08I4CgNXpzi57wYlXv3pqjf/cT5xfqfr6HWXBtAiEAyxPizygjZnMNHVZMqis6J582n+3XHC2+/nEDiECEzF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":972027,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiDbnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIsg//YYY+jFWo6lUbjnkDkhoNxMFlxYrFIttrt9zFceBsm3ywP0i7\r\nUp2Lwq1IpR80bFJVlyMiKuSiSYpn8MZBRKhifOe8NKdqPo0cqvp+hdXkcsUB\r\nf5ALcT4V/zjDxViyZjX++AONpR3yNW2l10ZYnVMmLXuVEg9UJVG0KdajQKU2\r\nJHRZkql4PDqJEo2dMvOduH2hhW8izd0R/9qp+PyRFCDP7LHzDl7TXU14uj8Z\r\nOvIVFn2Zev/053ZxjzeF3j4qiwFCdQ/i1S2+ZwghicdPex2bqQuArIslNHoN\r\ne+rfCzvxHp2q2seC1UmFZEbWCjSprf4tB0y2gIh0OzJ1vZ7ayFE/OBj+SKjI\r\nenjhPFA1qRPmiqNJ90GYdt3/hcymnU1L7qwsGx9Tul5SLNZDfH/qmq7RO8RI\r\n8pg/D28TZqSQPfZ/S2tULMpA7TQwh3FzSvoBhJU50/uzKALd6YYGB9DjGsCW\r\nPuUPXXLR/Jd6aj43ujSiwH9Rb5kM5kMDhsJJOh4PgtWGcc8seSxkJnnndMM+\r\nvfp1dz6lECbhLvQFchciXrU+jjnQxKEewW6mS//0i/lhoU7h+MqAMHyx9jNS\r\nwXUcMtjcwhwVERrj7UcvmGyfTz/XcCFNHtx1N9JC1W8OK2x23YvkXrynlC8J\r\nvm9Z3HV4LrPOgOFjUkIVrLUuWakC71Kyxqk=\r\n=wRte\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220520.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220520.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/TY5ngVihr8T6e3IQiJ9FgZYaXYN4gvpVnIsn5US+VT1cZGc44X16T+KKNAe652E4v5ZTugEteyniizXV25kPA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220520.1_1653094119759_0.47266600078515264","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220524.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220524.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220524.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c76ce40b7d93b70f4cee4ab2c1833b7462811d13","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220524.1.tgz","fileCount":74,"integrity":"sha512-rl9/EPbZU9FTXyybmfUzSm0UATfnhbUUnSFHcRvZpym1l+d/uWd6HNYXohYgnWKzyQCNIHBDeHDyw2ARsywTKg==","signatures":[{"sig":"MEUCIBpakqSux8IFV5XJAWjouAANM3f5q5s09FgGiAxdG2GeAiEA5MsLHCVAMQkft3GK5czTO5wOXCh6jttlJlKqcw2vERE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":972084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijXz+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomGBAApQHBOHlwNJAHGk7qMUiuSZO24411+Kzik+Fgx6CKLikx3hPp\r\nNjZX80sM9PBsQBnwdlDnOX7c+x/ruqSiZehTDhptgBauITvG2zLuzPTo/3xZ\r\nB8Ug0z0VJ1xlNpCGf6DlG3e5jrdHtsJBxi1jux4LpgQKbUGLIMUhmvNrP6eZ\r\nJUndLK45COjOa/oI6ru93OH0pWYv9EUOlgHrfoJt1obmDCAEoxFN2CGxW9D4\r\nX+I3UjFBhs2d1B36jS9moyjKUpAguaRUC1JNEkYOsFcHC1y5LUc5csvd6l+a\r\nq0OHhSDSl+uCg/41iM5/hH8nTQTTCCDZZKsBC2AVFxH77oaLkZDDCOhUzXAd\r\nIRxKv8n14dMHlJF/Y7FQBj5Rnkfsn6mOvsAA+Uvm0oNHkYhbMjjNcrKyxswF\r\npN4R4EoWF8pWCT69I92WM5PHeHJRomRbyPCe2VFYTnwBbs6ZZRHgdy2tJmip\r\noRmX/71IqZkKyEdKa+yMJPgw6NqQC3jdWJJHJZocv2XzQz7NKWONwpx7i8tB\r\ntrE37SWQSPKqkWti26E5bKJzQiPGdhVdicuLmC6SVmL1VkgKARSoFbmqAyP8\r\nstp3Te1tcCPGaILjj1trwxblKFt6VKJCTEKVgbHsWungp7DWV+c7mFArZXGO\r\n8YBHa5HN70n5kmo/P4lP5lB1KUZKq6OJH74=\r\n=8RHo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220524.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220524.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rl9/EPbZU9FTXyybmfUzSm0UATfnhbUUnSFHcRvZpym1l+d/uWd6HNYXohYgnWKzyQCNIHBDeHDyw2ARsywTKg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220524.1_1653439742603_0.34958142005514925","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220830.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220830.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220830.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d1ef49285acb233b7deed0a358f82fd2dc9e326f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220830.2.tgz","fileCount":74,"integrity":"sha512-QgQdtrLTfu4OWk+pJ795ABc2kBctTmneBkAA0gw8298AMAUNcD5BxJ6CmFRuOwkSdeR1vgVbJduSOdGwegYV0A==","signatures":[{"sig":"MEUCIQDIZGWfREAjR/o1pXvtIcQmBzs81hAs8dkb4tnGVJ5gEgIgIVP0mUvatQjFaoguBEBN3iooz2FDWEp8/nLv+grOhgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":971927,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDsF9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7hg/+Kq+bmxV4T89Pdmb89aKkIiLQ+g9ceCibfLQoFtHq6+SjzAGx\r\nhhrfB/El7mt9hOVIxqP7O7TElmtwKGifn8YypWf2rkleBN/DukygQoF1GX6l\r\nULx5gPAPa80qPVzqVgStVqOvReYN4du6A0gzYKPpH/3D2gB0NjBB+Yowv2Zv\r\nDTr7iEr5Epb6362mwp46Ou22Ar8kR2zL2rqSP7nkwiqR/yFnrEFRAflaxXDD\r\nHQnc9T+MNE7LbMiwabEqtExlK77oBhfGcykLIIBgqe1O2LgHbv+04sWhBqJp\r\n6jQinyaSfUF/YvNTYchaHVD9Yg/lxTD4YGx4hjpNNq6q1DPyNoBBCEkAtIBn\r\ngz9NZg2ajt+xQ5jwc1bu8AAXX68t87Fip4ucOq/jnGwGsZByJl/oufA5WhQn\r\ntU7OxNdYRF2Pc00JUgNmb60ZSCuH4q/33d/D1PJxVsbmVXrhoiHckqjVS12w\r\n1rBuGo3pw4IyK7wBTlEcUEbKyUTJo2s+O09kv+P8W64YLO8SjVEcpinNA9HA\r\nmE997jvVeX1E3wzNJ4BohOY72Rze0CtyyFBiYX5aTOwSSHV4wPuybz0ihsEb\r\nGmlAqjeD35R74lSNTG6vXu2UC4zl+72FzHnqHy0zSF/9Bi3kC8oEmnpkuPwI\r\nZP8srX+4EEpeq1oWA0kBcvSOXGHzUEAlXZk=\r\n=hiyu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220830.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220830.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QgQdtrLTfu4OWk+pJ795ABc2kBctTmneBkAA0gw8298AMAUNcD5BxJ6CmFRuOwkSdeR1vgVbJduSOdGwegYV0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220830.2_1661911421656_0.24999993238016383","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220919.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220919.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220919.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"47d6f6df34fcd5fe61503d79e15fc844b43f6e86","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220919.1.tgz","fileCount":74,"integrity":"sha512-kOkslFeqmACAnqJ2HHKZ/WyfAaMZlh6uYTb/fvtgZC8I8t1WyOxwpajTqvo1BDCSfqZD77NYSuAJerHfxzFzYA==","signatures":[{"sig":"MEUCIQCr3idX22skQRzyp/LVUURVjtL+SQVC4COqBewNXDOyzAIgAa/e5m9l974Vb7ryb4+ZCBQwWNWz56tqF8mComQaXxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":971943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKQ6NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojyQ//fwPmz8f13i/q9QPFElukYJ9KkIFDObbRYq5oxeTSe4Iqt7zL\r\njozBATD+QoapEdXl6z+qDaLnZDeGFypuvq3yiv4QFv3QeWqORHLm2b2CYQkl\r\nUIY10yNvzXtuMaXvPmE5W/+lZ9svnQpYUbXxGGHHTjRYIQ/bMYTitJT67rSb\r\n5hcnqUXKhpxn3E10Bqoud+7WaBgURFVfgZqu2XliXsFmvy8qLKQmCkxXIJuU\r\nqiGP+FpfucNSldFj3JavW2iTfUzRwIRcj7r5RQVCxaUxpHpiNDZbgaCfCsw4\r\nAZa1OHgkVtnKHbByyf6nbg/u8ubX0MppJF4qFkeC0zXNb9NE1ZazckHNPxOR\r\naELl7T1P+mD+4kFDnwkOcalB2p1o6dRIP91PIn0g7qwSoXJbOycmxs8P//Av\r\n2fafUOOTQCD2H4pvN8DMXBIufeOi1D6WIqj8QykqwBkMsXeyx15d8uS3O1Ht\r\nc4xq8soyEFaNCtcigyYx7l8b7KmL8sBT1yNqwBee+91a+hn2Tzz2kfbo1ZEX\r\nX9GCKTZAhvevmHor69qJcp2z3ovjqwlCbn7gn3fbrGR20MKE/KBKP1r1X/hk\r\nmzykrnVoFy2mX4QXrb12F8447Rfn2cOdVKIWFNQiEaLnj767zJ9enHcUUsqV\r\n7Ms77hLG7KQwy8gPFo76GFji82naU0NJvyo=\r\n=58jw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220919.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220919.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kOkslFeqmACAnqJ2HHKZ/WyfAaMZlh6uYTb/fvtgZC8I8t1WyOxwpajTqvo1BDCSfqZD77NYSuAJerHfxzFzYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220919.1_1663635085399_0.932336476879327","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220922.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20220922.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20220922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f7bd5fa42d0fa45aad2f0d938e84d5992e233a0d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20220922.1.tgz","fileCount":74,"integrity":"sha512-bu8YjcOsYoM1wHMdE12c7icFc4mzxWqAXIYZZxvS+eUe/d9lw7vhrHdNvK47i3FHurvZiAVvB+j1P/hGJR4tGA==","signatures":[{"sig":"MEYCIQDmGAnVKc0d0fsZYUyc2PsHSdK4wA/mw4kVM9caw/WlWwIhAJMFVbfWFFGKz4cPDx/a3BeHUoFWqoPMErUndKChwIjR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":971943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLQLQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS+g/9FzgWp9WLe7Cwn0ucLKWTtk2zBFjbUf8v6hXUytYZ3FplzeBS\r\n7v2ZCrpUp+jXzZQfLstF9tmYCjvSI1M02xTo7R/WbUKmCoonAHA19K+naih7\r\nfGy1mVouEklplz5nKiUmSQXGDFicuNlTb7m98+nH+WSAgnk97LZuhJrkIlv1\r\nBCDtHWvI/1bXOxTfSErxlhqTLsBoNws0jvcrCHR3z0lXuhNAj5W/WLLm0qgL\r\nWa4a29oFlIXlm/XIvgnRUe9Ci0u0qqJGz0sBRs0TqzgOGqwRgtBVVKvsoxcg\r\nQF3ETXzLv+PRr4cF1S6oBDh0zhYqVIif3zZGcLFUvBIDMV/+FAq/PG/cMx7z\r\n+GBhO4C9EGLWbZWPF+DwJt7N1Purod4sc24TPKPwVmxIWmKQh1R0ZErtcIvP\r\nWHkIiN0iA2bPL3+C97lwsZ7nW4qCEz3D3aDgUO2papey9U4StmaWkm7J3u5Q\r\n5hrpMwFMIbWqIQTLqUASOSoxHGyy5duekM4a0di1f4VKWuHoCS6QKO7WNbmy\r\nZHf5Q9RxjE3Fxq7VH3TRinK7TSPC8diluh1MIZFrQ918UnehwR3d2Ts/mPB7\r\nlDghZD/xcqTM2mW6crlG2PDg44ZELmIbtQT6DoqkGDgoOYBCe14bwcmn9h0+\r\noKr0Jwnon0tziKJfblRdLVmL9Vj9zdjtRrc=\r\n=5gHH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220922.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20220922.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bu8YjcOsYoM1wHMdE12c7icFc4mzxWqAXIYZZxvS+eUe/d9lw7vhrHdNvK47i3FHurvZiAVvB+j1P/hGJR4tGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20220922.1_1663894224417_0.4064697772546526","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221014.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20221014.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20221014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"64043b6f2d4c3e538a6f115fa843f2ad72af163d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20221014.1.tgz","fileCount":74,"integrity":"sha512-k1Nn2dfZmm5cq9IrBRihplYIhL8BbC1VkOkdNc//rjBYrV0Y2vy4C6T9wXkeYB+moZ6j/etMm0HPL9wwVcwh8Q==","signatures":[{"sig":"MEYCIQCFzecxsJf1G3ktqL8BOw4liz4yqBBNEqCQqnsf3tV6rAIhAMp5VqUHHaxaW05l10mDQf/0iK4ABd2bKtiAZCIzUaBB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":971943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSgL6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX7w//XCoCNmmo8l7G5WHrIs3zybeIlu/kCbPHUUpr86b21jpDHOlY\r\nvMbGQQ6W8d5ckgS8haJAZXdrvNHRxqehgvRwo9Usam0Ydy7uItts7Z/P+KGB\r\nB46Bhoc/mKGatueY12+obDs5aMoN459w2c2gPukO4PlQ8CyoW5GCTWK2ExcA\r\nMsH4wJKkVFmoe2j6UHIP4Z7nEhWU6uXCfqW9NhyemnmyUbte8H8nqFmRsEak\r\n5RhIORjH9xuejxC8MV5uyl4uq6xQMNMMAsuaF+EG3iaX3Yiewvj9ZnxNp0wB\r\nKccyvPlp0+f1YiHGOTOmTF48LW9ng0ppxN4pzqzwPA2HprkJ54oVWJDwWTi4\r\noNnIHrxWrkQgFoJ0DXIis9CGICu4DjBrgjHQrKbH4hug5CIBJtKmlULgwZ4Z\r\nxXYRYwHX+yHdO4UT457uoTZ5PgkDUEg7SZRnEIoyukWNpeShzoewJfnxQM/8\r\n0mFlvtGfDmebO214hCx88Fd/2q9OP2shcOFJrukEdTcT7mIkOktWaYiXPgBL\r\n3V2ff0Uf6TkZSC6xqK7e3ThBlj4nk5P1QHy9crGCXCVcWt2O9Ido472Kqv+c\r\naj5/HuAXE1B/f1Ix7HoxF5YLEEmER5VxXmKrM4S6lZ/TpX0zhtnCx12LavMC\r\nxQhkQ1wO+t4yVLuR+S4hPvHBxGF0CHLAKNM=\r\n=UDk1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20221014.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20221014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k1Nn2dfZmm5cq9IrBRihplYIhL8BbC1VkOkdNc//rjBYrV0Y2vy4C6T9wXkeYB+moZ6j/etMm0HPL9wwVcwh8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20221014.1_1665794810031_0.7328204625414556","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221107.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20221107.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20221107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8b15e90a97321892786794cbfee0924087909bb6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20221107.1.tgz","fileCount":74,"integrity":"sha512-ps2mr/7pS/njyEjsK+AKzxBb6qajPfP5i2LAAEdugkEA+nksT0S/iykm99ogJhOzHYoBaH8r/68JjT75L5CMtg==","signatures":[{"sig":"MEUCIDy0AtSiH9zZUbcUADUn2Cjx6Y/1hRwegIKMioFcOe91AiEAnbIOecLRbjTNjOSFlC0evtabqI1yKgCxQemUXku6EgI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":972010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjabWlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmprzw//ZOGc4qJ25fTK0iRUUjD+cLrXu8bvcMR/rmIOw9eaYnwgHbQz\r\n33TqVgGATpoqEJ3FgBP3p5BUFbyKENZ3XRJBhUY/L5476XWQpf7135LTrzou\r\nhycYnhbbiRVfE+XcMdydJUikoCHSCOasXwVPftZexk6VQ7PIxFMeCY1l0e4u\r\ncwKmKjaN/dy6DvW/UZ1wuNKcftRMPFRK2endfV/jxR+aFLOkEEbVkDix8QN9\r\nPiXFCItk7JL+y5alfu6VGAe2RLlXvDxJ8sFBMfyFS+KTvTU4VxSkWFtoTLBb\r\nv8gXSfgHpf2l5TwfvNPl1m8yHjGmPVI5t2uxlxAdKmjeClfe0rWBLKjEvj6c\r\na8aQ5O8dLKYOpuExLK50/9wnrHRo2Gab/Jfvnvxbrf1j9+RrJuts7bJ67eJp\r\npX73pjbNxBDmJqN0YF0rpIHEkHSTWhZAgfwjViuOIuMB6K3Qqq1gnxGcHiOo\r\nPhNYiaA1SK5omUjPnURu43JA3shVjUj9g9UTPy7qAwIYw/NEncZklnEWvfhi\r\n1AzSn3y0Cr1dincF9eV1PRVksOEMkW0DqQlm4kHJX4jbNkPyMf3FxFy3kHyS\r\ny5mBuvRr5JX64yIB31l5ms8tvxpaOTRBoVrgE2TV/cfanr/g7epLTYxsrTO7\r\nSQwPqE/n9lzZrFImplenxxem7ji4Q71Gn6I=\r\n=qN87\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20221107.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20221107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ps2mr/7pS/njyEjsK+AKzxBb6qajPfP5i2LAAEdugkEA+nksT0S/iykm99ogJhOzHYoBaH8r/68JjT75L5CMtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20221107.1_1667872164928_0.9998188448308076","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221201.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20221201.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20221201.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3d3727f308e91a946323aa87a20b4b71b0a5548d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20221201.2.tgz","fileCount":74,"integrity":"sha512-SbmT9WkYOH8PIgqj4yCtbJcihm8JbDWvXPNZ0CUowlEZZ0vcygQvLMSJ5kKwLI6HqSeVhfcKVXq57oQUVWJtfA==","signatures":[{"sig":"MEYCIQCC+laMlnBi8o+2s44N7Tq0hCRyWdQ2DnZQn/edh1XEsAIhAMrv0xPtd6RWrNT8jMLh9+GXLDWLj+qMJTKmj/HX69Ho","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":973283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiVucACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnEw//Zdh4bbBcqjyR0NaQeypvS6FPyp3BMC8m1iHmoKG5nxJZxoEe\r\nXE7UCa85V0bA56NzjpVpm/Yy3pA8fIWPZHtyghYwQv4IutfTJYtNLlsQAEkU\r\nXFZhKLOxL8RRhP2YNpRa6Z7qz/aVG9FbdnXFC99PMXdUt0EmoddBtpMiSQ6u\r\nhu7meYI45vuxKsR7YV/dBBUtmHQYg7OW8YgFfFFa89GwlulU80WB4W+PDdU0\r\nbeknVYAEBOwOPwzNzvNF7hcemkn1eGr0jHMavswT72ihan3vp/tW0dwn/bbe\r\nRvF/HNrY0oMUuM5MiE4t05f3Gzc8g6W9TURCHiDU0vxuihAdpqmYE8N3g2cg\r\nMWh7F6Ic3CRuFBZVJS6wG816c4gg+k5fpqlFcgA8p8/JjZF+1D13i7zGigK1\r\ngqgWyOSAc8kq59YpXA+m/wAdoxFLeoFYK1TZr41Ke9B1v/uWWKVsztrkfFRJ\r\nMpWBYyeDb2B7JZNQnUrOYm8Rr+Ss8+cCMdbd0OEiRrrEc3sG9rXmqb/3kEKY\r\nwCYDk9sSUy3WfoGy000tELq4Q0XM0f26vzLWUSTDmEl9lAjA3tu30DcS1Wi9\r\n8xCRCYUULYP2+O25J4+8VE7HaNHwAKNewN6TqL0Bo30n0a6FvT0pDUYYHbzZ\r\nXUng9y1LDg1DRbJMuZEVGbrcgxonUObkeIw=\r\n=aNqi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20221201.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20221201.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SbmT9WkYOH8PIgqj4yCtbJcihm8JbDWvXPNZ0CUowlEZZ0vcygQvLMSJ5kKwLI6HqSeVhfcKVXq57oQUVWJtfA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":">=1.6.2-alpha <1.6.2-alphb","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20221201.2_1669946267776_0.07916780919501787","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230103.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230103.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"82424dea0cb7a8407b41e6fc564f6870aa06eb40","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230103.1.tgz","fileCount":74,"integrity":"sha512-PShc6rVUGxxuVicGU7xX7MehjU1yVHuI60tn6uRmk/dQ05/wz9TWnWLV6a/ZbKJDVSBzJXHh/pOvBMX226hmyg==","signatures":[{"sig":"MEUCIBGaZUrJ6bkPPpp2F6FYCvtNgYOIzyo8L70ZFhqoS7ByAiEA2rTWe5152J/LYspSuMf8X2gQ2B52/X53TvX1TEQzX3s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":973263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtNwOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqhyg/+LCvx6Ir+Nqe0RIpZFuZ9DZWjiHLrQd9hxRdeHwpTjiHg3izk\r\ndj7Jhr8op5HLvF2A5Q803j2j57o9lbOe2n/FRELSGUHDRnZJvNMbDRTo/Lds\r\nOE//Gk8Mbw2YDDDDHtUUGRLqQc4dhOFDU3mbw73NcqvBVu4effEymVEv0ga1\r\nZjLkURkDEnYuwg/i5jAvPrZevMj2I8a2IWPepYGP7lCWeKy6IKihIdSjGgBB\r\nZzWYvkR9iXaDjqrNS6YtUI4B2k4tExeDNKMx22jBG5vmUjGtkR46UcAkBvEo\r\nIMySI9cl6aVLz4qhGsyCn/QWHIEd/F60yoe7Hj9+XMqavhavcfs7VgJ9KG0u\r\nyh/lxpnvyDXtpHDrsjvjJZZkfJrKrn12p3mxOVM4E/6SbHkA+bUPZ5x2+qcf\r\niAv1aRQmYlQTleaq+snmwBXracNRFItGTjpFiTc5Iwdqr8P6o4xG7Fn8TofF\r\neZ2Lnx1/qUNId92PjH1bjtKiEZ9sFo0aHV4GUpVdHPynoOKBiRXoyKCZGp0r\r\nao6MymK/ws8GeqRZedxe056IeUC30JtGsJNlmo0+Lap3umlTmVwuIpXvpoOH\r\ntDHSOPV/Ea3XsiT314AKDNpu/s9L+M0Ml3T5arQwAb6WbqEbDkUTZ/iZ3Z2G\r\nij4QdTb8PDH1qvDxNazacGWS3mLzlfgT7Rc=\r\n=xuFH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230103.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230103.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PShc6rVUGxxuVicGU7xX7MehjU1yVHuI60tn6uRmk/dQ05/wz9TWnWLV6a/ZbKJDVSBzJXHh/pOvBMX226hmyg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230103.1_1672797197765_0.37924382324953076","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230126.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230126.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"46e2e9ec3c5302bcb5a5f3e59dcdb2b78a6e80a9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230126.1.tgz","fileCount":74,"integrity":"sha512-1TW/ySkM8sJsyb5FedCuW3BJdfNKZYLbRyc4BSVL9v9vlV2ND+AWhv+lXKK722CbqEEXD9jrDLNy/K0YXUO0hQ==","signatures":[{"sig":"MEUCIAD+L2pCUH4QAd52NMJUFKY5mnaYQmDLKD+pWxab5fC9AiEAwYgZT3gz0M+z6v7daGIFuBNWwJAz2CIuAQbNwfkh/bc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":973244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0y46ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvcQ//V0gId8fOPf6zZvapfz9hyfKIdq8gwoBI8aa+Ky2Sb68GhVdW\r\n9sJp3aeJqs6NU+WiVET1p62ChQBoPBJ3UtOfo1Qd1NSeWwAoN2iH0Cu0E0Fi\r\n0G+pats5CC0aqwFOYeVWrpSOGrDWihhnExlfX+NvOKCT05w6bRy2n/l8hs5K\r\nhuMvG/jpLpTWK1bLmUiWaggktmdCDn7ie28n64RTL2FCRjxKKrW/dyf7PhV/\r\nbmKWpGCc+TCkeOVvYdP5eCpvDAHUEkwdVPtM5mDeGP0LTPLhDwa3fzfGNC2S\r\n0RKUFfAUDDa9NmUFsELLRlssCwHqAfkJJJvmG58LUoOOykpKl928B2938ssQ\r\ng/dP7LbWfpdAeH3k1oj07QPptsemfBM/gBwu6f3M7yO0vLW3hfBHpqf5YjvF\r\nzLVpUuODkmt/6PRXw0nJq6N1PfYCBASChzDQpgDJKqUChjkURL6CPiMy590C\r\nD/zYAVZhko2XALoi4XcFlwbdTB13DPY07VDFBj5nhMm9i0W+ne722I2+tVmw\r\nQfBmiVt7wX+Z1MTE07j40V+Dq3+II8uVJs5tqOmMnLeCxwvIhozoq3Uu0+mD\r\nX2mA+E5hYa3AU252XThzgmQhTbEz62P13zzaHiQlFAckWVWMYz1EwSxy6HGd\r\nEEIWdOWpA5zzsMtncL4qJv4WyuYKLkTaDVw=\r\n=BxUt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230126.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1TW/ySkM8sJsyb5FedCuW3BJdfNKZYLbRyc4BSVL9v9vlV2ND+AWhv+lXKK722CbqEEXD9jrDLNy/K0YXUO0hQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230126.1_1674784314736_0.3870434956587945","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230207.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230207.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230207.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c788bccc99281d6bbc4513902eecf885d0993420","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230207.2.tgz","fileCount":74,"integrity":"sha512-yY1KQm0mvg6iGETWwYQf/xcPTTRFCuzUniEc2PF8lSrYBsGxqEChpYZKsAZcBD4/aEV04M6JlUfCdDWibm2/eg==","signatures":[{"sig":"MEUCIHl/dQW/c4ZNJgAQ9rNUdGvkDCgH/tlVMfQsWBsEyVD7AiEAiLDPnoo9ACbGVA4CyKq5mZegVqFF9jgnHVs9TlZDUAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4v/tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVaA/8D7OYMAKXAMVyHYdKvtMyb0ZtEQfd9Gvdvfea4rhfvBOVXJEY\r\nC1Qxx43wS3pufnUSNTlMao5iKOwKJcziBjHnkcrStVMm5ZjfDkvhnGGLgQOt\r\nKj5UkNOYdKJN2IfpOw5VKcaDlmVHg5UZnXYSphE5witIvUFDo+yDcUTJ0TTN\r\nTUaaCp13WGyNvxT5g+7qFt/kZ/w5uXr91mGKu3D9cSrVMEKoNOJ2TNAACoXW\r\nhU3N/kSxgnas5cTxwaaLgefdpsCj5WJBz9heuWfyPbz6KdRDmWQ9IwnZZPrt\r\nMdj/PnZurm862AgH3P3xNVgsXnjbfWwunXptWNsLTJbkRUHFmVFYoucWexvk\r\nfk+N5pS6ICmZaXrXF+iEyvuuPYXM5GLeo1IrRwWyhRBK59/opJSeFQo7TtkK\r\n+2B1urQ0lKc2bHmYG/6xetLFFi5mZA6YDD8VEGfVEkFwU36QyhdvkkyK1dIQ\r\n2jzpOzSskxNJwDqCFiNYeSUDr2W2TOZ+jJCVeXnqWh455zEZ7iXPj5NbAKqM\r\nKieLMMtjFhseUy7tSflHTyCG1AVxj+JWs94A4hbyhiIPWi++N5F2yIGRRf79\r\nM9StPnP2I9OLrS8Gk8GEHZFDGZEbKFLSec1YpNXszgiH9zN8y7wu2rlJOZvB\r\noGSVrKSlG64EfYly5/ZR7qBcQL6a3xvyOlY=\r\n=nlfX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230207.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230207.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yY1KQm0mvg6iGETWwYQf/xcPTTRFCuzUniEc2PF8lSrYBsGxqEChpYZKsAZcBD4/aEV04M6JlUfCdDWibm2/eg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230207.2_1675821037048_0.060180636890613703","host":"s3://npm-registry-packages"}},"1.1.0-beta.2":{"name":"@azure/container-registry","version":"1.1.0-beta.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"06b92cfa18a0c6e214c50932151817721ed164c1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-beta.2.tgz","fileCount":74,"integrity":"sha512-lua0WkahLSncZhZNZ+zBAWDz5l5j0k35ovYeOSxjQ0Cs+zb4ocSWIbP51buSi0QpiCoG9shhk2HlPwUYcToWmg==","signatures":[{"sig":"MEUCIFJXhrvcEb+t1jsA3TvZfjKTmGuocj1n2LVr2JgxvRgsAiEAmO9T71q54XMHp2cY/B6FAbh+vu7UsNvQucVIWRVr0Vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5Cr7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8tA/9EO4OwDAuX6x1AH6DoWlhuSI4W7wb50IJ8RIE3i79N6ykb9QX\r\nxKrTOk7Ik3qAO/jTNHPX+w9aA3eTFksIA/5x13yMVgjIiRpc6x15gfE5fky6\r\n8fo4eP7TmF85rgAU6isAx6vSlej+qXJ7eb4gNMUaCFwr/7GbSRtSMXn6eUqY\r\nmLtT/KPHUYoE2l8vLdod7FE7CYWz4NHlzu6v7/Xvpmf9avMd7tliTtcER9Lx\r\nTSY2+eaorB47Rf5zjWux+sqtB1vOboVwilDXUBOklRFQOYFZBsvmZqnb8tmC\r\nRwZ9ac7+hq/ILjyU7VWf8iBVw8/0CTcr14wLZ4g0V00qdmxTSLrwq5vCht07\r\niuolX7+YhEc7Jy8jaJmN56H3EaJS/8gU2ryh9nVoM65L5AjxDxGcySRvUOiw\r\nVTCWQ2xoPi177DxQTQob7RTxb4c6X3A04wTlamcjRIbujY+uB9Hk4Qb9kkoV\r\nsH/BQjEkfYMNzOB0N6RIpO+gzMB6ZX8XLc/pKb8K6/4MwOgfWYyna2cWLgl6\r\nw9zihmELV0NebbTy4DBirjn3fRAsPMrFvl7EEnbdmRum7iaels8CWVV6qCuC\r\nz4vtkCi5udpTKyrN2v+kbHRX69bwnZoJWleEQaq88XPtX36Zbm9I1bF6UJ6K\r\nyYqPIaowGvFQAXm+JkkYw2M421YwRI1oXqg=\r\n=W8Fl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-beta.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lua0WkahLSncZhZNZ+zBAWDz5l5j0k35ovYeOSxjQ0Cs+zb4ocSWIbP51buSi0QpiCoG9shhk2HlPwUYcToWmg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-beta.2_1675897595064_0.4829330996565617","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230208.4":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230208.4","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230208.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bae56726f6595d1caa5df8fce51b875fe4e268e9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230208.4.tgz","fileCount":74,"integrity":"sha512-02oQsG+0Nl86t3xBDxDNUhXL+aVfOPRXkoF66aHPsBk3CnuyxzrNXRE04JWmk+yj9hcG4cZqH4SGVrxYiP0Q+Q==","signatures":[{"sig":"MEQCIEy7TO+2naevmGJLCX57CzPR9aA3Il+QfT8x2YdVupQ3AiBpA9MyQJ7N2Fa/vnCT253Xdn/1wtSO5dwsmlxdofPKFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5FGpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphzQ/+MwuJseC22wXxGeE15iqyfTbwWIb+Pp6FDcfZLjn8uLTA36L4\r\nBEm5pKc6olJI3MO72yQLlQodEpbbaDOOcxvvbJ1yNZGxSAC3zKtC9i25K54b\r\nGDr1KIML16JIUYoWnI3QYgrZp9k9UV7VMFis2BHq1G1/zu6FIk/e+k8mODjE\r\ncKZPK6Qw+OSQQnp9tHlByCeRtSTPdM+UTAMs1TeSDlk5eMR9U1lc4OFbwXLM\r\nD8/EDvT+eT6baCgyGcoiEj/AN0cundLive1qp+wjl/O7KpGXxHRVENO2h9oN\r\n+swuMCTl1dL8mu444hLGragdQwDlmeAv/fpZD6TNhVgOkamXCeZ2uYXpbaqZ\r\nptP0iJ+6HvsdGL2H3q80v/k3iZBQv9sXev0IxvzNhrBkye5MhvqkOAioFKcE\r\nBwhztrZ7g5q4FeQYXRfZ08bzrOz3YJ2XzyjgA0q+AUHpW5d5feV9nrdAk4lP\r\nuw17U5fNyzbKFcIi/wNbsol7V+89k4svonXh++tMnAMfwzLyoEi1aHgEJPLd\r\nNfPF9a1L4nhvjC1ZtLQaGlN0ouZhB/CcBa97TvanAGJQ913cFC8zVvvYXEpU\r\no2txlsa+ozwzuZBXV9CTrLwzGz2IYm2ibZJiTwFhmjBchuIyyFHzBtMC/Zeo\r\nHHNvuEG1tjnoay94iUKKSwzAIbztidJMSJ8=\r\n=Q6J8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230208.4.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230208.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-02oQsG+0Nl86t3xBDxDNUhXL+aVfOPRXkoF66aHPsBk3CnuyxzrNXRE04JWmk+yj9hcG4cZqH4SGVrxYiP0Q+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230208.4_1675907497554_0.44635478669294937","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230302.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230302.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230302.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"09ea449500dbd990749d764afb03c06fc040624e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230302.1.tgz","fileCount":74,"integrity":"sha512-KUhNeRIbdtbUW7hKgN+ykQ9usuk8jO27dFq3S+263ZF6PvSVKJZOnPstfzWPxDafV37xIf3pFid7Tc2PF/PlUg==","signatures":[{"sig":"MEQCICPLVvl+wG7+L6jCFB3BXh4EkD4SQuxLYy+1q7f/YFigAiBTUT4VnIMhVj2mbNRMVbCOV2LE/ms0HtJ0qDwxMoo0GA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAVbWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIzw//WSaLTRGxLCqnDXUaKjdRaiawiCZWMBdMBMg4Sbtsxxk3Lhbv\r\ngIyU2jYC+4fRByYneXRMMg5KgSTVnkCSDTajUI1qixA3imu4Y3MZkRhw4Jm2\r\neuPf2TEUorI62MCVlzUd/3X9YNMR3SwJvOzNdKaBTiggU2gpikL10bNL82IY\r\npW5Ef7E7xdFCRGdjJlmbOzlY9i65czy7dAh8nYdpK1DBJ81voTkj2jB7EKdG\r\nKI27a+JYncYt+eOPiiBNeDZP8QXLtu48LsyjASUJGkoJus7gjHv24zMgFE2Z\r\nRO/CBi9zO2+5rM4slGUaEiLxoScCPLneVZVDsyE+OEwHo7ly4h87Lq23QIzg\r\nf2V9oMo5G4WGjzQGoDYsC/QghA4EcbHjAfWaQorJ4qHlb3xzSJJ2F80tzOEU\r\n/sqwAc23xrTk4yTi0gStFsNlxkAoK+dpb6RNBrvjJqU6H/DaqmRnC3/f5dls\r\nl7r9Swdh8nHC+G6A/UB8VP/oGoLWNC9M84TaI2D7tS4ShYNw1u04Ks5j/qkl\r\n7mMzwZ0n+Xy6IaxDsq8HuFEc4XKZXflacNcl0M34qVPKaf4ys1EKGqH1GIpo\r\nx2JwVQhMbh4wFAPnAIO9L7njXPreFAhbc9LAV3XyaKolbLpirxgtHf+V/Grh\r\n0TTNksiGILtaSNuVshh3+vEYCzL5t/VetMo=\r\n=p8D0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230302.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230302.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KUhNeRIbdtbUW7hKgN+ykQ9usuk8jO27dFq3S+263ZF6PvSVKJZOnPstfzWPxDafV37xIf3pFid7Tc2PF/PlUg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230302.1_1677809366640_0.9655510889911767","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230306.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230306.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a7d952e393ad65578b2e34e0b891c86bfe7c7d63","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230306.1.tgz","fileCount":74,"integrity":"sha512-bv2d0QjTguBkEs+uTRx2LDf0lACyWiSeAQN2yIY8h04DAWCCTX6pPVUV/V3VyPv/Vuu97yXR24eQwJR5Doh26A==","signatures":[{"sig":"MEQCIB+XneWEEfsaWNhjeGXub4rVDxTQN0k5cTUnjyqS9TLmAiBdohVHJ/4Y1BhsYb7O+dzL4WmAvR6xwJ5uZ3rFVAPb/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBpfVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo84xAAiHjtYFhiP8cjmQ5B49R/PuOiKaxxthf/ua5r52raeqgqWAyW\r\nUf7yGc73sAlXY20FS1550EJqrhSr07hlLaakcucuGScOrMXfeZ0JG3512SR5\r\n+Q5c72hpWdeAoWku9lCgi5vAFDJLlYgC9iJtWPFK5iF40PoK1ZiQIxMceJRm\r\nEa7sCITlq1RxvgyCEgjQtKx5ub02lTmYelOKb1JmQ5JBdxvOAn5Kn50dKj+T\r\np31K9y5q8yIdimiTqSuuIJ5gEgX8mQ6o1Lr1YAi2Zq6TRCAPCksw67P4JL6V\r\nxMQ2ZXl4MsXLOirXmQ+0IJoc8C9yKgwsoN3HQDv5PTrvAAhECfQLMb8+Y9WU\r\n7Mtz9bb2S1Jh/ExXaKJhZNnuXv4BJvQkobohF372Ah73ysAfhULNKr4hJSg5\r\n733dWntPpB8UlinUMojAHkNLI3kj3Jt8AqXPtYBL0V3L1BHIWALaXxEAcqRc\r\nj1nYyULvtsqB3BxsPcvkWNsMWUOwIylCbZWVjFhLFndyqvaQzr2Hmj6TsrC3\r\nYDwJSkXIYwAJIzt4AzBwddiON87iQCP+j0+CMrzqsCpPuJaAptBLdWghdIQY\r\nJQcE/6C66IHqoTCrQ98/QXLclr4/r/VlcMbMHl0SB2IGgI/sVm8RUNMW8vCM\r\ntgik2Z7brnd2paNA5lCfVEg+vyeyhOJWVHc=\r\n=1BsO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230306.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bv2d0QjTguBkEs+uTRx2LDf0lACyWiSeAQN2yIY8h04DAWCCTX6pPVUV/V3VyPv/Vuu97yXR24eQwJR5Doh26A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230306.1_1678153684851_0.2517848224681951","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230309.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230309.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230309.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"97399246d2aa4ddbb8e86d8b2cab484950582dff","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230309.2.tgz","fileCount":74,"integrity":"sha512-Mg5+eyjGyto5v1r9ZDPOYEiSasBayMDihQ8ZblVq60FVrPFo37h7iGjdvk91buda59sHsF3ryyP89klZxss+0A==","signatures":[{"sig":"MEUCIQDzhmAydEfwYLTU68+0I/OKw5pY9TViUTvuIBsClkjNzQIgOJ0TheGJNjZFb+O8D3EsEB00iSAGmn8yBy+ZgtzbgkY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":982024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCoyiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpp7Q//RRt+BjVFtIBq+SpiUnTTOv1CB7qVVl0N2aHJXrlPJ9EaNqIB\r\nZzha8l/vZ725Lt5mG1H197WdT66r+V+ATStHC1xW29ASTddwtcMXSxkp2TC9\r\noF6FPNwIvPiqtY27sgT6ab81UBi4R4hQWPlocaatBce1L6QIIEaLm2ZiCkdp\r\nRYJQA5nh6ZzkgyHuWcrThGezAHPxIy94azyZ35ZYnUbmBNdGfNlZMpm0Kixq\r\n/MHhrFpLGTgL4qVk3avV+B8+NFu7a8Pby94qyWxfTYu8sE4ANaSjIiCbneye\r\nXjxXtnnyVSzXH/wMY9bwPFRZIXiSLNY4PUgqfEvCSATQueYK3Uoz6B1K37Dv\r\nd5L52TxvZOUEf0ch6uatDeZkPnsmrosuV+GHnqx+R6KXrGhspTxPfXK5c93N\r\nyqs+vAUTaeNaxrGuMkBTBtmLc3zeUxvH6SDwVAG9yy6L9vCvx9JLDFpKFQNG\r\nw+O5gcPsz9zGmqvqoTPuA0qvxXgV3ozuCQJutKONpItt3NJ53EnmNTiDcMC7\r\nzlgOSfvB1+qBoBZVi3yfHus50+zMMvMForrF6X7NRzUeHXkuIFIuNffK0Cdf\r\n8Ygbu2OKKw3uwjU/A020VM4WB3r9HTmxtvAgGmr2OF2dzWo0vwlk84x3ljd6\r\n3zMOxeniTT4ghyOgYDsGPa3cgMtOUeXG3/Q=\r\n=wHCl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230309.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230309.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Mg5+eyjGyto5v1r9ZDPOYEiSasBayMDihQ8ZblVq60FVrPFo37h7iGjdvk91buda59sHsF3ryyP89klZxss+0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230309.2_1678412962628_0.4272223517900706","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230313.4":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230313.4","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230313.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e55b99338acea104a6254dba8e3b36cc4651bc32","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230313.4.tgz","fileCount":74,"integrity":"sha512-WuArD0PZbDR3E1L7tOtNSVyccMjT/1+Q+FJzY5tT74mqdCAk70KuMir3rc7IGTc7uTwPFKjtIQ3CFFldX/bKmQ==","signatures":[{"sig":"MEYCIQDnHZia/3DsPzwbBdp5E6LffNxjr9YlSTXw+igThAH6OAIhAJarr03e1mnocGe1ixS4y5al1hklXtrZpt+M3cnHm8eS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1008770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkD8UDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuTg//XaPKZigBzuj8Ryz79MJcbkyo5BUC3LAkzVQZhGUsr825GU0b\r\npG4+IbVidcU79Wc1ij5H8CvZWVprOZjU3wSvYXp1SuVlr0IUVqY4UY3P/NfT\r\naxLTXoQ19IBLO0CN2tEnvsZWVWCBk21vZS2jHBDengF/aMrmzwadIYIXqzB6\r\nzYcbtSOXFgNtVwQlJjY+TMI8GPKeiMdpgTJgfHtZ3iK6KLCZbQChA4HN91iQ\r\n8OoDC3urU+cMkirAn5TNtupJLyLC91FD2+aJu89PmTxHQFoWyAzJJvZV57Cp\r\nhudIvbFPLmAqyF9sxfR8iEgXolDoyl8qffnQKQqck4ziL7/KhkSIxOJQERqZ\r\nmdkFq4jfKRdcQwcNSmAZ9psojtZHwjWZttAs5M0Was8EacZ3V66LMXedolQq\r\nuM+pMSLIyz+J/0OwnA9Q+xKN3rzPuIIIMejR6juKftBa9crK/TauxhJ6JWZs\r\ntGBpfNizMQ/+z/+ZecOQuk1KZofyh6MNPMUsbERRzb2H55AwL6nKbvRXr1n5\r\n9JaZtt1obAPyPaOlx+e42EPQGBdOLbQzkKAEgTq98SLfAd1puZMNrUN/tlCb\r\nZQryJ1OTU7iZjcqTuByCJ7OTWMy0vWZpU2qRacyMzR4H6zZNH3vrAOpGMCAD\r\nPwL29w4HnZBbUB6nCU9XLWyj3/zCxCiC4U0=\r\n=Bq4y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230313.4.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230313.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WuArD0PZbDR3E1L7tOtNSVyccMjT/1+Q+FJzY5tT74mqdCAk70KuMir3rc7IGTc7uTwPFKjtIQ3CFFldX/bKmQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230313.4_1678755075601_0.9008208284414654","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230315.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230315.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230315.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"37a817bc6fc5dce937efb1b9c0caae971f170b23","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230315.2.tgz","fileCount":74,"integrity":"sha512-KhKMWy3vnKQIwGg9kM8k8FPVVeBvlcQr3bN85jzFtMlMdN/caY/Gj6+mTcIZ03L3uOtaiJ5qBR7h0FuLEvjXMg==","signatures":[{"sig":"MEUCIGQOsdZU2Ajviil7qUdB8v6cU/yyVIHKJBD8mXP64FX5AiEAzlZC/mlUgMaabes2pv9ggkaEfHbhUg2QYlU17ieoScw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1008773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEmdeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozQA//cGuIFi4z2LW+FPx3NZ+dX8otQZ92bB/DxbF0Up9IuzP+//E2\r\nX+D60wg6yE/0fDTSiuHCsAWvFhJhM7TQp8r5Dgdj70kQcDRmaPGF9DEt0ZhD\r\nFliLpEf6C4xrrzaXzP8E1rYJvOBc5dbVoVpYh4aTbTtIw56mZ9Aki4sxW4KJ\r\nybBvN38SMyKCLCchORFGRXQCb3vcd3Ja/sZEnvhMs0kLpgYme5pnMxtlnLUC\r\nnzFGd49768ui2hJBzV6w/q+4Rw+5oaqrukBfdODVZGWCfEgODBWVos8AlkQH\r\nX4c9vGWj5XZX6/KmaEtKSoQveQ1bR9lefkTxy7tdaiRhZ6bv8HrUmFzsS1pc\r\ncoeeZAGsH5Ovg6DMLM/mvxLxohkyZIx+HgL059m4ynJpdB1hBcdFswTeT8XQ\r\nJLJfwuH7l1jXCGGez92gJ/H8HGn3QsTCWCgwEXYgd1g6dtMR0uHX1jRi7ezP\r\nmM/cBsFJ4aHzYjOtQohnjDf/9497ftZio2hr30OF/bL7E9uhjea2kQ93Pf93\r\n+p2909ff/GTxnsyaxQVvQ3mOQAiD38ujulyNjNLFB7gzyhLDNPo1Skqc60pZ\r\nlIAbOWCEmJifb81bYpO02IA0OqwMvvAh2elXT7l96U4Wbe5tInWkuJwv8uv/\r\ny5Bzy0jEq38ZkpKyqtlafgzFpVCZRUQwZco=\r\n=HNMF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230315.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230315.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KhKMWy3vnKQIwGg9kM8k8FPVVeBvlcQr3bN85jzFtMlMdN/caY/Gj6+mTcIZ03L3uOtaiJ5qBR7h0FuLEvjXMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230315.2_1678927710335_0.6511507964206937","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230321.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230321.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fe68533e221b457f869a1483703bad8380d9e423","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230321.1.tgz","fileCount":74,"integrity":"sha512-1WQJ/KLzO7YpSrLGNOMcKWtm63sdfQyqsl9FfArHNVjE8tuhfrExTSEY6eQOZJNfT4fkeJzy3jszqa/IKnBLbw==","signatures":[{"sig":"MEQCIEPffMVHuyEYbrpmGvO86wjEzJBRpjjl+0I3QTMrXcEhAiAXCEe6m5MfQ5YxW5m5jflYedu0/zGUzmst5fUNjk3kmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1008753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGlD7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPmg/+LVvX1ratO46IoipZ5+A2NMboEpz4PlFaHodvVSfckz2v/gNv\r\nJlEZPk0SIrruUyAzVsjwks2QNzFIqhpnm5+Xq+9TUTUpPmDtfIbOZ4zG9tyt\r\npgocyFoQxI5ICnAJL4XrjfrXeDvTK9UwoO8lF3MLhMInnBohgKcx7dKzG2pz\r\nkGYGUN+3sOKn1Jgb+LADg7kwvIW6Vlth63LCO/wg+kqADmsaRcjHT79WTyZE\r\nWUSIhFR84vgyNtUZ4VJrqslKQxl/PKINfTD5DHwJi/eThUgArSo5Q/umawVm\r\n/VpcDfNWZmgxVGTqve2mIyVihs+fj+zWstI3ws9RobQBs1r39q2f9aaI+cdw\r\nev8bq0TFd5ZvC+NxdttQ7QYWc38QZQ7WGv59PKZraemrNlcnTTN9tLZAeHdd\r\nL+JlThQuW7v9xTzwJjSLX2jiC4aw8+j/rbrMCuGRQr5DjhrWXY2XUvo+d0/s\r\nzd491t0e84ikb4gqhIrJHzKKHeJSf7RzseLnP6hPg1n6iQmyhtI8RkHp7SIb\r\nRjnLk3rReftluosOkmsn87Q87fwsJmhS0/vmNJC7H2H9fkxf3n3abwl/HfPp\r\n+1prYR+GgWy6fDyvJH6vtlIUamCwFsDrSkOvZXhM2QOq2gLuVJlkZieZXi2g\r\n+4DTYycVTbs8SknaFeZ/KKKRqwimeBO2hz8=\r\n=Rjio\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230321.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1WQJ/KLzO7YpSrLGNOMcKWtm63sdfQyqsl9FfArHNVjE8tuhfrExTSEY6eQOZJNfT4fkeJzy3jszqa/IKnBLbw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230321.1_1679446267029_0.1630121331367207","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230323.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230323.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230323.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"568ba73e23377b5d33a7f39eabdc1077d4a6013a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230323.2.tgz","fileCount":74,"integrity":"sha512-IRg0BA6qMN2qfsf0Wjvvy0Ko7CPV47zpZ58ZkSmL6tWhJAckajHDKh2Oe6IZe1l8KZDspxS9N2QAuQbIrrGCIg==","signatures":[{"sig":"MEQCICV+AD09M51H/E9nzoipIw1o0j5sguSw51hdIv97p7hOAiBH50iDwezH7RzVmNzRlXwZ5LbrybhZc/+XR6eLAAy7tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1008693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHPN2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoX9A/+NrpKVlE3z6CQGox670RHeSYW+OPMctJXbMWcU8ALwr82RV8T\r\nbSEXZmpzbfrdAANLakI5jtaXGGH7rA1/fGROrqimHL4glpD9UThNNwROaHV5\r\nPgdgUoHB6DDwB9f7XlOKIxX6+xnJ0EhSqMigROjhIn/2HLhX5JK+B6BT4eHe\r\nle+c1JSuUYCdEjo9bEoukhYMxFTo7G1NwnNfeZF9m2kmXExiA/KMTWYWESGd\r\nsBStXfA9qWuNK8DX0GzooTSScrr1CKHv0ZuonGNrwdDPnoRA8BSLk1KXUEeS\r\nqj7QPVJtwanKAww6eDOYNBlVWNUH28pi+aH3//9Sh07HV0yvZng1e23hqhGM\r\nzxoYwEKSyJzZLZ5uZeWBRyAw+OkoM7L9dLIhYcyipRdHEGbE7c9CLHKOe/sS\r\nveHbkQr7JY2kFlFwkQgOd28ukgNB/fiTpXJv0VNunOP3B8njFoXWfEIfKyhV\r\n9+fK+Y4pzhDj0LSFXADXbWERGuaoi1oL2kGTwce1iO1NiSbn/yhm8KDoFXlA\r\n/x213GpzSbC66iHGilP9qsaEMuQZR7eJERWyKm4A/sy+b4Sz19YNiP0gqyog\r\na23Q4zluQPdbEYuxlk2BFktnJGrtAaczPrmrKpdiBpq0ccb8wcgjZ+XptYR6\r\nIkUMgz5i9nRPooc2IGiYBVTtRZbEEeIIwrE=\r\n=oA+M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230323.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230323.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IRg0BA6qMN2qfsf0Wjvvy0Ko7CPV47zpZ58ZkSmL6tWhJAckajHDKh2Oe6IZe1l8KZDspxS9N2QAuQbIrrGCIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230323.2_1679618934127_0.700224953815729","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230404.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230404.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230404.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0d910d00e596a9c9254a78c9024880a0c0c1564f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230404.2.tgz","fileCount":74,"integrity":"sha512-nOn6pXxLH7Rz1xQcNcPMLZg9FJseSEbHnzxn/UY/sfTzggeZfx+jvueNIwz1dd+EGvAvf+6yg49vJfz9j912gA==","signatures":[{"sig":"MEYCIQC81QOFI8DCjFwBmoJvqsUueQ+/kygfwzRY1GRSjgckaAIhANHNiPEJ4cfVOoPN5M7/tePuUN26qumr4sQW93To3K9g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1006987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLMY0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKow/+JM6wdOV0msxd0jcrolRlr27GI+TzY7vHcWGeJvwLRV6seALV\r\nV0IpNp8UrdhqD0MrTKUC1/v9ef0X/DIC5l0PEk9NVt62oGreeDWXAYtZ7Y4s\r\ngL8uQAt1jTym1itpWHPHcqLyAtwiiLFPGCpjROjtY+Rr88Df2Ap6jep4FpGP\r\nT7j4YyuIUZYJiXLC0uXm21QXOblQ4gjnnnfyuguxeU0R6oEcSE40hMLSvRnP\r\nLdhX3GZIBDuhP+jGXGBJA+H6b1Q2NADDiIMUMgLerSEmydixZSOe7n6eGKpu\r\naYcC7/LY9Vk3WAYMCnDPsEoEpMqjFnoi0lIoRcLSPaqwWizlhSL85iJLdONh\r\nBsWLDWQlEhQwDRwPomUY1QXHC1NZpSPvXsPFvrLBYIgZQ+Waf7LlSGdCd+pU\r\njObQj5Wt8MC4BfwGf9Dx2CRP4B+CT1ZpsY0U/VAg8KkMCiUnvilmN4dgoEpM\r\nvZd3nvycpQzLcbThPwERjVovfr6d1xew32XFqCHZV3woGv5YioMRvr6yRthH\r\nJqKEZ87qAPltwPfhlc2/H4TzcG9ECi/uirMSTP0xK7s6uuoPLNkQeQ0OCJf9\r\ncp0hqUvqlL/pg63Et6okAYAs+JII76lLM/xJq1vgI1EGtUiH9yxtJ1f/MQsv\r\nx9N3XHom0nIMtSiQgw0GNvsw8xWgNpq1LsA=\r\n=fNhg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230404.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230404.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nOn6pXxLH7Rz1xQcNcPMLZg9FJseSEbHnzxn/UY/sfTzggeZfx+jvueNIwz1dd+EGvAvf+6yg49vJfz9j912gA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230404.2_1680655923995_0.2659290529547591","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230410.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230410.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230410.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7c56e4f28fea0c72a771dd77e1a550f8b79f0145","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230410.2.tgz","fileCount":76,"integrity":"sha512-mCm4xNm03jZW8QbzOUTHKWleXU4lqmx026Bi1MbmmOgSuHHv4jW+goXKhKpRrevlrmEK3y8nq1t2Bm0sJH/hng==","signatures":[{"sig":"MEUCIFhYvMKet+FCI9gVeba/DA15BBgZpWgs0JqpGikq8HRmAiEA4WN+jRzJzm9QsQqnKVbmpbaiH6xV26k0dX4T56UDyzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1041375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNK63ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBrg//autm0iI7youlAlVJ6pCZxaR7gF111i6IX4HAdKSKIwm/mBle\r\nTLAAkD+7dXRG7unTQ1Mu7SbCYe0rDq9khFC1b5xxC2R0TtiBNM1h9aV03pvC\r\nHKoS1qYyvAMLgZpF2AL+ILDy4ZRfDoqiThKGrua//sHYJdj0osNad7MhoqSs\r\nAGLfKjlerV52vFGT6jLRsR3sJ6EBvEIT9oA6FKUougXuO+03gEJfiybbG/Lh\r\nx/5QyMPyMhrtfgsiCbiG9EK5A8N/A2cHQN58MYWw6Nb/3kR3vzRhFaryeio0\r\njqo8VFtaJ4hc0raqxfuPGHeXQENLwTO8CwUF7mUTFMof+ZwVTsV5hJVamx6/\r\nj0XVcbsyIM+wLlVg2rigHDBoYNH+cWkl6DB7ccfpkGkFhbStXP0eYO30VfKf\r\nu+l2rtN1+pgtcQfbjfBU07Y+M1g6YWJDj/i6gSh5lQHyt+Mn5VsfAghIaUbs\r\nDSsaLv6kPQuH0uv5N7BOLBOspF3AIhO5Z5kAI3eg557owrrctAcShGEOBsiT\r\n7U+/LG7F0G2fwRaPJheAh8kjfIWxgj5yBbvRJD1jbGCyo938TesiWvrM+1AH\r\nF7+IAO5qhsl9L4ptr50ieCl+B7dBiQedBwbBoi+It3paI7/rAhOhgVh32Q4j\r\n0l8XFOubpQjtxStej+F9fUCEGLNisq8ExSE=\r\n=vPLb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230410.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230410.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mCm4xNm03jZW8QbzOUTHKWleXU4lqmx026Bi1MbmmOgSuHHv4jW+goXKhKpRrevlrmEK3y8nq1t2Bm0sJH/hng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":">=1.1.1-alpha <1.1.1-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230410.2_1681174199302_0.5240523761761053","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230412.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230412.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230412.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6fb1ed40676d2f0f063658cbdfa4b5253fab62e7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230412.2.tgz","fileCount":76,"integrity":"sha512-4GXwy89Yf32PX2YtKX1bpjwCXVSj1GhiPuKjGB9kI2viQd5ZCaJtM7Dg8CZPHhzEGartrbLTHl9cUHXgk9aNNg==","signatures":[{"sig":"MEQCID8DmVNjDIQ/BjO01BuW5xGADur1mp50ynIHfBI31iyzAiB2qk8+RCqqBSJDQwor/69cfVkuQuET10+i1RdCyEu2rA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1042012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkN1IFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmphaw//UxDbbtTyRHwUlH6LZbH29Dkm6D3E8aUVyL8z4W8XKnAMZ04y\r\nwWP3G7sNoArDBnGBL5Wfd9tpB3Kw7eS2k/1m7qT3DPoX68tAOjeLW+xQV6Ps\r\nLnSqtYiNaunawxKTrY0aGLxE5nL3pjX9MkGhmwYN66tcjfol4z00sg4loweM\r\nrU29/AyqgeaDFgELxb0/ZME24U6cnYdUxQRZ1p9CMospUYig25ZZJS6EkBIQ\r\nBrtgyp6udf3WJVdMm/1D/JyAtoBdEIEHJXkc0AKGRUYE9GeuMqpwouAiFDaJ\r\nrTUtOyDopxTFxzw71gUpzlnyoyBg2ye+89BOgGfha+erAlSz1MYjDFZfRX64\r\nhm1Gs0KYaZ5Nh0ODG2/RDE7A8EyiTxi4WzL8q5N4ypJDHkHOLvEs6xJgAzpX\r\n2R0aR/X/xZ4Q/+s/+GgDWk2f/yj0aeWFWmcwKipusf9ASnCtmn2knvZPu2qS\r\nURKDoCNxcR/B3wrneic8AFKp498e49deDFs+usOy7JFgggdiiv1RIqB0F8gi\r\nPVsoCgZ9ThHq4JqgUnxWMkwx45Foo+tir7102KNluAExPYF2sfYbBT30/g8W\r\nXRWYvR3x/AtfXxKixaeTXSoK4jhDLxab2PXmH1AeQV77I1yx6eT3O7Rg95BJ\r\n7Qb2762FmZaOGy0ZHiyjfKrSOuFhIVqwczI=\r\n=onQY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230412.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230412.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4GXwy89Yf32PX2YtKX1bpjwCXVSj1GhiPuKjGB9kI2viQd5ZCaJtM7Dg8CZPHhzEGartrbLTHl9cUHXgk9aNNg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":">=1.1.1-alpha <1.1.1-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230412.2_1681347077159_0.3693382713122768","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230413.5":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230413.5","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230413.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a09ff3339d7b67f82b06b086037acbfa9c9e790a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230413.5.tgz","fileCount":76,"integrity":"sha512-dxOi2EOWQgVj2PXvQhq7p1Rces/jpOhPc5CzAcmALXpWcHuPrGI2ipn9fAzcVkb+BOVIc/pbPSBb65fSZqXBcQ==","signatures":[{"sig":"MEYCIQD0bAQPG7V+cwnyb2i+j/p7nOLgSXYPaCfQEL1yaAT+awIhAKu1ZsLJ/+TkTDIAikobQjmNL8BFBJlQa3um87Uj4vbF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1041992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOKMJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVOg//fFOeeMFcwuk0/RZjJBtKkjWf92cq1+DqZ8X7t9zGiKY+nxzn\r\nlfOOJ9f/jiHsfyZkMm2XF1WcqTj29mwCcIBnugw8Kcfe7c5u5tvf9PpCfMZZ\r\ncopBJMbVDuL09YoJJM6TsH/o60MlWTQVCeScJACxcp9FFD4lwfgqxxR69hy7\r\nPYHEm8HRp02SpWPouaCWlPfggF8n+OIhIATbnOStPIEE6zp89zPcqquWTSc9\r\nFQI0xzW4OUf9x8zo+BxKqGG7FXtv/OVI0j+zVpF43jwz+Skiz3+sXJTeSs14\r\nFdHakhi8DU/JoqGqt8ZBLrD46JFyqitLVXG/JYul0Mp/wO/bjFyBJb8L2H7T\r\nWsrhaGMBol5ncTzYaZg5e+CZ9gU0Pi8/CfdqhwcvyzqecW/ZPpNbRIOqWsU/\r\npXiFtWGKVXLR3lqfsAm9lfNwEQw3opW2zu7mdE++1jBQIUJoeD+SQEEu1c/i\r\nzv+E/3wZVENsmnaY3VEuUPikNXSTIf4rjQ6m+2WgYYnzEH4DFQRcMbUCsHzJ\r\nuQuUSGT5fnI2ZGDAl5DIexUu/AHVtvskirdmQnsD6eubsuyYpzaUD7kV1A6r\r\nKoiI6I6AazT5etVvYoJT17+HF8sObHgDfsp+5J+Fwe+nPowkzOHE26dZjC8S\r\ncn52ZehYJMds83cepaZEVFn5/cTSyQ8l7Wo=\r\n=Z3kH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230413.5.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230413.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dxOi2EOWQgVj2PXvQhq7p1Rces/jpOhPc5CzAcmALXpWcHuPrGI2ipn9fAzcVkb+BOVIc/pbPSBb65fSZqXBcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230413.5_1681433352897_0.6306717274561213","host":"s3://npm-registry-packages"}},"1.1.0-beta.3":{"name":"@azure/container-registry","version":"1.1.0-beta.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-beta.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5c90ec06b9549edb17d7ecd2a1b1f8ab6b35f94","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-beta.3.tgz","fileCount":76,"integrity":"sha512-X8AbDrWXqKlDhIH+b9F1bY9b5kJ5I21u+X0qXUnSMJM11msyrTEtMVWpdUmAkVZ8X5vLiqR6pCKKdI60stqUAA==","signatures":[{"sig":"MEYCIQDVy2VV/n2DSO49Er4ffhk5NTNNNOmnXzBN7Y+F/Lt3XwIhANvMJeOQ5shyLt8t5gH0UbB8XJOLBTEmNUmB4cQ8387S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1041922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOac9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP5w//crcxExsskaBancgoXXNXEGUKp9BPaQ66sXcmlix/mSHf9vC6\r\nlpOaFxWOtGY4TjRiLJT2ILrSYJ33HIf9kbU5OCoFK/cOzdQAvyhzjV6irIGK\r\n/7grHel5PLAGHL1JhChvwIHALCJ2b6K6YXHNSxY4PYTyRL1/uxWXNyyh13L+\r\nIvT2J5V5KZ5kSmiygutIVcvcweFqSsNCe+USBdxj0JfJq+xv/XIZNR4yzP/D\r\ntvS6wq0ccrZukS5k3ufDqG/n5+DgE6VaII9ZkAJHhFX0RjWGqd777Vcl4Wg8\r\nkVjFPcpQib2rPn3qFfJmShtOYf0Yxm6cqmszxnofiEs361Sn9oMxyND5RcUU\r\ntgDs9nwhCPe1uqf2mvFO7ubxSO0kyP+mMbziXUQLmcU9SJnJ/hlGHC1k0Jbr\r\nyR4RSLbwta3Ybv9Gu9PKZPBu+sW+gSzRyc32+Qyhj4MDC5Nn7s8lqU12CQsD\r\n3tM6dcimzwhMm7RELx11HfBXWlO4TIr/VOLnkwVX2KzOAyH8kDjIIJSgi8Yh\r\ns0dl6uPPYORNTh/yP5bhe9rCFzMKNZuEm53mYTWE4bulYTBWXShXociJbbJD\r\n9cOK7hIZIIX923OOdTarvAGffRq9qq3y8Z8LjQOhmkAjbKLtMYJTulrr2gNj\r\nTlE5bGUW46E8p3wVFI0WDr1Xd23++gTRQoY=\r\n=+jIL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-beta.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-beta.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X8AbDrWXqKlDhIH+b9F1bY9b5kJ5I21u+X0qXUnSMJM11msyrTEtMVWpdUmAkVZ8X5vLiqR6pCKKdI60stqUAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-beta.3_1681499964848_0.532885332625133","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230414.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230414.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230414.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e55c218c10746d6cfc4e447619eb2c1a397189bf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230414.2.tgz","fileCount":76,"integrity":"sha512-9BzTB00LYYFjlbfEiiavFGeqachlsIhZIihtR020KcZbCnsH0dTyAWjrUPBfdF+VIdEjDO9OFKuWJVaCjrPx4Q==","signatures":[{"sig":"MEYCIQDOpTmKzFbBqsnsh3yXOC6/b5jlaosoEsa3PBBXXwasMQIhAILN9HH98T5bsQbI470p59DM+rrNaHFMIJjJuvOXqgvZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1041992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOfSxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPzhAAlBPOrO9TyVrEE5F/OvPb4Fk3N4+AFdV4hDI+iVk3E6PRf07c\r\n1ZLIW+6PcUvyzPkHvzLLjAUB4+80Ja9nvfoH53fGLNNqQjvILzVsx7c/uKAr\r\nvFqS+f7Oqk2JMAxD6ZdzIzbf8HiZJbZrISfEQh5z48BtTxtnMGi6xjCm2PtG\r\nWU8I3dWuCWdx9NRaDqJzJjH8fd1at2Eaju1CfFPhjNu8ZZpVr8SF5kcD+TQc\r\nuyJ9oXTs55pPQ3MEC4DiKtlcSeQJ3SgWyIEMNBso1NO+nCNN833SY4TxqfFM\r\nQR1+ReVPz0pwqAftOkbrtq+sHAq0OaNYaYBnd7s+0tSuWaAIb+u7F6sQckMJ\r\nQuQhWyxl/oM5IOiqYEPvGucPEDufHYaokZ37y448b9FxYIsvtk4hflo3QX7T\r\nsY6RXDeQcTa071cfVSGCZYRJCRVQw15VKgUedoaEh04HbW0sfbjFuLNkwn5l\r\nxcGHbDka7aof5yNM+K1gzpQMbeWT/lrsUzKN19gLovNvt1fMnqwG29e03vrP\r\n1Em40Hp/f+eiz597Hm7oc9WAdbEIHQ+q6NI2Znq6piuB1249VkXW6G2n25Io\r\n67+i6cfxLudGlNbNpG3pSqI4gW8P5dPW5/AJFk1X3gADxk9pEeAxxbkt2IVj\r\ncypuWs++7Q7LSHGh3+Kuq266Zl3MFgDo1HY=\r\n=aFqJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230414.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230414.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9BzTB00LYYFjlbfEiiavFGeqachlsIhZIihtR020KcZbCnsH0dTyAWjrUPBfdF+VIdEjDO9OFKuWJVaCjrPx4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230414.2_1681519792918_0.12127991252403736","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230418.1":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230418.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6a82dce1d9200b16fd65f3fbd9a0ee7723935fde","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230418.1.tgz","fileCount":76,"integrity":"sha512-nZY5aCS5PfU3PTK9TU7gpjYaX3kEReVHUwVJt+D9onA9IyK+htcwGGtpRzK1XJNA5Diy6gGWTTJABKT2BEqs8w==","signatures":[{"sig":"MEUCIQC6lwplNQB9tlj+MaES5nJVavdC7RYgFWc74TO05VJycwIgd36EDeYoyYfNTOUPu0CC2/plUsiNP4TvKzI2I8/yLYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPzsXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdBw/+O6bQyf488ixLNvv6Z+KoD1UJnl2vRRfzfg9Xi2qe1FVTF4tY\r\nvKU9pcUJhOixj5Pu3+cE2oHOTkx/pHL+gFuBh20VINxJVEVXmEXN4+LFyG2k\r\nfQoLUV15u8vNRPZjZzTU8aWGF1Buy/Yzd/N9vBrjnvd6mRQNuRDlGeZjHl4d\r\nsSaNm2kACpRDet9LIliekWZmIHo3O+Fo8ZyxI6N8a2qbOSuGh1+ZwXnO6XPf\r\nCYZlpGVAgpdLZr0rAalRlR5TCF9Q+kCTROxZj/fMvwIFt7wpNdC4bAQe51ja\r\naVFCVyxbBJ6vNZcJOGXVrl5ItGpYLXw5G0AL0y7GmyzDShTRbC/B1W0tLUuG\r\nrjyBHGMSgxdGGbF7MHW+4RN1CcYHRWe8mgYIHHEyLUflCEfwrpjU2XkbOt9N\r\nkiApybxeJcC0GXEIS5CBIzYLKqrWxNcUhuZwqoesMuRvB7trK2cEUUpOSY9b\r\nX7Yl3wua2H5Xz+t6TV7p4+4fwdC99S8LNo+YNYuSxrLDc2YRE6u1GHDEvzCQ\r\nbPdZUEfInCoRvjgYs6UMOBHikzD/bZw9KftzGbgQOn2+hMOLJubzmPeYm7f7\r\nMJQx5Y458H4xeKnta2wTUnvIlI3nKgsLr0tZMBqzuDknTU4iUanwbHFOXlEz\r\nBEz1IbgM6winfqDC7XvJoNylZ6qGQyI5uQk=\r\n=lnfJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230418.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nZY5aCS5PfU3PTK9TU7gpjYaX3kEReVHUwVJt+D9onA9IyK+htcwGGtpRzK1XJNA5Diy6gGWTTJABKT2BEqs8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230418.1_1681865495213_0.8556749216246509","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230501.2":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230501.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230501.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7e7029c2041f4e12e74a84bc9e72e9a5b5f2d40a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230501.2.tgz","fileCount":76,"integrity":"sha512-sMTybYdU6MNq6bqEG+wpTxIr3BQX87dUDseEK+U48SK6gxUmJm3njyU+xVvwZVrF4CY9wfV+B7Fvi3zwb7iVtA==","signatures":[{"sig":"MEYCIQCuo7xPFmeWGBsh2XPcf4O8Ng6vhvf1YwMdFqmEJac4/gIhAPBEuMbfcg6pausrAAUBJeXNx5/pb35lje5UrETtVpeP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1039779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUF2uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5KA//WMk3uUjkGFwhPNrq4Vrja720gsYkXCeRoPV5iFBr4r/ZAZtl\r\ni/T3vwZOxlNaAG9JMHcumdF1PjRYDplFgH1lTxKLVzhfVanGQj5D68CJC4HS\r\nDk+onUjKZ9TmcJqiStAk6E1Q6/uCvkv2IT/pLO+MhsJPVAQwkMVL8cIENX44\r\nGDlRBKYKyIAbnWJMX6vRLRqCKeDBn3Mjmy03pjM3/tvJmC1UPmt8tY9xsmUf\r\nXPKKLRnCCXH7YgByVn8pAdB0dCAXbOehWrX1P/82FpwqrM+N8OGyt5ZoRRyk\r\ncrxGuMvryI+KaWbwr494WiDVrLgZ247Bvp9Q2Ed0S0SEsQmhVlRE+GyLczyq\r\nUUKp1T/Enp3bA2y4/R4CyvIzq1HSanc0mVCUWg5s2YEkm/hnc4/mPtIG6X60\r\nhWz9+mJpS8CKLECnCTo6mqCNV2UQf2j//N6w2z240hbdWFubT4zsl1X+0pA3\r\noXE7X/zrhCoCAiY34SlR6iEDdOtaQtTSxzKNBhg7G28MZgyxNm23As10v4tz\r\n7CbCdgejjQ/VNHOe9pKhmRh7vF/0Ug21E/pQ3WXMbyNqK8A+YXh5xVQ7TYnU\r\nPopOZnOJdtp0VQtQaKX8KGNywWBQ3M8qU9tJmsybji7lcz/qfGW6UPfSOEpo\r\nhgPRm1R2Q3FJt/18bfNNjfMWRuMpkYrOANU=\r\n=rchQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230501.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230501.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sMTybYdU6MNq6bqEG+wpTxIr3BQX87dUDseEK+U48SK6gxUmJm3njyU+xVvwZVrF4CY9wfV+B7Fvi3zwb7iVtA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230501.2_1682988462262_0.6042237295565236","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230511.6":{"name":"@azure/container-registry","version":"1.1.0-alpha.20230511.6","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0-alpha.20230511.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8eb8ce05dd30a2735546d65c84d741b1852ff252","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0-alpha.20230511.6.tgz","fileCount":76,"integrity":"sha512-eyCQQ5G0CHk+hFqu+tCL4DI9NtL+5+aIU/F2YcEMusrj22O4JOfb3Sj7LBHIGQM06MFgoRdG9ePa+0MkgJfynw==","signatures":[{"sig":"MEUCIQC+2R8PXiAAziaDaaMdHvRkkxBLabDvaVFlQ37wEUP3VAIgeGxQCHwAGuRidijYULKRLE5sQVrJgcaFn14zuYZMDlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045790},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230511.6.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0-alpha.20230511.6.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-eyCQQ5G0CHk+hFqu+tCL4DI9NtL+5+aIU/F2YcEMusrj22O4JOfb3Sj7LBHIGQM06MFgoRdG9ePa+0MkgJfynw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0-alpha.20230511.6_1683852556653_0.7649899707161671","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@azure/container-registry","version":"1.1.0","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa2f59f3f9c5cdcd29c20a2fdb39bbc1a594639c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.0.tgz","fileCount":76,"integrity":"sha512-bNTNpOts7eMsBzmwLWicuORPRG7TfWAO/6uRDpKadOq73rb6rFdfJpek9X8j6tIyQDLFC/moD2Xff2nv4L6ARg==","signatures":[{"sig":"MEQCIHgc2J2YvLojqiv6mXqGcSpZqCfWTGA4HQkuH/4kbRiaAiBcen0eYEr/hqCFZLnelrYvyrqU2DK9F1G7Vv08ByYdIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045713},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.0.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-bNTNpOts7eMsBzmwLWicuORPRG7TfWAO/6uRDpKadOq73rb6rFdfJpek9X8j6tIyQDLFC/moD2Xff2nv4L6ARg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.0_1683863471011_0.07552603175998107","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20230512.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20230512.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20230512.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"52fdeaf21f871936201367df3eb96cf4be0a2762","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20230512.1.tgz","fileCount":76,"integrity":"sha512-FBBVOAM/pjLJfa7rHcDffhQ+NJ7TL+eA2lk0MWQPpw5XZBw9BSnmq3rIPl9gOnUHzFoeu0CiRklp0y+pP0nGhQ==","signatures":[{"sig":"MEUCIBfulwxU+U6JUqoBy653aMjBBz+PBNSJ260IVthRnWLQAiEAvWS6MuqV5VpSOKc3lk8Swhxu+6bFDLO4XGYUEHhLbeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045790},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230512.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230512.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-FBBVOAM/pjLJfa7rHcDffhQ+NJ7TL+eA2lk0MWQPpw5XZBw9BSnmq3rIPl9gOnUHzFoeu0CiRklp0y+pP0nGhQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20230512.1_1683939043800_0.6735533761509127","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20230823.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20230823.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20230823.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"92529ffd5ac4cf4f859444ade775ef81c0952366","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20230823.1.tgz","fileCount":76,"integrity":"sha512-QgEfK1gcoA0b17wbctNxCRiLzVuk4mu0nxYwhFMI5uQDAYu9XjSuycxCFvtPMh56+GxI62cyAdVnv0WG/c7QOQ==","signatures":[{"sig":"MEQCIHKjI9LO2J+qT5X31PWlTwixUfUwNJW9ymtrjak+TncUAiAhO23+pLZGxNCnRj2X/qBdI92MtA5ZzFHBFUOFk5v+/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045816},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230823.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230823.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-QgEfK1gcoA0b17wbctNxCRiLzVuk4mu0nxYwhFMI5uQDAYu9XjSuycxCFvtPMh56+GxI62cyAdVnv0WG/c7QOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","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","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.1.0-beta.2","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20230823.1_1692838171307_0.6977374769452227","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20230922.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20230922.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20230922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d59bd71a750a1b6cfc822418f0b97fc1c664c54e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20230922.1.tgz","fileCount":76,"integrity":"sha512-hJ6XSHMUDwEoS3GE40wK1K7TZs4ItD4Y0fB5QWAj19lal2KZb1mbeZnR4YY0Mvs5WDIhX/Fqx5cb2hckmHSC3Q==","signatures":[{"sig":"MEYCIQDDpJQNqpRW1V97/7Vpd77Qig0U9PDGdk1D70LNEnLCzgIhAN8ceGtIz8UukMSpYK56GfhU0OW1e2O/rPLq+yUmmgbs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045809},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230922.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230922.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hJ6XSHMUDwEoS3GE40wK1K7TZs4ItD4Y0fB5QWAj19lal2KZb1mbeZnR4YY0Mvs5WDIhX/Fqx5cb2hckmHSC3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","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","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20230922.1_1695430194304_0.31729118360161745","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20230926.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20230926.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20230926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ddfacc6ea2f6dfe4d4503f69dd31ced0837d88d4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20230926.1.tgz","fileCount":76,"integrity":"sha512-QLpxq3+yKLqpylhFuBrvgiGZnAPyjTerYiNpYsePXGXRS6JNtIDgbNa2+Qg46FbPxT0HWZMOTTIi5sRfMxzGDA==","signatures":[{"sig":"MEYCIQDq+f9CQECqvTsO0mqqXHefNirGyxvaD8D3r5a7yDoJRwIhAOyj/TRIJtmLOwTYUsu1zuupKR1ajvE7UKeaulB8fuvq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045833},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230926.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-QLpxq3+yKLqpylhFuBrvgiGZnAPyjTerYiNpYsePXGXRS6JNtIDgbNa2+Qg46FbPxT0HWZMOTTIi5sRfMxzGDA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20230926.1_1695775699992_0.21616905560103983","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20230929.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20230929.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20230929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cc099d42b5611a4f8fe8ecee00c9831e5fe7a414","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20230929.1.tgz","fileCount":76,"integrity":"sha512-VY/uT1psCACK69enCkaXQcOEO1bNZfJhu+T/kFcn33l32Q/Df7qTVPsr8II+ITu84zzRcQi+Fh1sPBM0/SeI7g==","signatures":[{"sig":"MEYCIQCVhcOILawY6AEZt68qXlKEYX2avIVeuRWz1/6CVzFg+wIhAOrBXq/QvGY1pL9LWgl4fL4al822AxfM6ZC+rQOMePQp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045919},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230929.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20230929.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VY/uT1psCACK69enCkaXQcOEO1bNZfJhu+T/kFcn33l32Q/Df7qTVPsr8II+ITu84zzRcQi+Fh1sPBM0/SeI7g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20230929.1_1696034764990_0.6463115634076888","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20231009.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20231009.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20231009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"11c733156d355fec70244ca2802f87c057b786d7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20231009.1.tgz","fileCount":76,"integrity":"sha512-AbU7Q1m1Q+QkVXvubI6iFQLAf69qQ4KeL2AuoTOCaLEFSLZMA7n+vM/y6ENpewMNx1gUizGHIN4Y1R33V8jOZg==","signatures":[{"sig":"MEUCIC9q2h+CtnsaH3RSnDU8MvKFRep4gcxES0ffTtPYgtH9AiEArt6olFqrSsYRrARcxHgNY8hoapf3cZQt0tVe2isHPik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045919},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231009.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-AbU7Q1m1Q+QkVXvubI6iFQLAf69qQ4KeL2AuoTOCaLEFSLZMA7n+vM/y6ENpewMNx1gUizGHIN4Y1R33V8jOZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20231009.1_1696898928848_0.5925541086515878","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20231023.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20231023.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20231023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bd91bad508e5cd4968c9d8b0cb0d1a1d7c69aece","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20231023.1.tgz","fileCount":76,"integrity":"sha512-H1Gbguleands4bT1YJJp3WTmCWeyso29BCw9dDj6dl3rpmytSkf4GEBQXe3q3e5cS4Y6U+ips8zC4BKssdDxtA==","signatures":[{"sig":"MEYCIQCy+kwuxKs82tq2aDOUQw1eG7dciJC5eA1CNSNXUuGm2wIhAKbc1uf6Jxg7mMO3J3r3lsrzLWVC0RCA9vJlsZoznXUb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044522},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231023.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-H1Gbguleands4bT1YJJp3WTmCWeyso29BCw9dDj6dl3rpmytSkf4GEBQXe3q3e5cS4Y6U+ips8zC4BKssdDxtA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20231023.1_1698108478514_0.8165243178064778","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20231030.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20231030.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20231030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f2bab931a390fcf14cb785c09036dd4ed42feefd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20231030.1.tgz","fileCount":76,"integrity":"sha512-cJ6qFcuUVMXrji/DW9B2vG7i0hoH5qivK1mxMY9lIlYFaWLXOk0h4Iz0RYUaKe2CYTAOuremczQpgpMD0lxT0A==","signatures":[{"sig":"MEUCIQCjQvto9pmu3g9cCbbsPqdpUAt6xDNwYKPFPkS5xy4AWQIgbSIM8BbjpmdE81Q5FguG7dQn2q4GmB9yPkM6ee/0+LY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044522},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231030.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-cJ6qFcuUVMXrji/DW9B2vG7i0hoH5qivK1mxMY9lIlYFaWLXOk0h4Iz0RYUaKe2CYTAOuremczQpgpMD0lxT0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20231030.1_1698713119364_0.7922372014714085","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20231106.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20231106.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20231106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2ce5b4700b96dc7feb3d0b1605555ed4c756ebfc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20231106.1.tgz","fileCount":76,"integrity":"sha512-5tegTAb1zg8fvksGHB4c9/Q5wXPpZoSL9tAfeJhvwwHqE5dAWctqJgdkNB6+5iAGPCeZgAwXgbYx7O5XdydnzA==","signatures":[{"sig":"MEYCIQDAeVSYMTNgYyxFvz1l7at8pt2vk4sQNDPgbSVXT0/QCgIhAMZVyPv6DdvYu9fk0305e9E40fdTgL43Qsfi89maSpCp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044588},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231106.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-5tegTAb1zg8fvksGHB4c9/Q5wXPpZoSL9tAfeJhvwwHqE5dAWctqJgdkNB6+5iAGPCeZgAwXgbYx7O5XdydnzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20231106.1_1699321612963_0.7636884558400654","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20231211.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20231211.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20231211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53d109efcf50a68409eaf409e016b8cf73274edd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20231211.1.tgz","fileCount":76,"integrity":"sha512-wPit5WikZdTErI1oyaiOkGs0JOLVTyXgDFdCOhFSly21w6/CXkLE5GeAxWvrN+aJNpnt1F2KnxYQw1Ipx3WNWg==","signatures":[{"sig":"MEUCIFf5ODWnz0IF+Id3ZnZieUEa1puG9ccB5xo2M4+ASERaAiEA5g3zsPB62CJgzftCYij7eo2rDn7vTmfKY/pCIpt4uAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044550},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231211.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20231211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-wPit5WikZdTErI1oyaiOkGs0JOLVTyXgDFdCOhFSly21w6/CXkLE5GeAxWvrN+aJNpnt1F2KnxYQw1Ipx3WNWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.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","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20231211.1_1702345839186_0.6761653705129709","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240110.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240110.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5873c807bd132e4f8d2a83cbb1f19394f7891818","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240110.1.tgz","fileCount":76,"integrity":"sha512-wB/T/YfciqmyOLqNA7goCVnLOxPS/mbYYJzXhfKF9Ol4VzjHZDNqO5sEuAM07bNWOOGkj1Eau7Xw8eDbd7pKyg==","signatures":[{"sig":"MEQCIG8KoF8JbeCEeRCejUwnm+oOvtuW1qd86cgkdPGc7iY3AiB0H6QqMDxH6m15baCIMUFkZ55mL2ishZc+KZLFAXxELQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044792},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240110.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-wB/T/YfciqmyOLqNA7goCVnLOxPS/mbYYJzXhfKF9Ol4VzjHZDNqO5sEuAM07bNWOOGkj1Eau7Xw8eDbd7pKyg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240110.1_1704937865718_0.8451503990985547","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240112.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240112.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4ea43911aab1f0ba069ed86465417f326025b30d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240112.1.tgz","fileCount":76,"integrity":"sha512-bNwBoFYf9nL80jlnLuAHPrAoQZYOQ93ZQyGIXthIoNnjLLRA9ul18Xdfact98hpiIFoqRkBX8K6njM87UYb+gg==","signatures":[{"sig":"MEQCIChf9G4cs6u8pXl9ehoFGkmHR2110fMnTq9XfSMo25YvAiA625CDlPlg46pyuZ34V7FyrEYz6vlLzbEFwZ24Fh4vzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1030004},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240112.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-bNwBoFYf9nL80jlnLuAHPrAoQZYOQ93ZQyGIXthIoNnjLLRA9ul18Xdfact98hpiIFoqRkBX8K6njM87UYb+gg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240112.1_1705110350470_0.8121410582279784","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240116.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240116.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d2cab23f42a14c73c4f8181118518148973c3292","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240116.1.tgz","fileCount":76,"integrity":"sha512-5P2HTOFggV7/m2nUiN2MdnNEY1LmRGtl93I9CnIHV3dbPzfF7IChy2AfEupP806o8oSBERcZEeo/77fy5YidDQ==","signatures":[{"sig":"MEYCIQCRbQVrMwT8AQYr40UvccBm2JaFjX2Q+vMH2W77ZKx9sgIhAMwyi0iBjX4Cyj332eAaQT7YFHO3ZVu7VWgFjbUV/lxf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044792},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240116.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-5P2HTOFggV7/m2nUiN2MdnNEY1LmRGtl93I9CnIHV3dbPzfF7IChy2AfEupP806o8oSBERcZEeo/77fy5YidDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240116.1_1705456182798_0.9087569148394619","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240122.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240122.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240122.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"841db63f309cd93047db6c37758f253c090f8452","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240122.2.tgz","fileCount":76,"integrity":"sha512-JTzTm5tXXJ0CM/zSz69qFdRuLu9KFaz4rBecJVbgL4PCV1jZjWJXYiQzXqSqYsBK9+Iyexzq9A2JNIKNEvHW/Q==","signatures":[{"sig":"MEUCIDaH+6R7HZCuloynGEtaKprZKbnc2drY/fcAQq8b1VODAiEAy+mAOG80Yn0A0HGTWD7SAlke2YKbp+v1VYCVLqp7b0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044412},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240122.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240122.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-JTzTm5tXXJ0CM/zSz69qFdRuLu9KFaz4rBecJVbgL4PCV1jZjWJXYiQzXqSqYsBK9+Iyexzq9A2JNIKNEvHW/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240122.2_1705974452714_0.49089148610776134","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240126.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240126.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240126.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a5482030fec47034e6bd29c4fe31188a8ee1baef","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240126.2.tgz","fileCount":76,"integrity":"sha512-+J3TtEK3gYRaWM2jGseyxgg8sRDanT/eQlh8kZE9XfmMkzGr/eIyPMGYlYAcZQNCenIQlJRg2JQxitxmEgdgYQ==","signatures":[{"sig":"MEQCIGOtOAYstNgiX+Vc3N3aj80ovTVeMSX0V5nXh4UJf+ZJAiBxMvlsB2m22rz/CQ0WF5wlIHf4/tMAdIji5E2/dVwfVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044552},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240126.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240126.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-+J3TtEK3gYRaWM2jGseyxgg8sRDanT/eQlh8kZE9XfmMkzGr/eIyPMGYlYAcZQNCenIQlJRg2JQxitxmEgdgYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240126.2_1706320613107_0.8072699764017943","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240202.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240202.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"59907c04014895ccb7e9cf0e0b1c8e1e9f4e2011","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240202.1.tgz","fileCount":76,"integrity":"sha512-O/J/h09tglkPBQIHXd+rj+1/kV9CFPuv7moxBaoQb6iAyPMgwZ29XQISPT88Q6J0VjsEfE9vk5AgewxqgJH1TQ==","signatures":[{"sig":"MEUCIFp93brtM8+TDXHruxv9PERcIqCV/+2hJoE67E780YL2AiEAxX6REQu3fMhaD0F5zz42jT0NlSNNHCp+flHKmnjhPxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044552},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240202.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240202.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-O/J/h09tglkPBQIHXd+rj+1/kV9CFPuv7moxBaoQb6iAyPMgwZ29XQISPT88Q6J0VjsEfE9vk5AgewxqgJH1TQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240202.1_1706924759834_0.44761327902328474","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240307.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240307.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"14172e875c2839a8d7880ddddf4f426378eae393","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240307.1.tgz","fileCount":76,"integrity":"sha512-yl2dTsk3tNrKFbbMDBvEXti9hFlQuLMftwBHGzCeWIotI9WmltAdr+ghvT9jbZsaUPQZuimS8VzmNm53izSLdA==","signatures":[{"sig":"MEUCIEEAmgxHE/ocTiwM/Cb2HcnfONDvTIKSVWxXg2zXgTUQAiEA03tdGJPijwDEOzadiHgkeXXx+OG4KmJ87823AmRf04Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044559},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240307.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-yl2dTsk3tNrKFbbMDBvEXti9hFlQuLMftwBHGzCeWIotI9WmltAdr+ghvT9jbZsaUPQZuimS8VzmNm53izSLdA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240307.1_1709863663567_0.7545164969817897","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240322.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240322.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240322.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d00c24760dbd883587612761746ee5dfdbf87466","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240322.1.tgz","fileCount":76,"integrity":"sha512-NEIeacjcCFpVdvJADyM1K+TLMYlmhGCX24vnCXv+Pox4HH3cDFyjB33YwC9zMnQP8w02IjihATb+waqsVaiZrg==","signatures":[{"sig":"MEUCIQDa3nNslDXu7P5p14f0FPRsPv+K7vvEt9DskGeiwTyYOgIgN7M8IodSVcqDxwK2w4drw6YEd2vlJnr9bJPVIG9S8Ug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044559},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240322.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-container-registry/azure-container-registry-1.1.1-alpha.20240322.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-NEIeacjcCFpVdvJADyM1K+TLMYlmhGCX24vnCXv+Pox4HH3cDFyjB33YwC9zMnQP8w02IjihATb+waqsVaiZrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240322.1_1711155049449_0.7688571072307189","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240402.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240402.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240402.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"74f5acaaa8e96523671e60d09b1b2b22b31d5adf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240402.1.tgz","fileCount":76,"integrity":"sha512-hJ9gNBW+b+OSz9zXTSW5ejAKQXwWcYujh/qzaD7JFIgxQiQQFpeApWGfi9TLrRO4fZNAeBE2Q4A9nuT33GXqFA==","signatures":[{"sig":"MEUCIQDcx8r6uIjvRRZDaCbXCGyplqXfPekrXgLi26WXb3I0WgIgYc94wyqCM9PfVAD5+DrY+ko7em1pAwPoCadrEaVVntA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044559},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\34702b12-d049-469f-8a62-23f0d51897e1\\azure-container-registry-1.1.1-alpha.20240402.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\34702b12-d049-469f-8a62-23f0d51897e1\\azure-container-registry-1.1.1-alpha.20240402.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hJ9gNBW+b+OSz9zXTSW5ejAKQXwWcYujh/qzaD7JFIgxQiQQFpeApWGfi9TLrRO4fZNAeBE2Q4A9nuT33GXqFA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240402.1_1712105651469_0.5188920221966808","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240403.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240403.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240403.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"df1b93bc1ff2e8701965b9f048cc774434669277","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240403.1.tgz","fileCount":76,"integrity":"sha512-FM3ZnyOwpZ3ZtPP9GtI4qQe1a1KUIwrPUQQxSYalKelmOV0FY/BBMK2ZzjpVm9EkZ2rrdvVSFUeK0C2cdAwB1w==","signatures":[{"sig":"MEUCIQDCDIbxAavQ+QgK4ktvLx7/6PzuhydqTkEDfsP9hopcrwIgNsSG1XKMLju8Dg2LhgQhv+oInd7mt3fiSHdBKE19yVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044559},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f78bdc4-09d1-4e3e-ae8e-9f60dc5598b5\\azure-container-registry-1.1.1-alpha.20240403.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f78bdc4-09d1-4e3e-ae8e-9f60dc5598b5\\azure-container-registry-1.1.1-alpha.20240403.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-FM3ZnyOwpZ3ZtPP9GtI4qQe1a1KUIwrPUQQxSYalKelmOV0FY/BBMK2ZzjpVm9EkZ2rrdvVSFUeK0C2cdAwB1w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240403.1_1712191790625_0.14846890517390543","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240409.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240409.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"92a304562bffdf0e21168b2b703c2ebe73837c15","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240409.1.tgz","fileCount":76,"integrity":"sha512-RG88TrheI/IXKRt2OmCSBdomYhjzKg2ffTJ8HjzrA2mgN4eEZ32hD/5T+T2onvWWC0oW8ijcn6U5MxdlYxkAHQ==","signatures":[{"sig":"MEUCIQC16C/f1CAX1ms+8YglPAGVTGhjYgVGljAGHvjO78cE3gIgIze3D2OU57RKDW9QQihS0aOKxddQUd/bD7Bw1LkV/7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044559},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e8e07cf-3348-4ee2-928e-4a0211236842\\azure-container-registry-1.1.1-alpha.20240409.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e8e07cf-3348-4ee2-928e-4a0211236842\\azure-container-registry-1.1.1-alpha.20240409.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-RG88TrheI/IXKRt2OmCSBdomYhjzKg2ffTJ8HjzrA2mgN4eEZ32hD/5T+T2onvWWC0oW8ijcn6U5MxdlYxkAHQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240409.1_1712710526950_0.08389052063387248","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240410.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240410.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240410.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f497360ea328caf14c8bc64412053b240e48029","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240410.1.tgz","fileCount":76,"integrity":"sha512-glM8/tFnyeIO1gEd6R1TWO8rTgXaQMEJUyFSIRCMUOrTPsH2WnjY7E4lj3TcJjpxCQ97aN7sgCD8NuD0xxzhqA==","signatures":[{"sig":"MEUCIDczjHsQYzeB7VcmGeGoKSimapKY53odaHl1ay3383sqAiEA8/xTHd/KfkjlnL3n94dONLcW+xrB2GNWUGtIEIqIJH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044559},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c88a175d-15f9-405b-a726-26889e0075ec\\azure-container-registry-1.1.1-alpha.20240410.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c88a175d-15f9-405b-a726-26889e0075ec\\azure-container-registry-1.1.1-alpha.20240410.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-glM8/tFnyeIO1gEd6R1TWO8rTgXaQMEJUyFSIRCMUOrTPsH2WnjY7E4lj3TcJjpxCQ97aN7sgCD8NuD0xxzhqA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240410.1_1712796613002_0.019494721666385217","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240411.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240411.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240411.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94b62c087b4bdee1a095205020bd05d2f78698b2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240411.1.tgz","fileCount":76,"integrity":"sha512-O0oixpHzNXR0uqdOWvj17fnTwQxejCazF4QJnft/CTbN6qOdFHw9qPkq1afLZ/yV9OMmTzv/SUkqVckemBPVKg==","signatures":[{"sig":"MEQCIF3WVS30tOPP8emfyZ277fw0ZZhFU/WKnPlv56CPG71dAiBpWEvi2FRX4pw6EiBp5bSwUqKVhuI6+j8/qTNSwr7PTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\67e93704-9e7a-4781-8d69-e320185f2142\\azure-container-registry-1.1.1-alpha.20240411.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\67e93704-9e7a-4781-8d69-e320185f2142\\azure-container-registry-1.1.1-alpha.20240411.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-O0oixpHzNXR0uqdOWvj17fnTwQxejCazF4QJnft/CTbN6qOdFHw9qPkq1afLZ/yV9OMmTzv/SUkqVckemBPVKg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240411.1_1712883045139_0.4140128289939047","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240412.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240412.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240412.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"758deb901e5cb2832e5b420e0f2ec7185fddd2a2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240412.1.tgz","fileCount":76,"integrity":"sha512-NhiEdRsMahfVt4tJewhfhdIt4liVFxiFAmSF5tGMGFk6/+d5WsodQFbYbdiDlIds2/Bjuhlw3hF4cqISOkAKcA==","signatures":[{"sig":"MEUCIQDYhAgWvxwDU7ggnWcyp2teMUxH3bqI2dZOD9Cb1MUUYgIgLKs5s5dhRkZRV+xyO9p6UIDErF7mhlafX/zY7N6JYto=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5a5de0d4-cd07-43f6-aaa1-dda49d726868\\azure-container-registry-1.1.1-alpha.20240412.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5a5de0d4-cd07-43f6-aaa1-dda49d726868\\azure-container-registry-1.1.1-alpha.20240412.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-NhiEdRsMahfVt4tJewhfhdIt4liVFxiFAmSF5tGMGFk6/+d5WsodQFbYbdiDlIds2/Bjuhlw3hF4cqISOkAKcA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240412.1_1712969489882_0.05301840316472717","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240415.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240415.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240415.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3f3466b68a3d435ce9cc43c7936f66653a98a44","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240415.2.tgz","fileCount":76,"integrity":"sha512-nlcOt90WTEXreVc82gz9Fv9XM6ym6HbnRKja3+MG1BfAzevvNMapBdfqdYZRaGPAeufxGS8GtBG6/LUClBsuHw==","signatures":[{"sig":"MEQCIAaWg8VU2mWpg18cdDTNbXJ5amwrBSgfSEedtfpjxIuiAiAOXiaqhwd+UG5nI6JkEc5DtpARKQJ3/kxuyeSNKPZ5dg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\de086e57-c712-4d3c-8a3a-7a6027c16586\\azure-container-registry-1.1.1-alpha.20240415.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\de086e57-c712-4d3c-8a3a-7a6027c16586\\azure-container-registry-1.1.1-alpha.20240415.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-nlcOt90WTEXreVc82gz9Fv9XM6ym6HbnRKja3+MG1BfAzevvNMapBdfqdYZRaGPAeufxGS8GtBG6/LUClBsuHw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240415.2_1713228841535_0.1321398380881016","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240416.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240416.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240416.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69964aa550b1a054bf85dd3ed89d800f695e4f46","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240416.1.tgz","fileCount":76,"integrity":"sha512-3Cf1eXQBfj21Xtb7O5mUHMtEtWHEvmj4Wk/8MhYnTodQE7gR3pkIB5FWmbdaJuSlNt5SXGRudw2Kvvcj/L9A3w==","signatures":[{"sig":"MEYCIQDEEweGWPiUCNjcSo16poSGuftVKjUBULrfRZTA7pLZdQIhAM3wpVDdzT64U9NMi/oZzHbD1dPA1zptxtFfhKs+PJ9h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d099caf4-2a51-4608-80b7-23e3e4c8443e\\azure-container-registry-1.1.1-alpha.20240416.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d099caf4-2a51-4608-80b7-23e3e4c8443e\\azure-container-registry-1.1.1-alpha.20240416.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-3Cf1eXQBfj21Xtb7O5mUHMtEtWHEvmj4Wk/8MhYnTodQE7gR3pkIB5FWmbdaJuSlNt5SXGRudw2Kvvcj/L9A3w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240416.1_1713318126500_0.5132278057707609","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240417.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240417.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240417.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b9cec18a241107613cdb523a4cc7c96cf40c2ca8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240417.1.tgz","fileCount":76,"integrity":"sha512-G5wgxAbivVLaDSPM9VCwhfXrdhLvqL/hbjstHBRGXo94xWMZQrC5BMz43yG1KHrCo1RWWnHe44NYDuJ7WwlEyw==","signatures":[{"sig":"MEUCIQCeHBgSGaPJKag5cdqqxo/HGIeRS0BE94vjxAG+8Iw6ewIgSmCF2Rfzlmhr0Aev/WEAFZlRwAVO6Z3tgYOwgYUaKDw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e8e24b14-2f2f-4099-b40f-5262ffca3a6d\\azure-container-registry-1.1.1-alpha.20240417.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e8e24b14-2f2f-4099-b40f-5262ffca3a6d\\azure-container-registry-1.1.1-alpha.20240417.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-G5wgxAbivVLaDSPM9VCwhfXrdhLvqL/hbjstHBRGXo94xWMZQrC5BMz43yG1KHrCo1RWWnHe44NYDuJ7WwlEyw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240417.1_1713401471243_0.5329598148355317","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240418.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240418.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240418.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f91e1655feb176d6c9819f3ff0965cb4c582f8c1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240418.1.tgz","fileCount":76,"integrity":"sha512-5/Sg7IfS4QQsCtr0MHwYNw1iOSpQ/59DnbKIqtLANJyPUlG1cK9qnL/H55gOHncqd39aaq6D782GZc9AjB1JyQ==","signatures":[{"sig":"MEUCIQCxLkcmgKdsJqLiAppMD3gNcH3ZMWorNjRG3AG2Wt71pgIgXln3WCFlJg6RdZ6pQ6JJM2IJajTKjd/KQxfun8RoU1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3db1bd86-ff1e-4295-a0c2-bfaac600eeca\\azure-container-registry-1.1.1-alpha.20240418.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3db1bd86-ff1e-4295-a0c2-bfaac600eeca\\azure-container-registry-1.1.1-alpha.20240418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-5/Sg7IfS4QQsCtr0MHwYNw1iOSpQ/59DnbKIqtLANJyPUlG1cK9qnL/H55gOHncqd39aaq6D782GZc9AjB1JyQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240418.1_1713488046710_0.9214818439194881","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240419.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240419.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240419.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"506cb2195b6d4db3e9fa92085e637a5bc3c2f25b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240419.1.tgz","fileCount":76,"integrity":"sha512-ULpQmeVsZa2FxFejSnpaADfLMwc18stkNtr6Zm+Q4hgusWEXLdVWOOiGcmWp1vNYYhoSW2iRwgLA9vb5FHLxuw==","signatures":[{"sig":"MEQCIC+MKu+uC1emGhR27ONvwJhjgk32OBrMJUaTSkNN61kOAiA09WQ4yK53EyjC76U9uBzW69hbgqzvlpl0JTj3mc+HEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044888},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\21fb9da0-af70-4865-80c2-dae1146052a0\\azure-container-registry-1.1.1-alpha.20240419.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\21fb9da0-af70-4865-80c2-dae1146052a0\\azure-container-registry-1.1.1-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ULpQmeVsZa2FxFejSnpaADfLMwc18stkNtr6Zm+Q4hgusWEXLdVWOOiGcmWp1vNYYhoSW2iRwgLA9vb5FHLxuw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240419.1_1713574467720_0.25028957726602297","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240426.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240426.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240426.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e004f4e716c01b664d5e55024cd022057897b81f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240426.1.tgz","fileCount":76,"integrity":"sha512-GTtf7eyGmXREJRU9NnT9dBGSJcSUCUqru9jrX+CNiQ6rzU2T0RPKfl2gjV61WJXdOovCRk44eSPKx4V5ua3F7g==","signatures":[{"sig":"MEUCIQC528s29BASU8MBJJDRRwWoQv1wxk3Iqy53hNybqGnjBgIgZwhQyGARc7SoIOi8xHr2ZRBC92QMJna7TuQXzKELunk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044928},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4d8d3aa6-8cb5-4fda-b29a-a0856fc61a2f\\azure-container-registry-1.1.1-alpha.20240426.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4d8d3aa6-8cb5-4fda-b29a-a0856fc61a2f\\azure-container-registry-1.1.1-alpha.20240426.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-GTtf7eyGmXREJRU9NnT9dBGSJcSUCUqru9jrX+CNiQ6rzU2T0RPKfl2gjV61WJXdOovCRk44eSPKx4V5ua3F7g==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240426.1_1714178959974_0.6087153291469307","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240710.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240710.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240710.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"282046819cf72d6b2daf36bf7814000d004abd3a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240710.2.tgz","fileCount":76,"integrity":"sha512-/KOgrobBlKE8GJGHA8JnZnGel9/urBRL4gIDvy3plyYFYIYtGpFmrXxEMaBfLygzrwoKIl9bgLvetnH5GUOmcw==","signatures":[{"sig":"MEQCIHEtmkLMgJoLQbMQK0CZUiI8PrjreHiFvTk9qjJvCCMiAiAalwSmAorgj7PxNeDqDsv5p3fxB9w4YLfd17aa8CuYwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\07001e3d-512b-4235-83c6-9d48e302827e\\azure-container-registry-1.1.1-alpha.20240710.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\07001e3d-512b-4235-83c6-9d48e302827e\\azure-container-registry-1.1.1-alpha.20240710.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/KOgrobBlKE8GJGHA8JnZnGel9/urBRL4gIDvy3plyYFYIYtGpFmrXxEMaBfLygzrwoKIl9bgLvetnH5GUOmcw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240710.2_1720659024004_0.7427567626953815","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240711.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240711.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240711.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51687337354ecded67ec38f39544f03cfd28f217","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240711.1.tgz","fileCount":76,"integrity":"sha512-Xkk3F9Ip6VqXgSkvW1EJ9ytju2JwZNxSYTO1llMKKsMPusYukXgGr6vmBIAWYoI3IhaHd4a6YybgjTUyAAoGgQ==","signatures":[{"sig":"MEYCIQDej3SRV27pLMrJdt5YA4e2ygyV8U0X+dqP3doBdHsywgIhAIu9vTxqaTF0lov7KX++sJu8mRyfUI2SLGw+oXK8Na7T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\382f084c-19b4-480e-85eb-9aece8ab759c\\azure-container-registry-1.1.1-alpha.20240711.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\382f084c-19b4-480e-85eb-9aece8ab759c\\azure-container-registry-1.1.1-alpha.20240711.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Xkk3F9Ip6VqXgSkvW1EJ9ytju2JwZNxSYTO1llMKKsMPusYukXgGr6vmBIAWYoI3IhaHd4a6YybgjTUyAAoGgQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240711.1_1720745556325_0.1465863951523101","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240712.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240712.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240712.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b53ad7934946e12430fd2b44c569975cfbf3d8d0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240712.1.tgz","fileCount":76,"integrity":"sha512-hEMNaAMYgAD+BDfxSxZgWOigW3WFcUk7tMJJgTay1l3wySVQwvYtfLcADdY8+hSfMc+QDEq3isXpXv32lPwMiw==","signatures":[{"sig":"MEYCIQDFwBaF54763vNIucOJSOpTA3UHLUO7Cgb+6USsyiDHagIhAJH9zbw1yCJQc/bjT543r7HvFR1aCdytOUYy5F7JSS9L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\97dd31a2-b840-4e30-97cb-b70314be0d6e\\azure-container-registry-1.1.1-alpha.20240712.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\97dd31a2-b840-4e30-97cb-b70314be0d6e\\azure-container-registry-1.1.1-alpha.20240712.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hEMNaAMYgAD+BDfxSxZgWOigW3WFcUk7tMJJgTay1l3wySVQwvYtfLcADdY8+hSfMc+QDEq3isXpXv32lPwMiw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240712.1_1720832318232_0.9139638278682058","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240716.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240716.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240716.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6542797a2f47b8bb6de961e30dfb69e4ac3f2e4a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240716.1.tgz","fileCount":76,"integrity":"sha512-DFiWbN4tQy70lx14K3NHQC9Jx4DOUG1xMa9hxs/5O14C9zCZgFWHi+GfQATv0agtW0LsUs5ljSvaXKlir6V4kA==","signatures":[{"sig":"MEUCIBd7UdC6yv11BD5/iZPj+pvbtATU3K77oexelJZNUKDZAiEA+BfRQ4oMs+91l1H3+HYf1Cg//CNAz3/8EMpXfIXlyDA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab38942f-1a6c-4cea-b83b-72a01735097e\\azure-container-registry-1.1.1-alpha.20240716.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab38942f-1a6c-4cea-b83b-72a01735097e\\azure-container-registry-1.1.1-alpha.20240716.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-DFiWbN4tQy70lx14K3NHQC9Jx4DOUG1xMa9hxs/5O14C9zCZgFWHi+GfQATv0agtW0LsUs5ljSvaXKlir6V4kA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240716.1_1721177483755_0.10747452246898215","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240717.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240717.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240717.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d8a3fcbf205d1a80fe972a03026292ccc9f4daf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240717.1.tgz","fileCount":76,"integrity":"sha512-90suo3YtXHIqBxpw/kM6Xpbz3YuKQ4ULZ2Km0wy+b+N0137hRNE1KHEyIskpq+DfoygV373gvj9gtRCNsdieSw==","signatures":[{"sig":"MEQCIC3369bQyADUfqbv57ouc5foqGs90HYxlVCd6xv1RA7jAiAPvF14HDAAg44OQJUPKDEdCrDvXqdNFQPfQmaaisiqvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\990f5c7f-5966-4472-ae0c-899c4034f535\\azure-container-registry-1.1.1-alpha.20240717.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\990f5c7f-5966-4472-ae0c-899c4034f535\\azure-container-registry-1.1.1-alpha.20240717.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-90suo3YtXHIqBxpw/kM6Xpbz3YuKQ4ULZ2Km0wy+b+N0137hRNE1KHEyIskpq+DfoygV373gvj9gtRCNsdieSw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240717.1_1721264058541_0.9608400018991967","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240719.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240719.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240719.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ba7a529329a55c6798a3beb4f100908fa8a3fb8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240719.1.tgz","fileCount":76,"integrity":"sha512-6Uqu2lNXl9JaO7RB8lTaCMqTV/nvuN8nBls2xLX/4YBNw1g0gE/oyEBARqYv0DewnBW8nRe5I6HhDgYpi9ZPYA==","signatures":[{"sig":"MEQCIAubykCS3pELxx9zAkcHiDS1eeoyakahJYw0c/rwq5OjAiA5jmzpotkWwZPK0OfTgBuQF509sbKrUGLB507rUAoFBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d08f5520-22e5-43ad-9783-50d5d8bbfcbc\\azure-container-registry-1.1.1-alpha.20240719.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d08f5520-22e5-43ad-9783-50d5d8bbfcbc\\azure-container-registry-1.1.1-alpha.20240719.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-6Uqu2lNXl9JaO7RB8lTaCMqTV/nvuN8nBls2xLX/4YBNw1g0gE/oyEBARqYv0DewnBW8nRe5I6HhDgYpi9ZPYA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240719.1_1721436570856_0.9411919370077879","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240722.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240722.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240722.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c0a756f12a617ad7cd07bdb6c4abacb848489d0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240722.1.tgz","fileCount":76,"integrity":"sha512-63lliyt5ZZ+KSu1lMkHQjnXKkG8StBcZP3vwKaQsj+Mepk1U1bInIFtkTYU3kW4vVYdfAGa0sATHS3l6VU2Gbw==","signatures":[{"sig":"MEUCIBbJ67hybaRc+8J3eDZntkWEAHCe+HhCtOySTceEeDFOAiEAnlFpC4LDT73u0QiW/qaWcxBHkyAzt6BH+NkHEXFhpSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\db8b5c43-0e1f-4701-b08c-2c00d76c095e\\azure-container-registry-1.1.1-alpha.20240722.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\db8b5c43-0e1f-4701-b08c-2c00d76c095e\\azure-container-registry-1.1.1-alpha.20240722.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-63lliyt5ZZ+KSu1lMkHQjnXKkG8StBcZP3vwKaQsj+Mepk1U1bInIFtkTYU3kW4vVYdfAGa0sATHS3l6VU2Gbw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240722.1_1721696048331_0.7267197797024056","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240723.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240723.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240723.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b54665e49e00f8010605adb10b4b93b62eaa12e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240723.1.tgz","fileCount":76,"integrity":"sha512-6Fe7SsPz699hh12eLaRzVX0toSHEA7lu3H4VQHpOx5lhKqq+76TUH8R64aqTF+HKWUQraGx6i57iTmSIXvVG9A==","signatures":[{"sig":"MEUCIQCYVOtaLbmv2DHZ70C+YXaE2hLxMrXpjNN18255g0surQIgLpuIeE565BGR9WarP0F05MqViE4/Bd/BXgdpB8U96p4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d93bbdc1-4144-407b-a500-0bfcedb19b16\\azure-container-registry-1.1.1-alpha.20240723.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d93bbdc1-4144-407b-a500-0bfcedb19b16\\azure-container-registry-1.1.1-alpha.20240723.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-6Fe7SsPz699hh12eLaRzVX0toSHEA7lu3H4VQHpOx5lhKqq+76TUH8R64aqTF+HKWUQraGx6i57iTmSIXvVG9A==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240723.1_1721782155751_0.046465765970674644","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240724.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240724.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240724.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2605aeed2c384e053c0cef8541f041cadf801eba","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240724.1.tgz","fileCount":76,"integrity":"sha512-f+GKQFXbFuhVQHpMs1a4H8GikjWhI3uUALK+PmBUIqkIpqqTSMv+L5MOQwPCGxCnJ+lq4uGsRnGk8oMiPSP/EQ==","signatures":[{"sig":"MEQCICiFXbC+9RazeyWwNIZRJEvEEZlhHks7xvoYBnYGVvlcAiBRpVA9vvNAf20SAyejJJahursNqiJybM5wF8+E0DZSeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\17d447a2-81ac-4da4-be10-e5f1e6004a35\\azure-container-registry-1.1.1-alpha.20240724.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\17d447a2-81ac-4da4-be10-e5f1e6004a35\\azure-container-registry-1.1.1-alpha.20240724.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-f+GKQFXbFuhVQHpMs1a4H8GikjWhI3uUALK+PmBUIqkIpqqTSMv+L5MOQwPCGxCnJ+lq4uGsRnGk8oMiPSP/EQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240724.1_1721868781953_0.2413875373267067","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240725.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240725.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240725.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"908b13910ee08317f63d3b0650ec59db6ba55864","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240725.1.tgz","fileCount":76,"integrity":"sha512-ptfI951jt7ritkUBpdfHNSFon8aOgW0HJBpHjEV7EtVoQrb2qRznXXers9JO0UuVxfIFVr6k50Ts4TB65mh2hw==","signatures":[{"sig":"MEUCIH0CJiYS+1YsRWhJv1QW7BfTpuLjBj0H/0yR/nB1OaFBAiEA2HM9G5klG2Cs8oZW9wrqcJ2PwKHre6g+iW4xvqEeIKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9ecf7e2e-72d6-4223-9f59-c32d71e847bb\\azure-container-registry-1.1.1-alpha.20240725.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9ecf7e2e-72d6-4223-9f59-c32d71e847bb\\azure-container-registry-1.1.1-alpha.20240725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ptfI951jt7ritkUBpdfHNSFon8aOgW0HJBpHjEV7EtVoQrb2qRznXXers9JO0UuVxfIFVr6k50Ts4TB65mh2hw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240725.1_1721955265453_0.23695643407936107","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240726.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240726.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240726.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44a2e2cdec6e7259f1560851903c297f20086384","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240726.1.tgz","fileCount":76,"integrity":"sha512-hPpsjZSk2laX/tSl1QGl5bKUucfIAVF73UWqiUYykU0NsAZ1CAUW9zcFAnXHZ6mLMtJhxQWQcV/jvStwqytxXw==","signatures":[{"sig":"MEYCIQD0adz9Z2/e2Tg8iRwQ696hCiWvaR873cjl0F2zK8FRCQIhANplvGdxeFynNu7/3ID5cWfu5N99scYh2ATWSpE42pdy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f1722dc0-678e-4423-a9b4-26f5b9e2eaca\\azure-container-registry-1.1.1-alpha.20240726.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f1722dc0-678e-4423-a9b4-26f5b9e2eaca\\azure-container-registry-1.1.1-alpha.20240726.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hPpsjZSk2laX/tSl1QGl5bKUucfIAVF73UWqiUYykU0NsAZ1CAUW9zcFAnXHZ6mLMtJhxQWQcV/jvStwqytxXw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240726.1_1722041452366_0.9569120686554307","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240729.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240729.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240729.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2651c659007323630437d16cb3b4ab2020d75315","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240729.1.tgz","fileCount":76,"integrity":"sha512-zyOupwC4QAaJZubtbq4A3YpB7oViButJ25wbb+SZSsDCDgKxDlk3CkbwbZnP7UXVn9VAWjRLHiqDIH3UZrBvzg==","signatures":[{"sig":"MEQCIDxHFOHSoDnBxVrVk6mb+CFpobHmyRmQYWYvAFLAwH+0AiBHSH4XP7HxcyLWOb+8vu0d0BIW5gCu09rgu2tb2hag5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c23b3bb-d48e-48bc-b20a-ad81a878c48c\\azure-container-registry-1.1.1-alpha.20240729.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c23b3bb-d48e-48bc-b20a-ad81a878c48c\\azure-container-registry-1.1.1-alpha.20240729.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zyOupwC4QAaJZubtbq4A3YpB7oViButJ25wbb+SZSsDCDgKxDlk3CkbwbZnP7UXVn9VAWjRLHiqDIH3UZrBvzg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240729.1_1722300716137_0.4417869627923401","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240730.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240730.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240730.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"10c76bd05fd78a81b69b62052daea502cc2dde33","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240730.1.tgz","fileCount":76,"integrity":"sha512-29LJ8xzDD0wkTn4+mLtZItW9iDtFsYGfinypMWijmNIJmb4Y6fsBREm13egD7jhe5/Z09vQU89gaDTuFMrgHBA==","signatures":[{"sig":"MEYCIQDil+hnuhtYSNvdOpW/MlVY74N4P8v1EeJ5MNYXOZuojwIhANCxBaYEMHdGmWFcUaCvWs4ArhmxWIvj/jmuiyTvPJMi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cc745c79-bbe0-44f3-9791-177c24ee7e45\\azure-container-registry-1.1.1-alpha.20240730.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cc745c79-bbe0-44f3-9791-177c24ee7e45\\azure-container-registry-1.1.1-alpha.20240730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-29LJ8xzDD0wkTn4+mLtZItW9iDtFsYGfinypMWijmNIJmb4Y6fsBREm13egD7jhe5/Z09vQU89gaDTuFMrgHBA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240730.1_1722387021018_0.10098288107480702","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240731.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240731.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240731.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a1577516e436ec3cdf7170740cfb908ccbbc459","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240731.1.tgz","fileCount":76,"integrity":"sha512-V0DpnDzQmFFRMlpy8rQefA1owhncoBp6yjey7DRw5C9e5g1LfEAR0ADU8G0bvUVqrBhe2f6CXUtbUX+ED9FBmA==","signatures":[{"sig":"MEUCIGUSRrZMzx0hPcWtVk/oo9RudH9COwGSxcNRN5tpxJl+AiEAl2Kl6S1PrLakT9wRB7iYiRtn9iQC0Fj38o5JVemD+lE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\863c9885-5a53-408c-9e91-2dcdedef633d\\azure-container-registry-1.1.1-alpha.20240731.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\863c9885-5a53-408c-9e91-2dcdedef633d\\azure-container-registry-1.1.1-alpha.20240731.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-V0DpnDzQmFFRMlpy8rQefA1owhncoBp6yjey7DRw5C9e5g1LfEAR0ADU8G0bvUVqrBhe2f6CXUtbUX+ED9FBmA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240731.1_1722473651048_0.9613797086949203","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240801.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240801.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240801.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cfec4a87de0d47aee9d20b53e9e1664611081180","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240801.2.tgz","fileCount":76,"integrity":"sha512-rNnuty5OSQ8Xf5nrfELnZyLrcXi/OoPbZk8QYqFCuh2IfbNY0uijtVpm5F8kxK+AzYz02qY9zuNZ9NGwwBj0pA==","signatures":[{"sig":"MEUCIFm255U+Ogol3kSllb2RqsrBAzNFftHVCV5ctdqwJBiYAiEAr80c1pJk1/ULyhKjxYOmFIfdEwl7GEDsYuDuXte7naU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e9b6e3be-d7d9-4e60-aefa-2a62bd6c6203\\azure-container-registry-1.1.1-alpha.20240801.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e9b6e3be-d7d9-4e60-aefa-2a62bd6c6203\\azure-container-registry-1.1.1-alpha.20240801.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-rNnuty5OSQ8Xf5nrfELnZyLrcXi/OoPbZk8QYqFCuh2IfbNY0uijtVpm5F8kxK+AzYz02qY9zuNZ9NGwwBj0pA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240801.2_1722559755882_0.1642703747819303","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240802.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240802.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240802.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1493d8aa919c1804ef5f704e192b12610744fc53","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240802.1.tgz","fileCount":76,"integrity":"sha512-Zx6yTNguEM4TQWMebi8XQRicHuVUeXhEI5xB7vUV5H6cCN0v2vPU6dgELv30qsu5FPIlp4NemYvtvS0MZ6Se8Q==","signatures":[{"sig":"MEUCIQCCvUkho1f46alEuHIwwQ2RA7tl4RuO6dl09Ij8cbvSugIgZ96plcgqKfCjNKwG+cUdV7tTmvMTK3+alLRK3lfzR2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e3f922b2-ecb5-41cd-922b-33a59f4a1fca\\azure-container-registry-1.1.1-alpha.20240802.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e3f922b2-ecb5-41cd-922b-33a59f4a1fca\\azure-container-registry-1.1.1-alpha.20240802.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Zx6yTNguEM4TQWMebi8XQRicHuVUeXhEI5xB7vUV5H6cCN0v2vPU6dgELv30qsu5FPIlp4NemYvtvS0MZ6Se8Q==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240802.1_1722646373217_0.8744102227599255","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240805.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240805.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240805.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ef70c6fa2d0f622892af02d921a56090c1825fd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240805.1.tgz","fileCount":76,"integrity":"sha512-ucs6FTJ7sB12xPHmpPn7OdLSd+EUoCkzzg9XhVjaAMQOn2CSwMaxgXu0I0vbagFYqUsiLBngI3KLJWIOldK3Hg==","signatures":[{"sig":"MEYCIQC/6dd/Ns96l7e1KHkEktZcghqy+aWZufFxRRNTIhTSjgIhALx7pWXyc2yqckOMvSzXjkF9JgQHIJYvkvlx0wpgAq+x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7a6dde39-5951-4125-b90b-147e09841ef4\\azure-container-registry-1.1.1-alpha.20240805.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7a6dde39-5951-4125-b90b-147e09841ef4\\azure-container-registry-1.1.1-alpha.20240805.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ucs6FTJ7sB12xPHmpPn7OdLSd+EUoCkzzg9XhVjaAMQOn2CSwMaxgXu0I0vbagFYqUsiLBngI3KLJWIOldK3Hg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240805.1_1722905508807_0.5391743257685873","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240806.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240806.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240806.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83d644715f6e024953d25bbeb9538339269d9df7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240806.1.tgz","fileCount":76,"integrity":"sha512-LroIyopU1B0hIxK8h9c6LYgVvDHhIvGvCcwm9Mi4bsKvET7xokuMBwwDEgekCSCjteDIIsUm/6VOeavtKij0DA==","signatures":[{"sig":"MEUCIHWuh0j1xbT7iUcOdHOiXYkAKIRBOUICgxY3pPXHcyfOAiEA794KcMaFVY94IhkDV3Mnwc0VzV+Og+2lpgH52Q+W5Tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\371a5fb9-1116-40fe-a710-f3e1d6630ca4\\azure-container-registry-1.1.1-alpha.20240806.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\371a5fb9-1116-40fe-a710-f3e1d6630ca4\\azure-container-registry-1.1.1-alpha.20240806.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-LroIyopU1B0hIxK8h9c6LYgVvDHhIvGvCcwm9Mi4bsKvET7xokuMBwwDEgekCSCjteDIIsUm/6VOeavtKij0DA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240806.1_1722991971069_0.16349721466582712","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240807.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240807.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240807.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c31463fb12e78fb146c6f94cdc3631d91e08574f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240807.1.tgz","fileCount":76,"integrity":"sha512-AL947W3P8izRmXwLlsAi+Ippvzhx7VmS5Yw+TSOLV4wkEeF7X1d0+LyDmekVV1p6IFza8N7aMWBh1gijW/0uvg==","signatures":[{"sig":"MEUCIAYBw0+AtuRQJQ8zI4REqfrnQ600NwSTgffanDtlOqNkAiEAzPeXAGCpmS0oTPrr4pYZ6ipZkTEnNgbMMiKM8VRDDOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3579b6c7-349c-476f-996c-dcfcf5fd2465\\azure-container-registry-1.1.1-alpha.20240807.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3579b6c7-349c-476f-996c-dcfcf5fd2465\\azure-container-registry-1.1.1-alpha.20240807.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-AL947W3P8izRmXwLlsAi+Ippvzhx7VmS5Yw+TSOLV4wkEeF7X1d0+LyDmekVV1p6IFza8N7aMWBh1gijW/0uvg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240807.1_1723078222061_0.4586336043103041","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240808.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240808.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240808.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d85e0a60227990290724a4c0d863ec681ca2687","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240808.1.tgz","fileCount":76,"integrity":"sha512-/FQre1WM0vE3JCuTYYKiOXICedPGm04IKhq8uAWDqy+Cjfzm6L9XTSf7D8w2yVS348lAQYJzYWx/xgRU4/M80g==","signatures":[{"sig":"MEUCIEYgeGTV2fCB2J/4WTcP1ACyIXgI/rDzhIvRW43pWU09AiEA/PPRlCH96DJHcblh9lwlcsvwHTGbea2kMoWk+Z/Kj9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53515b82-c612-4735-9f73-853f211da3bf\\azure-container-registry-1.1.1-alpha.20240808.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53515b82-c612-4735-9f73-853f211da3bf\\azure-container-registry-1.1.1-alpha.20240808.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/FQre1WM0vE3JCuTYYKiOXICedPGm04IKhq8uAWDqy+Cjfzm6L9XTSf7D8w2yVS348lAQYJzYWx/xgRU4/M80g==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240808.1_1723164764182_0.8932071993358257","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240809.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240809.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240809.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"500f2c63a77d76b559776a8b9fea59423ee6cd4b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240809.1.tgz","fileCount":76,"integrity":"sha512-xZAUFR3vD3ea5xHrSXWGRrgnMyt1qKZ8evecVcdBLhEBprybWDro/YXVfZHZU9E0ARhsDJYG/c7GCFS7ZVKHUg==","signatures":[{"sig":"MEQCIHavx++V20a44j5DAam+TCQiWSvfI1jYBf5VthvDJTQxAiAs3w2JvQgABxqs/V4GlOqqF8qEJ9tBkhmLjnxAkhIXvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\41f4717f-0d3c-403a-a0e2-47fc6ee3d4f6\\azure-container-registry-1.1.1-alpha.20240809.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\41f4717f-0d3c-403a-a0e2-47fc6ee3d4f6\\azure-container-registry-1.1.1-alpha.20240809.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-xZAUFR3vD3ea5xHrSXWGRrgnMyt1qKZ8evecVcdBLhEBprybWDro/YXVfZHZU9E0ARhsDJYG/c7GCFS7ZVKHUg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240809.1_1723251027210_0.04742868419235946","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240812.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240812.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240812.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"135f883ce9ae11a7aef7501cfa567813298b8cec","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240812.1.tgz","fileCount":76,"integrity":"sha512-JVd3IULSxGkFjajxMpJm5ry3MUvvijbBq4nxlpZmr4WvGAAqc4w6Fov9rymsIxnAcx5FYa6i+Y5rpRBe+gtE2w==","signatures":[{"sig":"MEUCIEPCsAJajn+KjnsAAtO5yakdlo/+QwgvpZG1OjRkMZE1AiEA5suduiUiGDqQ30ZWb6ziy79e/i2NT+w3lliddVQqilk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ec6a7208-50f8-4d97-b8f6-16e79d640905\\azure-container-registry-1.1.1-alpha.20240812.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ec6a7208-50f8-4d97-b8f6-16e79d640905\\azure-container-registry-1.1.1-alpha.20240812.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-JVd3IULSxGkFjajxMpJm5ry3MUvvijbBq4nxlpZmr4WvGAAqc4w6Fov9rymsIxnAcx5FYa6i+Y5rpRBe+gtE2w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240812.1_1723510312687_0.746422132398711","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240813.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240813.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240813.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c5c24d5d8bef1c4871298319265e07cecc6b260","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240813.1.tgz","fileCount":76,"integrity":"sha512-vsysZ3cW0p0WY3zb7V2Xhe9r49mmUX8zVPe9bWNdPucxAr5jdxFbwTqFpEzaybqFuf28VIBcVb92JEL8jLcNOA==","signatures":[{"sig":"MEUCICD0qWeCvWVSJbZtIpwUA3XG9GEjjn5dXi5WTo1C1tfMAiEAhuHB//SHpTJ35gJ+O0X53+kUrbVLtABHSfAZWWgGbS8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c0caf4a1-ea33-4c27-b683-9ced0e06f0a1\\azure-container-registry-1.1.1-alpha.20240813.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c0caf4a1-ea33-4c27-b683-9ced0e06f0a1\\azure-container-registry-1.1.1-alpha.20240813.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-vsysZ3cW0p0WY3zb7V2Xhe9r49mmUX8zVPe9bWNdPucxAr5jdxFbwTqFpEzaybqFuf28VIBcVb92JEL8jLcNOA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240813.1_1723596701416_0.9941309758130843","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240814.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240814.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240814.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8144ea2d034080121de92c58fe88b7a178cb5bac","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240814.1.tgz","fileCount":76,"integrity":"sha512-YvkRcZOHJ1brJdniWOexEMCb9WnNLsRTkReV1wf7TZn3tL3cChBUCVAg0YsSUPeoeO59ZjkONDFSgvqVY44/rQ==","signatures":[{"sig":"MEUCIQDfLUgqeqXr2KIcnBNuCevJ+L37msbW0uvmOGOE6lpvQQIgK0YIwkgarNBedc6ML51ekhX6B7BRZwWTvp3mIO4W7xc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\24c75f59-cd80-4f7d-a924-5c818f699ea0\\azure-container-registry-1.1.1-alpha.20240814.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\24c75f59-cd80-4f7d-a924-5c818f699ea0\\azure-container-registry-1.1.1-alpha.20240814.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-YvkRcZOHJ1brJdniWOexEMCb9WnNLsRTkReV1wf7TZn3tL3cChBUCVAg0YsSUPeoeO59ZjkONDFSgvqVY44/rQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240814.1_1723683143470_0.7536387841416383","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240815.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240815.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c45150e8f92c243e0442f7a3058c1d4f97898597","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240815.1.tgz","fileCount":76,"integrity":"sha512-pZity+6c3hRWzlj1kltuamMV08NfS1uw1DQb7W+sAjHEPpun3HarLAEFT028EmqqU7JP8TkHwqxdvZn76ahkqw==","signatures":[{"sig":"MEUCIAhS6QsPa2hBisPv92H4CsW0iY5BfVfhD3Z/P3PzV9d3AiEAtSTAuaAgQL+kr2U6ZkcmiSvhNFBBTnYAJaaPB3TBlCo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0ab2f451-825d-4c54-a264-a3b42856745d\\azure-container-registry-1.1.1-alpha.20240815.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0ab2f451-825d-4c54-a264-a3b42856745d\\azure-container-registry-1.1.1-alpha.20240815.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-pZity+6c3hRWzlj1kltuamMV08NfS1uw1DQb7W+sAjHEPpun3HarLAEFT028EmqqU7JP8TkHwqxdvZn76ahkqw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240815.1_1723769617936_0.8103850682132092","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240816.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240816.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6e62a25ffdc59a5cde19331d36990b5e751f7bd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240816.1.tgz","fileCount":76,"integrity":"sha512-JBn6lPyiEnkT0CDBNSmWcTFBAEE3HgXNk4eNcypd1no4mzxDVwR5CSNgOcvyywr0uJ4M+rxQj4FJvcatuNyWaw==","signatures":[{"sig":"MEYCIQDBSLkOYGt0wl7qSv7dVtt7/pdll650c8qFz6GH5PZCMAIhAKZNHrygBBoIgl5fh8iSyGOoXRyS1JAGBrHIG4ptG+4W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7c1070a2-c6b7-4c0d-be58-a33e57e7b443\\azure-container-registry-1.1.1-alpha.20240816.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7c1070a2-c6b7-4c0d-be58-a33e57e7b443\\azure-container-registry-1.1.1-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-JBn6lPyiEnkT0CDBNSmWcTFBAEE3HgXNk4eNcypd1no4mzxDVwR5CSNgOcvyywr0uJ4M+rxQj4FJvcatuNyWaw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240816.1_1723856000213_0.06366611932431554","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240819.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240819.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"557fe6550964f3543e724ceb579c496f1c74b46b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240819.1.tgz","fileCount":76,"integrity":"sha512-2f1uGqf8delCtQjaf31MGtTlNYxE3cVVRxzYSpmWjzuNzsAsPtWYhXG1pvqsAipXy9jjhY32/JbdMnr9w1tG8w==","signatures":[{"sig":"MEUCIQCTSzJDu02/HRmYIPCHxnkJdYb+reqYeo+57DH3O/nXkAIgSYD9PXtMsMCAEr+JS37srZiQe8Rqegd/giGiUMw2OaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\81084313-fd18-4cdd-85bb-8dc420bff101\\azure-container-registry-1.1.1-alpha.20240819.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\81084313-fd18-4cdd-85bb-8dc420bff101\\azure-container-registry-1.1.1-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-2f1uGqf8delCtQjaf31MGtTlNYxE3cVVRxzYSpmWjzuNzsAsPtWYhXG1pvqsAipXy9jjhY32/JbdMnr9w1tG8w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240819.1_1724114984859_0.4050329217602997","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240820.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240820.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7167426edc0a94ee902b710bc297786de2fc2b37","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240820.1.tgz","fileCount":76,"integrity":"sha512-ww8lmZtf9/DwjPa6ejn/GU5RUq7lZFrtP/pImeiQxWJ+sFuprGPukyAcVMAg7Scu/0OeRMAA7dxY7c7t0ys6Dw==","signatures":[{"sig":"MEQCIE9gy3jWZYTKohuzmePiojn+EXISk2EtWDGOQrUXEIZwAiBT6ZvDlaE5ppW5mD68KaK3dmjJ/Dki93BOTF2r1lkyow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1044828},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\013399b3-ffae-4a4b-afe1-d4ee4e9750ba\\azure-container-registry-1.1.1-alpha.20240820.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\013399b3-ffae-4a4b-afe1-d4ee4e9750ba\\azure-container-registry-1.1.1-alpha.20240820.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ww8lmZtf9/DwjPa6ejn/GU5RUq7lZFrtP/pImeiQxWJ+sFuprGPukyAcVMAg7Scu/0OeRMAA7dxY7c7t0ys6Dw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240820.1_1724201464387_0.04354080391587911","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240821.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240821.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240821.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77faebccfd52f287b91ae5ff5c8d4f5b0dfec1c1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240821.2.tgz","fileCount":76,"integrity":"sha512-CXNLRHZwoJfQFXqj0jq/KS2h5Bx/tvJRW56DWBxEw3yuTVk/aQkpRAzqOfHWqBm4TPmPS2Xt9dPx4WCSB+FHkQ==","signatures":[{"sig":"MEYCIQCmkCQwphl0PApc3eryfjUvcryDvfRVGlf3n84cDPVprQIhAMUH+1Fg6URb3tvua3Oufz0tc3+IRm7PF6dcMntlo7jJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045283},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80b17cde-5efa-4f3b-87fe-d2300b6951c8\\azure-container-registry-1.1.1-alpha.20240821.2.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80b17cde-5efa-4f3b-87fe-d2300b6951c8\\azure-container-registry-1.1.1-alpha.20240821.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-CXNLRHZwoJfQFXqj0jq/KS2h5Bx/tvJRW56DWBxEw3yuTVk/aQkpRAzqOfHWqBm4TPmPS2Xt9dPx4WCSB+FHkQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240821.2_1724287862313_0.9649884786559688","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240822.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240822.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240822.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5b2c9cdcdf0bd18a997f0fe890ad192717b2790","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240822.1.tgz","fileCount":76,"integrity":"sha512-j3ywK4Tb0nNgHOfYGy1CLElNNB2VuUDA1VkqC93X0vePl9jkF2Mhbc/gSVem8SkHW45zs56iVJBT5uHKfKkqxg==","signatures":[{"sig":"MEUCIQDzZD/F4ag1sZY+H9yRJpz2z3Hi7RJtzgJM43/Uez8GwQIgJdPvDjNzJmY9De3bP24RMoejmUpzsq3f5Kd3iNTLXvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\37cd4665-fcb2-4fbd-9601-c76f34eefc74\\azure-container-registry-1.1.1-alpha.20240822.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\37cd4665-fcb2-4fbd-9601-c76f34eefc74\\azure-container-registry-1.1.1-alpha.20240822.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-j3ywK4Tb0nNgHOfYGy1CLElNNB2VuUDA1VkqC93X0vePl9jkF2Mhbc/gSVem8SkHW45zs56iVJBT5uHKfKkqxg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240822.1_1724374272593_0.7848535822852512","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240823.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240823.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9562452ac4f2c4e0be94bec97e280894c8211950","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240823.1.tgz","fileCount":76,"integrity":"sha512-5Gaft/QvXSCy8Euhhyq1ICGPi2kvcpp32u/1ZB0X6i/la9jEz//VU6l85wI0tfOwJ+HTJ/jHvQ8UXAa/4NVLlw==","signatures":[{"sig":"MEUCIGAj2iU/aSteFaUAlyis863PJIRCRnr7asEijDba13e5AiEAtFY7ddt5c4v/e4cmI/f1bq9vENr94XVk5s411qutihE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5e46004f-6a23-4c5f-9e62-b046169a0ced\\azure-container-registry-1.1.1-alpha.20240823.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5e46004f-6a23-4c5f-9e62-b046169a0ced\\azure-container-registry-1.1.1-alpha.20240823.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-5Gaft/QvXSCy8Euhhyq1ICGPi2kvcpp32u/1ZB0X6i/la9jEz//VU6l85wI0tfOwJ+HTJ/jHvQ8UXAa/4NVLlw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240823.1_1724460577613_0.9267463731367143","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240826.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240826.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240826.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"92d03cbec815df236ba68ba7962b8872e1882c08","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240826.1.tgz","fileCount":76,"integrity":"sha512-wmRxN79suDWSHGCYuxE66cA3ZtYLoh5y9Ur9yriVBJR1pt9vUuiTk6OH8IxyteQNh/C5otq43G/WIEODgZ9Jrw==","signatures":[{"sig":"MEYCIQDSC6Pm+ymkWygljmM4wbLEHR1JVxzco2zq3Hq1xjGClgIhALOeYEIwQxrTPzWXi6bxeQDNNpwVZoMYadDbDn3jFep0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ef519eb5-faec-455e-8fd4-646e6798e887\\azure-container-registry-1.1.1-alpha.20240826.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ef519eb5-faec-455e-8fd4-646e6798e887\\azure-container-registry-1.1.1-alpha.20240826.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-wmRxN79suDWSHGCYuxE66cA3ZtYLoh5y9Ur9yriVBJR1pt9vUuiTk6OH8IxyteQNh/C5otq43G/WIEODgZ9Jrw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240826.1_1724720035728_0.5455809922550043","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240827.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240827.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240827.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29706a8de6a51faa16ced5a985fa80d918d3ca8e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240827.1.tgz","fileCount":76,"integrity":"sha512-SXBheAuJQKiUkeTgcF4R+NbJaHWDCiC5777w2rupm62PpZWRJHCYCesqkN1xMe80DQFUk+DB8mHOBXAfsmKxTA==","signatures":[{"sig":"MEUCIFq06A2WCGCIZq7x/Ox88uS1dD0vWjfnCyHPy5EpyecQAiEA+v13IWmVpQOrxjNqM0lmhAhRul0a1Bc08r9I12g7ak0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e30fc04f-3c79-43cf-a93f-e582d85fe3c5\\azure-container-registry-1.1.1-alpha.20240827.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e30fc04f-3c79-43cf-a93f-e582d85fe3c5\\azure-container-registry-1.1.1-alpha.20240827.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-SXBheAuJQKiUkeTgcF4R+NbJaHWDCiC5777w2rupm62PpZWRJHCYCesqkN1xMe80DQFUk+DB8mHOBXAfsmKxTA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240827.1_1724806170929_0.6021610329205345","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240828.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240828.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2bd08f5bf6e58976aab9f2285c49623a7c6e1e35","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240828.1.tgz","fileCount":76,"integrity":"sha512-IIDeEYzk/8n74CCeHjRvbGE5QRiMR5YOeheUatMRWSGwEhv+8EC0ukfmaK+275eYx1akg3kgJ5vOqgD2uB2GuA==","signatures":[{"sig":"MEUCIQCYDcbKKDEEIoFDtX35Cgt6UDfpTi82AECC86KtU/1qOAIgew83E8bJ4gY9+Z6NJ7GXzA2sM0nJqsTyBh5N1XD6m+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\810a2217-bd32-464a-b53e-9bc94c45ae7c\\azure-container-registry-1.1.1-alpha.20240828.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\810a2217-bd32-464a-b53e-9bc94c45ae7c\\azure-container-registry-1.1.1-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IIDeEYzk/8n74CCeHjRvbGE5QRiMR5YOeheUatMRWSGwEhv+8EC0ukfmaK+275eYx1akg3kgJ5vOqgD2uB2GuA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240828.1_1724892438876_0.4137331812085556","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240829.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240829.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"387849300b86e08edc0962c866b703910ce4f027","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240829.1.tgz","fileCount":76,"integrity":"sha512-z5jeQJjuY8vtlckV6Hco38vT6nsmYYXLavqBDjSjSGvBRTg2Kw+kO6qFCJSfix1BBC/RDwcenS/YbmUMhxa2tQ==","signatures":[{"sig":"MEUCIQDIjgxzaT9PVSFAB79+EWUUauWb1My71ym2q8HohTJj7AIgfjNTxICkE5HB4kNTzR8Eug6touMspmAe9uATiYxHaZ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49adbc7c-b677-4373-b5f5-59603947ace7\\azure-container-registry-1.1.1-alpha.20240829.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49adbc7c-b677-4373-b5f5-59603947ace7\\azure-container-registry-1.1.1-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-z5jeQJjuY8vtlckV6Hco38vT6nsmYYXLavqBDjSjSGvBRTg2Kw+kO6qFCJSfix1BBC/RDwcenS/YbmUMhxa2tQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240829.1_1724978961992_0.9170541298487414","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240830.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240830.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb95e90a738211c626aa2fd57be18758648bbb19","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240830.1.tgz","fileCount":76,"integrity":"sha512-vGY+IVqafd6nBDCkLE3K6oDGb0AEWmurwZgYn+TbqL7OALKtzqEAZKmQlVTQxq2USYKAAsOUtDVygV4mG2Y+KQ==","signatures":[{"sig":"MEYCIQD2sxUOAT53Lzguh5x0PELqaZWT59638GGDdwJKUOZ3rgIhAJ5iC68Ql5zO4TAmSFWkFbvuKqZGDBJyHt1d3k2iBJL7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d0e3edae-e3bc-4fca-b709-b80d2e48d084\\azure-container-registry-1.1.1-alpha.20240830.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d0e3edae-e3bc-4fca-b709-b80d2e48d084\\azure-container-registry-1.1.1-alpha.20240830.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-vGY+IVqafd6nBDCkLE3K6oDGb0AEWmurwZgYn+TbqL7OALKtzqEAZKmQlVTQxq2USYKAAsOUtDVygV4mG2Y+KQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240830.1_1725065257619_0.1938908479818502","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240902.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240902.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"544fa85beff4b0e244f5a7134a14342db48b1fd5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240902.1.tgz","fileCount":76,"integrity":"sha512-TCFrGuYqCChEXbhxt6FoVCvcoDOUQ3MFKAneSxNozUTvRyc+SWZnvpEMmisTR8HG7lIl5F9xoIDfgdzhdXQnjQ==","signatures":[{"sig":"MEUCIQDeVJMAHbbmbwwz4qfZutcMtx+y0rolv6Sk9eoqpbrVwgIgLK//WmyM8q+reQJHyw80BBa/6fT2RzyOAh1wgNjncQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\03f0ab0d-3973-4d68-b760-7e0e05ea01d0\\azure-container-registry-1.1.1-alpha.20240902.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\03f0ab0d-3973-4d68-b760-7e0e05ea01d0\\azure-container-registry-1.1.1-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-TCFrGuYqCChEXbhxt6FoVCvcoDOUQ3MFKAneSxNozUTvRyc+SWZnvpEMmisTR8HG7lIl5F9xoIDfgdzhdXQnjQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240902.1_1725324503491_0.28567992785960805","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240903.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240903.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240903.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a56e0948682f25ed45061878370fd1542f0c1a0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240903.1.tgz","fileCount":76,"integrity":"sha512-k8HH90WH/7waoMBY2UYWcCw44UhiPwsVf6WqdwVd6WL3fikKSZ3ZMJQcLLB99yJd0yjJ2yrAMY55O82a+a16gA==","signatures":[{"sig":"MEUCIFFTHEBOI9xgpzC5rx6sSTc4e/HAgd41KWQ4HkU4+eW/AiEAoIQLVO9fpkksnhn/kkPxpcVtCEqo3du61ZDMEKZSRrc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\50148f0a-d779-4432-ad60-8ad16e1f5d08\\azure-container-registry-1.1.1-alpha.20240903.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\50148f0a-d779-4432-ad60-8ad16e1f5d08\\azure-container-registry-1.1.1-alpha.20240903.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-k8HH90WH/7waoMBY2UYWcCw44UhiPwsVf6WqdwVd6WL3fikKSZ3ZMJQcLLB99yJd0yjJ2yrAMY55O82a+a16gA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240903.1_1725411050770_0.35386183283159567","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240904.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240904.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240904.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c37952142948f48490091d7791edc18c8ef489af","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240904.1.tgz","fileCount":76,"integrity":"sha512-lcrboU588i0Kcv0n1y/mxqaMrTiXjlofrIkLqg3YTRxZzonWfQc0vDZLczF9BLjyxfVUrA7wqnbRijrRsC11tg==","signatures":[{"sig":"MEUCID9rGSUzm7D7NKz9PntMyENDfXsEpIop40ap9j+d83wZAiEAvibW2BjFVixWtGID+Y/AXg/KINW0eU1NrXzUIfcPj6U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c23fe54e-863d-4780-b71d-32d4ab2d4441\\azure-container-registry-1.1.1-alpha.20240904.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c23fe54e-863d-4780-b71d-32d4ab2d4441\\azure-container-registry-1.1.1-alpha.20240904.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lcrboU588i0Kcv0n1y/mxqaMrTiXjlofrIkLqg3YTRxZzonWfQc0vDZLczF9BLjyxfVUrA7wqnbRijrRsC11tg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240904.1_1725497466805_0.8069353879652428","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240905.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240905.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240905.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"431dcd1dfdc4f6d41a4d81bae30b05118016e8bc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240905.1.tgz","fileCount":76,"integrity":"sha512-MX/d/v8SIUqjN6NCI9B41w4iZMXwiyMwK8Si6gXcz0uiSCaY8Ftm4mqaGUCu+0c8W/BnQKTxh/JxaobpJnDk0w==","signatures":[{"sig":"MEUCIQDnykj2rvSI0B1VCv9nIWtCWWFdEtYcJlvOWw26hLwpZgIgB+HYbPAupv5owEcDtfbbIZ++0VRDVImNCDhlJMsg1j8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\29f0e8dc-f6be-4adf-8125-dc0a120b0660\\azure-container-registry-1.1.1-alpha.20240905.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\29f0e8dc-f6be-4adf-8125-dc0a120b0660\\azure-container-registry-1.1.1-alpha.20240905.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MX/d/v8SIUqjN6NCI9B41w4iZMXwiyMwK8Si6gXcz0uiSCaY8Ftm4mqaGUCu+0c8W/BnQKTxh/JxaobpJnDk0w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240905.1_1725583733617_0.9020944507858666","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240906.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240906.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240906.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f796dbcab4b31274685c0a6302d60a069199628d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240906.1.tgz","fileCount":76,"integrity":"sha512-e1a3ofxAWNmhHkBTJZFNGXn6ao7VRfo03PfFwP6iehbHF+M5BD2Guu4rt++flOGMMNFlqpCyVh1mYDIM1zv29w==","signatures":[{"sig":"MEUCIQCj2E2v+1I9PwSPmTAVFTxQY32jO3ecCzVW0w7qiT3AYwIgD2mnKyt00AqoCJxuDjKeD8XMOsmlDYuzzeHADk8F4NU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\159fb9d5-85d1-4aaa-9596-5f7fc2c8da74\\azure-container-registry-1.1.1-alpha.20240906.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\159fb9d5-85d1-4aaa-9596-5f7fc2c8da74\\azure-container-registry-1.1.1-alpha.20240906.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-e1a3ofxAWNmhHkBTJZFNGXn6ao7VRfo03PfFwP6iehbHF+M5BD2Guu4rt++flOGMMNFlqpCyVh1mYDIM1zv29w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240906.1_1725669979280_0.58612423193247","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240909.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240909.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240909.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bdcdc7a8ade1f882d8e7ee77b5486800a039f9b1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240909.1.tgz","fileCount":76,"integrity":"sha512-SnJCfxW7YG07axHC+yO5j7UP9zXyieiIAVXwfXozeS3RIig0C8naD6XRzMS7EYeIe5h5Q9VQDvKOAcUJ40bgFA==","signatures":[{"sig":"MEQCIHOtCOHHSZHpYxRpV8P7bKeQqWRsIIzlGv9cIAQ7UATMAiA6x8PI6mN0O+sE/p1WGAgE7Aki47qY5LQyUoq4jA3ssg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\27cedc6d-899b-4be1-bf91-0ad1fba37f34\\azure-container-registry-1.1.1-alpha.20240909.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\27cedc6d-899b-4be1-bf91-0ad1fba37f34\\azure-container-registry-1.1.1-alpha.20240909.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-SnJCfxW7YG07axHC+yO5j7UP9zXyieiIAVXwfXozeS3RIig0C8naD6XRzMS7EYeIe5h5Q9VQDvKOAcUJ40bgFA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240909.1_1725929212539_0.8321179912153769","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240910.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240910.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240910.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb93d2cf8d182b624ce8a417d75deb7835070b15","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240910.1.tgz","fileCount":76,"integrity":"sha512-E1LtyiVPr2sZYAyvbjj6Nn9iLUo56J98WNOa7ZjOTUl3j73Y+S28ISvE5t7J6QqTZMUotPDo0Ev9crb6NzvfXg==","signatures":[{"sig":"MEYCIQDPZ1/8WfXUo/PZa1gxc2EwyTXjVJmxR2puZHdV+IDi5wIhAOOGGIY+7piFsnoILBCK6EG5k97/rc4cyo9almXBPSwq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f07381fc-404d-49b8-a8fb-091020f51587\\azure-container-registry-1.1.1-alpha.20240910.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f07381fc-404d-49b8-a8fb-091020f51587\\azure-container-registry-1.1.1-alpha.20240910.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-E1LtyiVPr2sZYAyvbjj6Nn9iLUo56J98WNOa7ZjOTUl3j73Y+S28ISvE5t7J6QqTZMUotPDo0Ev9crb6NzvfXg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240910.1_1726015809521_0.12853363189457578","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240911.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240911.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c89b478557fe03c728d7a16bccfeb2a18f04a85","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240911.1.tgz","fileCount":76,"integrity":"sha512-Zm9q4JxBz86pG0uP93ShQ3ytrm714b5iCjHXkRQjajWwXjoccxUku+YBMpUeSKSPFZzv7dLtgq83wKYdbmEk4Q==","signatures":[{"sig":"MEQCIHfQrZjmy/L4AQdLgUudqVZXDdSHt4ljiUOlO3j/9i1pAiANSDgayTXQTheSbKh7rZW5G4bgSQFWBYRybWdDUH8V+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4463ca90-1976-44f6-b49a-84482fbc3b9d\\azure-container-registry-1.1.1-alpha.20240911.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4463ca90-1976-44f6-b49a-84482fbc3b9d\\azure-container-registry-1.1.1-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Zm9q4JxBz86pG0uP93ShQ3ytrm714b5iCjHXkRQjajWwXjoccxUku+YBMpUeSKSPFZzv7dLtgq83wKYdbmEk4Q==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240911.1_1726102034384_0.6502618828823812","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240912.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240912.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240912.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3101801dce06450e6809a271b960248acb505aae","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240912.1.tgz","fileCount":76,"integrity":"sha512-MVNF+N2ssZHxJhLrwZGtGobzXSaL/gt417kivFG2Tx+3fbmkNAya1TKTn+4kbE2SHnVnt/11LWsezA90zyP7DQ==","signatures":[{"sig":"MEQCIEv13aHGs8u1hcXRSiaGfo+dVP6yadKEusyU4AjfhsSpAiA7eDLB8NVwoZcUCmYXIAgqfhrB9ksJdc5RwMZzFoxXdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d2f072b-46a7-4f3d-8b67-ea3c02a6aaee\\azure-container-registry-1.1.1-alpha.20240912.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d2f072b-46a7-4f3d-8b67-ea3c02a6aaee\\azure-container-registry-1.1.1-alpha.20240912.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MVNF+N2ssZHxJhLrwZGtGobzXSaL/gt417kivFG2Tx+3fbmkNAya1TKTn+4kbE2SHnVnt/11LWsezA90zyP7DQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240912.1_1726188417738_0.1315141136045488","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240913.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240913.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240913.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a40e39d3e63ac79652b7ebe06bdc357cd7bfc6b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240913.1.tgz","fileCount":76,"integrity":"sha512-j2aM3tF8ayW2BqTTQkmRxVqCUqWy8ACy+f549jr58J0eFnByU0xouAvxsjITsNV3qCWVn/K/EbrKm6BoNytGKw==","signatures":[{"sig":"MEYCIQCA9rUfIFDeK1QsOKrBOLT/lwFZyYc+a1wUP1Zl2f5GwwIhAMBRYck37F/mttxV7FRibDlWdVbw+v4ePblSB+SFyUjd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a828f675-5fa3-4f20-b7cf-ff0208d6473d\\azure-container-registry-1.1.1-alpha.20240913.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a828f675-5fa3-4f20-b7cf-ff0208d6473d\\azure-container-registry-1.1.1-alpha.20240913.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-j2aM3tF8ayW2BqTTQkmRxVqCUqWy8ACy+f549jr58J0eFnByU0xouAvxsjITsNV3qCWVn/K/EbrKm6BoNytGKw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240913.1_1726274889342_0.21464356353927827","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240916.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240916.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240916.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15f3e00d73d695c689584cf2a6fc750c3342dbaf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240916.1.tgz","fileCount":76,"integrity":"sha512-ycSBnZOQczTLaSEO2oZYaX/Q6i/3b9fe5eTHV9A66GCpewXd7nUTxCpCw7OnAbjlCT0577Tpsdr0mDXyOwFKYA==","signatures":[{"sig":"MEUCIQCWDPEzc30yDoUMNPOz9rbZabrTzOkT9wm3oyz6DpHiiAIgRo6gAIeT+0jZt80HqVQS1CgHurKxv1gRns9eem+AByI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1898e050-f6f8-45b3-9902-d74efe63f252\\azure-container-registry-1.1.1-alpha.20240916.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1898e050-f6f8-45b3-9902-d74efe63f252\\azure-container-registry-1.1.1-alpha.20240916.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ycSBnZOQczTLaSEO2oZYaX/Q6i/3b9fe5eTHV9A66GCpewXd7nUTxCpCw7OnAbjlCT0577Tpsdr0mDXyOwFKYA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240916.1_1726533995003_0.49360242554852585","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240917.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240917.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240917.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5be354c6c12f9ba6bbc51b8191f8f04b0af04495","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240917.1.tgz","fileCount":76,"integrity":"sha512-oVeQ2CGjYPOP+NvAuvN6nW1It0I7twtxfWlTZOYjbK54z6hlH8QqPytq0fKKswA27due5GiJMdpv8aEyo+vPLA==","signatures":[{"sig":"MEUCIDHzzZdEfW6KV5Q0cIggCaYDqAfA58EcUcaMO/cdj+dKAiEAurw8EF+kLOOEtU2f3IeBfdrIjxTXGLvvwtQ3XhcKAIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87ffb6c8-7f3d-4db7-a432-3eaf15a2b4db\\azure-container-registry-1.1.1-alpha.20240917.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87ffb6c8-7f3d-4db7-a432-3eaf15a2b4db\\azure-container-registry-1.1.1-alpha.20240917.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-oVeQ2CGjYPOP+NvAuvN6nW1It0I7twtxfWlTZOYjbK54z6hlH8QqPytq0fKKswA27due5GiJMdpv8aEyo+vPLA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240917.1_1726620369971_0.6046047764162792","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240918.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240918.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240918.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a1e5bbe3ba8e402cb52ce1f2635b05207e3a40e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240918.1.tgz","fileCount":76,"integrity":"sha512-EpEpiuCvBJUy6E3tXr9oGcyIOj583p2jGaO2AkmB4MNOwYMtuRXPUZdo2wadvCHpMEbm8qHs4xudMs+/BiKHeQ==","signatures":[{"sig":"MEYCIQDpoa+AQHFpGH85mAe0gFwuLwJrZ7Y/8fwZuUzr7i61oAIhANVzgkPp9/uwippys9f7B/aAUI2jHrLTkVltI2y+pnPU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16fc749a-0ae9-45bd-94b2-9ef4441e7486\\azure-container-registry-1.1.1-alpha.20240918.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16fc749a-0ae9-45bd-94b2-9ef4441e7486\\azure-container-registry-1.1.1-alpha.20240918.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-EpEpiuCvBJUy6E3tXr9oGcyIOj583p2jGaO2AkmB4MNOwYMtuRXPUZdo2wadvCHpMEbm8qHs4xudMs+/BiKHeQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240918.1_1726706930151_0.02649746125729302","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240919.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240919.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240919.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0865e979316adf22cadab2044e3ff4eb8d2e35b8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240919.1.tgz","fileCount":76,"integrity":"sha512-IgqR+DdUoaRZlWUW4+uq+lNzE8V61JusfDstSkRDhXrm0liZeimR21ufhjyw09ww4sa++10mbkgX77hlnvCWdw==","signatures":[{"sig":"MEQCIHP+3Nk191Ja5Uy+2uL0qK3HwUyhPh9amYQdNou5RQrYAiAHubYs/yHjKxpBZe8TsI4qeVnugHs8V+FNWz7REOfzrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\298fd407-2ea3-451e-a85f-c389f833f8e7\\azure-container-registry-1.1.1-alpha.20240919.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\298fd407-2ea3-451e-a85f-c389f833f8e7\\azure-container-registry-1.1.1-alpha.20240919.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IgqR+DdUoaRZlWUW4+uq+lNzE8V61JusfDstSkRDhXrm0liZeimR21ufhjyw09ww4sa++10mbkgX77hlnvCWdw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240919.1_1726793265844_0.7438528724867213","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240920.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240920.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240920.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95030a41012fd800f9562c8eb4a017cd338fc96c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240920.1.tgz","fileCount":76,"integrity":"sha512-RDKoDpchZ22nLirHFCwk7LI02uiMD5wrVlPaNmxWSy8n9WKn7oW2hvvmbZbrMoy2LSuV4t1RYjjPupVS27aLwg==","signatures":[{"sig":"MEYCIQDi/6rlDNwKFrzegADiW26nAw+gSzMHmRoBU/YHf9B11gIhAISnzDZqtJm50FRkNLH80ypiK2j1RH4aGmsQmC2eq783","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f0d1f1bb-6624-4aa8-b040-cff067e8b3f2\\azure-container-registry-1.1.1-alpha.20240920.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f0d1f1bb-6624-4aa8-b040-cff067e8b3f2\\azure-container-registry-1.1.1-alpha.20240920.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-RDKoDpchZ22nLirHFCwk7LI02uiMD5wrVlPaNmxWSy8n9WKn7oW2hvvmbZbrMoy2LSuV4t1RYjjPupVS27aLwg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240920.1_1726879803047_0.8286229560700613","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240924.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240924.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240924.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94717c30d8006ac951ccaefd20737300ea615127","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240924.1.tgz","fileCount":76,"integrity":"sha512-YE3NsxjgTc9D/6/qHOQRTXUee1vvFCHM4iO5eMwKYuAAKkDpLV/xCZYF37bVGJLebYxp4ZLVs6Kis2JJy7lDBg==","signatures":[{"sig":"MEQCIAsdntytBpyjtG+qRKouX42toxNngVNL3ypeWqwJ8+/vAiBtHERIit5O42FuShV2KE9ETQdJIvOqHud2WPnAlLhvzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a7c250ee-d209-467c-b693-3e6a2b2edb77\\azure-container-registry-1.1.1-alpha.20240924.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a7c250ee-d209-467c-b693-3e6a2b2edb77\\azure-container-registry-1.1.1-alpha.20240924.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-YE3NsxjgTc9D/6/qHOQRTXUee1vvFCHM4iO5eMwKYuAAKkDpLV/xCZYF37bVGJLebYxp4ZLVs6Kis2JJy7lDBg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240924.1_1727225720952_0.21123227239098052","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240925.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240925.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240925.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b211282c0910cb025a62ae1dc6ecf5bed89f204","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240925.1.tgz","fileCount":76,"integrity":"sha512-Zv1M69qcxEevdVH4XgmPt6YB2T5yVGJcEcmVvz1f50yZ9bcLO0rzQWvWDnC0XBPJRNe3YsHhayG5pEMgj0yFmw==","signatures":[{"sig":"MEUCIQCSNXQMVoMuiCXOE231tngo+jIkK6YDtobPAQEXIV9ulQIgFTV0x28x0Hyv+Dj1MvNzQifavS2M0rFgD6aKvzhLHzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045231},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cefd5b0c-fef9-4c5d-8f43-48ba14be07a3\\azure-container-registry-1.1.1-alpha.20240925.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cefd5b0c-fef9-4c5d-8f43-48ba14be07a3\\azure-container-registry-1.1.1-alpha.20240925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Zv1M69qcxEevdVH4XgmPt6YB2T5yVGJcEcmVvz1f50yZ9bcLO0rzQWvWDnC0XBPJRNe3YsHhayG5pEMgj0yFmw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240925.1_1727311594456_0.1787509295692622","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240926.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240926.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240926.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84e9c1d28fbe3806b2dfa11bed9157a1204b3825","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240926.1.tgz","fileCount":76,"integrity":"sha512-F5cDfri3g65YOkiSRGf3Ly1n+QV9jTzQQKUCsqQgJU6+0sd+Rfh16qt1wce179jHSsY9+yfLphTvvKjM6e1SVA==","signatures":[{"sig":"MEYCIQD+aXpnkf5Nd9ACnjwhD2jSMq6uUE+K66SMws853oJIrgIhAJgYxcOEgKxNy371FU1ly19Olf6jYiRXqXwGpVlD+A/4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045270},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6a012506-5c26-442b-8d5a-07f0a4a275d4\\azure-container-registry-1.1.1-alpha.20240926.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6a012506-5c26-442b-8d5a-07f0a4a275d4\\azure-container-registry-1.1.1-alpha.20240926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-F5cDfri3g65YOkiSRGf3Ly1n+QV9jTzQQKUCsqQgJU6+0sd+Rfh16qt1wce179jHSsY9+yfLphTvvKjM6e1SVA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240926.1_1727398144075_0.133540243213369","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240927.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240927.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd507051be6f026bf46991fb516c9b60fe3e62e1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240927.1.tgz","fileCount":76,"integrity":"sha512-lKPBBo83jCIAKWDhibdzb5Jsft9rOqXC9SxHFQKms2BjEkjHw4GgUfLbzZOsyilQa5aV0d6BHJaSUwXb2jXBag==","signatures":[{"sig":"MEUCIQCLsDv/Sn8CjunMPnVDdBl+Q/lKUUMvy9Sx8nSgozHbPwIgHkrsfNLWTVkMjWqr+VaNAhSobCHEhKj1PMhZp2+W+Bg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045270},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bfb8c0e-f723-4f90-9373-9cca708cfdcc\\azure-container-registry-1.1.1-alpha.20240927.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bfb8c0e-f723-4f90-9373-9cca708cfdcc\\azure-container-registry-1.1.1-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lKPBBo83jCIAKWDhibdzb5Jsft9rOqXC9SxHFQKms2BjEkjHw4GgUfLbzZOsyilQa5aV0d6BHJaSUwXb2jXBag==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240927.1_1727484336629_0.6499863606499554","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240930.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20240930.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20240930.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f336c9a4241979922935d079ecd6c256699c5f6a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20240930.1.tgz","fileCount":76,"integrity":"sha512-nijYp95ypHvlpr03Gl1Dg4QNVdX4h0b7wRlBtEvfmYDv3MYNgyMzObDEhzWkgHmvzEkRb6zCidrZs61wYw5gOw==","signatures":[{"sig":"MEQCIFt0dAGAM9ytQu/glVqsmmH37UjLk99zHobF+qKhzdsIAiByRZRuw1EZI5h+2Z6y6cfBHzd2ujeSGT4ch8JdY30HgQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045270},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1679ecb1-3b27-4679-a4d0-ead4c7370d1a\\azure-container-registry-1.1.1-alpha.20240930.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1679ecb1-3b27-4679-a4d0-ead4c7370d1a\\azure-container-registry-1.1.1-alpha.20240930.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-nijYp95ypHvlpr03Gl1Dg4QNVdX4h0b7wRlBtEvfmYDv3MYNgyMzObDEhzWkgHmvzEkRb6zCidrZs61wYw5gOw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20240930.1_1727743898931_0.10114808153312205","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241001.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241001.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241001.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc700017d54ecea040aa237ab3aecf6ebe0ea74b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241001.1.tgz","fileCount":76,"integrity":"sha512-82EKwZ4+d1wkG+9ok5iFN1TbqYIo6jwbo/yxuyah+BlH+HL2T2cz0llrVQbOHfk5WwFiGfd2fRSDPI/e5IO0Cg==","signatures":[{"sig":"MEYCIQDdPNlEyXIO8YT4RK/4GyOZG2q8MVIapk9vcXfUhRG/+gIhAN89rIPAVriD88GsGN4CFBKXUhgn8iMDqrgKYFvwKtGy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045270},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\42a187cc-f2cf-46a5-abc6-dc3068d3da34\\azure-container-registry-1.1.1-alpha.20241001.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\42a187cc-f2cf-46a5-abc6-dc3068d3da34\\azure-container-registry-1.1.1-alpha.20241001.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-82EKwZ4+d1wkG+9ok5iFN1TbqYIo6jwbo/yxuyah+BlH+HL2T2cz0llrVQbOHfk5WwFiGfd2fRSDPI/e5IO0Cg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241001.1_1727835347957_0.28498682501110606","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241002.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241002.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241002.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e6642a333b7ffbfe41c50dc7315918f2d33c4b21","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241002.1.tgz","fileCount":76,"integrity":"sha512-zQ0br3LG/O34bfKqpKzsTQX7Vk3v0Hef0GlWj9yPtYhRED4HxPoNG+btpNu7ZV9rpuDcEwFuxYGqM76Y/3lk8Q==","signatures":[{"sig":"MEQCIG3xWdKXEBWMVRtYhs8hG0Krh/2usZHe/9ZF2gKWC7tAAiB3Wgbay8qNzyroMRtvKJJ01MvtJaFshegGFbP3eHHdRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\90c090c9-0ab2-4796-82a8-12ca2d58f933\\azure-container-registry-1.1.1-alpha.20241002.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\90c090c9-0ab2-4796-82a8-12ca2d58f933\\azure-container-registry-1.1.1-alpha.20241002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zQ0br3LG/O34bfKqpKzsTQX7Vk3v0Hef0GlWj9yPtYhRED4HxPoNG+btpNu7ZV9rpuDcEwFuxYGqM76Y/3lk8Q==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241002.1_1727916413747_0.19950210594514117","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241003.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241003.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241003.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b31a217a2fbf5e368f25adf567dc6c604076972","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241003.1.tgz","fileCount":76,"integrity":"sha512-2HrsHLb2t91dmX23JgXBSZd1SwOpNnhzqSjgXmdEjNPE4YKcjUTfIBNCYJ8Q+/1/4e5uEmaDGPSvkXkcHHpx1w==","signatures":[{"sig":"MEQCIDAFQCdYkRTTAjXbJJ8gmcQuBFOLchHZg5WSXIvwFuWUAiB6UxjOgUtbaMDQG06GDd3xrU9yWEBEkwUbjoOpIAfLCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\78f93b88-2c2c-4d33-86cc-44bef3a0ea91\\azure-container-registry-1.1.1-alpha.20241003.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\78f93b88-2c2c-4d33-86cc-44bef3a0ea91\\azure-container-registry-1.1.1-alpha.20241003.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-2HrsHLb2t91dmX23JgXBSZd1SwOpNnhzqSjgXmdEjNPE4YKcjUTfIBNCYJ8Q+/1/4e5uEmaDGPSvkXkcHHpx1w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241003.1_1728002896597_0.20556725474701443","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241004.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241004.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb2419d4ca49ad5bbc32e541e43ac2a026c706a9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241004.1.tgz","fileCount":76,"integrity":"sha512-zlTjUDV5IHn+1anAggVDoAex6QFjUWEjScDskdfjSZ10OqmzkdOx12FaKdH6KMFSC03R8SB0apQfBVVg47P1vw==","signatures":[{"sig":"MEQCIDFAKbk2zH2BTIR7R2qCloxfz93m2WRywQcZ/hIWSSgLAiB0/Ft09MUfFEXYmR1H2LwBS9eyZdvgdtNhxK7zYrjzOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a8ecec94-0133-44d7-b5b9-9969c6dfc3c7\\azure-container-registry-1.1.1-alpha.20241004.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a8ecec94-0133-44d7-b5b9-9969c6dfc3c7\\azure-container-registry-1.1.1-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zlTjUDV5IHn+1anAggVDoAex6QFjUWEjScDskdfjSZ10OqmzkdOx12FaKdH6KMFSC03R8SB0apQfBVVg47P1vw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241004.1_1728089209586_0.8719489377945746","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241007.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241007.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241007.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00fcdb5bd344277b328b1b47a13d192d509cef43","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241007.1.tgz","fileCount":76,"integrity":"sha512-Vc2Ll2Ln1weYw58dz1KvUM/R8US5UDtP/jdt+TDJ5ri8n/CKVDmbz8EKVOM0GVtSHORqvNPIb+mG8YJXyc+92w==","signatures":[{"sig":"MEYCIQDHOuDimmIg4Jvm41I25SvAyJXyy2qyzYavTsGc+eZzZgIhALqJ+NKoTtqFH2GcX1zG65SUxvLG/VdgHLI2ce8RuU0A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\70aebe99-c066-4135-bf43-7525ccae36f9\\azure-container-registry-1.1.1-alpha.20241007.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\70aebe99-c066-4135-bf43-7525ccae36f9\\azure-container-registry-1.1.1-alpha.20241007.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Vc2Ll2Ln1weYw58dz1KvUM/R8US5UDtP/jdt+TDJ5ri8n/CKVDmbz8EKVOM0GVtSHORqvNPIb+mG8YJXyc+92w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241007.1_1728348561514_0.2731558239956613","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241008.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241008.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241008.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4114f3b7849ac32b72adfc047afa80c9be50eed3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241008.1.tgz","fileCount":76,"integrity":"sha512-9dBZ1fg+DciiCtUS0wrXiMzvf53CHgRMv0Fw96WF1GepgHTKP4lVLCGojnLOHh5IRotfTzZv1tCKjsMVrXfNJg==","signatures":[{"sig":"MEYCIQCXhZP+dF2o3/zkgngEhWnnmEvwyzS2pNJmElYiLnFwLQIhAPNz2HTjjh5uD7RkjFYYY/lhSlYJcPEfy6pQ6lYDHuJ2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af6d1b7a-5c10-409e-9569-25e7a358ea64\\azure-container-registry-1.1.1-alpha.20241008.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af6d1b7a-5c10-409e-9569-25e7a358ea64\\azure-container-registry-1.1.1-alpha.20241008.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-9dBZ1fg+DciiCtUS0wrXiMzvf53CHgRMv0Fw96WF1GepgHTKP4lVLCGojnLOHh5IRotfTzZv1tCKjsMVrXfNJg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241008.1_1728434934738_0.13735551465137918","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241009.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241009.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241009.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"10e099528f67078b05e55526bb7219aa984df05c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241009.1.tgz","fileCount":76,"integrity":"sha512-64SNIkIKJS+Dh8Iyg/pEt7McyVPOOF+YaRhvzDXg7Ok4smHfbWKId7zKYrt4pDH/7E4nxk9rHCM3nQpmKmXFaA==","signatures":[{"sig":"MEYCIQCf3honzISM1cj8nbkjrKk5BvYV3Xcbm9jQcozSvWY/HQIhAI0tDsg1iYnzfkY76Pc8DICEcWeCBnfT+zt1g6THtab2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbd5e760-509b-4cb3-a0cc-27a8b3ed8cd1\\azure-container-registry-1.1.1-alpha.20241009.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbd5e760-509b-4cb3-a0cc-27a8b3ed8cd1\\azure-container-registry-1.1.1-alpha.20241009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-64SNIkIKJS+Dh8Iyg/pEt7McyVPOOF+YaRhvzDXg7Ok4smHfbWKId7zKYrt4pDH/7E4nxk9rHCM3nQpmKmXFaA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241009.1_1728522860811_0.8648453393975399","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241010.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241010.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"46c2de9097e2b47409b1e9ea05cd9c488bbfc729","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241010.1.tgz","fileCount":76,"integrity":"sha512-ABYOIOtomWojXXysWv7e7tXPZLipxbH4DriJuZ79dWJjRVJLByDRyp26wcpJf7azyjFbWITYCx62NZQOtKUAew==","signatures":[{"sig":"MEQCIC380smSRsPyT5yBH8RJ3Zf2fNN0S0nTMHzD5bNREeGRAiBvWc0bQX4fiXr75SQoPT/bK7JiiXfbeRDGaanWLikNsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\884e3db4-94e1-4e98-96cf-c75e244a2045\\azure-container-registry-1.1.1-alpha.20241010.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\884e3db4-94e1-4e98-96cf-c75e244a2045\\azure-container-registry-1.1.1-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ABYOIOtomWojXXysWv7e7tXPZLipxbH4DriJuZ79dWJjRVJLByDRyp26wcpJf7azyjFbWITYCx62NZQOtKUAew==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241010.1_1728607796868_0.5998151546446298","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241011.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241011.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e01c509fd937c1cdf3032e86ae785fd65dbe2e9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241011.1.tgz","fileCount":76,"integrity":"sha512-NUuKl5TjUlSN98+nHdgs/TWWUDBh2GSRu9W0OAT/WD8YCWBZ25k28V3EeFh+ql7dndcThSEIBi4ifJSbsXnBqA==","signatures":[{"sig":"MEQCIHOoSxLKzCDJBkdoUXtD3Ls+/Ml+lWz+GVM8O/QOWpGWAiArYkxdmL5vsNBjbeu4NhoUxCoBIvCqeyaBYxjJgGAIFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\210eb8a6-bb8c-4c14-898a-439c17389188\\azure-container-registry-1.1.1-alpha.20241011.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\210eb8a6-bb8c-4c14-898a-439c17389188\\azure-container-registry-1.1.1-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-NUuKl5TjUlSN98+nHdgs/TWWUDBh2GSRu9W0OAT/WD8YCWBZ25k28V3EeFh+ql7dndcThSEIBi4ifJSbsXnBqA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241011.1_1728694091460_0.4105056510404528","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241014.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241014.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ebb314666347e06b265fd8f95d1ef0593766ee9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241014.1.tgz","fileCount":76,"integrity":"sha512-gOPSNw4JsWdjIWCyuU8puuiEYE1mvfwlck35Vot3VzeIAxCUf7rVEMJll29P8y9qjP0meyTLZ3bPV6gpT9fqqg==","signatures":[{"sig":"MEYCIQCcK1vGV6QZZdpH24TRnteDL8r0yAKAnlqpEcz/HpwXYQIhAN89r42+0PIGod4r/JYCyyZfhMjVef4/N0eB1edeatjx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\31e170d0-54c0-4f4a-a8d1-49dfedfd6d8c\\azure-container-registry-1.1.1-alpha.20241014.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\31e170d0-54c0-4f4a-a8d1-49dfedfd6d8c\\azure-container-registry-1.1.1-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-gOPSNw4JsWdjIWCyuU8puuiEYE1mvfwlck35Vot3VzeIAxCUf7rVEMJll29P8y9qjP0meyTLZ3bPV6gpT9fqqg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241014.1_1728953326232_0.2776222383052511","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241015.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241015.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241015.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fee5b5491f8718b716eb68c756122f34dfb3ae24","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241015.1.tgz","fileCount":76,"integrity":"sha512-Wy2eLSEXrVKNAF0mKW4ZuSKCglr0q8nHlrtO2/+YsUXLKAKxqh2tsKpxQ3+WuC3pF7hh3VZgXSJpP14ABckX7g==","signatures":[{"sig":"MEYCIQDqzJJvXnPnbWg8OnoV0kSFml0ERZ37zonTO56XXhI0MwIhAPOXY1gs+Yi4320Nho0zeBZ7GKvxIamkvs18ECnZPi+N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55997492-9d58-48eb-9616-7077c96a9c81\\azure-container-registry-1.1.1-alpha.20241015.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55997492-9d58-48eb-9616-7077c96a9c81\\azure-container-registry-1.1.1-alpha.20241015.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Wy2eLSEXrVKNAF0mKW4ZuSKCglr0q8nHlrtO2/+YsUXLKAKxqh2tsKpxQ3+WuC3pF7hh3VZgXSJpP14ABckX7g==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241015.1_1729039642372_0.9927212003113115","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241016.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241016.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241016.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00fbbe7d44ac89b91e2989734d311bd69ce07015","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241016.1.tgz","fileCount":76,"integrity":"sha512-KJM+CzWmW2C6udGtHejmIlKJqUgBQJo5W9fmwpK9NWcAkTxGx5Q7TnsYKQYh9vpo+tsVFSrA1wvS72ZV9GhVpQ==","signatures":[{"sig":"MEUCIDhZmbNrc8qTvnLd/q8vrakibL79gui6xOgMjE08I/aTAiEAxp2eoX8q78yH/wA7FnDMKXMmNKzKynbTzkOQcn2Kb7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\90127d75-5105-4ad1-91a7-d444e87bdfed\\azure-container-registry-1.1.1-alpha.20241016.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\90127d75-5105-4ad1-91a7-d444e87bdfed\\azure-container-registry-1.1.1-alpha.20241016.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-KJM+CzWmW2C6udGtHejmIlKJqUgBQJo5W9fmwpK9NWcAkTxGx5Q7TnsYKQYh9vpo+tsVFSrA1wvS72ZV9GhVpQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241016.1_1729126149889_0.11155180606899928","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241017.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241017.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241017.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b0f988bb5a77fa67bbfd251f690f13e5186ffa4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241017.1.tgz","fileCount":76,"integrity":"sha512-RfJZykqfn476AxfOM7uuQ+cbvBUca07Eay6TE59++Sfeh26qfSZibBwR0B9+Tvt8z8qq+jussWu6DdlTMdfZXA==","signatures":[{"sig":"MEQCIA1Qx1GvIuedThClvpkG6pfgLikYFHI4zwOrltSBUkQkAiApyiGD1dMdOICyVfyRQ/3Zlddxbal/bdEDsG93TR5z9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\451b05f7-76e7-45b6-8571-2827e62d7147\\azure-container-registry-1.1.1-alpha.20241017.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\451b05f7-76e7-45b6-8571-2827e62d7147\\azure-container-registry-1.1.1-alpha.20241017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-RfJZykqfn476AxfOM7uuQ+cbvBUca07Eay6TE59++Sfeh26qfSZibBwR0B9+Tvt8z8qq+jussWu6DdlTMdfZXA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241017.1_1729212501118_0.0889083213821058","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241018.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241018.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241018.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a9e8620571bdb83fb355874603f5bfecf16a95f7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241018.1.tgz","fileCount":76,"integrity":"sha512-aj6ZIVlEAucInfkPx8zbeFvLuoKwahLWC7HgR8HJGyEkgpSo9pM57awESWxa9AdzE3+KSOD9xW6spypaS0czAw==","signatures":[{"sig":"MEUCIAYl8PwObziGTW/0FSk3P+FMS94qnaWcbrvy/gXmZhNvAiEAjKQnpi0g0TEqRN9bjTEcd8jfYgy8Mkdg2EH5Q4gS5wY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a73b3cc6-e2cb-4efe-bbe2-ae65067adb70\\azure-container-registry-1.1.1-alpha.20241018.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a73b3cc6-e2cb-4efe-bbe2-ae65067adb70\\azure-container-registry-1.1.1-alpha.20241018.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-aj6ZIVlEAucInfkPx8zbeFvLuoKwahLWC7HgR8HJGyEkgpSo9pM57awESWxa9AdzE3+KSOD9xW6spypaS0czAw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241018.1_1729298873510_0.7315845391130757","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241021.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241021.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a47bcc158bf69189ceaf2466184cb7e54a3be217","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241021.1.tgz","fileCount":76,"integrity":"sha512-xqbl39Fl/uaDnsGHQk97HjY64GOcz6xmQ+wE/SK9xC5Z9Wxrv+EN2eMqXsPE5g6ATTutyblasloFDcjw3K/xyg==","signatures":[{"sig":"MEUCIFGRkFAfZ00XkxaX/fxeZJAxuxyM5MA0/DXxN58SChZRAiEA3CloWqftnQU/bXnb8JZbjRKjakZLK0D6FboH7JsUGII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f4a31b57-a81c-4f63-b7fe-8babd3f995b6\\azure-container-registry-1.1.1-alpha.20241021.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f4a31b57-a81c-4f63-b7fe-8babd3f995b6\\azure-container-registry-1.1.1-alpha.20241021.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-xqbl39Fl/uaDnsGHQk97HjY64GOcz6xmQ+wE/SK9xC5Z9Wxrv+EN2eMqXsPE5g6ATTutyblasloFDcjw3K/xyg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241021.1_1729558015710_0.7854354652236142","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241022.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241022.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"26c2d99761eb9f398f8931e7069f05e780ab4cc8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241022.1.tgz","fileCount":76,"integrity":"sha512-Vjxie6llGdqJfWTXTXG/pgCQmZth82kPuaWTX3f468ANG0bwHvo4xIl7rM+l44V0IdEWnelfrOSzrsUZnEo8Ww==","signatures":[{"sig":"MEUCIAwLTEdaIKL4mUlPnkkRxyWM81EvRyNQ7P3Nsb7ASYBDAiEAvibbc1tCZnzK7HZZWkmlVWsFGzOkbb2Jsvke3yEXg3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045574},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7be7b65a-6970-497e-8fb9-51bae068e767\\azure-container-registry-1.1.1-alpha.20241022.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7be7b65a-6970-497e-8fb9-51bae068e767\\azure-container-registry-1.1.1-alpha.20241022.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Vjxie6llGdqJfWTXTXG/pgCQmZth82kPuaWTX3f468ANG0bwHvo4xIl7rM+l44V0IdEWnelfrOSzrsUZnEo8Ww==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241022.1_1729645110803_0.5519703255350283","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241023.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241023.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48885409310038929ec0f2591f0534d367e195a4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241023.1.tgz","fileCount":76,"integrity":"sha512-gHR69rS2PFhpnYxKql9pgJxDStmZZT7sBZ2+frOr6Cv2Av6sze0783uH9OzRAQ8wYIALYTMhK/FyLNl5eZGrhQ==","signatures":[{"sig":"MEUCIG11LlTNcEc8lyahKrAGA5oHLWxx1wHzba0gEfnouFG+AiEAkw8pqlwIEQIaTzN3bF2MeTTQ5UX9fOPVLYpg6kQWjas=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045551},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3546ffc9-4046-4d4d-8d62-bb649dbb0505\\azure-container-registry-1.1.1-alpha.20241023.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 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 && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3546ffc9-4046-4d4d-8d62-bb649dbb0505\\azure-container-registry-1.1.1-alpha.20241023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-gHR69rS2PFhpnYxKql9pgJxDStmZZT7sBZ2+frOr6Cv2Av6sze0783uH9OzRAQ8wYIALYTMhK/FyLNl5eZGrhQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241023.1_1729730845323_0.6650521717781799","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241024.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241024.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3bacc0ba7ad6e064ae862511b7402b367f3b30a6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241024.1.tgz","fileCount":76,"integrity":"sha512-bvCxxd9YkIyerlPq4iOzyUpKtFFNmZ6gltoS63pdmiPmQ9hvbZQMMmryarAMyzc9Jd9l3cecK18eEAqdDwtnsA==","signatures":[{"sig":"MEUCIQCz+NNATDJDPodlxOFvnikLpzvY1wfyzWXNBjxRwRyz+AIgZrHtHCRvr99hjpqgHhNX2PZg3+BTlBNcG78M+jg31EI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045551},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ea4339a-f5c7-43d4-96c5-61b52989dcdf\\azure-container-registry-1.1.1-alpha.20241024.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 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 && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ea4339a-f5c7-43d4-96c5-61b52989dcdf\\azure-container-registry-1.1.1-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-bvCxxd9YkIyerlPq4iOzyUpKtFFNmZ6gltoS63pdmiPmQ9hvbZQMMmryarAMyzc9Jd9l3cecK18eEAqdDwtnsA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241024.1_1729817239301_0.6643270608593679","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241025.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241025.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"daabdbdc0b5258e89c5847b12d916e0ec9836433","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241025.1.tgz","fileCount":76,"integrity":"sha512-fc27VIV5SO7qIm3VYfQJ9Lf8Y9dHFEhCY3JgYyqS2pTO2ae2Vz/p9JKVrs+Q84ADZEOZQUZOsI06xuZqE4k2XA==","signatures":[{"sig":"MEUCIQDDS+8x+iGeVu9FKWY15wlfxgJco8KcJbpVjPq7N+xLdQIgM51xV5+jad0bA8BAQN0r5qD3gK8OggPLqjlw7wVoWDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045382},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e59059dc-4756-406d-8890-82a7d19467af\\azure-container-registry-1.1.1-alpha.20241025.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e59059dc-4756-406d-8890-82a7d19467af\\azure-container-registry-1.1.1-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-fc27VIV5SO7qIm3VYfQJ9Lf8Y9dHFEhCY3JgYyqS2pTO2ae2Vz/p9JKVrs+Q84ADZEOZQUZOsI06xuZqE4k2XA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241025.1_1729903818972_0.7383696426077104","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241028.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241028.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241028.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf2e285e36c2391763edad79e3ad64a32f3a35c8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241028.1.tgz","fileCount":76,"integrity":"sha512-xQlEJAWyL08QEztd3bDDQSGmN+vakhsGoQVMdKARoL4ITW/Edu2lPUuq4+MJh6KVDrQvZRkoShjGUgK/QHiY9A==","signatures":[{"sig":"MEYCIQCMlzusy0rKQaOWLgxEN3Fmkot+OYeccP9Xc9Su8PnqEgIhAMY/RfXAsW6TabHc+C95n3LnbokbfTqmVv3IISO5o4dj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1045382},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2e1a569-c9b1-45e0-a54f-ee8c504162b6\\azure-container-registry-1.1.1-alpha.20241028.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2e1a569-c9b1-45e0-a54f-ee8c504162b6\\azure-container-registry-1.1.1-alpha.20241028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-xQlEJAWyL08QEztd3bDDQSGmN+vakhsGoQVMdKARoL4ITW/Edu2lPUuq4+MJh6KVDrQvZRkoShjGUgK/QHiY9A==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241028.1_1730162909897_0.23676883136932725","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241029.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241029.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c89323d704ad6f5690c564945ac651c962a61a7c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241029.1.tgz","fileCount":76,"integrity":"sha512-ijAkVkkTqkVDOEjF2XzuHZHt3EnHurssdxVYOdBSlVcgC2Ow9saiVtvkrc3sTRmYJI743ZRUmt4NXeKc7Ba4Ig==","signatures":[{"sig":"MEUCIHOm3wCjXP7O21fIf+14yuXyeeny8iAXjKYlahDk3vqAAiEAlHxEqtvkMmpkOm0pD6u1vFeLazgYG+avX5XlHsPiwDA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1036761},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bcc31d7-6c98-47fe-a386-a3f261532830\\azure-container-registry-1.1.1-alpha.20241029.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bcc31d7-6c98-47fe-a386-a3f261532830\\azure-container-registry-1.1.1-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ijAkVkkTqkVDOEjF2XzuHZHt3EnHurssdxVYOdBSlVcgC2Ow9saiVtvkrc3sTRmYJI743ZRUmt4NXeKc7Ba4Ig==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241029.1_1730249276706_0.832368632086185","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241030.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241030.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea01fae1e8daf1bbc7bb2054e5a004b559d6d448","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241030.1.tgz","fileCount":76,"integrity":"sha512-Uqisu9QEnO6NKbvmlhZhvZzldYpmSs43e++DDrYUDcRnjr7L8czDJquvEuqrojHjLJyDHYJ3Rua1ViXnFvV2Iw==","signatures":[{"sig":"MEYCIQCn+fUsQlrqAkj7cKmoKlEAxcQbjbWKfpT2Xff+wgCdLgIhALjDPuGF7nt/hqOckg2k4ym5aNkfTmssm6FaOIThMyrb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037539},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c8219a1-d989-4ae5-a602-bba6fbf101b8\\azure-container-registry-1.1.1-alpha.20241030.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c8219a1-d989-4ae5-a602-bba6fbf101b8\\azure-container-registry-1.1.1-alpha.20241030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Uqisu9QEnO6NKbvmlhZhvZzldYpmSs43e++DDrYUDcRnjr7L8czDJquvEuqrojHjLJyDHYJ3Rua1ViXnFvV2Iw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241030.1_1730335632852_0.2524068984668235","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241031.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241031.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"334ce7efba35f71663197448314920e2268af68d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241031.1.tgz","fileCount":76,"integrity":"sha512-l2XIzPcH7khCM9uQVL+UcxVFcZw492u6EsNtdfGaU7/Mw5Zux5SpeblO6qaujpUup8rav8yYtKsQVhv2RV6rKg==","signatures":[{"sig":"MEUCICe9dNhjWH3PNc8mIePAI+ZrqyN7GR1tzxud//QlJ2K4AiEAq6UG37k74k3JklYYQBtEDPOLqo1Y1ltYc/Lqs9cy8s8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037539},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\eee4070a-520a-40d9-8235-cb56414d45b1\\azure-container-registry-1.1.1-alpha.20241031.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\eee4070a-520a-40d9-8235-cb56414d45b1\\azure-container-registry-1.1.1-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-l2XIzPcH7khCM9uQVL+UcxVFcZw492u6EsNtdfGaU7/Mw5Zux5SpeblO6qaujpUup8rav8yYtKsQVhv2RV6rKg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241031.1_1730422400285_0.7812484292471338","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241126.3":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241126.3","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241126.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"750cd7720552348e392f0b62aa3e17e46d4397cc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241126.3.tgz","fileCount":76,"integrity":"sha512-vX9SmJsAjlhBi9/D8sIiiW8ZYsSsGsIcHhnmV9tx0TQizBk47Ghbmz0dtSsExR32v1kHcbW+cTP0cae7xNRosQ==","signatures":[{"sig":"MEUCIDFnGdTzgeMBh34e54IMql2L1VYY7kRQVys4/ZnEiU8FAiEAkzHzetw+c8r89MWa+7yY1iFhfmHf7H3pGw+xAsi50Zs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037512},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7a93c317-d1ae-41ec-b5ca-b482bae1e8fa\\azure-container-registry-1.1.1-alpha.20241126.3.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7a93c317-d1ae-41ec-b5ca-b482bae1e8fa\\azure-container-registry-1.1.1-alpha.20241126.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-vX9SmJsAjlhBi9/D8sIiiW8ZYsSsGsIcHhnmV9tx0TQizBk47Ghbmz0dtSsExR32v1kHcbW+cTP0cae7xNRosQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241126.3_1732672306853_0.9828823206515178","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241127.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241127.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e014aff15b9d02cbe442f1c0f19cfba62956253","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241127.1.tgz","fileCount":76,"integrity":"sha512-eGlwvRYdOhKaOIi8jJgpadUJVG9Nl2vCnfQf6z/AydfLSlCeyZz6yKxJU408vsABp9F/xjQlcoYrHDccjyxhTw==","signatures":[{"sig":"MEUCIDwR6cE2qpKXAbselU+BWEAHFkzvmuwrJYswfG0sdKqeAiEA2Z0Z/bdLbOHdt4uFoZIbToSpnXaObmEqlK0nh5tEgYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037512},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ee41f6b9-9d78-475f-beec-a95b3c448034\\azure-container-registry-1.1.1-alpha.20241127.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ee41f6b9-9d78-475f-beec-a95b3c448034\\azure-container-registry-1.1.1-alpha.20241127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-eGlwvRYdOhKaOIi8jJgpadUJVG9Nl2vCnfQf6z/AydfLSlCeyZz6yKxJU408vsABp9F/xjQlcoYrHDccjyxhTw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241127.1_1732758441745_0.2555905322009433","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241128.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241128.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b69f2583f1d7ce2c513a2f381976b15cc875a40","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241128.1.tgz","fileCount":76,"integrity":"sha512-04zP+2K2Lk5zT5PeQqmRbAU3+tMA8KvqbST8yddRHj+q0is9Sv06TxxrRrZEa3Eo9GgPoE947UIQAiUobWTruA==","signatures":[{"sig":"MEYCIQDhLOR/ntYs+Ol1deqDYxoEP5negJDqFI+qTWANaqDuKwIhAMaqBpTeA5rg/zG6MCOGbhl45l9W/6DcNFUSGlU6WTUM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037512},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\953a47e9-a500-4294-9a33-c4a1c9bb2d38\\azure-container-registry-1.1.1-alpha.20241128.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\953a47e9-a500-4294-9a33-c4a1c9bb2d38\\azure-container-registry-1.1.1-alpha.20241128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-04zP+2K2Lk5zT5PeQqmRbAU3+tMA8KvqbST8yddRHj+q0is9Sv06TxxrRrZEa3Eo9GgPoE947UIQAiUobWTruA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241128.1_1732844783150_0.8994536513466185","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241129.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241129.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"289cbe2f327791a1005fd10e99d92fa088474c6c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241129.1.tgz","fileCount":76,"integrity":"sha512-kUcm42eu0pUpiljR/9t8Z+QHO9HzNQZu6l1wYBDGykqwylayAkb9whywwpSM7mUmZlxKTH/lme0Psd3TstDAsw==","signatures":[{"sig":"MEQCICjVGkdGFNUaGPDhPoHSnagE5pe/zm5A1XAMheQSVibCAiAAkgGbAnfYc2yFLPN67e492CUCDHQ4wkGdmjXzAPeNwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037512},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\394590f8-6aad-4f06-ad93-b12a02998bed\\azure-container-registry-1.1.1-alpha.20241129.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\394590f8-6aad-4f06-ad93-b12a02998bed\\azure-container-registry-1.1.1-alpha.20241129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-kUcm42eu0pUpiljR/9t8Z+QHO9HzNQZu6l1wYBDGykqwylayAkb9whywwpSM7mUmZlxKTH/lme0Psd3TstDAsw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241129.1_1732931206175_0.825481816182708","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241202.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241202.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2adab772e33c1121a5ca271239d1a17155a8a87","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241202.1.tgz","fileCount":76,"integrity":"sha512-PbGMx9sjSyRHpKrRXUnF5nOg28BZPmtC3RKKDuUk56Ewb4/ZJVyTYrkMQCDg+eGW026xqlTx6I1lrKXf7j6LVQ==","signatures":[{"sig":"MEUCIDJIsW66IRDhnhmmI+lYLtlHGC/Hkqe/uO37JGCsTQLDAiEAwcVmAWO4YvL7STbKpLWoeE5eRn91xmnVntyAy0g2Wgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037512},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\98bf88e1-8d0f-404f-a567-53e8f176d596\\azure-container-registry-1.1.1-alpha.20241202.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\98bf88e1-8d0f-404f-a567-53e8f176d596\\azure-container-registry-1.1.1-alpha.20241202.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-PbGMx9sjSyRHpKrRXUnF5nOg28BZPmtC3RKKDuUk56Ewb4/ZJVyTYrkMQCDg+eGW026xqlTx6I1lrKXf7j6LVQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241202.1_1733190501736_0.10949479023370401","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241203.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241203.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6213d30b3acf8d387adcb30a03e8383a282c45fb","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241203.1.tgz","fileCount":76,"integrity":"sha512-v1eHqYTMBRtDgGucuZsP53X9eZE5iDitrhtTegYvmYkcuRjXGiqr+icG/IaPOZeRqBpqnbrgS1KFcYj0i0FYKA==","signatures":[{"sig":"MEYCIQCBDEfwPPz9A7zInORpmgrIzl8il5cc1qs2XQRnJtqyagIhAIdCtICZZu2Y2I8XTW12rPSJ2/NR5PTn7zKYz51dSHr3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037512},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e32c34c1-6dec-4f49-8b93-61755f6bf250\\azure-container-registry-1.1.1-alpha.20241203.1.tgz","types":"types/container-registry.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/utils/base64.js":"./dist-esm/src/utils/base64.browser.js","./dist-esm/test/utils/isNode.js":"./dist-esm/src/test/isNode.browser.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test=false","build:test":"tsc -p . && dev-tool run bundle --browser-test=false","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e32c34c1-6dec-4f49-8b93-61755f6bf250\\azure-container-registry-1.1.1-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-v1eHqYTMBRtDgGucuZsP53X9eZE5iDitrhtTegYvmYkcuRjXGiqr+icG/IaPOZeRqBpqnbrgS1KFcYj0i0FYKA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.2.1","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241203.1_1733276827331_0.39935066580373846","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241204.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241204.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241204.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f41671968d7a9cc130443be548e8864c30505bba","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241204.2.tgz","fileCount":552,"integrity":"sha512-tNWJIZAnyNlXVt8S4bsQi0wnwWviKfqaI0bx9Cl/nfdPB/EORtcaL4blnybdRGlPTvM7fhsxl8ewUFz1PuLyIg==","signatures":[{"sig":"MEUCIQCpFO4wdX9XarD5jDH3C4mIUO0p0ihaDfpm3iSoJp2q5AIgCZVDqIin+2woxZg+UnSnrh9eAV+DZS2er+zkNagZdbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903584},"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\\0c07537a-5e67-45e0-93c4-ff49f416bcd4\\azure-container-registry-1.1.1-alpha.20241204.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0c07537a-5e67-45e0-93c4-ff49f416bcd4\\azure-container-registry-1.1.1-alpha.20241204.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-tNWJIZAnyNlXVt8S4bsQi0wnwWviKfqaI0bx9Cl/nfdPB/EORtcaL4blnybdRGlPTvM7fhsxl8ewUFz1PuLyIg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241204.2_1733363358888_0.6420007420497031","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241205.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241205.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8bb30560c67b9874bec4da9bcb045cd756bb7c3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241205.1.tgz","fileCount":552,"integrity":"sha512-V79nHBOXs5MfS3OonK2oE3uTMiwNl4rg8QFOh0HPI8QgmHb59Af7KOtjxYuq5nWicPIATDp05S6mwuiN6EAnpw==","signatures":[{"sig":"MEYCIQDdIbOMpDTHlWQrQzADOqaW3bylI/1fL5ZBcEwPGpH0cgIhAPJEA8tzJrshCf3Xpju9y9TZE3kBgE0HtZ4pGppb1HwV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903584},"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\\4e7c7347-7385-41d7-b083-0b394737a246\\azure-container-registry-1.1.1-alpha.20241205.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4e7c7347-7385-41d7-b083-0b394737a246\\azure-container-registry-1.1.1-alpha.20241205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-V79nHBOXs5MfS3OonK2oE3uTMiwNl4rg8QFOh0HPI8QgmHb59Af7KOtjxYuq5nWicPIATDp05S6mwuiN6EAnpw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241205.1_1733449743903_0.7310232453651857","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241206.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241206.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2e1f6ab65d451089bede77f2902e4ac8650a373","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241206.1.tgz","fileCount":552,"integrity":"sha512-uQ3E5JVWB5SzOE+Jtjvu7mYDD09/w1Gmizt1q4j1lD62HYvcwBcpr2XfhoDgzNZ+mvr15XlSl094vmgW2G7LAg==","signatures":[{"sig":"MEUCIQCB5kGNdl77YVuOEryDZ/60azvk54M5uhWX9YNYb/rIcgIgANWeVcVcgCQl51bWvmvUJSZ2dlDi3+IjdAipy7rnwJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903584},"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\\666da6e3-03a8-4814-bec7-c0b2c63aeb1d\\azure-container-registry-1.1.1-alpha.20241206.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\666da6e3-03a8-4814-bec7-c0b2c63aeb1d\\azure-container-registry-1.1.1-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-uQ3E5JVWB5SzOE+Jtjvu7mYDD09/w1Gmizt1q4j1lD62HYvcwBcpr2XfhoDgzNZ+mvr15XlSl094vmgW2G7LAg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241206.1_1733536147819_0.6097625397386344","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20241209.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241209.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1e0d83f0e9344b8d43f20d3aee9077d01887695","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241209.1.tgz","fileCount":552,"integrity":"sha512-k8fvkKwVktVbogEz90qRpjzqq36/k6d1x2/9rZJop8Rv6KVXiZiTIDPU7pd1y2qC8rLZDVfSW5+g/CquqAndSQ==","signatures":[{"sig":"MEUCIEIAN/q3/BqI5KoYv6Ng3RuHMsph83r3GLxjzG69vTXCAiEApqPBKOaGEFwN6tCCPmaJbL/5K6BF4edwESnPFjqrT8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903584},"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\\91f3b8cf-d93c-4bbc-8840-756b68ad137b\\azure-container-registry-1.1.1-alpha.20241209.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\91f3b8cf-d93c-4bbc-8840-756b68ad137b\\azure-container-registry-1.1.1-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-k8fvkKwVktVbogEz90qRpjzqq36/k6d1x2/9rZJop8Rv6KVXiZiTIDPU7pd1y2qC8rLZDVfSW5+g/CquqAndSQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241209.1_1733795182560_0.2037586417998265","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241210.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241210.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2551e961430d7755b09bed52000bc069af493f47","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241210.1.tgz","fileCount":552,"integrity":"sha512-uwpUVQ0XWyiVNL/rZZg/P7O9Z26tY9NVn9qfSBrT2QFQvczgOIkNbcruZBDanF07fz0VzyvQfOy87CX5LcF5hg==","signatures":[{"sig":"MEQCIFrfbhjKl4qJZ9UsTPQSsV49CUybq3uM/as9HRLNF6z2AiA5I0zL1qKP/M/ZHrxJT45otGl9cnJ4GxySExBq6Epimg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903584},"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\\0a32c4b4-1b46-4f82-a56f-b533063e0d4b\\azure-container-registry-1.1.1-alpha.20241210.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a32c4b4-1b46-4f82-a56f-b533063e0d4b\\azure-container-registry-1.1.1-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-uwpUVQ0XWyiVNL/rZZg/P7O9Z26tY9NVn9qfSBrT2QFQvczgOIkNbcruZBDanF07fz0VzyvQfOy87CX5LcF5hg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241210.1_1733881846440_0.9550161837108271","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241211.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241211.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"429bd8730f02f20cbf31200a5c8d0e8ea1c49c23","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241211.1.tgz","fileCount":552,"integrity":"sha512-93PoBBqQSlCtTPIjW3KwLUXEsOf4ZJsHGnXDTxlJRdq2xLOVETP3ecNdcqZUOk4HQIHb/2FTd4lQ1mV5VySFqw==","signatures":[{"sig":"MEQCIAorGHs/YImjSlvTxx/krRVpjS/Nm1/im1dIbZlKCxuDAiB7v8685uLN9eOtSHWSYZ1Nob0CyS1NIXCLpZIsQ367vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903584},"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\\38f24264-f67b-4f7c-930e-75d795fc2be0\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38f24264-f67b-4f7c-930e-75d795fc2be0\\azure-container-registry-1.1.1-alpha.20241211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-93PoBBqQSlCtTPIjW3KwLUXEsOf4ZJsHGnXDTxlJRdq2xLOVETP3ecNdcqZUOk4HQIHb/2FTd4lQ1mV5VySFqw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241211.1_1733968314450_0.4120230307570669","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241212.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241212.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241212.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac71541c1db25e32c2e304e8f925b6df5b4b4462","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241212.2.tgz","fileCount":552,"integrity":"sha512-tXuHM3tXhr0soZ7GrHcbnpox1Ztjlmdbn8HJAK0XxtTRf27xaltHO0pJaHQnEKvkGQ0ura7GQiaBPbdXVf77uw==","signatures":[{"sig":"MEYCIQDoKHxl6owfliGpQFB1YppmVYoQAq/L3VQgDww0FGq6TQIhAIBnziPmrBGtPAOoczIMJu8g961j3ryc3uE/o/Aue2Ii","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903669},"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\\2dbd870d-cbdb-49ea-a4cc-95f217df00e8\\azure-container-registry-1.1.1-alpha.20241212.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2dbd870d-cbdb-49ea-a4cc-95f217df00e8\\azure-container-registry-1.1.1-alpha.20241212.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-tXuHM3tXhr0soZ7GrHcbnpox1Ztjlmdbn8HJAK0XxtTRf27xaltHO0pJaHQnEKvkGQ0ura7GQiaBPbdXVf77uw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241212.2_1734055191493_0.6310442821329387","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241213.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241213.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a58291f66d0bf75be99b0dc9996b780eb2f78eca","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241213.1.tgz","fileCount":552,"integrity":"sha512-2qMO+VQiihgg9DJbnp+n6KDdkFF8dFpHjYNNoPB6P+MY1gxAcBvxck7NWFVi55xc3SJ3h5eRBmf9lDqWBlpxJw==","signatures":[{"sig":"MEYCIQCjNTBaypA890SYLUoyOUEmAIkgh4PXx7Tmn3IZFAEzBwIhAKhclaTuG5BpoYYZJEmRR8SqNn/ynrxXmXsmGj9d5Ew1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903669},"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\\192b7132-b6ad-4486-80d5-bcb537bcfdf2\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\192b7132-b6ad-4486-80d5-bcb537bcfdf2\\azure-container-registry-1.1.1-alpha.20241213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-2qMO+VQiihgg9DJbnp+n6KDdkFF8dFpHjYNNoPB6P+MY1gxAcBvxck7NWFVi55xc3SJ3h5eRBmf9lDqWBlpxJw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241213.1_1734140959275_0.7245933738110419","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241218.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241218.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"31432ac7e8372a79f10534f6842c164d6fb97260","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241218.1.tgz","fileCount":552,"integrity":"sha512-t9q+ac6m7nT/r44M4OiWW4s9OeLA7yF1tWwAJluU0FSDO8ASvyvp6vNBSVcGCc/gB+Jh0UsvQI3uiLEi2nqZGQ==","signatures":[{"sig":"MEUCIBabxDvop9D9hR7DOETi67tZ69w5AiYlwBG/jYz2nXjWAiEAw8nrKVvzKyRVuvY8hvgQtdiKrRYQqgL0/VEsCQr7XC0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\4d39b79b-16c1-49b9-9a3e-9f039b2a18a7\\azure-container-registry-1.1.1-alpha.20241218.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d39b79b-16c1-49b9-9a3e-9f039b2a18a7\\azure-container-registry-1.1.1-alpha.20241218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-t9q+ac6m7nT/r44M4OiWW4s9OeLA7yF1tWwAJluU0FSDO8ASvyvp6vNBSVcGCc/gB+Jh0UsvQI3uiLEi2nqZGQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241218.1_1734572838861_0.023199485341068193","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241219.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241219.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68b0344884ea24b39792264b891c40846a300c0a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241219.1.tgz","fileCount":552,"integrity":"sha512-nWaOkvD3+jvGmG4IMMwBFYJERUFK3xrwXvU00mwf/3n9ApzAQmpUpqLf1fepM4j+tg1vDWSN02WAUspTfGSsxw==","signatures":[{"sig":"MEUCIQDEIaHZoUIEI3ak5/CPAOanDaiTPle5B/jf8SLsqsjQtgIgA8HRpCofGAldLXuHz04/MCeMPZ3yIbLRL+sWwbdoj20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\0ba61c17-56f1-4ca9-8261-ba99ffa69282\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0ba61c17-56f1-4ca9-8261-ba99ffa69282\\azure-container-registry-1.1.1-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-nWaOkvD3+jvGmG4IMMwBFYJERUFK3xrwXvU00mwf/3n9ApzAQmpUpqLf1fepM4j+tg1vDWSN02WAUspTfGSsxw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241219.1_1734659629029_0.3457805674246317","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241220.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241220.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98cf4a96454166bf57b99dcb8f511acc426aad0c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241220.1.tgz","fileCount":552,"integrity":"sha512-W+OTFguVufdYS5NIeBMKukgk5XvbuHpka4PTbAL9GQI/qjnc5ngTaqLcbrgvbRXuKg5UUydyhp5CoENZ1b4/Iw==","signatures":[{"sig":"MEQCIHdgbq2alboMi6WseBkxL/gLt3t0h3pYvtmjGKgzNb/jAiBAhSiR5jQ+gUuxNiKNKJUBTK14rNRgEQkmwQrPbQ5CWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\0f7e19ce-d6b8-42f1-8515-e02d7b4b65e3\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0f7e19ce-d6b8-42f1-8515-e02d7b4b65e3\\azure-container-registry-1.1.1-alpha.20241220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-W+OTFguVufdYS5NIeBMKukgk5XvbuHpka4PTbAL9GQI/qjnc5ngTaqLcbrgvbRXuKg5UUydyhp5CoENZ1b4/Iw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241220.1_1734745652462_0.8788836071219046","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241223.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241223.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f7460247e7906be4687243bd7939f9e95a81adf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241223.1.tgz","fileCount":552,"integrity":"sha512-sIrKy3CJQgvhP+9GAuVezfxtKHrsEh07yg2DKM/khUDaQXD8soaXO+Lud9b4c7ABiaYi0riv7i8va2oe4i+SoQ==","signatures":[{"sig":"MEQCICIwL2Yvoa9JqU/0QjeWgqjORncGD4pBD1jVxCkA7z18AiBAYbO9cNLU4B6eHnArDlnpiRZaQHfN1iVY5NvXxhtNmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\5e670ef8-a2dc-4c03-8fc0-a7f0a20444f8\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5e670ef8-a2dc-4c03-8fc0-a7f0a20444f8\\azure-container-registry-1.1.1-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-sIrKy3CJQgvhP+9GAuVezfxtKHrsEh07yg2DKM/khUDaQXD8soaXO+Lud9b4c7ABiaYi0riv7i8va2oe4i+SoQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241223.1_1735004886955_0.7470601808584234","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241224.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241224.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d320c9993fb59ceeac33281c096ad8609199ddb","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241224.1.tgz","fileCount":552,"integrity":"sha512-B+cfBeHRZs7vtamVm1CUxy0KxnYDhPn+4/bQV7aoEg4O7YyfsiGLFHzuax4/HpmtF/d4Z/OH4BgcZ0YXa97DzQ==","signatures":[{"sig":"MEUCIBMNtff6pdU9pOiweIgDCZIFzET01LoB6Pr82oNeHiAmAiEAtSIDqfFZpfR2BlK0XA2um1lrU0fTgXWzSdYjblqc55M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\c57bc520-0efa-4b1c-8001-28baa84a2345\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c57bc520-0efa-4b1c-8001-28baa84a2345\\azure-container-registry-1.1.1-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-B+cfBeHRZs7vtamVm1CUxy0KxnYDhPn+4/bQV7aoEg4O7YyfsiGLFHzuax4/HpmtF/d4Z/OH4BgcZ0YXa97DzQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241224.1_1735091309386_0.39348286078791017","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241225.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241225.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da9bd38d78076d307ab7c1091cbc8a08cac6d1ff","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241225.1.tgz","fileCount":552,"integrity":"sha512-/kL0+J0Mjx39RrlhMfB6WVt6yp/1Wdt8Y7SgqWj0MP72/aRm5dzXmG5nBbfJR6vG8/cvKxlZ3KuEMo91kcdTIA==","signatures":[{"sig":"MEQCIAwUfW6a+2DFU5ZhQU3ZOU4ZxPJCRP7bP4lSYn8PxvFFAiAjTw3guakCXLF7jYjMl7ldfvt36UOmcLiYTxHFx5VhTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\b4ae2da3-6999-4eb3-94d3-6c9d0b257226\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b4ae2da3-6999-4eb3-94d3-6c9d0b257226\\azure-container-registry-1.1.1-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/kL0+J0Mjx39RrlhMfB6WVt6yp/1Wdt8Y7SgqWj0MP72/aRm5dzXmG5nBbfJR6vG8/cvKxlZ3KuEMo91kcdTIA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241225.1_1735177705116_0.1975324121762967","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241226.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241226.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b64445fdceb556b5f347cf59716d7bb267ca6b05","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241226.1.tgz","fileCount":552,"integrity":"sha512-ABhp1eYkd0+KLGM1WotVcleHSwIst9idcZka7HzC4BS/kotj7KcjXWGQ1cfg0ZolJVCzk7YC/N0v/wf93+rOKg==","signatures":[{"sig":"MEYCIQCS+Ui4S3BUTgtJsZ4E/Xe1vAGN2QW3MZWCfNiRyC90wQIhALuekKlAoETUbIC5fEmFBB5rd4EukQr41nv1mEyMuUsU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\0d884e16-df60-494a-a46c-9b87e2f66450\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0d884e16-df60-494a-a46c-9b87e2f66450\\azure-container-registry-1.1.1-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ABhp1eYkd0+KLGM1WotVcleHSwIst9idcZka7HzC4BS/kotj7KcjXWGQ1cfg0ZolJVCzk7YC/N0v/wf93+rOKg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241226.1_1735264074301_0.12008909361524744","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241227.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241227.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"532656c6b4477b4f6701dd5fa03c881b579c8666","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241227.1.tgz","fileCount":552,"integrity":"sha512-07uMuZo2vS8uzh14e9bHCAMEsK/Jri6M/I9a6vwqtAe1C4x6wL83YUcg1rRrEunSYQhNXq6A7/dCvsYSYkHZhw==","signatures":[{"sig":"MEUCIC28hcDb2NNBNlDLVvr91MrQh96r3A/iI33oAn3akVIqAiEAxugODCbQnC5dVkYra1ENMCaJ2yy3SKMvoGbr1vqnXfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\847c941e-d01a-4b51-85bf-41f6a3b13ded\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\847c941e-d01a-4b51-85bf-41f6a3b13ded\\azure-container-registry-1.1.1-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-07uMuZo2vS8uzh14e9bHCAMEsK/Jri6M/I9a6vwqtAe1C4x6wL83YUcg1rRrEunSYQhNXq6A7/dCvsYSYkHZhw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241227.1_1735350483757_0.22011533331881372","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241230.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241230.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b07f87968793b8b24428288a00823826c830a508","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241230.1.tgz","fileCount":552,"integrity":"sha512-im3SvESO/lr+gLlu4r3GCaizMJqVZu9QQ98ldJsJAbgwUkQmuG+wj+FE46uoIZph9Dfac+qo7CtyYn0ivsomtg==","signatures":[{"sig":"MEUCIQDI7IMDGqEaAhFxwZwudeeaLkVD6AyK4vdzGXxNJ7kQ/gIgaXfqvqHDi2Hd3AzpiKc/YvZ0TvvlBo6ZeybbmhRC9yQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\02001cb6-28a2-45b6-b1de-9c1699b24deb\\azure-container-registry-1.1.1-alpha.20241230.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\02001cb6-28a2-45b6-b1de-9c1699b24deb\\azure-container-registry-1.1.1-alpha.20241230.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-im3SvESO/lr+gLlu4r3GCaizMJqVZu9QQ98ldJsJAbgwUkQmuG+wj+FE46uoIZph9Dfac+qo7CtyYn0ivsomtg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241230.1_1735609781742_0.019669428184710736","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20241231.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20241231.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20241231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"603a977a26ebcabd781ee46d9c1676a3567de57c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20241231.1.tgz","fileCount":552,"integrity":"sha512-B3mt01FiIeOEPyUZFgdONCXvFffUd+2EZyaaPYmzNIiO+ZCC999WJW3hoekcv5heEzUSSEbY/b3r8iStJlKDcg==","signatures":[{"sig":"MEUCID8bL4AhWxsuER0vvdzArhmFcy6+p3I78zpW9F9Rkvs2AiEAnocoX+p2/wXqEJYPs/6xtlStvBPzcRWMimwYoNLKW9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\ba06de24-4c4d-4707-aaa2-7c39410a68ee\\azure-container-registry-1.1.1-alpha.20241231.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba06de24-4c4d-4707-aaa2-7c39410a68ee\\azure-container-registry-1.1.1-alpha.20241231.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-B3mt01FiIeOEPyUZFgdONCXvFffUd+2EZyaaPYmzNIiO+ZCC999WJW3hoekcv5heEzUSSEbY/b3r8iStJlKDcg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20241231.1_1735696146493_0.06089513854248496","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250101.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250101.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e922a651abd4957177e881f705c4d2a6412302a1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250101.1.tgz","fileCount":552,"integrity":"sha512-rDQqkwov8gC4kv/edWi9iQYP8AVR4N4savYzL4cuQB09o9xsZks3Uz5aWtXTMEp+roxVvlNNDw30bcp3fFu0bA==","signatures":[{"sig":"MEUCIQCMle5S5HG7yrPVXEsUQySLnEHHhF3w221yeJh1sieZmAIgcu5GxUpSlVHeMhEpNHQqWMrOc3fz90XPCxpAr/+bodQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\2b5c3aaa-80fb-4841-956f-3b7e6f4f9174\\azure-container-registry-1.1.1-alpha.20250101.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2b5c3aaa-80fb-4841-956f-3b7e6f4f9174\\azure-container-registry-1.1.1-alpha.20250101.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-rDQqkwov8gC4kv/edWi9iQYP8AVR4N4savYzL4cuQB09o9xsZks3Uz5aWtXTMEp+roxVvlNNDw30bcp3fFu0bA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250101.1_1735782514176_0.7908090410665636","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250102.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250102.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"86309e89d53de7c5c82a604674c860a5fe7897d2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250102.1.tgz","fileCount":552,"integrity":"sha512-uHtANdu8xW9rhrEgRKfUDH6jWEX/9sjKhwRAjS06oWGW2xiiUXCpw4ryIeXyTQld8LiYY2a6u+joRqhl6SkRRA==","signatures":[{"sig":"MEQCIBpX0zydb/wq61Fh7Tninc1kljxxlxnqX2sNTps/l5yBAiAgdgP27Mc/mmR9A008jO56S+v8Dw2aWhT3bnc/RUhQ7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\3bf8ede7-15fa-455d-9cf4-855923b662a5\\azure-container-registry-1.1.1-alpha.20250102.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3bf8ede7-15fa-455d-9cf4-855923b662a5\\azure-container-registry-1.1.1-alpha.20250102.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-uHtANdu8xW9rhrEgRKfUDH6jWEX/9sjKhwRAjS06oWGW2xiiUXCpw4ryIeXyTQld8LiYY2a6u+joRqhl6SkRRA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250102.1_1735869147236_0.11376951871490637","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250103.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250103.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1520cdb41c0f534dd27bcf815d811704d2a3abae","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250103.1.tgz","fileCount":552,"integrity":"sha512-yEsjQAq1pmtcUqta5pkt/WzBx9b3wF/Fl7CHeTXOODMlz++v0XEI2G3cRLhZk4ci5/m7WkBKC77g5upAXkGsPg==","signatures":[{"sig":"MEUCIQCNnPgbIL2G5yNRZEvkL3OJh7sn27j7ddsOassCYosKPwIgCz+WetMk9xsftSzKRdY/twKsMPoZsW5Wy5iS+0AEFyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\f718ddcb-023c-4da8-8aac-1524158350e9\\azure-container-registry-1.1.1-alpha.20250103.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f718ddcb-023c-4da8-8aac-1524158350e9\\azure-container-registry-1.1.1-alpha.20250103.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-yEsjQAq1pmtcUqta5pkt/WzBx9b3wF/Fl7CHeTXOODMlz++v0XEI2G3cRLhZk4ci5/m7WkBKC77g5upAXkGsPg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250103.1_1735955265393_0.12061854253061965","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250106.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250106.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c54799db62ed5fd55e0835689cbdf64b2534e01","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250106.1.tgz","fileCount":552,"integrity":"sha512-pfKY/eX9VFKc3GJsHhNUENxptVj+r6cbzo7URH1CwCQWOY2++pZ/Al7vsL3WEXC/sUnLww7Prus294ubwO+8gA==","signatures":[{"sig":"MEUCIQCUnwzCJOYi9c4OGXeyh/yQ+qrTqu5+eA+8isXUlbGR2gIgbVrOHj6YTEUpmlfQRRdtePSnkqgQGi/IGzvc6SDAMGQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\d8c1329e-91db-4c20-825a-7faabee4609e\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d8c1329e-91db-4c20-825a-7faabee4609e\\azure-container-registry-1.1.1-alpha.20250106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-pfKY/eX9VFKc3GJsHhNUENxptVj+r6cbzo7URH1CwCQWOY2++pZ/Al7vsL3WEXC/sUnLww7Prus294ubwO+8gA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250106.1_1736214460779_0.11512108750640149","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250107.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250107.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89bdb93190aeb2ffe8a382ef94b04a384c45d937","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250107.1.tgz","fileCount":552,"integrity":"sha512-f7FlXDffBMet+DdRKEEavDdFZptIBFg338IG4C/nSpfgGZVufv42x6kLUrw0XA+U4JrxopZ6XJjaMoBFyqocXQ==","signatures":[{"sig":"MEUCIQDZG4OmCj/7Ut9Xhj7PSDH8H6So4zhKpaHjemL9eezpRwIgTwmqHsuKhypmn5K1FpLukBNG3SfGPjqpVc2YKr71FW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903686},"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\\8583b05b-22c0-4ea9-aa2a-96dfbe259764\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8583b05b-22c0-4ea9-aa2a-96dfbe259764\\azure-container-registry-1.1.1-alpha.20250107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-f7FlXDffBMet+DdRKEEavDdFZptIBFg338IG4C/nSpfgGZVufv42x6kLUrw0XA+U4JrxopZ6XJjaMoBFyqocXQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250107.1_1736300869746_0.03681724514881468","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250109.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250109.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c400c773a6b517bec45efd084c1250e4aa4a2199","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250109.1.tgz","fileCount":552,"integrity":"sha512-4Igg21h3K0mNigi1O0kK5qS/ouHn27Hy/z2EIFksBHrjgb+OLEH4jBM9TZVSwQgFYwTxYgZQhs47xHSERTj8gg==","signatures":[{"sig":"MEUCIQD6Usx1FX4NQKQAK26rSntjABiaiaugV78fZvyV0W9GQwIgQPkeRqo5Zld71w6CcBrZ4fEZEJjoOvY0oMPe4sC+WCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\38b860b6-9794-4bea-b65a-4ac02c034b0d\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38b860b6-9794-4bea-b65a-4ac02c034b0d\\azure-container-registry-1.1.1-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-4Igg21h3K0mNigi1O0kK5qS/ouHn27Hy/z2EIFksBHrjgb+OLEH4jBM9TZVSwQgFYwTxYgZQhs47xHSERTj8gg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250109.1_1736473767644_0.2000492925466486","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250110.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250110.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61ff22bc7da2b49771d37137219e3ab816db538d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250110.1.tgz","fileCount":552,"integrity":"sha512-/5qEZCgM8quVJMNuM8o2Oh5jGWBvgmB13RmznfRxHBQT4SP+/xbpmMkELvI6i6QPE9q4eHiUCt7EftVCI98ugA==","signatures":[{"sig":"MEYCIQDSQrRgqXh6PFhIOVcguV6J7N565Hv01woQI7mXNiRlEAIhALXdl2Cv3WC4gHHWc5FItFF+kmmk7Adn4fUQ5tlDPTJx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\36c61c9c-4aef-4849-8c79-d5c393b77837\\azure-container-registry-1.1.1-alpha.20250110.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36c61c9c-4aef-4849-8c79-d5c393b77837\\azure-container-registry-1.1.1-alpha.20250110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/5qEZCgM8quVJMNuM8o2Oh5jGWBvgmB13RmznfRxHBQT4SP+/xbpmMkELvI6i6QPE9q4eHiUCt7EftVCI98ugA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250110.1_1736560096106_0.8957512111055077","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250113.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250113.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5be1f57e923f4f3d098739ae458909889719586f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250113.1.tgz","fileCount":552,"integrity":"sha512-zF47Gysr0vnQvyNM1NEPMwGW/N+RC8XWS9BAYSCv8zCkteelJdJ2CjrVKX6G5m+JXJ77nLps8nsASHMRiChPpA==","signatures":[{"sig":"MEQCIGmgLyUpv8/M/8xAzbF6teUH589tZRvLdJCsLpK/m+bVAiBBjN+ZS4e2pB+hEJEptj3aCwX0Z9Zl9ZEkUOKgL4pjAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\8ab24487-d6e7-4287-884f-03c419873f66\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ab24487-d6e7-4287-884f-03c419873f66\\azure-container-registry-1.1.1-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zF47Gysr0vnQvyNM1NEPMwGW/N+RC8XWS9BAYSCv8zCkteelJdJ2CjrVKX6G5m+JXJ77nLps8nsASHMRiChPpA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250113.1_1736819157529_0.7620319370518156","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250114.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250114.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5e40309efa9683288d25ef01e232c798c1525fd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250114.1.tgz","fileCount":552,"integrity":"sha512-1XPbpylFv+FEZkWy/czXzEKyvsLNUXEqwewH3zRLv5GShjb/eCQ2W7bDSY+PZZnkTUErwycmqYvgTowfoCLP6g==","signatures":[{"sig":"MEUCIQC3Tr4J7ErK05I503lTAKGPz8oGc97L6SaaoIj55jGihQIgfZFLb/SVMDUezT2z3ohnk/LmmWjjxlHf8W8qY4sRji4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\1aa9e362-4c4b-46b1-97fa-8869ac76290d\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1aa9e362-4c4b-46b1-97fa-8869ac76290d\\azure-container-registry-1.1.1-alpha.20250114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-1XPbpylFv+FEZkWy/czXzEKyvsLNUXEqwewH3zRLv5GShjb/eCQ2W7bDSY+PZZnkTUErwycmqYvgTowfoCLP6g==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250114.1_1736905991754_0.3575110774274155","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250115.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250115.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b0eea0cef3fb233ee2cb233f140374fea6c7037","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250115.1.tgz","fileCount":552,"integrity":"sha512-7bN7Rj0DJZVG5jPdTaYfeMwRXutzP0p4bkE+uXCQVDwFvTp/rzpKuaqQFJJqtf12/2HuMPT2ZooUKTvLXmPtHA==","signatures":[{"sig":"MEYCIQCmfm+5N1bb2+xswSPd8vo+x+LfkqfxP2hT29UM9ZSIdAIhAO8yvmNvHc9mQ+WYUCc8J4qZy/vhkJKyf6Bwde4++LlX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\fba37846-a12b-4026-a704-1c2a4ed19836\\azure-container-registry-1.1.1-alpha.20250115.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fba37846-a12b-4026-a704-1c2a4ed19836\\azure-container-registry-1.1.1-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-7bN7Rj0DJZVG5jPdTaYfeMwRXutzP0p4bkE+uXCQVDwFvTp/rzpKuaqQFJJqtf12/2HuMPT2ZooUKTvLXmPtHA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250115.1_1736992161780_0.6706298094189986","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250116.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250116.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb301caa0de32d462987505908419936222a9fcc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250116.1.tgz","fileCount":552,"integrity":"sha512-y2NnvceoImpWUn/qpQELpmKvZnRX/AYC2cEeAErs5y9vIz9P9LROxhaYJpiyMSGbrP5m56zEOZ++sEMP7n12eg==","signatures":[{"sig":"MEUCIDdbWyazcwkLor0Lxd6BwcAojYpE08C+Qy0BszTY6vsLAiEA6OIq4g+Fgz4DRQwriGZM25usTRASKHwO0a3p5gPiW+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\9cb1441c-09d2-4e97-b918-791b25e74628\\azure-container-registry-1.1.1-alpha.20250116.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9cb1441c-09d2-4e97-b918-791b25e74628\\azure-container-registry-1.1.1-alpha.20250116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-y2NnvceoImpWUn/qpQELpmKvZnRX/AYC2cEeAErs5y9vIz9P9LROxhaYJpiyMSGbrP5m56zEOZ++sEMP7n12eg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250116.1_1737078535944_0.8314456072600056","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250117.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250117.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250117.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"061553377742344b840511e28db2e0a3309fb84a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250117.2.tgz","fileCount":552,"integrity":"sha512-4c6oQIl51d0XCYFNPjkkpg2nn/jWd+wJM1qDSSefyTlvQ761xT/QWUhnXK2KA21p3x597byoHjZXbywNZ1Fmnw==","signatures":[{"sig":"MEQCIFOdt6EdnXUe8XapRBTiCLbKub7Xf1zkATL0viwOKJxYAiBXQScssh3EgELQ0osZevjgJCyFJKvuQgF1NkXwkmv+KA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\ab434aef-0d28-4765-bc22-58a33713c983\\azure-container-registry-1.1.1-alpha.20250117.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ab434aef-0d28-4765-bc22-58a33713c983\\azure-container-registry-1.1.1-alpha.20250117.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-4c6oQIl51d0XCYFNPjkkpg2nn/jWd+wJM1qDSSefyTlvQ761xT/QWUhnXK2KA21p3x597byoHjZXbywNZ1Fmnw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250117.2_1737164703083_0.783523563045113","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250120.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250120.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d97fd8bfbd63d8b0c3041f49da1b17fc31f0501c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250120.1.tgz","fileCount":552,"integrity":"sha512-4lL+MZgX95aqzZKC/l9UdLPrHuVsoSFdv9hxzzahGQwieuwXaMkMRIeCjdGgYZ8GVMZnO2t7ljKXw67DNLYVQg==","signatures":[{"sig":"MEUCIFmj9K01Uf2fURouyMi/VfSqxUzLpuBXFpIw4HUokCV/AiEA0i4KSl9HTNWCPOgLc293kz4OEy08ipcLkvOl1BVIPaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2903687},"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\\8462d0a5-28df-476e-800c-12252c6a084e\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8462d0a5-28df-476e-800c-12252c6a084e\\azure-container-registry-1.1.1-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-4lL+MZgX95aqzZKC/l9UdLPrHuVsoSFdv9hxzzahGQwieuwXaMkMRIeCjdGgYZ8GVMZnO2t7ljKXw67DNLYVQg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250120.1_1737423974357_0.7295096591876593","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250121.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250121.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"72d05f754c7fd920e65824c6568756a9e5db05cc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250121.1.tgz","fileCount":552,"integrity":"sha512-QVyh9/+EiHD7lOeFz2WZ6v7Yt2Bry7ZOB3kcxF8npLtGfGgZNG+cVB1KplwhlVDWngD0LqDtFJ/+aCRyobMjZw==","signatures":[{"sig":"MEYCIQCfxnhItbx997vPEn4/dKbvW9FrWWks37r6BHJyvWhsCAIhAIX5+wkTiC0RrTttkZYuz8m2qtvpppxQYvJJFsuSsXrF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2903687},"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\\18030733-4c9f-48d6-a226-3c52c5794c90\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\18030733-4c9f-48d6-a226-3c52c5794c90\\azure-container-registry-1.1.1-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-QVyh9/+EiHD7lOeFz2WZ6v7Yt2Bry7ZOB3kcxF8npLtGfGgZNG+cVB1KplwhlVDWngD0LqDtFJ/+aCRyobMjZw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250121.1_1737510555718_0.25426924095237147","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250122.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250122.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f10611b1cea90a2af09cb8c42ce0b4028f85534c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250122.1.tgz","fileCount":552,"integrity":"sha512-B/6hMKtV+EGQPQ5f5hmtfVC1/CiKHPU2HZoGe5W6nTCi1wUOy7V/p/CsnvmgPV0/Ow02Wvg7vmtuECh4Ec6cJQ==","signatures":[{"sig":"MEYCIQC7r3XP1Z8ZCvXeTmQS7/dkDZS9fJHP/7S3xWNN6eg2gQIhALwPK/tfoHTl09aYWHmH/wkmWdU3BVsDVCrxIaS4s+4B","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2903687},"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\\08687ca1-b9ab-4026-b9ff-9b5d0d3cd478\\azure-container-registry-1.1.1-alpha.20250122.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\08687ca1-b9ab-4026-b9ff-9b5d0d3cd478\\azure-container-registry-1.1.1-alpha.20250122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-B/6hMKtV+EGQPQ5f5hmtfVC1/CiKHPU2HZoGe5W6nTCi1wUOy7V/p/CsnvmgPV0/Ow02Wvg7vmtuECh4Ec6cJQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250122.1_1737596883142_0.2707304706267404","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250123.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250123.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"85088ffeba47e54dd293b0d71d34a266ccb7d76c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250123.1.tgz","fileCount":552,"integrity":"sha512-rIWpH5wCIjLtQtgmdnaCUtJC3TTTMrIVahf6BLF0gi7P980/vH4UzxilT1cavTzIBbfX09m588z0bl+jFJyr8A==","signatures":[{"sig":"MEQCIBWCS5pPp4+e0HpggmfLPqfd/IQrUEOQ6IvWdIeByAIHAiAKhTV8RZDYUzdv+l6PJcwAnxrs5VAQPpgBPGUhTWdWvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2903687},"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\\6ef3d2cc-9519-4589-95e1-61f7b35c5300\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6ef3d2cc-9519-4589-95e1-61f7b35c5300\\azure-container-registry-1.1.1-alpha.20250123.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-rIWpH5wCIjLtQtgmdnaCUtJC3TTTMrIVahf6BLF0gi7P980/vH4UzxilT1cavTzIBbfX09m588z0bl+jFJyr8A==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250123.1_1737683188218_0.12213613737053208","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250124.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250124.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250124.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"71bd21ff617d49c77816362e26c7e5efc65ab03a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250124.2.tgz","fileCount":552,"integrity":"sha512-ADC+s/MOHaTXL3jP/A5mAWicmHKR+MfNOw23SUY1UimB1I9AJ6Fun2Emfl/xgIkWBV8KwEfJyg+slB1EgJs7Ww==","signatures":[{"sig":"MEYCIQCkiN9J23eJaSr5muK33EtncA6AXImCv64v3QaJQe7kigIhANiF09k1nm95uuLmUCp5q8kMo60X8K17FiB1aTOngQ5T","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911324},"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\\1e9c2dc8-926c-443d-b6f4-16be6ce0227b\\azure-container-registry-1.1.1-alpha.20250124.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e9c2dc8-926c-443d-b6f4-16be6ce0227b\\azure-container-registry-1.1.1-alpha.20250124.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ADC+s/MOHaTXL3jP/A5mAWicmHKR+MfNOw23SUY1UimB1I9AJ6Fun2Emfl/xgIkWBV8KwEfJyg+slB1EgJs7Ww==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250124.2_1737769672361_0.4637091144002834","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250128.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250128.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f5980f6e84b8e9b79279bbb86953fc85b9ba7e0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250128.1.tgz","fileCount":552,"integrity":"sha512-F5AKkgpVzzZxaqJCnL+vXqGUyQV1TQHNny2E5Uu96A3XPUqpnsuu4J7pf3qg0Nj9/f87aImCn83GR3wPSc9gEA==","signatures":[{"sig":"MEQCIHhUK0k2wrCurue2rJss2CH8wrxZO9PK7wx+G5yPlLTdAiBwiorUuca1u7pzFVARlAEuJMgvjiaYisFhk9ngbDnKPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911324},"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\\fb8343c0-3fc5-46a1-b49c-04a725032ee3\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb8343c0-3fc5-46a1-b49c-04a725032ee3\\azure-container-registry-1.1.1-alpha.20250128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-F5AKkgpVzzZxaqJCnL+vXqGUyQV1TQHNny2E5Uu96A3XPUqpnsuu4J7pf3qg0Nj9/f87aImCn83GR3wPSc9gEA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250128.1_1738115298033_0.22055568031002015","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250129.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250129.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"715add41f60569596fe1b9eb157f8dbb19db0070","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250129.1.tgz","fileCount":552,"integrity":"sha512-yaTXgusEtCdfzyLEK+8KxRDV2eoZlmSXI811DupiP2ojQBC71+n6nb9LPwZo5qN4eKg86/4Bn0Ettw5kvBdu3w==","signatures":[{"sig":"MEYCIQDPTLZcGQ4MQRrnRWwhTWFouUqmJRIKPbl2lz88Ykau9wIhAKnanNYEFH4MpLtuCBhcBjgddFlKHhvy33gbhwinwH67","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911324},"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\\e545b6d1-53d1-49c7-8cd2-40d5e9ac5822\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e545b6d1-53d1-49c7-8cd2-40d5e9ac5822\\azure-container-registry-1.1.1-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-yaTXgusEtCdfzyLEK+8KxRDV2eoZlmSXI811DupiP2ojQBC71+n6nb9LPwZo5qN4eKg86/4Bn0Ettw5kvBdu3w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250129.1_1738201617827_0.803637894583993","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250130.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250130.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"751df0bd3c65597297831a0698f3ad276e4d1c43","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250130.1.tgz","fileCount":552,"integrity":"sha512-puDkvVRFVvHywtRMyaC0gtGx1aN1k1wy04S0wjcP/gPZNHW1UtvPSClgt76I4tbbptqC2Kn9q+16eXZMPyn5iQ==","signatures":[{"sig":"MEUCIQC9Ps8OkSmhFMloywG+2qezgcJVUuJ3X/pNkLz5lls/RQIgFAdFkVs3pWVbimZDdP6FF+ZGRZKf8sE5T636e1e1GAo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911324},"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\\9dc3f3b4-f35d-4a3d-a674-22478129ac87\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9dc3f3b4-f35d-4a3d-a674-22478129ac87\\azure-container-registry-1.1.1-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-puDkvVRFVvHywtRMyaC0gtGx1aN1k1wy04S0wjcP/gPZNHW1UtvPSClgt76I4tbbptqC2Kn9q+16eXZMPyn5iQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250130.1_1738287959254_0.1290677480638971","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250131.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250131.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"01c4cc3d29e3c7d554493ce2805028abb2300003","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250131.1.tgz","fileCount":552,"integrity":"sha512-Sxkx93dw9O4uQiBoE6HMLEHrGQzHk+V32rCg1AAx10nS79cTbJd4uc6zdF5dkTxOk9Q7x467eTK7xOrVTbUu/w==","signatures":[{"sig":"MEUCIQDhu+kFcbGyTURox7QwO8ImYDXPF1dgyQ/jKa31l1ekQgIgMO5AYhy1/ql38/hpFwmm2ietnJ3to2GdSTzcRIGeBNU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911324},"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\\fd47994e-fe70-46a4-bd88-3756724b6418\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fd47994e-fe70-46a4-bd88-3756724b6418\\azure-container-registry-1.1.1-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Sxkx93dw9O4uQiBoE6HMLEHrGQzHk+V32rCg1AAx10nS79cTbJd4uc6zdF5dkTxOk9Q7x467eTK7xOrVTbUu/w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250131.1_1738374480905_0.8653659846534778","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250203.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250203.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a75ebe308a44a49fd7178a5a4a7763a8964c65b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250203.1.tgz","fileCount":552,"integrity":"sha512-cgsEfLpvv3YAcUR4cryCahLFRfaU1NyYiHeRCZ0Qc4G/P6eWB/L3yPqViecTDKfUaSI8/Jj5dJVKh8ZXYhcelg==","signatures":[{"sig":"MEYCIQDmPWDyxzuFaejOV+d1R+ogWR/nrlYem/R9L8y0mtsQSQIhAPeAm7sGdu05xDZmqenFyRatTDyOb3eCpEWU6rk/2kaN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911322},"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\\882a5cd7-917c-4749-b4de-c57970c169ec\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\882a5cd7-917c-4749-b4de-c57970c169ec\\azure-container-registry-1.1.1-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-cgsEfLpvv3YAcUR4cryCahLFRfaU1NyYiHeRCZ0Qc4G/P6eWB/L3yPqViecTDKfUaSI8/Jj5dJVKh8ZXYhcelg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250203.1_1738633758929_0.7395500359142397","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250204.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250204.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05b550090b16f42815a2b12a44420772bc7d9e82","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250204.1.tgz","fileCount":552,"integrity":"sha512-l/9D1h6s5WJ430jNCvt1UHxvTum1rKA9dFQ75ox4T9ws4z6geFhSEwzarYmIcVU6AHbkCBkVc9grSf0XGOuGrA==","signatures":[{"sig":"MEQCICTvTLpM7rdBb+ZkUL3VVyVfY+mc+/Ns54Bb7mammF1TAiBZFXjVIjFK93hSuAp+gZSs+z/jbMWR9tMSo7okFhjGHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911322},"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\\2930c1e7-a2f8-4885-af8d-445d85cfb0a7\\azure-container-registry-1.1.1-alpha.20250204.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2930c1e7-a2f8-4885-af8d-445d85cfb0a7\\azure-container-registry-1.1.1-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-l/9D1h6s5WJ430jNCvt1UHxvTum1rKA9dFQ75ox4T9ws4z6geFhSEwzarYmIcVU6AHbkCBkVc9grSf0XGOuGrA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250204.1_1738720032568_0.24833989694021041","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250205.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250205.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b94143b75cc95ce31652369833828b59b5e1c78","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250205.1.tgz","fileCount":552,"integrity":"sha512-wfaipFVqbLEVr//yoNlI7BrH3+TSIKPNRgz3DHVlEMWFp4jyH12q/hIkyy+Rlt5F1SNyrzszuDW7O83mTDK7EQ==","signatures":[{"sig":"MEUCIFGwUNQ1B5ZsQFAmfjc4374vFBtZ83VGXiNU/LEhPYiyAiEA7H5HXguiUFoYB/KVTBeFbJmHXoqWtBkn90fV/aH0EWA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911322},"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\\4760b454-32ea-4ea4-8455-1eb4e64f8915\\azure-container-registry-1.1.1-alpha.20250205.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4760b454-32ea-4ea4-8455-1eb4e64f8915\\azure-container-registry-1.1.1-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-wfaipFVqbLEVr//yoNlI7BrH3+TSIKPNRgz3DHVlEMWFp4jyH12q/hIkyy+Rlt5F1SNyrzszuDW7O83mTDK7EQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250205.1_1738806603267_0.964390402324041","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250206.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250206.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45c04e1e9d8866f887f6bb6431bfcd4e028f5c39","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250206.1.tgz","fileCount":552,"integrity":"sha512-cSpAXRf36n/+eJX98yRjucCqAUX7QNbv2FLyEjIJ5sjQxQMb7m3FE8WDGJzVIRz+viJidO7GyjiysPQipD6mPg==","signatures":[{"sig":"MEUCIHkmqm+pSKVEmVYiIw+rKPnfR58EYo60SGKf0srCYD8pAiEAyGTZq4oPdVVm/OlVs3jco1xxbdr/Q/8DY3esPXa3UpM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\45978278-b3de-438e-87c0-084c815b2905\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\45978278-b3de-438e-87c0-084c815b2905\\azure-container-registry-1.1.1-alpha.20250206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-cSpAXRf36n/+eJX98yRjucCqAUX7QNbv2FLyEjIJ5sjQxQMb7m3FE8WDGJzVIRz+viJidO7GyjiysPQipD6mPg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250206.1_1738898843316_0.6725903727409603","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250207.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250207.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea002fb4767f33620ad6b4f7796b02c6b83a671e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250207.1.tgz","fileCount":552,"integrity":"sha512-Oa/zT6uZjVvqSZdW7yZjosuiCHLpvQGG9/G2GDxPBdKqvJ3T7CYSXjaI7mIiyxLgQg+xfUHvhBQEOs33wDv6cg==","signatures":[{"sig":"MEYCIQCAC8j9rD7INOSljn8drtKnw+M4aFdIRtRL2EKusLQkSwIhAK34Pqc/CYtP1uQ6zyCPLotiLl+Gq/pGb5F2+UeB3Cx0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\5f2af1af-f3ff-4259-a5a4-29fc2e0c4136\\azure-container-registry-1.1.1-alpha.20250207.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5f2af1af-f3ff-4259-a5a4-29fc2e0c4136\\azure-container-registry-1.1.1-alpha.20250207.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Oa/zT6uZjVvqSZdW7yZjosuiCHLpvQGG9/G2GDxPBdKqvJ3T7CYSXjaI7mIiyxLgQg+xfUHvhBQEOs33wDv6cg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250207.1_1738979291846_0.15667741412728553","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250210.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250210.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77f1043aea46d4b78bea4cebf7ba30f93f13eba8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250210.1.tgz","fileCount":552,"integrity":"sha512-CF03jPOsXSuoDLooH+e3kTWzDk+kXLtlZFKGr5mNHmkNUrPW2gLbG/74pFUN7OkiUawo8WTV42Ymee6Tvu8PSg==","signatures":[{"sig":"MEQCIAaf2sS8w3bIEXYwke9wt7eqxh5xE94Dpyuw0kuceuJWAiBQi5xM0NbQ70hh7vtOhRhsHkoncCBwDyu1NgtxXOkBtg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\fb6ae8a1-855f-441d-934e-259254ff7f70\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb6ae8a1-855f-441d-934e-259254ff7f70\\azure-container-registry-1.1.1-alpha.20250210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-CF03jPOsXSuoDLooH+e3kTWzDk+kXLtlZFKGr5mNHmkNUrPW2gLbG/74pFUN7OkiUawo8WTV42Ymee6Tvu8PSg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250210.1_1739238612704_0.34549013686269103","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250211.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250211.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2be9458ee29fbd7cbdaa964dc20d89f26f9102ff","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250211.1.tgz","fileCount":552,"integrity":"sha512-MSDR+x9QSnkXAfXbuyPGixAkURF/AJtw/5x19mkOLdEzWSkbr8I1LCULMuADNqlMwBShl3fp0KAUzXnFTmcAfQ==","signatures":[{"sig":"MEUCIQDMnHaln83y844Kx9QKsO7Ml6E4NDItnviRWdAq6r0WAQIgPJOPONcVsKCyTCg/r507Kt9aqfAq5PBD5MhDuDq0sms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\b0abf5cd-2b16-49df-9fcd-aa27f40393a0\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b0abf5cd-2b16-49df-9fcd-aa27f40393a0\\azure-container-registry-1.1.1-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MSDR+x9QSnkXAfXbuyPGixAkURF/AJtw/5x19mkOLdEzWSkbr8I1LCULMuADNqlMwBShl3fp0KAUzXnFTmcAfQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250211.1_1739324859241_0.8152862055219365","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250212.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250212.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f73a4653f4c3c9749db0786747183ca699e1d3c0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250212.1.tgz","fileCount":552,"integrity":"sha512-x1ejxZLGi5RZdg3N7CfqpLR/jBAmj//ewhQpaq4TIYzEarWuqH5lolaQfnXC8/RKLQHBDyQGuQoAazNWkLx28g==","signatures":[{"sig":"MEUCIB+9TrKhxx69ZwFy6LlRRHW0NWedyU5DdTuxAZ4YYpuvAiEAuGca810Jk7HYdTPa7SW+V1kcZN9exmqksGjUKYstZPo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\f930d871-b431-49ce-8a35-59efb34e71f5\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f930d871-b431-49ce-8a35-59efb34e71f5\\azure-container-registry-1.1.1-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-x1ejxZLGi5RZdg3N7CfqpLR/jBAmj//ewhQpaq4TIYzEarWuqH5lolaQfnXC8/RKLQHBDyQGuQoAazNWkLx28g==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250212.1_1739411392286_0.5177334531554914","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250213.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250213.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a4f85db960dd9c77933e07d62e889c519f1e3bf0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250213.1.tgz","fileCount":552,"integrity":"sha512-P7CdUJ171G10QLlBQKiIKyHCXFKIw0U8vlMpUauCi4nF1nI+PWHmwDMuYpwEUimeTQu34zZleCEHanWYUMg37A==","signatures":[{"sig":"MEYCIQCYjIWm5tQo7ZDxrapTdJKpVMxYrr1v3cRTy636wy1AYQIhAMegU19I+9yo5+Q4NxNAPPSqIlU+1ixmO5vg27NMZwQR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\7ef0d38e-0a7d-48a2-93cc-4e4db09b0fef\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ef0d38e-0a7d-48a2-93cc-4e4db09b0fef\\azure-container-registry-1.1.1-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-P7CdUJ171G10QLlBQKiIKyHCXFKIw0U8vlMpUauCi4nF1nI+PWHmwDMuYpwEUimeTQu34zZleCEHanWYUMg37A==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250213.1_1739497739919_0.3259655276904829","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250214.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250214.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f331d5fdc74727490f37122c1546e67c4047a6c4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250214.1.tgz","fileCount":552,"integrity":"sha512-o0RXykpfjCq652e/zn8Lxa/5vzji80Sg/6aeb1wqMtPG4hKxwUaFAM7DvGGHkOIqdu739tns6/1QD5gZI7AUaQ==","signatures":[{"sig":"MEUCIQD9Eka8dYWYWbAr7M/dsZq4N3w1WM0TjQw0aB/5QKKA8gIgXOrn97UgvLh15BOqAU1Mf2cU1vUhepjfpx+etcmaDio=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\f7a7d489-6c54-4bf7-bcba-ada49faf2c33\\azure-container-registry-1.1.1-alpha.20250214.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f7a7d489-6c54-4bf7-bcba-ada49faf2c33\\azure-container-registry-1.1.1-alpha.20250214.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-o0RXykpfjCq652e/zn8Lxa/5vzji80Sg/6aeb1wqMtPG4hKxwUaFAM7DvGGHkOIqdu739tns6/1QD5gZI7AUaQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250214.1_1739583945529_0.623657818444292","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250217.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250217.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f733036497c9884b03f40e9300d4a12bf4bbd8d5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250217.1.tgz","fileCount":552,"integrity":"sha512-5NzT7IvW2D1dXHiCI3qxOmImjVJfIsLer/K9OhyF70X58Ss25Lly/Ju2qj5S9llmL1xYCO+icoxI0NCZxFX8KQ==","signatures":[{"sig":"MEYCIQDMGPaEcMJprWDuZ2RQH8jadcUTMGFl57DubEAedKJlXgIhALylznB4zRIYSn9/mAUHonXc2ZxBg1HNdU4ns9pMvNci","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\967660f9-0996-4990-81b9-703e66165dc2\\azure-container-registry-1.1.1-alpha.20250217.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\967660f9-0996-4990-81b9-703e66165dc2\\azure-container-registry-1.1.1-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-5NzT7IvW2D1dXHiCI3qxOmImjVJfIsLer/K9OhyF70X58Ss25Lly/Ju2qj5S9llmL1xYCO+icoxI0NCZxFX8KQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250217.1_1739843149776_0.2843957452443333","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250218.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250218.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2796798bc17fd3b04a7134666c4f92aa87bd7bb3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250218.1.tgz","fileCount":552,"integrity":"sha512-pTwoUQt/oISFA7OOrUaUZeo/+AgWM5j9nFNxF5e+T723r049JMDS+fGnai3Tl/hsArSGzMEatFnAZeXG8IbTaA==","signatures":[{"sig":"MEYCIQDXEKMLn4wzdgCbYPT9wtdq+aC05Y4pHfV07+mG6QqdugIhALByg4ZMe9z01ooiLelfzS/MJV6Eq4f1GB664lIYbyZI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\5358768e-56e5-4eed-9131-100c64376477\\azure-container-registry-1.1.1-alpha.20250218.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5358768e-56e5-4eed-9131-100c64376477\\azure-container-registry-1.1.1-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-pTwoUQt/oISFA7OOrUaUZeo/+AgWM5j9nFNxF5e+T723r049JMDS+fGnai3Tl/hsArSGzMEatFnAZeXG8IbTaA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250218.1_1739929577707_0.39089860623601913","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250219.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250219.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"23d47f154f28f876920973a5ed06289751bf1727","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250219.1.tgz","fileCount":552,"integrity":"sha512-daRtYTuJkv5Vt8Z3XGQNLxqmK3LjxEHgAXXVSx52bGZADs7KsOH0rfnHj139A/0zHzQE/0xVWN7YGTZ0zrk+Hw==","signatures":[{"sig":"MEQCIAChdsyRQKfO7uDlsBEpAcQ+PzvSt2MKoykS7wS0tjOiAiAtRnc1AFguVthkVvZzA0pQ4c2ssOO2L6UhtfVNbxKomQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\f935f377-435f-4a06-b51e-a6d69ba3f72d\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f935f377-435f-4a06-b51e-a6d69ba3f72d\\azure-container-registry-1.1.1-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-daRtYTuJkv5Vt8Z3XGQNLxqmK3LjxEHgAXXVSx52bGZADs7KsOH0rfnHj139A/0zHzQE/0xVWN7YGTZ0zrk+Hw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250219.1_1740016028933_0.9618069659318373","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250220.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250220.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8092b741369f3d26068afeb9476cf26505e33230","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250220.1.tgz","fileCount":552,"integrity":"sha512-7Ao+B1Sb3tEaMRRATm1+oHRPZMx4F3y5ShQJYku/ZznB+djiG3jy/38uIswvcI788ulTiNgvNZWGIQYIunwHVQ==","signatures":[{"sig":"MEYCIQCaAeXjVpaA9NE3i9niRv1SW9yb3LAGiFzdeaV1veCojgIhALU8TaYg/qU7luQQN0LEDnx+Jjvq95sOIZoxsCuwwsGW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\e2a42e00-f7de-4c82-af27-1be3b0a48bb5\\azure-container-registry-1.1.1-alpha.20250220.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2a42e00-f7de-4c82-af27-1be3b0a48bb5\\azure-container-registry-1.1.1-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-7Ao+B1Sb3tEaMRRATm1+oHRPZMx4F3y5ShQJYku/ZznB+djiG3jy/38uIswvcI788ulTiNgvNZWGIQYIunwHVQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250220.1_1740102597416_0.550841224325167","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250221.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250221.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6890c42585f44a1a53d4b605313b58d560888108","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250221.1.tgz","fileCount":552,"integrity":"sha512-7paxABYP/wy247gbDocjdXuAAp0SpAlxqNnzKpN9jRBzueK69VGaK+slJiOfiD/A07wUNA5QnS4gTwsxad/hFg==","signatures":[{"sig":"MEYCIQDwkgta6/DkszRLMFyl+urXSutRPi5to28g/zIBsSdsXQIhANOvhhvpS7SI3mtqTeNUL+eauQ4axbUuwk8CGV/iliAF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\dbe55d5b-0e2b-4e83-b09f-953deb61335d\\azure-container-registry-1.1.1-alpha.20250221.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbe55d5b-0e2b-4e83-b09f-953deb61335d\\azure-container-registry-1.1.1-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-7paxABYP/wy247gbDocjdXuAAp0SpAlxqNnzKpN9jRBzueK69VGaK+slJiOfiD/A07wUNA5QnS4gTwsxad/hFg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250221.1_1740189207304_0.03980835188829723","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250224.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250224.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb43182dbf4f2d3737720361892c1eed49f32dc1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250224.1.tgz","fileCount":552,"integrity":"sha512-HdmiZKgT5n5SD0kSV2qQPB0apnquI+bbIxWvwARpfp08vCFOA7CPbSy0jV5o+ER429nL1lVTuUbSx+WxOz+NDg==","signatures":[{"sig":"MEQCIDIrGEIc8aG6qO1P085ILvGTJCjU+otQSzJEdmuta0UXAiAce8Y4r6mr7/Wn5ksTR7hXIcY33nNRjaQDGARWe9rLYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\6be980a2-18da-4883-b638-7437e7f500a1\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6be980a2-18da-4883-b638-7437e7f500a1\\azure-container-registry-1.1.1-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-HdmiZKgT5n5SD0kSV2qQPB0apnquI+bbIxWvwARpfp08vCFOA7CPbSy0jV5o+ER429nL1lVTuUbSx+WxOz+NDg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250224.1_1740447997962_0.5614750507291848","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250225.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250225.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ebb6065f379c92012b4e9143110787bcd9abd2d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250225.1.tgz","fileCount":552,"integrity":"sha512-gA16RCFu7KcnBQ7RZn99K9qqTB3nWJ+F6dvVS83wNr/GcCOS9krta667mHiTYSKUKvr9xZEMftolp8GslwkscA==","signatures":[{"sig":"MEYCIQDbMPjYTN+Hlfyy1nNSsS+4JVEGcbkYiBgLBzGnX6VsYQIhALeo/ypUvIdiM7shL543iERFJZ6HjHBLx+/r6YlMa7Pf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\54c05d44-e34f-4f2f-9aed-a16a5a5ac6b4\\azure-container-registry-1.1.1-alpha.20250225.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\54c05d44-e34f-4f2f-9aed-a16a5a5ac6b4\\azure-container-registry-1.1.1-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-gA16RCFu7KcnBQ7RZn99K9qqTB3nWJ+F6dvVS83wNr/GcCOS9krta667mHiTYSKUKvr9xZEMftolp8GslwkscA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250225.1_1740534765076_0.28266589740377723","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250226.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250226.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5c5da4127c8dac8c8c872cd6f858e8035a98d82","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250226.1.tgz","fileCount":552,"integrity":"sha512-9o+1qyGmgWBKQfsn66oOnXT+rkYY5FUBAuba7bucTjN7PAhc8miEMRTGd57a4rOdeRH4zoYcpayTw5wiNpbOSA==","signatures":[{"sig":"MEYCIQDzQAikNCrgK7XGspIWKvlnVQ7tiHe+v1Yq+T8oXYwF/gIhAJG2At/meST5KpQo8FTgVr8mQh32Mfe3xeQN4OXr6BSh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\3b4bd40a-f125-40b0-889b-7a45b845c0e6\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b4bd40a-f125-40b0-889b-7a45b845c0e6\\azure-container-registry-1.1.1-alpha.20250226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-9o+1qyGmgWBKQfsn66oOnXT+rkYY5FUBAuba7bucTjN7PAhc8miEMRTGd57a4rOdeRH4zoYcpayTw5wiNpbOSA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250226.1_1740620865847_0.2782407567994629","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250227.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250227.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d642ba652cfdfd274130844d064e0f1cfb590631","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250227.1.tgz","fileCount":552,"integrity":"sha512-ytj13LNNzDaUTTxZ9Ea7otrRyjA/Dea/i2w/mCcc0yQzQNO4asX3dqvXu1k/3sPTPz48Cuo9dkvs+UgjhCQFeA==","signatures":[{"sig":"MEUCIQCykYahROw0n246jpnVusAGyO270MNDIWYiOuhp+DkIrwIgEywCcnQJqKsWYvL7Xat/NTFxdkirW7mGGS+n3HrzQoQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\51a0f185-520c-457d-9e93-095776fb663e\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\51a0f185-520c-457d-9e93-095776fb663e\\azure-container-registry-1.1.1-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ytj13LNNzDaUTTxZ9Ea7otrRyjA/Dea/i2w/mCcc0yQzQNO4asX3dqvXu1k/3sPTPz48Cuo9dkvs+UgjhCQFeA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250227.1_1740707876584_0.47128103640223706","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250228.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250228.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab94d36bb7af63c1e07b65916205c7d360706e48","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250228.1.tgz","fileCount":552,"integrity":"sha512-IJ+kmgwNIGxVjgUgCQ91DkvY8MKJioErrWHVjRhKPT2eR13lJVwEKb7O+TltPkPenKJXY6KGwyJzFSFfv+xOWg==","signatures":[{"sig":"MEUCIQDt8eC3yYhXC+dDg0380EKX6CAkx5ZNdBnIJh/hK5k5sgIgXnBETRFhhIruv8WtS2Vd4MEZ2KI/ww9NTtSHTDKViQI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\8a1c1e82-f13e-47ed-bb46-63441ef92fb4\\azure-container-registry-1.1.1-alpha.20250228.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8a1c1e82-f13e-47ed-bb46-63441ef92fb4\\azure-container-registry-1.1.1-alpha.20250228.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IJ+kmgwNIGxVjgUgCQ91DkvY8MKJioErrWHVjRhKPT2eR13lJVwEKb7O+TltPkPenKJXY6KGwyJzFSFfv+xOWg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250228.1_1740794203263_0.46774231751299","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250303.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250303.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c51a5fed0c28b35509220dd709f5f6a2fa51172","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250303.1.tgz","fileCount":552,"integrity":"sha512-mWrR3nUNX7xm7EqxynBO5pe4LsSjgY2qUJQuTCilDDhyXoNkQR56ml9iZNC6KQ8XxJ18TlY4eIvPmnVxOPptMg==","signatures":[{"sig":"MEUCIQDOEzHz4CMp4pgJwhfAyvyxjCdOaC3ZTejNa3zn/sEXvAIgI4vh0bsQvhoFbPv6LnWZc7OLPYd6nNKJzJ5exG9mp8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\10b73663-9d74-44ae-b7d5-f88a92ada217\\azure-container-registry-1.1.1-alpha.20250303.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\10b73663-9d74-44ae-b7d5-f88a92ada217\\azure-container-registry-1.1.1-alpha.20250303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-mWrR3nUNX7xm7EqxynBO5pe4LsSjgY2qUJQuTCilDDhyXoNkQR56ml9iZNC6KQ8XxJ18TlY4eIvPmnVxOPptMg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250303.1_1741053228642_0.6475706908810439","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250304.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250304.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e48490409a0a9fd31ac0c8d65a5fde57ca5934d9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250304.1.tgz","fileCount":552,"integrity":"sha512-HMv3A1XLWQPe/Wchyn2wIH3v/KwRxeOL0TFiEqHe7V3AAr6UW0hw82b1Eti2cCApVadu+gJS95Rg3PR9Rk7e6Q==","signatures":[{"sig":"MEQCIGt/k7TdlfMDS/BEpcV4w7bChQu3sNQKG8lmCNiGv8m/AiA40aCLKGpQGFtTlqFLTn7D3NFh7HBt02LOQ98Syz7XNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\5046c5b3-464a-4329-8cbe-97bd0f38c66d\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5046c5b3-464a-4329-8cbe-97bd0f38c66d\\azure-container-registry-1.1.1-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-HMv3A1XLWQPe/Wchyn2wIH3v/KwRxeOL0TFiEqHe7V3AAr6UW0hw82b1Eti2cCApVadu+gJS95Rg3PR9Rk7e6Q==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250304.1_1741139570260_0.4311254432041183","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250305.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250305.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"655b121065b76b2df3f7f57419d3a957b558d0f6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250305.1.tgz","fileCount":552,"integrity":"sha512-3VPbdOq+Ptn/R0Ujly5LGZvrFQAVmoGm4rZHV08VCN4OtH6cyZo8DVpiIhmqTwxyj53DiGn1IoB3iffP2L6mmQ==","signatures":[{"sig":"MEUCIC+N42Q6Ozr29qyGLPeMUJBQYnz7U4kQMMMZVbhr3jqLAiEAqjXMgh5kg4cRfT18n9B+aaPjCPgy9BbAoxWaGThhDtI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\29675095-2b68-43cf-8230-6e95754c0df8\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29675095-2b68-43cf-8230-6e95754c0df8\\azure-container-registry-1.1.1-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-3VPbdOq+Ptn/R0Ujly5LGZvrFQAVmoGm4rZHV08VCN4OtH6cyZo8DVpiIhmqTwxyj53DiGn1IoB3iffP2L6mmQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250305.1_1741225636556_0.10882551324360734","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250306.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250306.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf70a04978c6f05632fb948be84101bb287f1474","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250306.1.tgz","fileCount":552,"integrity":"sha512-VTno/IY0vytsx4vIwS9T8cbI3RZ32iaja84pn1ynT4M8579XLsO3VLrgstOHnNk9unA/daOvATL0Wcxod85JHA==","signatures":[{"sig":"MEUCICVfcusRRkiohN/o10kpxMHD0Vs4lt978fFqEm4uXpjhAiEAoAPnWihJ6ZVDqjDAziqVtD4D9SjYnikKGDyOblojHBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\8aafc593-12de-460a-a29c-47db5b09a9c7\\azure-container-registry-1.1.1-alpha.20250306.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8aafc593-12de-460a-a29c-47db5b09a9c7\\azure-container-registry-1.1.1-alpha.20250306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VTno/IY0vytsx4vIwS9T8cbI3RZ32iaja84pn1ynT4M8579XLsO3VLrgstOHnNk9unA/daOvATL0Wcxod85JHA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250306.1_1741312049707_0.19047835928310164","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250307.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250307.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"82c73142c78f075e6f14d6d7829b7b338bacb964","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250307.1.tgz","fileCount":552,"integrity":"sha512-LIJQKizvvq8XqVgFbODGu16WTa4wP0mcs8CTEmGWw2cRR56NxWtTXakt/mBVzGaw2ASP8BifQsKbcW4htJOOgA==","signatures":[{"sig":"MEUCIFffyAKdzCZwTiVDavRdgrWXK07b9zao5wjJnK/4rRqTAiEAlnS2Jb9Jr1Y7gk8+WV2IChaKK1dTSMPf47swN/Y1r70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\4f94a983-caeb-4945-af24-3c9ee0f042bd\\azure-container-registry-1.1.1-alpha.20250307.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4f94a983-caeb-4945-af24-3c9ee0f042bd\\azure-container-registry-1.1.1-alpha.20250307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-LIJQKizvvq8XqVgFbODGu16WTa4wP0mcs8CTEmGWw2cRR56NxWtTXakt/mBVzGaw2ASP8BifQsKbcW4htJOOgA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250307.1_1741398410204_0.15193258758880224","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250310.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250310.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99b37be86236f05c09af923d1982a4e46a07c5fb","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250310.1.tgz","fileCount":552,"integrity":"sha512-psROmAeC3e4wgs1CBKpVeW/4WzHOn9uDgUq6JJ1QwR/5tlfRrNSF0tRc4j6Akv+IwhTktSQF2U76HqxOJt22KQ==","signatures":[{"sig":"MEQCIArB81l8mPj46MLI+/QLrOuNzpf1+fRWEUA8bhWF37cwAiB8T10YQgK+dRrdg/h0Jrc7EGtHC0DeFOc4dLx6q+/QBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\b791617a-051a-4769-b312-75388f38c040\\azure-container-registry-1.1.1-alpha.20250310.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b791617a-051a-4769-b312-75388f38c040\\azure-container-registry-1.1.1-alpha.20250310.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-psROmAeC3e4wgs1CBKpVeW/4WzHOn9uDgUq6JJ1QwR/5tlfRrNSF0tRc4j6Akv+IwhTktSQF2U76HqxOJt22KQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250310.1_1741653984974_0.7019287687192455","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250311.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250311.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5445fac80cbef1a7e20e7528b8920a51a9b72bda","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250311.1.tgz","fileCount":552,"integrity":"sha512-Sdagc7PmhD0ZMqYIqZme8m4XzdOlnrsbg1SjJgEiLD5YbnvbZxI3Bd9SEu7hL7n5yVx/AOVV017vHbjX9UHdhg==","signatures":[{"sig":"MEUCIDl+rgKzr114reKS8GVEwx6cDSFbTmDyfSM2gikK3I0yAiEAvmH28RlysECSIHY+PFJfeFdUTpyob05a6xH9o+pSmtY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\58558938-11c1-4ed9-9848-88ec81266e0c\\azure-container-registry-1.1.1-alpha.20250311.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\58558938-11c1-4ed9-9848-88ec81266e0c\\azure-container-registry-1.1.1-alpha.20250311.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Sdagc7PmhD0ZMqYIqZme8m4XzdOlnrsbg1SjJgEiLD5YbnvbZxI3Bd9SEu7hL7n5yVx/AOVV017vHbjX9UHdhg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250311.1_1741740615335_0.8425698285928229","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250312.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250312.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30536bf4ba54409ca01ed911b43ea7ee3aff7024","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250312.1.tgz","fileCount":552,"integrity":"sha512-aIbIAPzqDt5KpcIAW8oFyHCoQZ5b4Dg/Q39CcKC1Gk9fUHa0R+aIFZh7eSkhIsiZ3QQgQ5WoKmmyQ3wa8rIhfg==","signatures":[{"sig":"MEUCIQDQw2zT0N942YhecOwLiOW2pa3fwxykJpO4zB7AfdypCQIgB1pR41RLx1p8Z6Jvc/V2LwlPB0isxifLAUHl+S0umYE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\1e470b61-8e7c-4958-a54e-3580278b50ec\\azure-container-registry-1.1.1-alpha.20250312.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e470b61-8e7c-4958-a54e-3580278b50ec\\azure-container-registry-1.1.1-alpha.20250312.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-aIbIAPzqDt5KpcIAW8oFyHCoQZ5b4Dg/Q39CcKC1Gk9fUHa0R+aIFZh7eSkhIsiZ3QQgQ5WoKmmyQ3wa8rIhfg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250312.1_1741826861556_0.5558258022499591","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250313.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250313.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c8f1faa3cd784f9c3fa325ab217b6dde4ad3acc7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250313.1.tgz","fileCount":552,"integrity":"sha512-yHf8vdfraO9pWBbe9iIMPqfXNk7YlCK9ALQaGRoCaczkS/X0RyKDvMfjamXk87Vkp3Q2UYRDH3Gnz3j5PCjNog==","signatures":[{"sig":"MEUCIQDU8NWRUjx8HpvTf6C+RCxFZIdYHyRHEtIdo9GJrJ/p6AIgGPt9i0Oafyv3OqBlcGG385Q1T9MI3GDr4plPExNOk+o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\19f1be1e-c902-445a-a254-d637b82f207f\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\19f1be1e-c902-445a-a254-d637b82f207f\\azure-container-registry-1.1.1-alpha.20250313.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-yHf8vdfraO9pWBbe9iIMPqfXNk7YlCK9ALQaGRoCaczkS/X0RyKDvMfjamXk87Vkp3Q2UYRDH3Gnz3j5PCjNog==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250313.1_1741913237568_0.6156774890791459","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250314.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250314.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"640ddad0bdb3f63906a1d777f082bdd851f240cc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250314.1.tgz","fileCount":552,"integrity":"sha512-6ps3S+GUeBfxPJz2xiN3xIh/7i5956pDdvi4L7tdZ3Iz7p6hOb0aigf6cj/isX25wuQxyeu5FAEeT4wNHa6zbg==","signatures":[{"sig":"MEUCIGTYkeMktut5kccuqqNkaXQP/ZAxwVURQb0zTsVH5goJAiEA4w3uis4ND6XMDy0YAMn9t2uIfe/7g0mT/EyU4iVJjGY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\295834ff-efb5-4321-bd00-dedd3f1aaa15\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\295834ff-efb5-4321-bd00-dedd3f1aaa15\\azure-container-registry-1.1.1-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-6ps3S+GUeBfxPJz2xiN3xIh/7i5956pDdvi4L7tdZ3Iz7p6hOb0aigf6cj/isX25wuQxyeu5FAEeT4wNHa6zbg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/identity":"^4.5.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250314.1_1741999490933_0.9549467109523999","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250317.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250317.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a15d4e4889fe9563c3eebb5174b1f197baaf458b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250317.1.tgz","fileCount":552,"integrity":"sha512-75fwy9yALCM5H0s0PHLknBTMFvyFeP3FslYkMnsc1GiIV8sxUtIg9AwFIAQptFhpIUx66v/h7dDuA7r/C3/NQg==","signatures":[{"sig":"MEUCIAWxjS/1UKSuV3AHzaywM2u2ecqN4R6FrTwD65NCjGxMAiEAtJvisDB+LrAz35cYIiJNM+bCtbz2eaBhc8FA549jOqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\1e99d873-1cbd-48a1-960b-381c51b771e8\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e99d873-1cbd-48a1-960b-381c51b771e8\\azure-container-registry-1.1.1-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-75fwy9yALCM5H0s0PHLknBTMFvyFeP3FslYkMnsc1GiIV8sxUtIg9AwFIAQptFhpIUx66v/h7dDuA7r/C3/NQg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250317.1_1742259255309_0.43343280998535083","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250318.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250318.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c5b10992601e7b312eb49100dbcbd4c8eda7890","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250318.1.tgz","fileCount":552,"integrity":"sha512-jyKNfvtmCNMmXp7PA1GfaKpkfHLQV0brjw5HIIwofwNT1XaYPbgK31bXtjZCCOFJ2HPYsFTc7GoiIw5ji9OC5A==","signatures":[{"sig":"MEUCIHNfmkrVf5mSiA0rkJ52a853krxH1uOTdaS9skVfpo9GAiEAiQZ67TDBE9jkTNPn+SfZ9dRN4nwOKPprEfMCr2Fhvq4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\90d5b8ea-13f1-4781-8dca-090a7d5e1c97\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\90d5b8ea-13f1-4781-8dca-090a7d5e1c97\\azure-container-registry-1.1.1-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-jyKNfvtmCNMmXp7PA1GfaKpkfHLQV0brjw5HIIwofwNT1XaYPbgK31bXtjZCCOFJ2HPYsFTc7GoiIw5ji9OC5A==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250318.1_1742345298145_0.19834881280227035","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250319.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250319.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58e9f169cddaf0ed00029ca7d6241694222a23a4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250319.1.tgz","fileCount":552,"integrity":"sha512-jYiO6r87yHOdN8/4ucZmGeR9TYtKZvj8SR53oMUKQnEU8w6YVwHT+gAjyowHOSD//VcS0zgAZQvH1GdShGgzGw==","signatures":[{"sig":"MEUCIHughVOod+BJu0BLd7a2u/BP+kV2v9032T0Ka/Gt4yduAiEAkmqFBvoakEtqA8zBFsO0NW90mJZMvysOcLEDi19myQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\3c64b360-48f1-4038-8f93-720df97ed9f2\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3c64b360-48f1-4038-8f93-720df97ed9f2\\azure-container-registry-1.1.1-alpha.20250319.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-jYiO6r87yHOdN8/4ucZmGeR9TYtKZvj8SR53oMUKQnEU8w6YVwHT+gAjyowHOSD//VcS0zgAZQvH1GdShGgzGw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250319.1_1742431942951_0.8980944463792848","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250320.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250320.2","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250320.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b01e50cb1f161e51bcf5a95d6bffcd7127538e32","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250320.2.tgz","fileCount":552,"integrity":"sha512-VeboM64NZTGw24y3wcWtmEmV2h1xcR6ttdmsxhSJxQy2cMbd72WcLrVYLUIUmt2R7bhfTeJZSrNDdizvZ8f6Ig==","signatures":[{"sig":"MEUCIQDegEn7digVebge3BkeRLXTTD9oPT8xQuA1Ya5ghZSIDwIgLLoyPcVFl9JzLo055OLhXuAJe2xJs/sJGbQVALVwIbA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\0fe19268-01e6-4c51-949b-4314fb9fc510\\azure-container-registry-1.1.1-alpha.20250320.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0fe19268-01e6-4c51-949b-4314fb9fc510\\azure-container-registry-1.1.1-alpha.20250320.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VeboM64NZTGw24y3wcWtmEmV2h1xcR6ttdmsxhSJxQy2cMbd72WcLrVYLUIUmt2R7bhfTeJZSrNDdizvZ8f6Ig==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250320.2_1742518033038_0.0883977868597301","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250321.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250321.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"604d2b56b68b57743af712311c6fd143821ce556","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250321.1.tgz","fileCount":552,"integrity":"sha512-WotAFblhRI5ILABWFF1dB3nqw43pMGDkIUVynHI140D0YJ9d4RYGCl7Aws+lghg1ibV/AQpWKcskLAvx+4dm9Q==","signatures":[{"sig":"MEUCIQCa7M9B2CB2eiNEkzo/tth4OO156Jjk22fo7aIy2mZixgIgPnVqVrHtZ5w+EBUz3XkMdus44DdgWw2/re0Cr7bLBwM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\00e2379f-998a-41af-93c8-88fbbecb6507\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\00e2379f-998a-41af-93c8-88fbbecb6507\\azure-container-registry-1.1.1-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-WotAFblhRI5ILABWFF1dB3nqw43pMGDkIUVynHI140D0YJ9d4RYGCl7Aws+lghg1ibV/AQpWKcskLAvx+4dm9Q==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250321.1_1742604569014_0.7800432680174874","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250324.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250324.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de264e59c32b244cd4008655ff1a28f7d7385f95","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250324.1.tgz","fileCount":552,"integrity":"sha512-sOdDc2Wn9al8D+PvJUMChBtdNjQPENj0ETEAtdnAYSnybQ05PWCmbXC0RwP7DwKwLffA7vAPYwts/R3LwwE1KQ==","signatures":[{"sig":"MEUCIAbVyMrDnE5c7mMATb/A7hQaCkrMLQ3kcFxYCccsfjuiAiEA45z4rBi8Nhjh55PKpHNflReyNyfsBJ+TRGYP/X3dMyM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\0797fc3f-18fb-48c1-a200-0cc1c17f97c3\\azure-container-registry-1.1.1-alpha.20250324.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0797fc3f-18fb-48c1-a200-0cc1c17f97c3\\azure-container-registry-1.1.1-alpha.20250324.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-sOdDc2Wn9al8D+PvJUMChBtdNjQPENj0ETEAtdnAYSnybQ05PWCmbXC0RwP7DwKwLffA7vAPYwts/R3LwwE1KQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250324.1_1742863650316_0.42916409545334444","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250325.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250325.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18ec4d95d69083f61cd68c772cf44f38c6c72a2c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250325.1.tgz","fileCount":552,"integrity":"sha512-GNG34QtlSEfmR6K+DEa6A25onkkWTkWqPi1KMl5FxjlqvTch+JkREbtyhA/0Umlz5MjTMmX6HKvZn6W92eASMw==","signatures":[{"sig":"MEQCIAmIRH3G3HCNQLTaVbV0Qws1VdwtcX4YYOh6W0/yXetuAiBkIvDMcv/KyxrqDhVDc/6BvYHtKGWTDIMCf2RA0MOS+w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\e2a0b0ca-c570-48bc-a1e7-ed24ee1bf1c3\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2a0b0ca-c570-48bc-a1e7-ed24ee1bf1c3\\azure-container-registry-1.1.1-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-GNG34QtlSEfmR6K+DEa6A25onkkWTkWqPi1KMl5FxjlqvTch+JkREbtyhA/0Umlz5MjTMmX6HKvZn6W92eASMw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250325.1_1742950182244_0.9900157982980482","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250326.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250326.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4633e393ea1aa5ff955d4c338cb00c8c5bd158c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250326.1.tgz","fileCount":552,"integrity":"sha512-iYizAG5E8Wd3//5B9yPBIB0kvE8P7gRUpgKTvx4MOxofId8BfnvIHKmUiHbDcLb4YqrqnZLZR5tWiINUx5UzSw==","signatures":[{"sig":"MEYCIQCXoquyDC4c7uuOOQx2o8WByHv1DL2RBdHW7g27cqJuwwIhANctalwKucvHaMUfl9L1yzpYzuhIMmGIAw4QPu0O8rQh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\5e971b3a-0f68-4b9d-8baa-d4cd7b595002\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5e971b3a-0f68-4b9d-8baa-d4cd7b595002\\azure-container-registry-1.1.1-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-iYizAG5E8Wd3//5B9yPBIB0kvE8P7gRUpgKTvx4MOxofId8BfnvIHKmUiHbDcLb4YqrqnZLZR5tWiINUx5UzSw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250326.1_1743036384082_0.9174708299358392","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250327.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250327.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e311426631ef69c270655a431d3316c5be96d32","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250327.1.tgz","fileCount":552,"integrity":"sha512-Okf0h+tPNxey4Il50gU+pxAS+nC9Nj5TRJxu6T7xYwF5BwBxrQaBKilUkp9w2aIHXrZvYJ27qxJNNPu3LABEcg==","signatures":[{"sig":"MEYCIQCdcCK2geIgdvh5GZsCoVyiSvnXUZSVaoQRU+WLFGmGkAIhALzbYJU9Ps8vZ1XW5s1RdboRTMSgL2iQ2FiWFPy8nc9A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\38e33ab5-66bf-4334-8239-f58b3c8eb727\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38e33ab5-66bf-4334-8239-f58b3c8eb727\\azure-container-registry-1.1.1-alpha.20250327.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Okf0h+tPNxey4Il50gU+pxAS+nC9Nj5TRJxu6T7xYwF5BwBxrQaBKilUkp9w2aIHXrZvYJ27qxJNNPu3LABEcg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250327.1_1743122914264_0.795678609477982","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250328.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250328.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e9325edc3bf43f7d44673cf3b37e40cd5ecec87b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250328.1.tgz","fileCount":552,"integrity":"sha512-khB8fnXXZ8bmxST8BfYhBj7aSVLRPL3hnomcyW4xkeXdgn90rKa0yNc4cGGnRosKRCOVXaotpxMDNICU40DdTA==","signatures":[{"sig":"MEUCIFJDSbQDR+3hFbpCUhAgRGsp+s4voDAY4W2aYhrm080uAiEA5TaxoUvkxa2+O7vQ35S6M4+Cr7IH2s/0i2dvBC7caJM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\ba6d57db-4d0c-455c-9f58-99901071b388\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba6d57db-4d0c-455c-9f58-99901071b388\\azure-container-registry-1.1.1-alpha.20250328.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-khB8fnXXZ8bmxST8BfYhBj7aSVLRPL3hnomcyW4xkeXdgn90rKa0yNc4cGGnRosKRCOVXaotpxMDNICU40DdTA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250328.1_1743209210808_0.40141537908127645","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250331.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250331.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250331.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4072bc488114cf1c0269526af3e341b3578c13e5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250331.1.tgz","fileCount":552,"integrity":"sha512-3hbtY54d8kczcYj+I9LlYMh+M63IqurQtAWbroFRoZrwELFYtf52+hS+mm7kY8k4gB4DIhCn9rRM7EG+Ll3WTg==","signatures":[{"sig":"MEQCIB4gMymCX2LkSP9r3tVFoieBsAP00RhpjEQCd8Sdff7EAiBZFniIWJeXTfmn2P4k6yX5qK47ExaLfVLIaz8rJqHu/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\7142d3e9-78f8-43ea-81c3-d69534e037df\\azure-container-registry-1.1.1-alpha.20250331.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7142d3e9-78f8-43ea-81c3-d69534e037df\\azure-container-registry-1.1.1-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-3hbtY54d8kczcYj+I9LlYMh+M63IqurQtAWbroFRoZrwELFYtf52+hS+mm7kY8k4gB4DIhCn9rRM7EG+Ll3WTg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250331.1_1743468620997_0.4872585552779143","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250401.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250401.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c05073104d17667e54bd9cb4c6078ccc554eb72","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250401.1.tgz","fileCount":552,"integrity":"sha512-lyveg5ja2rEZ3nRpDFzRfK+UEisxtaJ73yoyMlP6ST1MhExFSvlB0xKSKIZtT79chZeTZP6zvGKjgjmfTUgcyw==","signatures":[{"sig":"MEQCIFfrSNda3J+H6xS0PExtMVmZCAX6hKE312IUPV0HDRTCAiANY6HJIJpI+cFmDAROalGUrWk8DjantvX30NCMZjGB5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\69b12e53-c08a-45a9-93a2-f22bd3bc80d3\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\69b12e53-c08a-45a9-93a2-f22bd3bc80d3\\azure-container-registry-1.1.1-alpha.20250401.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lyveg5ja2rEZ3nRpDFzRfK+UEisxtaJ73yoyMlP6ST1MhExFSvlB0xKSKIZtT79chZeTZP6zvGKjgjmfTUgcyw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250401.1_1743554821053_0.2344802781250559","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250402.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250402.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc88c6f7d7da256a41b385f32dc85fb1dcdcd9ad","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250402.1.tgz","fileCount":552,"integrity":"sha512-92c6Dcbghpe1e2P6mZrmmnoO2EmqZrfOYvRBr3mIci5uV9CkaErGiB9yzDx4WLg6rJAudTTePXI6RnMAGDCdjA==","signatures":[{"sig":"MEUCIDG/mMSTcvYdayafazSM8ZLSdMYB0mdb5alw//volVkRAiEAjBnPfcyo8Cb+rGIdZ5osO2Z11nsZ0qJOoRlt3bIpilI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\644f2fef-8dde-4202-8d1d-609f3ac8a247\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\644f2fef-8dde-4202-8d1d-609f3ac8a247\\azure-container-registry-1.1.1-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-92c6Dcbghpe1e2P6mZrmmnoO2EmqZrfOYvRBr3mIci5uV9CkaErGiB9yzDx4WLg6rJAudTTePXI6RnMAGDCdjA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250402.1_1743641352730_0.22351274603908244","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250403.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250403.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"929bcc014f4bce990822caf04ee82282843d9839","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250403.1.tgz","fileCount":552,"integrity":"sha512-HqsPw/uhuFz0og2ylNsNVGx2a7V0HnEXsm4Oa8cxG9HD8Cx40Y6HHdQpL/hDMop22t+P/IIIY0XDKyBo142NQw==","signatures":[{"sig":"MEQCIHy4ousJO20yDtv43bvSFTMx5NUxP154VU41Yf+TgTvhAiAWFKMkv4s7HACstaA4UP3JDn6rnipxTCarnG6rEQBdEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\c6e6683e-7d6e-4379-b0f1-62ac84902b92\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c6e6683e-7d6e-4379-b0f1-62ac84902b92\\azure-container-registry-1.1.1-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-HqsPw/uhuFz0og2ylNsNVGx2a7V0HnEXsm4Oa8cxG9HD8Cx40Y6HHdQpL/hDMop22t+P/IIIY0XDKyBo142NQw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250403.1_1743727959969_0.842239533102382","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250404.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250404.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf07d947b0d3fdb1666e3d832b4ce84d32bc231a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250404.1.tgz","fileCount":552,"integrity":"sha512-VSXvmfNOXwK1ENs//50pn7m6anoiIyrgqRnlcWF9Lxl87gkoUoqqFY3ZwUnWhfq9rGl49Rgj54xuS+vD2X4lNg==","signatures":[{"sig":"MEUCIGOIWUCQchecUwDO8lOGu4UvnXHDSDjs9fl+mbvHw+FDAiEA4Xz6FnJAY8mQ2ShumEMNwUXndo8wZSsdvxLzDBMbHgM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\aa5bc633-c0c7-49da-b2fd-32c0dd37143c\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa5bc633-c0c7-49da-b2fd-32c0dd37143c\\azure-container-registry-1.1.1-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VSXvmfNOXwK1ENs//50pn7m6anoiIyrgqRnlcWF9Lxl87gkoUoqqFY3ZwUnWhfq9rGl49Rgj54xuS+vD2X4lNg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250404.1_1743814206664_0.9481117745396825","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250407.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250407.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4bc03c4dd097bfa14a02d7b2e2f6c15a75f6c57","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250407.1.tgz","fileCount":552,"integrity":"sha512-BXLQaq07HhtNzBE+FJuIiHUtHwurQeEpxgWON32xjKXcZpvy6vGi3Ex9qingebNtDUBswRwmP1SKC/e/Dj7Nng==","signatures":[{"sig":"MEUCIQDmwFuikaAtVXlplBBh6HDkDn18HwXYIrjVj4K/zHvaCwIgLLTMhmgsPY1frFCHK+LGrG5VqR+wfHSiuaWuw4WcLo4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\c6ba9cfc-2126-4355-9895-b8affdfedb2d\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c6ba9cfc-2126-4355-9895-b8affdfedb2d\\azure-container-registry-1.1.1-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-BXLQaq07HhtNzBE+FJuIiHUtHwurQeEpxgWON32xjKXcZpvy6vGi3Ex9qingebNtDUBswRwmP1SKC/e/Dj7Nng==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250407.1_1744073356476_0.7429574475051477","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250408.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250408.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250408.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a1847e9314fe6d677c184d46857397d6fd8e390","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250408.1.tgz","fileCount":552,"integrity":"sha512-7oftgchBcklECHKKMPc2em3FL5CvEDG8SNClslSbQCJUutW1rewg6/LhMphdY0xPzvSAZacKb1Gl9EtJ2Wr1LA==","signatures":[{"sig":"MEQCIEI5rtSToUfI12VTROT5KpJBvDYlL+q3s8fZXfzT0tXdAiBh3Lgg70vtynlr29aE7XJkKMNo+/ihO0zgSUXbbMyoXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\503e4d9e-c62f-48a4-b401-3d8efbf2a238\\azure-container-registry-1.1.1-alpha.20250408.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\503e4d9e-c62f-48a4-b401-3d8efbf2a238\\azure-container-registry-1.1.1-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-7oftgchBcklECHKKMPc2em3FL5CvEDG8SNClslSbQCJUutW1rewg6/LhMphdY0xPzvSAZacKb1Gl9EtJ2Wr1LA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250408.1_1744159668338_0.867845435613456","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250409.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250409.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27a73ee8cbf390932490960ca0957b4c3ca3f1cb","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250409.1.tgz","fileCount":552,"integrity":"sha512-hv07bhZush/8wZQtwt++6QhIdTt13Qk/24tU6O5yULnE/XRzxTq3DZSGcbh9eGmZDXfma7hWr+JpgZNsqibqYw==","signatures":[{"sig":"MEQCIHQrxYYhZcPaeBpg0vam0mjkLZrBjaMK7Eg0A676cShnAiBu9Y5Hw0RfTBJrRUknjaH/ahVnpOZkzYmYGwjx6xzI2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2911166},"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\\e86ec2f7-6a0c-495a-b961-d8607f9249cf\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle --browser-test=false","build:test":"dev-tool run build-package && dev-tool run bundle --browser-test=false","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:browser":"echo \"Browser is not supported\" && exit 0","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e86ec2f7-6a0c-495a-b961-d8607f9249cf\\azure-container-registry-1.1.1-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hv07bhZush/8wZQtwt++6QhIdTt13Qk/24tU6O5yULnE/XRzxTq3DZSGcbh9eGmZDXfma7hWr+JpgZNsqibqYw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure-tools/test-utils":"^1.0.1","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250409.1_1744246652360_0.13859263335225958","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250416.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250416.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250416.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8442ddaca918628f231ccbb157bc983b8702c9fc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250416.1.tgz","fileCount":552,"integrity":"sha512-qNcogzLCgysVfOPXQRHfGgDuHhphETr4xhPQIVk8MugHN3conkLWxGiZn6cs5f8rBI/NZIgq6+18TO3pJ8ynPA==","signatures":[{"sig":"MEUCIQDqHjnRELXP1U4+3uBgL0aJLzh3UQ6/BeZm/j5bs6wAkgIgNF1tskABRLUx4RdLvvCsUbja4wRrc/paSA3MeiaxuDg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\32e9754d-c2d3-4129-86fc-6017f4ef3902\\azure-container-registry-1.1.1-alpha.20250416.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32e9754d-c2d3-4129-86fc-6017f4ef3902\\azure-container-registry-1.1.1-alpha.20250416.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-qNcogzLCgysVfOPXQRHfGgDuHhphETr4xhPQIVk8MugHN3conkLWxGiZn6cs5f8rBI/NZIgq6+18TO3pJ8ynPA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250416.1_1744851215064_0.4173022276860896","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250417.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250417.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"298fc816e7c6c6b5ba47fdf1d65a36945fd9306b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250417.1.tgz","fileCount":552,"integrity":"sha512-vNt55ASsiclcaCPyVkge9WRJzEqL/y+3b3tfrgT3CqKuPQdHi823CJ3yhCHU7fA0IicTn6qD1r1TDCRA/5E5Lw==","signatures":[{"sig":"MEYCIQCQ4tsbUiRpSvN+U1uZY5G1PMrDMGa+yAI58NgoUM554AIhAI1l3+0EQh5e80+fJIUHsu4i9o6+5B+Oh8Rrl+ojVf9k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\3f8f534e-6982-40b4-a097-f82726920750\\azure-container-registry-1.1.1-alpha.20250417.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f8f534e-6982-40b4-a097-f82726920750\\azure-container-registry-1.1.1-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-vNt55ASsiclcaCPyVkge9WRJzEqL/y+3b3tfrgT3CqKuPQdHi823CJ3yhCHU7fA0IicTn6qD1r1TDCRA/5E5Lw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250417.1_1744937384134_0.522714231395744","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250418.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250418.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"941f7431a0e3d1020ca40478b24d3e93285664c3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250418.1.tgz","fileCount":552,"integrity":"sha512-MgcsAYDt2ODdR8qBI/xxRZJ89fkbFDvp8MANJze6H3zA86INmlTLDOWjyyOJBsuqF5kkFB5ryqDKm4QHZR+P2g==","signatures":[{"sig":"MEUCIQDeVPE5oJ6y1D0KgQLINry6dSgZT3QaPMrrrLgdKvxo3QIgcwWMnN8pJBy0LevJ8/stW5j2nTaA6rC/B1cIxYvFHzI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\948b3fe3-31b9-46e3-97df-3e25e217f42e\\azure-container-registry-1.1.1-alpha.20250418.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\948b3fe3-31b9-46e3-97df-3e25e217f42e\\azure-container-registry-1.1.1-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MgcsAYDt2ODdR8qBI/xxRZJ89fkbFDvp8MANJze6H3zA86INmlTLDOWjyyOJBsuqF5kkFB5ryqDKm4QHZR+P2g==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250418.1_1745023901821_0.278179190170339","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250421.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250421.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b09c5ad325260804116b589721c5ce5bc120f418","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250421.1.tgz","fileCount":552,"integrity":"sha512-NMdVm+Q4K1hXknbNopP/OS1ICGPLeu62B0cEeEehMIuVVtD3cUXZONZsblycmhDf6DEVRjIfEbjeKGgWiF9WNQ==","signatures":[{"sig":"MEQCIHMc9hj4ouxpGLtP3GWII9enTo5S7wSMiM4/jhwDH8R+AiBUo2PWcJ4QamCryeiMmu6vN2zDyQ+qe4dyotOdVBLeFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\0034470a-cdef-493d-9aeb-b8d3bc75249f\\azure-container-registry-1.1.1-alpha.20250421.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0034470a-cdef-493d-9aeb-b8d3bc75249f\\azure-container-registry-1.1.1-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-NMdVm+Q4K1hXknbNopP/OS1ICGPLeu62B0cEeEehMIuVVtD3cUXZONZsblycmhDf6DEVRjIfEbjeKGgWiF9WNQ==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250421.1_1745283030804_0.5184780174233443","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250422.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250422.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250422.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"02945da7b043d7fc5d31b0d930e630990de4b9ba","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250422.1.tgz","fileCount":552,"integrity":"sha512-IG3lo+Wo49fseii0wVgUEftDWP2tWLzCDI2K7eVr3wjIcEbJua5LN6U0jkJ0mPfSBgJWhRAUxDxs+hWh9l4aiw==","signatures":[{"sig":"MEYCIQDkai3ZSNIFCClCeYuJHNDudi2q94MtPxhRlWHG2Y0wvQIhAPkkPtweOc+u4NFqry1tKbgbw8XB5ZMLEVp7LzVxc23T","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\8c3ccc48-df08-4dd0-afb0-9a116baf5c4a\\azure-container-registry-1.1.1-alpha.20250422.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c3ccc48-df08-4dd0-afb0-9a116baf5c4a\\azure-container-registry-1.1.1-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IG3lo+Wo49fseii0wVgUEftDWP2tWLzCDI2K7eVr3wjIcEbJua5LN6U0jkJ0mPfSBgJWhRAUxDxs+hWh9l4aiw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250422.1_1745369559910_0.4377634615890824","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250423.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250423.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29736b94b7b4785072c3d510352616594d6d529b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250423.1.tgz","fileCount":552,"integrity":"sha512-1Mnx1wwqlw77SBsdMK3wZC7HbDpf0OdvDj7AYdOkkaV/0Zn8t6Xlekv/5z73hvGeaFA/7m2OuJvIRaW0+34esg==","signatures":[{"sig":"MEUCIGx2T9c/Pp+ZmrVUFI2e+gIfrS9Hf6aMJDzDxA49WkkyAiEAlExKiejchdLDMCF4uN102EqzX+wfxQiEy5S3OLSqS90=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\5285a2bf-f1fa-4428-a083-379716f67b9b\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5285a2bf-f1fa-4428-a083-379716f67b9b\\azure-container-registry-1.1.1-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-1Mnx1wwqlw77SBsdMK3wZC7HbDpf0OdvDj7AYdOkkaV/0Zn8t6Xlekv/5z73hvGeaFA/7m2OuJvIRaW0+34esg==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250423.1_1745455961328_0.3103343974797461","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250424.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250424.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc29e12713ac21951a1a7e1d251a50c158db3d6f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250424.1.tgz","fileCount":552,"integrity":"sha512-1B9oQQt8OgvL9Io1o4eeY16EdeVF1lxMOtNI36qX+oFEUpEcaE5aDoQJB9vK2duVGe/jOZ2MMs2APTxOZndGLA==","signatures":[{"sig":"MEUCIQCkftj/ZBfBnCYgJsCAckQuitLwZAfK58SXQuTbVjefJQIgckHgx2d8FGVdqdd9N/UHdfvUtqesBURnutq8zvmGrPM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\8893f0b8-08f7-4042-8324-1bd16ed8ccd2\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8893f0b8-08f7-4042-8324-1bd16ed8ccd2\\azure-container-registry-1.1.1-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-1B9oQQt8OgvL9Io1o4eeY16EdeVF1lxMOtNI36qX+oFEUpEcaE5aDoQJB9vK2duVGe/jOZ2MMs2APTxOZndGLA==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250424.1_1745542399651_0.7531261597627776","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250425.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250425.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3fe7ae9d1f234e9b7a33e73df78f48e05754355","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250425.1.tgz","fileCount":552,"integrity":"sha512-/WSVEBr8VkXeDZBlZIFBxNUb4sQoZdAsq1bp1Mmcngw2j+1HYpm+7WPAsnUGI8Y3QvBcPmZd2yG5HKzpYaED7w==","signatures":[{"sig":"MEUCIF4fMT57MiXABpwCCIU7o/x7jCRC+rNlr/N4SiVRhyVuAiEAkW+aOjjx0y6vN5yeVNj4fATaHlZyD8hyTPnxt0OO3CA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\22432354-62ba-4c26-8207-89eb7e410748\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\22432354-62ba-4c26-8207-89eb7e410748\\azure-container-registry-1.1.1-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/WSVEBr8VkXeDZBlZIFBxNUb4sQoZdAsq1bp1Mmcngw2j+1HYpm+7WPAsnUGI8Y3QvBcPmZd2yG5HKzpYaED7w==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250425.1_1745628726108_0.15269317369561253","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250428.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250428.1","keywords":["azure","cloud","typescript"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250428.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"320c71e1a0882cd1c722c158acf2367ed021ffa3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250428.1.tgz","fileCount":552,"integrity":"sha512-VXgcezgA5Ia2HDgxs3I4Izw58iaVEticsH+KKxtKP31/npEtdlCJdCC02Xi1GHcDxxWLkgYGaG6P3x7/xyLlFw==","signatures":[{"sig":"MEUCIQCjPq+7f6mmOidqMqYakDh5Y7o7sS9piciUw3OOshWQFQIgVTz++aIn4bvNva3HtsmSVWs8XbWF6CsjAFSNz5033fA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\f57f0d98-cfbb-423a-aa50-5be4447f3aaf\\azure-container-registry-1.1.1-alpha.20250428.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f57f0d98-cfbb-423a-aa50-5be4447f3aaf\\azure-container-registry-1.1.1-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VXgcezgA5Ia2HDgxs3I4Izw58iaVEticsH+KKxtKP31/npEtdlCJdCC02Xi1GHcDxxWLkgYGaG6P3x7/xyLlFw==","repository":"github:Azure/azure-sdk-for-js","description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250428.1_1745888265976_0.07036860350618146","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250429.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250429.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250429.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d44fcfd9c9ca2fab46569db854389ff651408d0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250429.1.tgz","fileCount":552,"integrity":"sha512-1gpiqhTlqUxajnLrHiW1A4Ia8omHyKbU8Dt0bXVC6QMk/28ifggK1zeL2H80TPgyhEalJ1HSI5wYvIxA7NW43Q==","signatures":[{"sig":"MEQCIBDfTBkr6LibjliNkyr7XXTkuVfjzBpUZzMEAOGkc+jbAiBzI5ND1OXjg8PuOl5+6QSCWuuFXt6lEBSs+wRIYJASVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\e2de8313-a7b3-448a-a4b4-33807a3b8706\\azure-container-registry-1.1.1-alpha.20250429.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2de8313-a7b3-448a-a4b4-33807a3b8706\\azure-container-registry-1.1.1-alpha.20250429.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-1gpiqhTlqUxajnLrHiW1A4Ia8omHyKbU8Dt0bXVC6QMk/28ifggK1zeL2H80TPgyhEalJ1HSI5wYvIxA7NW43Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250429.1_1745974555490_0.3997097822067319","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250430.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250430.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f66cace6655042ad98d625e99d986ae474a4a6e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250430.1.tgz","fileCount":552,"integrity":"sha512-VPBFZSVj6hIlc+aR6QkofmkFWshWwK7asOCcUJFhuk6bcwE91Z705lWQL/gJg+qwJ7O5BMt2tkPsORXD6jUuSQ==","signatures":[{"sig":"MEUCIQDtvRF2PkAIZTFBqKndmfX83OdOOz+dSFs/+fLyFdkH3gIgPyhkY4jw+uHk6PXoA6E7/H+5bjmaoiNJiXspqueyjps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910907},"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\\adc91bff-18b9-4755-befa-0ff00156f50d\\azure-container-registry-1.1.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build: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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\adc91bff-18b9-4755-befa-0ff00156f50d\\azure-container-registry-1.1.1-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VPBFZSVj6hIlc+aR6QkofmkFWshWwK7asOCcUJFhuk6bcwE91Z705lWQL/gJg+qwJ7O5BMt2tkPsORXD6jUuSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250430.1_1746060937211_0.8506513116658942","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250513.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250513.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4cbfff0d613f233c9f034d142c6abedf4459680a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250513.1.tgz","fileCount":552,"integrity":"sha512-lZqEYTTc+KlEMJdaOMyA+EI1ADXVxz0FC1BjQYMAW8jCI03Cy4+ghnyQWoyoyZrUH7nsxpH7nJxjBywPgBThzg==","signatures":[{"sig":"MEUCIHpI1w/589IbV/FjXvEGEDKJRYO3cah8U08dZjTks7+1AiEA2gbz+m5gPEAXWKgKojSMvGqX4w0oCVRjDNehgRhXNds=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\e38c6a8e-3869-4dc9-9833-15fa38a449b2\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e38c6a8e-3869-4dc9-9833-15fa38a449b2\\azure-container-registry-1.1.1-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lZqEYTTc+KlEMJdaOMyA+EI1ADXVxz0FC1BjQYMAW8jCI03Cy4+ghnyQWoyoyZrUH7nsxpH7nJxjBywPgBThzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250513.1_1747183944763_0.8317731039717333","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250514.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250514.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250514.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bbc8ab7509e3dcd1f0b6059e63cdd7cd46de1755","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250514.1.tgz","fileCount":552,"integrity":"sha512-MMMTrr+W+JrHxr07l5aVQpl5PDTmoh0NG+uOGe7Ud+D/n/bTvS+f/YT5nf2s0T1lr+zrNHEfVuY3/jgQ03DSag==","signatures":[{"sig":"MEQCIAR1ILDKCJlzPv1ueAUQRAtkxGROpdNXcXBB8HlZ+jS+AiBSIT2JPloKjvL62JjKwFqp0tPhl1Pxc9/iVssdFYrYNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\fe5ad610-b267-48b6-b0a6-10644e486f8d\\azure-container-registry-1.1.1-alpha.20250514.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fe5ad610-b267-48b6-b0a6-10644e486f8d\\azure-container-registry-1.1.1-alpha.20250514.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MMMTrr+W+JrHxr07l5aVQpl5PDTmoh0NG+uOGe7Ud+D/n/bTvS+f/YT5nf2s0T1lr+zrNHEfVuY3/jgQ03DSag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250514.1_1747270342937_0.7543715361683032","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250515.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250515.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05e497fb7baf0c6681e9019e0b6d652af380d1fa","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250515.1.tgz","fileCount":552,"integrity":"sha512-FsvpKamHQa0V1+oAEcUp38O1Ve48ZL5MKONm1QD/LN8ZcJtXxFM1ru7UNX/W34Ddr3y24DqRCKzbRZ1VPevf1A==","signatures":[{"sig":"MEUCIEp1pmGQ5am2nRaKewF7YL6S2T0dIvdjD5qAZVoIYmR9AiEA4QYaPtDge3vnb57DieyOk5YB5XdwXRtTe/e3ZcY0/mU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\319d8e14-31fc-44ee-9b5d-5cb5350740b7\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\319d8e14-31fc-44ee-9b5d-5cb5350740b7\\azure-container-registry-1.1.1-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-FsvpKamHQa0V1+oAEcUp38O1Ve48ZL5MKONm1QD/LN8ZcJtXxFM1ru7UNX/W34Ddr3y24DqRCKzbRZ1VPevf1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250515.1_1747356616405_0.3450868511691656","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250516.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250516.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"831e3931315a278f727d074899170c83b393d5d1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250516.1.tgz","fileCount":552,"integrity":"sha512-3aLyJo0oqpfwFCj/fbHgBlbskGbQnTS1h4d99xjXpQuFanInKXF9SJscju1togDKxUhbgYIbOHYF18igcwMMBA==","signatures":[{"sig":"MEQCIFH0AARJSoM3t31FbA0HjH3RZoLi0E/MFfLqlAdCAASaAiB1S7cTnkCDDOQ9Cl99YkfxNYBO8Zsy36TE6xkiZ4LVXQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\13b891fa-c640-4b82-bb78-31c94c8cbb76\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13b891fa-c640-4b82-bb78-31c94c8cbb76\\azure-container-registry-1.1.1-alpha.20250516.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-3aLyJo0oqpfwFCj/fbHgBlbskGbQnTS1h4d99xjXpQuFanInKXF9SJscju1togDKxUhbgYIbOHYF18igcwMMBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250516.1_1747442934873_0.9516168504651925","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250519.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250519.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"88b32e1f6c4f6de4eaa27b545a9646bcb813dcef","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250519.1.tgz","fileCount":552,"integrity":"sha512-piFyQCs9smEPXEDYY+O8C+/V8FWWAPDM56zEQMoOhS/nfK3GLcJ7sOHtH7VEkjzaqjLvweGrYCgtIlzTrXh8GQ==","signatures":[{"sig":"MEUCIAl5EFzwt7RMUMSuJo4a55S/EcSn36GmTuQb89Lo3Z7/AiEAs4pZjVUgcAC1R840K3E4CSuaOrrfiW1jY7Ak7uAO/eU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\74e62679-4ab8-4e00-bccc-95f2bd0b53e3\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\74e62679-4ab8-4e00-bccc-95f2bd0b53e3\\azure-container-registry-1.1.1-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-piFyQCs9smEPXEDYY+O8C+/V8FWWAPDM56zEQMoOhS/nfK3GLcJ7sOHtH7VEkjzaqjLvweGrYCgtIlzTrXh8GQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250519.1_1747702363480_0.30781056870266843","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250520.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250520.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b20f3b7fd5b9572f328342aa6e83a82b94793207","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250520.1.tgz","fileCount":552,"integrity":"sha512-sFrFh0qX+sae5nMNfimcjgpInwZfLW2NKIyDIt28zGoZBiOHtIJ4S5UKa65Z08m3pDmeo/KxdX55rBMJ7sUCrA==","signatures":[{"sig":"MEUCIBRGLZ0BANs3WiqanXjtiETFUp9BAeal98CsnqvFhT4dAiEA2VjkEivgSUwyVH84d4Co8dX0EsV95yXMGD9e0w0mBx0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\c5ec2ba3-f062-4e7b-bac7-91aa47652594\\azure-container-registry-1.1.1-alpha.20250520.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5ec2ba3-f062-4e7b-bac7-91aa47652594\\azure-container-registry-1.1.1-alpha.20250520.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-sFrFh0qX+sae5nMNfimcjgpInwZfLW2NKIyDIt28zGoZBiOHtIJ4S5UKa65Z08m3pDmeo/KxdX55rBMJ7sUCrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250520.1_1747788652965_0.9168718273556693","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250521.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250521.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36bcdfe5f31af6f7020d0899346363aa1b95f66c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250521.1.tgz","fileCount":552,"integrity":"sha512-sh7U8vwdrEwEEloRqXeOj3sWED3wBI7kIzjz9WUbSRX7ovA1HuZRDgp592z6G5EF+gbneGWxYv8isARQ175F5g==","signatures":[{"sig":"MEYCIQDV7tCGW9pdm2fRcCAEeOl5YIiwgpwzuqNpx9J+1HEz6QIhANe1NlHIQsilljDa5oNE6IoB19dBnxkFFPueandU5SpR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\151f522a-0c6d-4ec9-b96b-55bccbfdc16d\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\151f522a-0c6d-4ec9-b96b-55bccbfdc16d\\azure-container-registry-1.1.1-alpha.20250521.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-sh7U8vwdrEwEEloRqXeOj3sWED3wBI7kIzjz9WUbSRX7ovA1HuZRDgp592z6G5EF+gbneGWxYv8isARQ175F5g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250521.1_1747875158655_0.6351775592542417","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250522.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250522.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65f3b466cac97eebfe4c878158e2bfde18f8460e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250522.1.tgz","fileCount":552,"integrity":"sha512-FkjQkHzG3j384tASpKRPpUN7+JvPqG0RQaGVnEVE5ZdL9lJJoNaxTR0TNPaSne4mBOnhY9YGSI33rhtaL/wtYg==","signatures":[{"sig":"MEUCIC72kPojQvnRQyFCsVgaz9tCUzgS+WXIk+C76ZyeGDWCAiEArl5V5jDru3AJ0amfEsV2uMIihBz95CjZONl0H8iZyBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\6d21d0c3-80c5-4822-807b-6ee3b552b651\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d21d0c3-80c5-4822-807b-6ee3b552b651\\azure-container-registry-1.1.1-alpha.20250522.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-FkjQkHzG3j384tASpKRPpUN7+JvPqG0RQaGVnEVE5ZdL9lJJoNaxTR0TNPaSne4mBOnhY9YGSI33rhtaL/wtYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250522.1_1747961512682_0.6021995881562838","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250523.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250523.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6270af00ea71c2bab7cbf6158fd3fc5ebe9ca78f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250523.1.tgz","fileCount":552,"integrity":"sha512-J7fKouMVU7L3TZDSQrz1smouzvtW0QYvGqjW2pFbki5kbTjiVQGtzCh81Anz61pJH16vfoa9i9toj/uEv76ljA==","signatures":[{"sig":"MEQCIAJuwBJWxJfG/Lil6NoJrUo66ohX+KUllttOgjA0pRofAiAgfja8Go4uCobQYZNYWZcTnIuI6R7JvmhXcGw93Aa+RQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\c9bc7c08-6d36-4cfb-9fe6-fb81d389b262\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c9bc7c08-6d36-4cfb-9fe6-fb81d389b262\\azure-container-registry-1.1.1-alpha.20250523.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-J7fKouMVU7L3TZDSQrz1smouzvtW0QYvGqjW2pFbki5kbTjiVQGtzCh81Anz61pJH16vfoa9i9toj/uEv76ljA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250523.1_1748047751023_0.7532101081604896","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250526.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250526.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd8cdacdc0276dc3a89eaf30944ec547c2ffc1ce","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250526.1.tgz","fileCount":552,"integrity":"sha512-WdNffQ1BxDGjVZJLbmzccTnHNDoaQq0YYvccTJPx3SnY3h/Ie2jO1UA9h/x+cka8vN2UPp6nRBVVhX4Nw6TlxA==","signatures":[{"sig":"MEYCIQCC46nsrbPPL/f9xuY1l5xqviuDr9dDTX17j+FKaj67pwIhAPRDXDEEx+bJNheEZPLXSR7UNFqH6tMnlihyyUEjAECH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\bca02316-9085-4979-a81f-5f937ba2be47\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bca02316-9085-4979-a81f-5f937ba2be47\\azure-container-registry-1.1.1-alpha.20250526.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-WdNffQ1BxDGjVZJLbmzccTnHNDoaQq0YYvccTJPx3SnY3h/Ie2jO1UA9h/x+cka8vN2UPp6nRBVVhX4Nw6TlxA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250526.1_1748306893831_0.293752317393289","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250527.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250527.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e590eba3cc19ae2a9a9daed016264037ee0862dd","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250527.1.tgz","fileCount":552,"integrity":"sha512-0uO2jksgTtme+2hKakiGisNdbq9JAvo23ySA/bUNQZaAzPqhb4wPDxv1n7yk5T6SdVwmyAG2C1Vntkb7F8MVtw==","signatures":[{"sig":"MEUCIQDa9LLDGAqjs+1E2sf4znbMW5wo9Jg1vHczOFad1J8A5QIgPUqW2bS7jqV5qVZsfUpE6sn+EtBTIe7QurSAaM8WM60=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\1a3effad-9689-41a8-b8d1-3d8fb608d083\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a3effad-9689-41a8-b8d1-3d8fb608d083\\azure-container-registry-1.1.1-alpha.20250527.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-0uO2jksgTtme+2hKakiGisNdbq9JAvo23ySA/bUNQZaAzPqhb4wPDxv1n7yk5T6SdVwmyAG2C1Vntkb7F8MVtw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250527.1_1748393616999_0.8006664209505958","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250528.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250528.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d12b23880fd7d68958ef7bdb70bf668ba2f931b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250528.1.tgz","fileCount":552,"integrity":"sha512-62IovOIAcuMGFME0rT1O2l931pWNdvtuButYXKxDAHKGMDSO/9JBsUs9Pnc1aMSSlAhxvH/zaMspPnB+8O0WLQ==","signatures":[{"sig":"MEQCIC+aNoefLXfkecSIp4XSfsp5xZRmcedBQvgQvwHGiQGGAiAa1PdDXrAWohgRqyp47fvxAIAH/+GTQd/gEkdkT+btFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910481},"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\\3e0a3269-f6a6-4d1a-b923-f17f28c0f5b3\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e0a3269-f6a6-4d1a-b923-f17f28c0f5b3\\azure-container-registry-1.1.1-alpha.20250528.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-62IovOIAcuMGFME0rT1O2l931pWNdvtuButYXKxDAHKGMDSO/9JBsUs9Pnc1aMSSlAhxvH/zaMspPnB+8O0WLQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250528.1_1748481414685_0.13478474783234118","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250529.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250529.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250529.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4eba9a9c0c2f7140bd68e721117003f4749e60b5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250529.1.tgz","fileCount":552,"integrity":"sha512-AsSEUNdnh2B4tbcXYMU3pG61QYpKLnitwyxGoFZdhbUa1oD+MqP349mYbcCC11cqkfPo4d2lsQI+jU/RpEcBog==","signatures":[{"sig":"MEUCIEPnP4YwtkaJHzCGzFvRz0Y5nQPs8XLITY7ngjNrhO2GAiEAl96iR/So8EFmb1Bta48p8ps8cxFBkmOdeKqkjytm34w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\50ec41df-2fc4-4aff-a9a6-a21ea0ff3034\\azure-container-registry-1.1.1-alpha.20250529.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\50ec41df-2fc4-4aff-a9a6-a21ea0ff3034\\azure-container-registry-1.1.1-alpha.20250529.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-AsSEUNdnh2B4tbcXYMU3pG61QYpKLnitwyxGoFZdhbUa1oD+MqP349mYbcCC11cqkfPo4d2lsQI+jU/RpEcBog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250529.1_1748566495858_0.48312120160456806","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250530.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250530.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51c14e0343d3af41d9dda38da58454e2c6dd01ff","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250530.1.tgz","fileCount":552,"integrity":"sha512-qG2K8FN84swogZZ10ABwPjvmNpRLoBE6u0kY3sofYJ4VWLYcMobdyO8upAr49oodIxQa2GYPmRsygsfIw3MO4w==","signatures":[{"sig":"MEYCIQCeBnFDu6PZm8z3iiZpI56zhjhGigAAlrgW4Yl0q6rDRQIhAOLHOTQ+dlDrx/lKL2TysrisaNZgqRNl60Bbe+FFYzQ5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\2baf30f5-3d5d-4da0-bb2a-95a8adac81fd\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2baf30f5-3d5d-4da0-bb2a-95a8adac81fd\\azure-container-registry-1.1.1-alpha.20250530.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-qG2K8FN84swogZZ10ABwPjvmNpRLoBE6u0kY3sofYJ4VWLYcMobdyO8upAr49oodIxQa2GYPmRsygsfIw3MO4w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250530.1_1748652650079_0.1856171319192581","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250603.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250603.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad05fd0519e06c34c03497dfdc7a553bca44a3a4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250603.1.tgz","fileCount":552,"integrity":"sha512-Q7B3WTvEUjB/Mizd3h9DjUM33OmbltptYFpBPDI/pN6AAEi4ugP/SUwbZ0p6kAxfnKjD23a2eBY9DdeJHlISFg==","signatures":[{"sig":"MEYCIQDUCM1OFLcoFVJ4HGM7eN8KFjbWae3PGyGAwyzQ5BXjsgIhAOAfPg+l28LhABlPpx4J1u22GWn2rj8ISwG0G2xuRZgD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\8c188010-865b-4da0-a2d9-1398ebaa320a\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c188010-865b-4da0-a2d9-1398ebaa320a\\azure-container-registry-1.1.1-alpha.20250603.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Q7B3WTvEUjB/Mizd3h9DjUM33OmbltptYFpBPDI/pN6AAEi4ugP/SUwbZ0p6kAxfnKjD23a2eBY9DdeJHlISFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250603.1_1748998173895_0.38771326561214603","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250604.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250604.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab12640e205cfe3f131481bddee27ff484df3e7c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250604.1.tgz","fileCount":552,"integrity":"sha512-vItEsFGqE/kn7XJNTMehdE5a+eObs84B0nTqZbgr6dxE1CN+ZMaXuUwDfLqLvWq0+TuZe6hlSE1/y2g74ndGTw==","signatures":[{"sig":"MEQCICsHPSZJO8AxMeiobIcvh4KUhlNX1HnBRRUhD3G2vQb/AiBlDF7KArgMC125Mz/6epElIbnGw3JrUQJOxMVGsGBkfg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\bf82bf1c-eb8e-49d9-8dc2-05d34b197091\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bf82bf1c-eb8e-49d9-8dc2-05d34b197091\\azure-container-registry-1.1.1-alpha.20250604.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-vItEsFGqE/kn7XJNTMehdE5a+eObs84B0nTqZbgr6dxE1CN+ZMaXuUwDfLqLvWq0+TuZe6hlSE1/y2g74ndGTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250604.1_1749084746424_0.7662183500933966","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250605.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250605.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f70d92c9678ceaf4724fe5f9253b46aa895d019c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250605.1.tgz","fileCount":552,"integrity":"sha512-dKDkXyj807ji1oU6cfTXJTuiMn57YPIFJAowMx+sNKMw1frBpl1biFncHSaUqEgeR7+cn/Q6l1hHBv1x23gbIQ==","signatures":[{"sig":"MEUCIFE4whDyZ/q/KT7Y8ciCJg+NkQ+CpWFewIWDN487Jd0/AiEAgYOJDpMBbzEI6UxdF8pX8oQk+pov39+FNI7sC3/8YlI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\69b671f2-e062-40d9-bd2f-9a7a7003d104\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\69b671f2-e062-40d9-bd2f-9a7a7003d104\\azure-container-registry-1.1.1-alpha.20250605.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-dKDkXyj807ji1oU6cfTXJTuiMn57YPIFJAowMx+sNKMw1frBpl1biFncHSaUqEgeR7+cn/Q6l1hHBv1x23gbIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250605.1_1749171125667_0.8594838551104886","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250606.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250606.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a9a38993de041a23b5942e406b5d71c3063f196","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250606.1.tgz","fileCount":552,"integrity":"sha512-qaXxPbvqUS4zIx1poxmTOQbBhvY8rt4voAEHMipUpINTK6YtWa1xuv1yA4Q640h0FQwR6xoU+oAsSDMRONrT/A==","signatures":[{"sig":"MEYCIQDxN9+1rhVclatD8I1QvjM9SjDbSlV5dD9vgwA5xzoSSwIhAPxarSV/llc8Uc14qNoHaenuBQtm9levhXp1bKzQESCh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\acf40792-3c01-44bb-93d9-6b2a65782fc0\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\acf40792-3c01-44bb-93d9-6b2a65782fc0\\azure-container-registry-1.1.1-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-qaXxPbvqUS4zIx1poxmTOQbBhvY8rt4voAEHMipUpINTK6YtWa1xuv1yA4Q640h0FQwR6xoU+oAsSDMRONrT/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250606.1_1749257343722_0.8627777283603815","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250609.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250609.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250609.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2936040cbc3df8ad95a77351a51ee69ea4e2c23c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250609.1.tgz","fileCount":552,"integrity":"sha512-PVUpAU/iWmH9a35Fmjg/+W28iqy/j0Rq02xqltaBWFnOrfbJ81mGsGg/z8lFdgLvaJCXcc/zAeHMVjDvZQsAfQ==","signatures":[{"sig":"MEQCIDxIhYQt+9lSq9SUoiAQWSlgW7aDFVdQQqJ1BZ6uZIMEAiAfmKmayL0KMb9FNAedlSzQsK5GqhTbp7bfTq7X6+nhPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\49932086-8510-4412-aa50-9c18a82fa062\\azure-container-registry-1.1.1-alpha.20250609.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49932086-8510-4412-aa50-9c18a82fa062\\azure-container-registry-1.1.1-alpha.20250609.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-PVUpAU/iWmH9a35Fmjg/+W28iqy/j0Rq02xqltaBWFnOrfbJ81mGsGg/z8lFdgLvaJCXcc/zAeHMVjDvZQsAfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250609.1_1749516711334_0.9556075235817458","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250610.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250610.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250610.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5697550cb586c1d890b41a07b1b7ebb8b17ab46","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250610.1.tgz","fileCount":552,"integrity":"sha512-ZcT3yJrbbrkKpaTQdXOyqWy61gkDkdzNPrTPV/Oxa/AoZ26uOKEkYA+cgGxan5tZzMra79EFTGFFYvYCX5wMwQ==","signatures":[{"sig":"MEUCIFMGTjg673n5joSB5MkMshJBXI1/jXZW9a/7FrvBYF7tAiEA7p7FFZ/DKXCTboBpFmJleytAVWl/wOoPsAJLFAbhCKs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\db5679f3-292d-4916-8385-f96f102263a1\\azure-container-registry-1.1.1-alpha.20250610.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\db5679f3-292d-4916-8385-f96f102263a1\\azure-container-registry-1.1.1-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ZcT3yJrbbrkKpaTQdXOyqWy61gkDkdzNPrTPV/Oxa/AoZ26uOKEkYA+cgGxan5tZzMra79EFTGFFYvYCX5wMwQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250610.1_1749603391725_0.5983529319743057","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250611.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250611.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c812e188187b74536770d9af55cf184b4d8574c4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250611.1.tgz","fileCount":552,"integrity":"sha512-KT3/LoXxCrmrvqSjzqNBE0MXItXJvHr6SVN0SdA8dpXFErHpUn9IZJ4nxR0QpvXpzH7Oy6IWK/pxPIwSnk0dLg==","signatures":[{"sig":"MEUCIGumu/vkaSVeiK7G4hAUSwmMsjxN+7Zgu+wC0gQDNoFXAiEA5C4/UCsiFlc2gSxUGiD4ybZFqhBLNgElUGJlEahrKHU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\88fe87f8-b8a9-499b-97e9-0c0a3413f3db\\azure-container-registry-1.1.1-alpha.20250611.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\88fe87f8-b8a9-499b-97e9-0c0a3413f3db\\azure-container-registry-1.1.1-alpha.20250611.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-KT3/LoXxCrmrvqSjzqNBE0MXItXJvHr6SVN0SdA8dpXFErHpUn9IZJ4nxR0QpvXpzH7Oy6IWK/pxPIwSnk0dLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250611.1_1749689572676_0.49533438063550816","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250612.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250612.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250612.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4da8567e758af579893b8020fe873a52b9265232","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250612.1.tgz","fileCount":552,"integrity":"sha512-IxubNjH7DaIfRFXQUW7ck10PpY51Jv9F3a2aMY5IlsJCQOpWQO5ieb9E2QAByvtHFjO7XOQRHM3XzhMKbfLIQw==","signatures":[{"sig":"MEUCIQDvK7iIpjyxL77nyb+zvbIdeRfdNcS3292FWuPF604jJAIgHbuD/edc1wh2DAGQ5qBTUG79D/p8yT1Zu30HbqX71sA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\d5bd71e5-eb7c-4454-b3ef-1031f6cd1394\\azure-container-registry-1.1.1-alpha.20250612.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5bd71e5-eb7c-4454-b3ef-1031f6cd1394\\azure-container-registry-1.1.1-alpha.20250612.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IxubNjH7DaIfRFXQUW7ck10PpY51Jv9F3a2aMY5IlsJCQOpWQO5ieb9E2QAByvtHFjO7XOQRHM3XzhMKbfLIQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250612.1_1749775742195_0.2480404109120713","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250613.3":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250613.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250613.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c05a0bb2d1a78d556b25eb8cf41744a269cceddb","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250613.3.tgz","fileCount":552,"integrity":"sha512-CHOmPEbvg2AOXpL5GTocoVmVKmIQYXw6kEpD3O8Z36pUcD0/fHdzeCn5zB5JJYaEUjv1LRBdJH8x2TYSo5UB4g==","signatures":[{"sig":"MEUCIDs0/nMIFmQFxhlC4uHo7ebwV20xDwrPDQzOMqLS5WS/AiEA11sf9kxcDUtdlnJTyQnuERtoszPy03MXKWCQ4saB4/Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\31c39b1b-d8fb-4cf6-b675-b535db40fca6\\azure-container-registry-1.1.1-alpha.20250613.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\31c39b1b-d8fb-4cf6-b675-b535db40fca6\\azure-container-registry-1.1.1-alpha.20250613.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-CHOmPEbvg2AOXpL5GTocoVmVKmIQYXw6kEpD3O8Z36pUcD0/fHdzeCn5zB5JJYaEUjv1LRBdJH8x2TYSo5UB4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250613.3_1749862237393_0.8754462103094562","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250616.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250616.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"469ff446ae75f98d7c5207dba5997e4b438a3bcc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250616.2.tgz","fileCount":552,"integrity":"sha512-5hyjpDqyOnbX+qwQ249Ernk2H7m78fRrf2DPyT/oFxYZ0nwyX8Ey7qdX9H1RgpkTVRJb54sXVeYoTHRb1MsfWQ==","signatures":[{"sig":"MEQCIFbgySp6cQW/XkZLP/zDwuukpwxc+iKmCNIMfsetkqnIAiBgLsCs9YqTCF4f7Z0i4aTVZraN2pFETiCTaZGX79R4WQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910461},"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\\841c933f-5877-4d4f-b792-4ec02581a859\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\841c933f-5877-4d4f-b792-4ec02581a859\\azure-container-registry-1.1.1-alpha.20250616.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-5hyjpDqyOnbX+qwQ249Ernk2H7m78fRrf2DPyT/oFxYZ0nwyX8Ey7qdX9H1RgpkTVRJb54sXVeYoTHRb1MsfWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250616.2_1750121518531_0.7060476803854836","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250617.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250617.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250617.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3cd0b8b03ccfda5d6bc0aeb54d477c01ed6582d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250617.1.tgz","fileCount":552,"integrity":"sha512-+MDSeB4SRXV8OvTE2/EmGOkpkKk6X0dMHCHmMLz0mSibYpJYeyiJ9peoBfatcczvA2u1TmtCJ9q5tHyUhe64gw==","signatures":[{"sig":"MEQCIBExbP7vupE9R8h8zqkitfRqsfPxD2vJiuFuH3x0b+ciAiAF6YqIBmAj19JAFJP+grAALMjkU/qLKDvegH+Ob+zBWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910423},"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\\3e5552cf-91e7-4822-a03e-6a5d37759b94\\azure-container-registry-1.1.1-alpha.20250617.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3e5552cf-91e7-4822-a03e-6a5d37759b94\\azure-container-registry-1.1.1-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-+MDSeB4SRXV8OvTE2/EmGOkpkKk6X0dMHCHmMLz0mSibYpJYeyiJ9peoBfatcczvA2u1TmtCJ9q5tHyUhe64gw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250617.1_1750207837769_0.8485071589029447","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250618.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250618.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8245e19b40d50c495a21569fc7f337c5bd9fb533","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250618.1.tgz","fileCount":552,"integrity":"sha512-75YIEO5nGSaKXQolXg6qlHQH4mJoWRpJ493oQcbNFdykXXQKXEeVbgWBMW0IGXVqs53CqBZHDnff5iSL9ger5A==","signatures":[{"sig":"MEQCICu0QgHER0eB03iCCdeFQNc3mS/yqZ69DYXAL2NMkYbGAiBqdrbYudS3drZpKNwIuyGXGqBEF2Ga+9qHFrZMic1s1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910423},"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\\6f6695d3-48ba-4131-a73d-16859982269d\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6f6695d3-48ba-4131-a73d-16859982269d\\azure-container-registry-1.1.1-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-75YIEO5nGSaKXQolXg6qlHQH4mJoWRpJ493oQcbNFdykXXQKXEeVbgWBMW0IGXVqs53CqBZHDnff5iSL9ger5A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250618.1_1750294409234_0.5236112539637119","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250619.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250619.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250619.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2a9edf40f6c9ed906b672d44f1da597c81de4d7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250619.1.tgz","fileCount":552,"integrity":"sha512-dNI9zZy6Hmldfwfm8+XZRaaSya37clogHauGInIVOm+ek4GCX8wy76hQvf8EZhnTEQYQmk3l4rumW5UCP1WdHg==","signatures":[{"sig":"MEQCIAvX4Ahql4Vu8iD2jBP9qNqzOKd3j0bCtYQihPYh2/kDAiBKhTnmdk5RqGM9tdZe2B+1+IpU7CMZK3tJwQJ6j3xcLw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910423},"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\\ba11367b-36b1-4eb1-8073-655ecb1232dd\\azure-container-registry-1.1.1-alpha.20250619.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ba11367b-36b1-4eb1-8073-655ecb1232dd\\azure-container-registry-1.1.1-alpha.20250619.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-dNI9zZy6Hmldfwfm8+XZRaaSya37clogHauGInIVOm+ek4GCX8wy76hQvf8EZhnTEQYQmk3l4rumW5UCP1WdHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250619.1_1750380427795_0.44366815781088187","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250722.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250722.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250722.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"54ee38652af4a6475f34df1c491dfea4a028033a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250722.2.tgz","fileCount":552,"integrity":"sha512-GBvSdp3QTJigmL8BkOrMs467aLD7b3NlmhUxSoEJ7dtnH91XkhE/W5kTGjM+zZzoXXSElhKmH77VVvKumdw3ow==","signatures":[{"sig":"MEQCIFsOhALiON8aNH8qIYYLIy4nNMbDwkvA3nXYoAG5w1wOAiBgdiQQwK8yhUW0b5MGXqSp6ZsIgKE4fZDewxt7sO8p8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893853},"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\\5a4081e1-6172-4831-b20a-e202b4a91343\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250722.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a4081e1-6172-4831-b20a-e202b4a91343\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250722.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-GBvSdp3QTJigmL8BkOrMs467aLD7b3NlmhUxSoEJ7dtnH91XkhE/W5kTGjM+zZzoXXSElhKmH77VVvKumdw3ow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250722.2_1753231480683_0.6617882371791608","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250730.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250730.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250730.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ea8544c60f4f50ab72b6324639ef56cd4663e83","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250730.1.tgz","fileCount":552,"integrity":"sha512-TOY2WmoKemGYX/ftKtBmK8i2EWfEbZuL9AKU+/OR5ojn9AQHmB0/6daFmztM2wtN+BVRI+GsHBqq73O5qCiiJg==","signatures":[{"sig":"MEYCIQDMvIhGTXWGa41PFGBUdqRIgIqb/t3T6PtDb90jvSruFAIhALICcC1OnK+rJMD7QqkByKfiynAzpXXDZDh9UKKg/AKj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893853},"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\\3f5d349d-6ed2-4f22-afc1-9ab73f5f13a0\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250730.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3f5d349d-6ed2-4f22-afc1-9ab73f5f13a0\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-TOY2WmoKemGYX/ftKtBmK8i2EWfEbZuL9AKU+/OR5ojn9AQHmB0/6daFmztM2wtN+BVRI+GsHBqq73O5qCiiJg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250730.1_1753922667449_0.4209205037098971","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250804.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250804.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250804.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7448225fc597913e6f2b371a8e365b94e768a842","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250804.1.tgz","fileCount":552,"integrity":"sha512-p+i5K6NaT/NtQwnURvsRiI+Q57CxVrpOF3LY1IMdhEGjRqeEkcwJ3HQRLXn2joPeiDrq5W5n/J9PtH73QEtPqw==","signatures":[{"sig":"MEUCIE+FQElag1Eg39LgSjH5aHpVWPe5mrEhaQkYp1xbMqdkAiEAtKuHv6Co47PReRGnWsgU/v6HXT/yGQd2TrpSB0deVyk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893854},"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\\e08991a4-ca8a-44a5-86b3-2d33a4000ce8\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250804.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e08991a4-ca8a-44a5-86b3-2d33a4000ce8\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250804.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-p+i5K6NaT/NtQwnURvsRiI+Q57CxVrpOF3LY1IMdhEGjRqeEkcwJ3HQRLXn2joPeiDrq5W5n/J9PtH73QEtPqw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250804.1_1754354736982_0.8007250698807598","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250807.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250807.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250807.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"159c8c69913798aec7a0a7b9d7e4a18682f8a345","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250807.2.tgz","fileCount":552,"integrity":"sha512-0q1njsb279MNODNSaP9F1WDfItplX17gRwaTKNdQ6ko1+2Wi7T2xZ61u82OyCwMGnUUSg+yGiy6Y5mgRzYodqw==","signatures":[{"sig":"MEQCIB6WRH8ultPXQ3V6T9DBJxpZrkqYfG/Oasm6s+ZuIqVCAiAgoIEl2a/+ymW2kuWig/lsCUNRr4p+PQ/ShqVkUKhtCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893853},"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\\34319228-5dfb-43b4-9e05-8ca5747e7b6c\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250807.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34319228-5dfb-43b4-9e05-8ca5747e7b6c\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250807.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-0q1njsb279MNODNSaP9F1WDfItplX17gRwaTKNdQ6ko1+2Wi7T2xZ61u82OyCwMGnUUSg+yGiy6Y5mgRzYodqw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250807.2_1754614125239_0.616910964830111","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250808.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250808.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250808.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf5664155be43c1aa2f3e0b9321a8fe6067c9295","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250808.1.tgz","fileCount":552,"integrity":"sha512-gWWuKStaolvO29oa13N9JKtTv8Rhx0Y4jdp9y83KlTrf0XTN1WmjRYNDXciGdFuhdnThaAZZlMATmOG+AtDjsA==","signatures":[{"sig":"MEUCIBsAS27OlW0cDPq/zyDZrKWu+im4SymXSmndGG4qxdrTAiEAxcACIeP9ZAPtD/axoD2C+jGqXDPYj2eYfaglmiZG+E0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893854},"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\\b4b7433b-cf6a-4421-a8ec-715aeb92114c\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250808.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b4b7433b-cf6a-4421-a8ec-715aeb92114c\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250808.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-gWWuKStaolvO29oa13N9JKtTv8Rhx0Y4jdp9y83KlTrf0XTN1WmjRYNDXciGdFuhdnThaAZZlMATmOG+AtDjsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250808.1_1754700484529_0.4099955197129599","host":"s3://npm-registry-packages-npm-production"}},"1.1.1":{"name":"@azure/container-registry","version":"1.1.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8343c916eb2cc22f5ab3836d21c561a573e733e1","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1.tgz","fileCount":552,"integrity":"sha512-C0vuIucOMExzf9dBSA/xfNTd+XkkJFyIgV3A3ZUQnuJxefzpGQcU+s9AZEzv9znhh6BF5PB3BJ7zTMzDIEYoAg==","signatures":[{"sig":"MEQCICs4OcJ1zXEcanNCtcByOyycksB4QQarDFINreXcWAM6AiA24qWFRpkPtewYk215MBnIW0+6oGk7fzwRozKtHMJmdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893759},"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\\3a2db064-be41-4b07-b99b-ec13d567868d\\azure-container-registry\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3a2db064-be41-4b07-b99b-ec13d567868d\\azure-container-registry\\azure-container-registry-1.1.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-C0vuIucOMExzf9dBSA/xfNTd+XkkJFyIgV3A3ZUQnuJxefzpGQcU+s9AZEzv9znhh6BF5PB3BJ7zTMzDIEYoAg==","deprecated":"Unplanned Release","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1_1755823790734_0.6254291387252151","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250822.2":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250822.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250822.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfa87af17014c0f3dd54256e13cf868999256e92","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250822.2.tgz","fileCount":552,"integrity":"sha512-lCowfsPWOAJ/or1wDjg5RmuK5d2fi3Lyfc7YsWj8TYbjx3pf5DsIaJCY4nxSfAsvEsXXn736TYZK5npmO6p6NA==","signatures":[{"sig":"MEQCIGCfTz5B0/qAofDApZUUs8Zjv99Km1SEYHvWWH9t2eylAiAKkB30Yub3OhrA39cLbRSzba9bYUTUqLyxKQWHHIA1cQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893791},"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\\fc9def8a-bffa-4392-a9d4-f9d167fe57e3\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250822.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc9def8a-bffa-4392-a9d4-f9d167fe57e3\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250822.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lCowfsPWOAJ/or1wDjg5RmuK5d2fi3Lyfc7YsWj8TYbjx3pf5DsIaJCY4nxSfAsvEsXXn736TYZK5npmO6p6NA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250822.2_1755910159208_0.23266843790926317","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250825.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250825.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250825.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e220261e0e5a672816a5aa270869e7fd36a91d6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250825.1.tgz","fileCount":552,"integrity":"sha512-PqM7AT8zjdpo8vX5o6gdR1ALjOFEAFLYj101oNI75NxiPPAZsC6qYpoClk7ieJdlSuWYvuf69zq7bsXjt8ObDQ==","signatures":[{"sig":"MEYCIQDWzvE4SFlZZGQm5neORFJXNWgIH46IE90yUze759EEjAIhAPHd+5VdoaJZ4J8JGBMYQh2RoDd6xkY6XdiuqFB+oLaO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\751ba135-9fa4-4b4e-a5aa-5db5bca15d1a\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250825.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\751ba135-9fa4-4b4e-a5aa-5db5bca15d1a\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250825.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-PqM7AT8zjdpo8vX5o6gdR1ALjOFEAFLYj101oNI75NxiPPAZsC6qYpoClk7ieJdlSuWYvuf69zq7bsXjt8ObDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250825.1_1756169383173_0.2992227026605303","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250826.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250826.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250826.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3071e809ddc15ea24a213f275773c411a6691d3c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250826.1.tgz","fileCount":552,"integrity":"sha512-G1eJ3b6NdP0hOtXz+hpujNwgJgkNwSshyyFmGLZvOVKAaiCewoiKjNOP9hG8Op87iz21JYyBxLfrsREjbZwEfA==","signatures":[{"sig":"MEUCIBkO3DcAi2Q9CdGvWBzENtz923vkvavyX1Xabixan1zNAiEAxkiABRUAIwVGnonMjd2TOb4uoCNk/DkTLlAFXGR8TbM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\91b9bd08-a9db-4409-806d-6c00bb8c4467\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250826.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\91b9bd08-a9db-4409-806d-6c00bb8c4467\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250826.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-G1eJ3b6NdP0hOtXz+hpujNwgJgkNwSshyyFmGLZvOVKAaiCewoiKjNOP9hG8Op87iz21JYyBxLfrsREjbZwEfA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250826.1_1756255791757_0.9562250773635643","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250827.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250827.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250827.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a81742768fc3a4325e741fcca7f3daed51af12bc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250827.1.tgz","fileCount":552,"integrity":"sha512-++8YK8ISqmrI8GjOfV4tjK915RvrwzfM7bmUF8Nu45V2Maiw6TkJ6swAewuvfNilSP45ZqrQ1d8VS1HyUuVLcQ==","signatures":[{"sig":"MEUCIDAef5oBHeQptURLT9W/kcZ+e99w8/kJnKY9MGSbij+BAiEApElcbSZ+wWbU9W/SGK5nf6pqrS/FE+mnQZ81+D5cCLk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\63995eaa-13bc-473e-a6b1-9143042d5789\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250827.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\63995eaa-13bc-473e-a6b1-9143042d5789\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250827.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-++8YK8ISqmrI8GjOfV4tjK915RvrwzfM7bmUF8Nu45V2Maiw6TkJ6swAewuvfNilSP45ZqrQ1d8VS1HyUuVLcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250827.1_1756342298238_0.7591604134474534","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250828.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250828.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250828.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7996a78f83c75a1967dfdd6aae130a92411fc15c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250828.1.tgz","fileCount":552,"integrity":"sha512-kq+ZcBJBJQc3h/MWTWbJ1VIMku4BiM94jzV++4ZPF8Aj17yeXqS0UHa7itnSgsUfZyZ4gC39fNQS2PJ2BP937A==","signatures":[{"sig":"MEQCIEfQJ2p2yuy3zbXuV3m46qT+rN38pJOAUtH0jW2dkWGyAiBoX4+WO7WaaM37zyDvDfEfQQ7b7mGBQfZSOM77ntlvvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\40ab97ef-d063-4737-a18a-fcc5052d6070\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250828.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40ab97ef-d063-4737-a18a-fcc5052d6070\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-kq+ZcBJBJQc3h/MWTWbJ1VIMku4BiM94jzV++4ZPF8Aj17yeXqS0UHa7itnSgsUfZyZ4gC39fNQS2PJ2BP937A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250828.1_1756428690853_0.002340035308084465","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250829.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250829.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6dea830ef4182483062677df17828e202c5c0417","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250829.1.tgz","fileCount":552,"integrity":"sha512-ThYh0QagZ+E8a3lkupjQ3TyS0Qzd0NU/NmAc6bATEW+39l6M9eK/nL0BahwF8mgQw3UUuaRy9RCsWwv0eTMrpw==","signatures":[{"sig":"MEUCIHngSZ/MOiHNIzKixl6ejpWUFwx6YJQ0vyVX4So8N9SwAiEAgO8BwELwxvTvMTZ7cFlh4OpAQVLe6vhHMOKt0UtyQtY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\ebed72e3-604f-4a08-806d-a29aa87b2953\\azure-container-registry\\azure-container-registry-1.1.1-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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ebed72e3-604f-4a08-806d-a29aa87b2953\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250829.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-ThYh0QagZ+E8a3lkupjQ3TyS0Qzd0NU/NmAc6bATEW+39l6M9eK/nL0BahwF8mgQw3UUuaRy9RCsWwv0eTMrpw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250829.1_1756515124366_0.7639220609675408","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250902.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250902.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250902.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d6166fb578dab4867733cc6454eb10cd54007a7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250902.1.tgz","fileCount":552,"integrity":"sha512-0VqoxSkHtN6KAaZg8uNuFfNcuQphNxhC0LYuK7FVBOtjiFIO8Hjnhad0PopFELTZiKs2XM0Hm+qUsRoptHwTzw==","signatures":[{"sig":"MEQCIFs1eIjoWsokh/AWIBeM/AHzJHPmNgYoDqKfIZM/mcxZAiB4Cv2xo2pWazC1ZPAayj4wLAJEBTGkkV3+dCBgb1Nspg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\0b115d46-dd67-4fb4-b095-29042726d16a\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250902.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0b115d46-dd67-4fb4-b095-29042726d16a\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250902.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-0VqoxSkHtN6KAaZg8uNuFfNcuQphNxhC0LYuK7FVBOtjiFIO8Hjnhad0PopFELTZiKs2XM0Hm+qUsRoptHwTzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250902.1_1756861047538_0.4288045909128462","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250903.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250903.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250903.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bdfef032df6223b80ef72a5aa0690a2ff01affcf","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250903.1.tgz","fileCount":552,"integrity":"sha512-L0A9BwErHALRIH4bAPvIUKcfUsGp9S0qK1pHsP0MNiIyFhiN8PNQx9ADQeyIdcjWZC3wRiOC29jQTpxkwAMdwg==","signatures":[{"sig":"MEUCIQD00zLhpg8RhkiMVkKZ7kpr8DvxMmh4zrwW59u+CG8KJgIgSuTorB3SKvLOggpMTRWWGRob3ijI3S1lH5CJw9JpXuY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\1753e4c2-c467-4b49-b56c-3d0aca2f880e\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250903.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1753e4c2-c467-4b49-b56c-3d0aca2f880e\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250903.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-L0A9BwErHALRIH4bAPvIUKcfUsGp9S0qK1pHsP0MNiIyFhiN8PNQx9ADQeyIdcjWZC3wRiOC29jQTpxkwAMdwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250903.1_1756947243643_0.7489477475767439","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250904.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250904.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250904.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e0de4e499b77e31657165a3902ce1b691d9fe33","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250904.1.tgz","fileCount":552,"integrity":"sha512-FYu1hXZCs3YLP/B2vyJKyyQbe0ZSJ54O676ikLc2UgFyw+InTdnku2Co+GFT+agbcP73EbgeCheMzqwEi/g99A==","signatures":[{"sig":"MEYCIQCy+vXzxkWkjsUBUreT2o4JIVnMdeWxBmeW7s9hRlPTpwIhAPvNyHxJiNFCnUALJbqhEa4O7mn86oMkY6nyt+sQIBRM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\a28bd410-4cd4-469f-8696-2afadb88ecc7\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250904.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a28bd410-4cd4-469f-8696-2afadb88ecc7\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250904.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-FYu1hXZCs3YLP/B2vyJKyyQbe0ZSJ54O676ikLc2UgFyw+InTdnku2Co+GFT+agbcP73EbgeCheMzqwEi/g99A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250904.1_1757033006080_0.14008720822312504","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250905.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250905.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250905.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8fc12659b8ff371e873606cfed39c295ea8fcaa9","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250905.1.tgz","fileCount":552,"integrity":"sha512-AlYhsmRRsN8a+9bIX2KHZO784XaeM+d2LvVizvn/kxSGoPN5g3ZKCKT4ERkSJBG0t005hZpFpo8gKrZ8r/CcLQ==","signatures":[{"sig":"MEUCIQDWNDW453ACRIfB1XGaJO4BTSMQniZYGshkFJQrQbvRFgIgcC2UBf4/aGk1ZDUrMlPXKOfB8vHOXWYNsqOxcVL2BEo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\24bead25-2530-43d2-93db-9cb2c8f52720\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250905.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\24bead25-2530-43d2-93db-9cb2c8f52720\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250905.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-AlYhsmRRsN8a+9bIX2KHZO784XaeM+d2LvVizvn/kxSGoPN5g3ZKCKT4ERkSJBG0t005hZpFpo8gKrZ8r/CcLQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250905.1_1757119607246_0.18105724535545442","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250908.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250908.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250908.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a728be46c465f0cbccdd5e79d374cc2f23dba48","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250908.1.tgz","fileCount":552,"integrity":"sha512-hEuZ7mhS1jxcLyQIN9HnKdvAQW7dIWJWsAEZ1AbKOvZxpfqrnc5+rGqTNgnrNCrwL1cITdKdhRujJu7uBq++VQ==","signatures":[{"sig":"MEYCIQCGXMp/+LTznPKHVIBN2Gb97TnCAvp3TD4P4RrdB2dwTAIhAP0mM1WhSlazZ0akTPOIInW1/aaomXA+YL9zJj6hMql5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\86754316-9f19-4bea-999d-e33bf9bb37d9\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250908.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86754316-9f19-4bea-999d-e33bf9bb37d9\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250908.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hEuZ7mhS1jxcLyQIN9HnKdvAQW7dIWJWsAEZ1AbKOvZxpfqrnc5+rGqTNgnrNCrwL1cITdKdhRujJu7uBq++VQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250908.1_1757378736150_0.29552508292693935","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250909.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250909.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250909.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5c445c3a4ff327246ce7d5d9347afdd72e16f64","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250909.1.tgz","fileCount":552,"integrity":"sha512-T/LY1PRCYNRPYRDke/VUTiW0GXZeRiZsCB5fiIR4VGauPDuRwjmS82M0dXWTI1fsGPrgYzymG3tVr8Y84Y01GQ==","signatures":[{"sig":"MEUCIAoQbljnYYULwP4NUf6G2WnegQuQbAu309/Oe6QP9cw/AiEAmNv2EqnwG6dWERUGrpoJ/y33H/o7jaS+beiiwB1IMYU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\c4856256-792d-4633-9d0e-a65f6b275275\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250909.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c4856256-792d-4633-9d0e-a65f6b275275\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250909.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-T/LY1PRCYNRPYRDke/VUTiW0GXZeRiZsCB5fiIR4VGauPDuRwjmS82M0dXWTI1fsGPrgYzymG3tVr8Y84Y01GQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250909.1_1757465048698_0.6489179101982028","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250910.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250910.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250910.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e32dfdea24cf3cb6d1e64437388192cf479919f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250910.1.tgz","fileCount":552,"integrity":"sha512-zaUepWXGttpM4GJTvd/1BV+01Q0i1OJozN+MGtgh6PRL15QWRMmChj+AUxsMDpRxJg4yA0ALuPAC22MzpjuShg==","signatures":[{"sig":"MEUCICxDdt/jWUBAXHJ7QY+BhjJp0ZpD01GQZSVhyklKp5X7AiEAhmAadlepenM7ePJAQIoCI+kaT0P+Gidg32+NhYjl0Ck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\aecff194-f02b-4761-ae3e-8c67206c800f\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250910.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aecff194-f02b-4761-ae3e-8c67206c800f\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250910.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zaUepWXGttpM4GJTvd/1BV+01Q0i1OJozN+MGtgh6PRL15QWRMmChj+AUxsMDpRxJg4yA0ALuPAC22MzpjuShg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250910.1_1757551565399_0.4315200466762299","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250911.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250911.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250911.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ec5e3250115e30dbcd5ad292c07544487322811","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250911.1.tgz","fileCount":552,"integrity":"sha512-Pt0qdtkVVuK39rSLdfuEnSi4/cQfKcHzBVkoNFx160rlTmtWvmOr0ujgW5y3kyoO7VlikqlIQSXvy9SGr+HsjA==","signatures":[{"sig":"MEUCIQCCGYpcBKP8Jk8TylycKZPlxYKn7VrWq0o2wlqzyTVPRQIgG4tIPyyoOB1bWbJLvfjf8G5/6Jk17Q0YHvn9DU6+J3c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\91afb875-9c07-4f00-973e-f91c3b142dca\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250911.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\91afb875-9c07-4f00-973e-f91c3b142dca\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250911.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Pt0qdtkVVuK39rSLdfuEnSi4/cQfKcHzBVkoNFx160rlTmtWvmOr0ujgW5y3kyoO7VlikqlIQSXvy9SGr+HsjA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250911.1_1757637773985_0.6100417194512011","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250912.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250912.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2027e9127fd557d15d540fdf062014a50c06cc8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250912.1.tgz","fileCount":552,"integrity":"sha512-VJfK8/+ZrPCfibF9D86nuAXEsONQCiFnwNn/Es/hLzmBlCI/LrFGH+iMH6spgsufx7cFpd7225fZt057c5FYdw==","signatures":[{"sig":"MEUCIQD2oMo5h0zQWKrfKsGYRX4hw8cPYXGVCcri2jR+LytxGQIgZFIzUQXFHynJoD84Xo9RywIYtECC4pZHityAPNWc544=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\345046c1-e81f-4f19-a999-d82ed66acfb6\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250912.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\345046c1-e81f-4f19-a999-d82ed66acfb6\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250912.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-VJfK8/+ZrPCfibF9D86nuAXEsONQCiFnwNn/Es/hLzmBlCI/LrFGH+iMH6spgsufx7cFpd7225fZt057c5FYdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250912.1_1757724576012_0.9225324675109132","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250915.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250915.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250915.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efe754fc81a867a035eedee1266067f435426354","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250915.1.tgz","fileCount":552,"integrity":"sha512-Hsi+Axc11NQZ2gmqWI1NVR6THzhyDBtitkpa2Br1v077WayEXp7D8lwCLSycEbV+HB8wQFHNYTmSLybO8P/vpQ==","signatures":[{"sig":"MEUCIHnagGcu6cepPpdM6IlIbaSP/dKtqfwF6MIprCFd6AdFAiEAn2j4HmvWbOEH6KfbDFvv5lu2MCeW4tNNgjGv2A/ktlQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\1787fd7f-6358-445b-a69f-44a2d75871f2\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250915.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1787fd7f-6358-445b-a69f-44a2d75871f2\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250915.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Hsi+Axc11NQZ2gmqWI1NVR6THzhyDBtitkpa2Br1v077WayEXp7D8lwCLSycEbV+HB8wQFHNYTmSLybO8P/vpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250915.1_1757983273473_0.6369494142269672","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250916.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250916.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250916.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9bcd552549f7be85cba5a1bb3f90f8d3cc0d3240","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250916.1.tgz","fileCount":552,"integrity":"sha512-XSUVY8Rfv91KnJFLG5FO92qFtp5ApfM54kzlDWXtUNFRgjMSijxxm4bnSua0M7ZY3af59ATBDi6t8ey9ZIiIOw==","signatures":[{"sig":"MEQCIAE52XCNPTPeozOQIBDHe0hNluCvMbwKaHpmoaqPKoywAiBcdVHdORVYlOiFYHTCpUhfhRihn9EcnDDCAf4XPUrrHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\697326f9-6184-4340-a185-f847c4a1f2f3\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250916.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\697326f9-6184-4340-a185-f847c4a1f2f3\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250916.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-XSUVY8Rfv91KnJFLG5FO92qFtp5ApfM54kzlDWXtUNFRgjMSijxxm4bnSua0M7ZY3af59ATBDi6t8ey9ZIiIOw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250916.1_1758069677939_0.09453139342931505","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250917.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250917.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250917.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9393b30d7ad6e5cb91e3e1cc319c18c37b98becc","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250917.1.tgz","fileCount":552,"integrity":"sha512-uUl0Jjblsa+XlqeypCrQi23YiJAyYcU/2KABc72OldKL5R7N8iST31sfN2QUmYEXfb4uu8I5MDwoshuaFZmysw==","signatures":[{"sig":"MEYCIQDnqvWYTpR+8LbeXC/fwmcvmR6CVm3qcFeMfBuKa9IHqgIhAIgKiehaGh7SiNVr7tLU0SJEpWc3qy4PXyLCK0oc4aFa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\c03c9206-41eb-4c92-9d56-3539fb45e35d\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250917.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c03c9206-41eb-4c92-9d56-3539fb45e35d\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250917.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-uUl0Jjblsa+XlqeypCrQi23YiJAyYcU/2KABc72OldKL5R7N8iST31sfN2QUmYEXfb4uu8I5MDwoshuaFZmysw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250917.1_1758156329347_0.4348990069871064","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250918.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250918.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b878cf3c93b94219554a4e62c53293160fbedd90","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250918.1.tgz","fileCount":552,"integrity":"sha512-NPCff3yRjGgmY1ROWJAkZF2U5oNp/ic73GL8uEtexTdFwXK+kxlAxgTBMmLSOcrCvLtPJr7gEcHNH0DS+VlFYw==","signatures":[{"sig":"MEUCIAars30olIZTTUpucAGFVVdBso5WdeKJ/LPM3foH+AjMAiEAgXDVa3GKZRcfOeYkUe0SoJHWC1/VlrH9IidmYxgpVgw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\ecfcbd2d-0a11-45fc-9175-e4391ae56729\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250918.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ecfcbd2d-0a11-45fc-9175-e4391ae56729\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250918.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-NPCff3yRjGgmY1ROWJAkZF2U5oNp/ic73GL8uEtexTdFwXK+kxlAxgTBMmLSOcrCvLtPJr7gEcHNH0DS+VlFYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250918.1_1758242591938_0.11333376178188947","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250922.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250922.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"289e7e97268ec33bb3ee88073adcb27fd45a6f80","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250922.1.tgz","fileCount":552,"integrity":"sha512-c89huM4yRwveiBa/orMCGs6QlTFF0f2fjFgZOPBTCtvIj/atUfXRgt1TYdDrBCxxH451SHVuXxhYZlaM9tsgfA==","signatures":[{"sig":"MEUCIHjZGx0aTw4EqWyzrz1Dri4w6wpqwcnpITy7gNAGBndcAiEA437ol9feTOQAa0SiNIK+Jh5wcrPMsTguyMf0R3vAMN8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\8be62c3d-934c-4221-84d4-f49663c183a0\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250922.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8be62c3d-934c-4221-84d4-f49663c183a0\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250922.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-c89huM4yRwveiBa/orMCGs6QlTFF0f2fjFgZOPBTCtvIj/atUfXRgt1TYdDrBCxxH451SHVuXxhYZlaM9tsgfA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250922.1_1758588255198_0.6841976425952307","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250923.1":{"name":"@azure/container-registry","version":"1.1.1-alpha.20250923.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.1-alpha.20250923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"367521fe5c297c8a6826a28ab8722740698b312b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.1-alpha.20250923.1.tgz","fileCount":552,"integrity":"sha512-SpPK8ZFxgrrPAGY8+VuzlWAYece+kK4sHo3Y5SnKAxuhxbOCkLhTm020juBbWLtZJ8dWlzPZRhp+Ga5H6f0THw==","signatures":[{"sig":"MEUCIQC7wo3VkSV1HYi1ORAIcPybyKLV5HA9wokt5tzfIUrt3QIgbh9TzNVhXn/YtdfdHazwjGuHQ6Ket50eTEvvbzp2u8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\fa028d30-8bbb-445b-a812-4b3164bec2e5\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250923.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa028d30-8bbb-445b-a812-4b3164bec2e5\\azure-container-registry\\azure-container-registry-1.1.1-alpha.20250923.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-SpPK8ZFxgrrPAGY8+VuzlWAYece+kK4sHo3Y5SnKAxuhxbOCkLhTm020juBbWLtZJ8dWlzPZRhp+Ga5H6f0THw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.1-alpha.20250923.1_1758674563339_0.04277248674118739","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250924.2":{"name":"@azure/container-registry","version":"1.1.2-alpha.20250924.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20250924.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b72f58c628ca7880d70c7925ed14ffd35a40bb8d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20250924.2.tgz","fileCount":552,"integrity":"sha512-UMFwz+HbKzfL2eCkBFPaq74nsAPo6WB/asEaqiIiPYUA/lGAexofp2up8CI5n3fa4mfzof7k/bx6WP4K7fvjaA==","signatures":[{"sig":"MEYCIQC8sbkM3B22zwOXCUHHT7EJkTQIzDwABt8NW4FxxMcV0QIhAOLf4UAt0g7nLbSVVDA6q2Eu+n4Dt39MpMKNv5yL95kJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\674f1a41-273c-4790-b852-8ddb04e0a626\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250924.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\674f1a41-273c-4790-b852-8ddb04e0a626\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250924.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-UMFwz+HbKzfL2eCkBFPaq74nsAPo6WB/asEaqiIiPYUA/lGAexofp2up8CI5n3fa4mfzof7k/bx6WP4K7fvjaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20250924.2_1758760918453_0.7897193935508986","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250925.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20250925.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20250925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f990ecfcb028c266abd7d72fc743566ef0651d36","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20250925.1.tgz","fileCount":552,"integrity":"sha512-HpWC3rJrHzsBW4biDBqb/xrMVMAfxGSddhPM2iSB00YCBEuYVQr2OoF/tGJ1LMo5ot5M/VPLyOUzweBkHxM7ug==","signatures":[{"sig":"MEUCIQCN8tJFkXj6Lgq2r/kpnNkPL5YRxYX8SyYtkjc4MW+lAQIgGSlFaYFqsegulAXITEBjmqjy1zN6p1xdvsXLVZZLoVo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\7cdfaf6a-06f4-481b-8a5b-2620db3079c7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250925.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7cdfaf6a-06f4-481b-8a5b-2620db3079c7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-HpWC3rJrHzsBW4biDBqb/xrMVMAfxGSddhPM2iSB00YCBEuYVQr2OoF/tGJ1LMo5ot5M/VPLyOUzweBkHxM7ug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20250925.1_1758847390506_0.23483296363548556","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250926.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20250926.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20250926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0c958eb9bd88c76432ac7bd0203a1732b8370296","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20250926.1.tgz","fileCount":552,"integrity":"sha512-n6+lkSppQiB6Me3FlLFlsjeK+npC6ekZNRfzGw9YX6D2Ru4peLzzG0dO01RauuOlgci3UNhhFu+9nexlVvV+0Q==","signatures":[{"sig":"MEUCIEmZBRvQ/SLt+/6lQuiLV8DlDQzyWLvHz1UCwVUzr8/tAiEA4Ty+R2JquOaPu9dEl9J4A9aV/+6Q2AlAvsHDuUr/erg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\2d9c4b38-f2f3-475a-8508-09c347f9cf3f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250926.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d9c4b38-f2f3-475a-8508-09c347f9cf3f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-n6+lkSppQiB6Me3FlLFlsjeK+npC6ekZNRfzGw9YX6D2Ru4peLzzG0dO01RauuOlgci3UNhhFu+9nexlVvV+0Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20250926.1_1758933815640_0.4528890275186295","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250929.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20250929.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20250929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7bd304b338de963e83e9d43398f0124499d65db","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20250929.1.tgz","fileCount":552,"integrity":"sha512-JvvG4Pqh3LhiGaG5Sga8+yf4lc/N8jYeofFBaGY339X6tDJsxYdQ364omHuYtJ2h8Gp1qQO97IR2w7S+ntQLtQ==","signatures":[{"sig":"MEUCIBAq6bznRzI4FLohLOllQOuMTtOESzu9IoTI1jpzAP9MAiEAnbvBFrr+7M4fl6m58yirTvlTeNxI1J8KeLLd99BqQI8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\f123114f-039b-4adc-a5da-df6e4b69cba8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250929.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f123114f-039b-4adc-a5da-df6e4b69cba8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250929.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-JvvG4Pqh3LhiGaG5Sga8+yf4lc/N8jYeofFBaGY339X6tDJsxYdQ364omHuYtJ2h8Gp1qQO97IR2w7S+ntQLtQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20250929.1_1759192942111_0.22366330237187904","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250930.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20250930.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20250930.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"580c06dc47d54975b3279adc4ada89277b210498","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20250930.1.tgz","fileCount":552,"integrity":"sha512-aMDPVSVfbh04kpuItlWuuIVeCmeOuxjYy42xxnHy5KJhhTs6RiEK4VNNmI/n+7/4IKLuAbG3Dt9KotKoUSfhsg==","signatures":[{"sig":"MEYCIQDlgp2imnaTZHOQEx7RglQ+iOiSHU55frCmScqpAZ00HQIhAITjB9o5xIaG14rZmQxgMufFUGwRhjLWl1cS4Jp5LYd9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\127a23b9-efb3-4375-b58f-24f16496bff6\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250930.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\127a23b9-efb3-4375-b58f-24f16496bff6\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20250930.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-aMDPVSVfbh04kpuItlWuuIVeCmeOuxjYy42xxnHy5KJhhTs6RiEK4VNNmI/n+7/4IKLuAbG3Dt9KotKoUSfhsg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20250930.1_1759279321192_0.3323015090388568","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251001.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251001.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251001.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5d3fabd8a329ea1ac13031ecd5efeb0284ff23ed","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251001.1.tgz","fileCount":552,"integrity":"sha512-amB6R/beIBP111UOSWgTFOa+zNnGMYJNwqphKaBooa+dM9CeOudaYaaKCHFfIMvBQzfsmY3gqtJhMJX1ulM7Ng==","signatures":[{"sig":"MEYCIQC96Y7Rk8GYBDBRsrmCP/OWZCwWBUzLc5sSp7BBCzZ0AAIhAOF4GJgXbDClxM++29rOXtkH5U1ie0sZzYJzEChZyAmF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\afa81bc8-34d2-40a3-a08e-2903c84e3a94\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251001.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\afa81bc8-34d2-40a3-a08e-2903c84e3a94\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251001.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-amB6R/beIBP111UOSWgTFOa+zNnGMYJNwqphKaBooa+dM9CeOudaYaaKCHFfIMvBQzfsmY3gqtJhMJX1ulM7Ng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251001.1_1759365788012_0.38548751938233883","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251002.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251002.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c20f154b6e0a1dbd93c8756b2f05d62b7eb6392","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251002.1.tgz","fileCount":552,"integrity":"sha512-nt+XjtfzbfgwNNU7IBAqtnoRt8GJ526x/RM8SGO9yCkLEvRwknFd1t9hnnkGF5uTuvwVq2Wkr5FqN0g/VPEn4g==","signatures":[{"sig":"MEUCIQD3T8asWUna5fB/0mDAmPO8p0QAzYeX9YuDbOt0ViMOMAIgQPgSWb5IuWNRb6O1VHsLQR2bXqWBUwnIYodmeWH1ANY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\deb2011d-44a0-40ef-ac95-55e8966c764d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251002.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\deb2011d-44a0-40ef-ac95-55e8966c764d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-nt+XjtfzbfgwNNU7IBAqtnoRt8GJ526x/RM8SGO9yCkLEvRwknFd1t9hnnkGF5uTuvwVq2Wkr5FqN0g/VPEn4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251002.1_1759452669008_0.3391577527147378","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251003.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251003.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251003.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b653ace970c3e28ef57195add6d02b01dc7dc689","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251003.1.tgz","fileCount":552,"integrity":"sha512-IYxpspQEgSe0h3mYcP8VQLkMMsOWUUroGlXxEaeSHtZpil9UqguaGMQwzvUMIKBpH2dgUJVQwbSdUguvhMMjOg==","signatures":[{"sig":"MEQCIB73BLjNboNWAUCkhY24L2HCTXrwr4Dr22VAZiZncpYwAiAgxP7b59zgEYEaVwahkzyfVxn2PEGSCaYF7XmJFXnbcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893781},"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\\58203488-c28a-4f37-bd66-06fb5fba9384\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251003.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\58203488-c28a-4f37-bd66-06fb5fba9384\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251003.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IYxpspQEgSe0h3mYcP8VQLkMMsOWUUroGlXxEaeSHtZpil9UqguaGMQwzvUMIKBpH2dgUJVQwbSdUguvhMMjOg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251003.1_1759538706079_0.272688567819487","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251006.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251006.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dbd0d516649009591740eb7a03a511ca755a7d0f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251006.1.tgz","fileCount":552,"integrity":"sha512-565kdtLa29HFlr/7RbvV1Voz7E+LnX2bUxRRtXh7vjZtlJmm+Zz5WCR9oQ2cwwfvnXMnsxzcaT/Z3VcIIhyHPQ==","signatures":[{"sig":"MEUCIQDNjIxm9owtlCQja1DgrPnNRpsvvjnQSOp03jM4OwQ9YgIgfvA62Gfoi5USA5P5Y7kUZJ646K7h/4BuVw0aIk3luNw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893780},"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\\052a9c27-44e0-4925-937e-a8bc9582b537\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\052a9c27-44e0-4925-937e-a8bc9582b537\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251006.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-565kdtLa29HFlr/7RbvV1Voz7E+LnX2bUxRRtXh7vjZtlJmm+Zz5WCR9oQ2cwwfvnXMnsxzcaT/Z3VcIIhyHPQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251006.1_1759797929988_0.8610322446653691","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251007.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251007.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251007.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"261269821a9de7f99237bce3732a8e19f4e47b77","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251007.1.tgz","fileCount":552,"integrity":"sha512-kn8Q9mJCFa+FDYI/aK6TGA485Gk1Go5yzs4slCjWhHtap8fPz+/NlScWF8dy0TYxXl2bAtO76rLiRwa4Ztrgfg==","signatures":[{"sig":"MEUCIQCC+LU0Nd5tHzqK0XriNyfg+P1fg+zXKaUjsVhHcI5y0wIgFc2F+gCR1YBlkVKnnt0KvI1DhDHwYGXpsoLzlwofv0U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893780},"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\\4f5beedf-f686-45b9-9cea-57d3778f12d6\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251007.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4f5beedf-f686-45b9-9cea-57d3778f12d6\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251007.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-kn8Q9mJCFa+FDYI/aK6TGA485Gk1Go5yzs4slCjWhHtap8fPz+/NlScWF8dy0TYxXl2bAtO76rLiRwa4Ztrgfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251007.1_1759884335200_0.380277534028556","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251008.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251008.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab5d9f4c7c96f119a0c9a10b31930fcba167ad95","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251008.1.tgz","fileCount":552,"integrity":"sha512-Irtfz6kV9zTlzZJXqEWUjyRYNP/TKWSyAcS4LOyqQwQrf8pXuheMGGb/k2orakQ6g3reK9/wyk57lBUDRyYl1Q==","signatures":[{"sig":"MEQCIAzemBK6cpw+iFGrrSw2CgCEYxA59KvUzfaFazDgTqtdAiBdrFzQyNyqSOR8nLefKju1hm9xOhmm4+LWe02TemWdtA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893780},"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\\fbd6c4e2-1db5-4a2f-a1f3-522769a18c00\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fbd6c4e2-1db5-4a2f-a1f3-522769a18c00\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251008.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Irtfz6kV9zTlzZJXqEWUjyRYNP/TKWSyAcS4LOyqQwQrf8pXuheMGGb/k2orakQ6g3reK9/wyk57lBUDRyYl1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251008.1_1759970774258_0.602432813088071","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251009.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251009.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6770c3c322bd17e53bb95b2283cf9f74a72511b4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251009.1.tgz","fileCount":552,"integrity":"sha512-CjFSeD5f41UQBAewa94ioLq4Bd201jNy5WB6I3Nc9Q0GDk9Bh23ym8lS8+p4wuwYgW9aos/HMkVanH1d9uKvqw==","signatures":[{"sig":"MEYCIQD7soOj0i34c4pIWm93PeTwmffCPWJeSz7Y2QORSHYIJgIhAPf+0dXwej4T4/5AVh6PoxNGJVva43O6F/INh30Ny4NT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893780},"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\\15c57450-6906-4873-9728-177c97faf84f\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\15c57450-6906-4873-9728-177c97faf84f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-CjFSeD5f41UQBAewa94ioLq4Bd201jNy5WB6I3Nc9Q0GDk9Bh23ym8lS8+p4wuwYgW9aos/HMkVanH1d9uKvqw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251009.1_1760057260026_0.08505113012439791","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251010.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251010.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6931bf213f9bb68cf5bbdfea6274fb6ca171dc6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251010.1.tgz","fileCount":552,"integrity":"sha512-MEMXF7OyQWpaNzAAdMUvUUN426O56q+SVp5wYVRD+hCqRSZZr6M0Fby69zK9CD8MFKQu2PKV0A6IiQDl6EjmtQ==","signatures":[{"sig":"MEYCIQCocF0trWHgG24CCjRYmghVALu4EOKAhAGzQpqZv5LQ3AIhAMQZg+/fFnueO/p+/YjomqpyTfA+njAoons964Uf+uPw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893780},"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\\f5c175eb-16ce-468a-84eb-3eb88063c04b\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f5c175eb-16ce-468a-84eb-3eb88063c04b\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MEMXF7OyQWpaNzAAdMUvUUN426O56q+SVp5wYVRD+hCqRSZZr6M0Fby69zK9CD8MFKQu2PKV0A6IiQDl6EjmtQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251010.1_1760143318653_0.8238327185991727","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251013.2":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251013.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35b664a8e6823eb70f8439de50b6845f34ee3ead","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251013.2.tgz","fileCount":552,"integrity":"sha512-DYuaYLqDElTUqmg1qgcKAl27TpsdxvOR/xVT44S6MuWvDJ7uyigmurZKUErAAb7SXjlhLouDWlhJkOXMzECDaA==","signatures":[{"sig":"MEUCIBwpGBio8levHXNmQJnpNSwnMIrzpghgwAQnzEIOSyiPAiEA6Z+7PZLj3Qfeh6kjtc10i/aAt49fDxjsjAf2YC8/MiE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893813},"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\\834912a5-7a00-4f15-a319-3ee7cbf44d4d\\azure-container-registry\\azure-container-registry-1.1.2-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":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\834912a5-7a00-4f15-a319-3ee7cbf44d4d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251013.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-DYuaYLqDElTUqmg1qgcKAl27TpsdxvOR/xVT44S6MuWvDJ7uyigmurZKUErAAb7SXjlhLouDWlhJkOXMzECDaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251013.2_1760402511007_0.08102843286058681","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251014.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251014.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fdeff2c94698131a1530e52a90a16fb7ff33d032","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251014.1.tgz","fileCount":552,"integrity":"sha512-RDN7KeV3T4GbA+vRce4INJJ/Kv2Mh1pT/6axEyDmhequP2S3KS4qbgSpHcnd6FHWwTSQ5PFbikOO7QBPSQPZPA==","signatures":[{"sig":"MEYCIQCq4xmtg5ODET1ul/FJthwiD+4TxFEmBDVQ7GD5B5YyVgIhAMNYk2oM0KMIAKV1vSvkk6DHNg6wGjdTnSTj6M9bEMWO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893813},"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\\aa26914d-3e4f-4114-a8f7-ae22870eedb2\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aa26914d-3e4f-4114-a8f7-ae22870eedb2\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-RDN7KeV3T4GbA+vRce4INJJ/Kv2Mh1pT/6axEyDmhequP2S3KS4qbgSpHcnd6FHWwTSQ5PFbikOO7QBPSQPZPA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251014.1_1760488998144_0.9875653440109311","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251015.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251015.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7785851471c15ff215fd006320e4646eb00b549","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251015.1.tgz","fileCount":552,"integrity":"sha512-2tXWkuN2LOnvpkzrMnyXqYrjir+9fGqS5dUzoX0w5VIk/1HzvgkShPk4zYlNVI4UjylFwO983J5X5yz+PRXSXg==","signatures":[{"sig":"MEYCIQDTpMI8UhAc07aAMGPZgxWAp4Sbz6FzScE5C0V+e1gZhAIhAOPevLb7no2A8iwTLvpRfop5VxhGKa6XUxFH9vCHziDR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893814},"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\\ebf785a3-e658-41ef-a5a1-0156d54784eb\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ebf785a3-e658-41ef-a5a1-0156d54784eb\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251015.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-2tXWkuN2LOnvpkzrMnyXqYrjir+9fGqS5dUzoX0w5VIk/1HzvgkShPk4zYlNVI4UjylFwO983J5X5yz+PRXSXg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251015.1_1760575563936_0.8575323863511539","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251017.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251017.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1883dc9e7736d715652172ba96d235ce812c8fb7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251017.1.tgz","fileCount":552,"integrity":"sha512-no6OEwt2cMECEXcsvCXY0s0CajBYoh1brKMRJ1S8Jgk6AYo0cH6RBGs5k9ayLxHe1xVkBRz50tch0P2YIM/buA==","signatures":[{"sig":"MEUCIQDtv2Z5hc8I3niEvVnjfSrbhOSG/RXtP7B4S/G8/+EQXQIgOcNUC/sPVBUigKuDwg5JnrqdcVF/GdvnkWptAzyVVqY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893959},"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\\e2844143-842c-46be-96dd-ce6ad5fee7fd\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2844143-842c-46be-96dd-ce6ad5fee7fd\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-no6OEwt2cMECEXcsvCXY0s0CajBYoh1brKMRJ1S8Jgk6AYo0cH6RBGs5k9ayLxHe1xVkBRz50tch0P2YIM/buA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251017.1_1760748193754_0.5026249884894736","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251020.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251020.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"378dc9f9a0d01a7d622ffcf3cdd3ed07657239ef","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251020.1.tgz","fileCount":552,"integrity":"sha512-IL/v0I56SMSPCypzKXrMSFHQ3yKsqu95JfvjSxMqvj0qFNkHLx4vf7xSb+KFY7PapUUsMsyk9ytfEO0G1kolpQ==","signatures":[{"sig":"MEUCIH6Ri4J+Q1XA8wsZnzru7k+H0lN7SAnUFHsPWmyJSN6WAiEAntZn0FR/VINY5mXYHZ7IKgQ3g5G8cpkxNJ3W6U+15ZM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\c6ad192b-dc3f-49f4-88e9-0929e2be742d\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c6ad192b-dc3f-49f4-88e9-0929e2be742d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251020.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-IL/v0I56SMSPCypzKXrMSFHQ3yKsqu95JfvjSxMqvj0qFNkHLx4vf7xSb+KFY7PapUUsMsyk9ytfEO0G1kolpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251020.1_1761007399304_0.10823472027606607","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251021.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251021.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29df52a90c9afd6d40bf9a54a6d63b4bdf1533b3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251021.1.tgz","fileCount":552,"integrity":"sha512-/t3VpG/wjp8g3S2W7Qgl2PjqFT3dcgoiDrkkDu45kbnE/d1l5UsIvg3f4oEnNfUqN+qRDiVEv1drizEfGCcwRw==","signatures":[{"sig":"MEUCIQCSpGmEkixMBOVh7xpQBoDy+5pdk30al3SJpUsGDptl9wIgDzj5xbhRUA/T271cnso/ET1zj24lvqpUFSSEHk/7yC0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\baeb37f9-c6c4-4468-8d94-536b2b0fe38c\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\baeb37f9-c6c4-4468-8d94-536b2b0fe38c\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/t3VpG/wjp8g3S2W7Qgl2PjqFT3dcgoiDrkkDu45kbnE/d1l5UsIvg3f4oEnNfUqN+qRDiVEv1drizEfGCcwRw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251021.1_1761093837643_0.40276884735576446","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251022.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251022.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"442ab3e053bc3df7e5cd62128f665532b8beeb48","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251022.1.tgz","fileCount":552,"integrity":"sha512-yTC1XBHcm70AcLTYuZ4ZCI5Fz409nAkOkthfXlAsCdhWQEpGFSzaJpncCSh420UFmcnZY08JJSncbxk5liRFHg==","signatures":[{"sig":"MEYCIQDjEo+mnyGUjmc5fU/SdRIy32+JGmBBaIVdEJUXxLXdMwIhAPn+RCZ8ylL9QkAe0pkGXQH2sY3qevrkW8zPe9X7/uBJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\1983d6f6-de71-4bd2-8555-8da713b4778c\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1983d6f6-de71-4bd2-8555-8da713b4778c\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251022.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-yTC1XBHcm70AcLTYuZ4ZCI5Fz409nAkOkthfXlAsCdhWQEpGFSzaJpncCSh420UFmcnZY08JJSncbxk5liRFHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251022.1_1761180198529_0.3328127487054633","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251023.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251023.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"33dfa75ac639fab7e55608f5662202c6b7da9530","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251023.1.tgz","fileCount":552,"integrity":"sha512-/GAdudE8H0JWG8k6jKNjZS0mwjMthxHq7ljfW6KrgqF9iezUDjBf8O5JH07jj5VPs7Tl9AH8mcV36RG3i/AeiA==","signatures":[{"sig":"MEYCIQD/Dc1f0sFNL7MY4ohPED2fmPpyNrvTSKlp4+H3D3qw0QIhAOfC/CCZ6PdFcaSSXWNrSqOLYl6xS27F92VLnhYlBLaa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\fd44fee4-a725-4b83-922c-155eedd64abf\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd44fee4-a725-4b83-922c-155eedd64abf\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/GAdudE8H0JWG8k6jKNjZS0mwjMthxHq7ljfW6KrgqF9iezUDjBf8O5JH07jj5VPs7Tl9AH8mcV36RG3i/AeiA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251023.1_1761266632024_0.5741463762375967","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251024.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251024.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"179b41b42df41932c382c8e98d513402ce5b9e2e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251024.1.tgz","fileCount":552,"integrity":"sha512-OYcx7xdRmMyB2+M/h/GfRlkAqW4BF5KL7xj6d9PJODnLJqo/MkBIKwKk3Pbq0kzGgS2X2+nnoIE2XOKg5P4BDg==","signatures":[{"sig":"MEQCIGq2JZMx1O4XtPR1XvA8GcrfLnJp4XObVtxpg9alI7CFAiAC5rPOktjYgIy/kgDsArQ7BIR/4o+2Upb6xQ3uAoilTw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\7563baa4-1c30-46a7-925f-aafd42d81bb2\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7563baa4-1c30-46a7-925f-aafd42d81bb2\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-OYcx7xdRmMyB2+M/h/GfRlkAqW4BF5KL7xj6d9PJODnLJqo/MkBIKwKk3Pbq0kzGgS2X2+nnoIE2XOKg5P4BDg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251024.1_1761352999258_0.3733281701633113","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251027.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251027.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d9d477b482f88b0c1d5fea1f77f02f555ce5f4b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251027.1.tgz","fileCount":552,"integrity":"sha512-O+vsDl9lJv2/8XjbxZc9W0CF7IlrjPy5dBZYmb4GiFhvyUs4BM6ioOBpd/phvqPY07NsbV1JyyneicLKeRoTsg==","signatures":[{"sig":"MEYCIQDOj1bLReLfq3iFzIMFOpHkQ0Je3Hy0UErDf3+psKeZWwIhALbMS4emr/FRa83wHJAxOACv/knhqCSDcusQF9hpxhVy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\73210a8f-e7cf-47c7-9db1-2e1ca2af15f1\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73210a8f-e7cf-47c7-9db1-2e1ca2af15f1\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-O+vsDl9lJv2/8XjbxZc9W0CF7IlrjPy5dBZYmb4GiFhvyUs4BM6ioOBpd/phvqPY07NsbV1JyyneicLKeRoTsg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251027.1_1761612187010_0.9082854001172298","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251028.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251028.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e058d0c5f8c983ff33a17a23a28fdf6bb462c41","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251028.1.tgz","fileCount":552,"integrity":"sha512-463EHmItGj2JlMxG9++TglPLev6tvrlbt+odkEbp364waDhgVyp44eXSbr/TIHIbtbibgUhmh7aPPuigXzgkZw==","signatures":[{"sig":"MEQCIHFQXpVNjwCuYO6EZlYWBG8m6P4vSTUA9lRKXJFEeLLeAiBCqu/KBdk2ZN1FDlIoFsj+1uoCvfO8jWF6deDCzLyQqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\068468a7-8f5f-4f8e-bc78-1e9039c25556\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\068468a7-8f5f-4f8e-bc78-1e9039c25556\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-463EHmItGj2JlMxG9++TglPLev6tvrlbt+odkEbp364waDhgVyp44eXSbr/TIHIbtbibgUhmh7aPPuigXzgkZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251028.1_1761698622236_0.2519841584300826","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251029.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251029.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251029.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44abcb5471a4a47570f49ce438ad420ffdc5b56f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251029.1.tgz","fileCount":552,"integrity":"sha512-KXZl/Gkjan3WPj20kZNO3qUhPXRV+r7YEtZlG92uA41ECIXHCXdCFNpjpjkiE9/ZMnCDyiizH7eBi8BQoPBmNA==","signatures":[{"sig":"MEUCIQCfldjW0h/rp8vFv7pWJGo9gKD5y3kXIlQXCWwvLK3B2QIgFPAi8m3USmF+4jJjxIvfEAaYdf7YRDtVEFlO5/8f45k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\4add5976-9e4f-4759-96d8-93ff6f3443b5\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251029.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4add5976-9e4f-4759-96d8-93ff6f3443b5\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-KXZl/Gkjan3WPj20kZNO3qUhPXRV+r7YEtZlG92uA41ECIXHCXdCFNpjpjkiE9/ZMnCDyiizH7eBi8BQoPBmNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251029.1_1761785102614_0.310308338396974","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251030.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251030.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c92541263a63320d0e3d6170395ae64609f869e2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251030.1.tgz","fileCount":552,"integrity":"sha512-XTdANFFyfm+NWA/Vup6lhsz7+KOFoEKTOUUOrSDN+MgMN4N90Qw5RrylfjMcjr2Q8V47tpQIwNtjYb84GQ6zSQ==","signatures":[{"sig":"MEQCIGKXh4oR7S3bIVFLkPU22z0O5ZvDrMOoQUj21WgBu9PJAiAulhUa+pyLFoRUiiEL50X4ckySr7XshIGvzjTbUsV+WQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\99b52890-1445-4d7f-9691-232ba3c67dfe\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251030.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\99b52890-1445-4d7f-9691-232ba3c67dfe\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-XTdANFFyfm+NWA/Vup6lhsz7+KOFoEKTOUUOrSDN+MgMN4N90Qw5RrylfjMcjr2Q8V47tpQIwNtjYb84GQ6zSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251030.1_1761871630634_0.5596391189403875","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251031.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251031.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7ea85a7663879b62e1be16bed75e0f7b85fb573","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251031.1.tgz","fileCount":552,"integrity":"sha512-lNbptrl+sVbkj11nFTyxKxmqC8tBs03wSVHQwIJyXt3tGBONRVpkIfZLTmvQyfC68nZNEpd848MFVXWQHboydA==","signatures":[{"sig":"MEUCIC8xJAS0l5/BL4y1koipEx9VgoTl0OYahUOnsBAYWH10AiEAqHSpIfeBUOscObF3/8y1scWLDF84CbKpp7dZKrWZap4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\85e18e0a-3570-4ddb-91c6-90470d64264e\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85e18e0a-3570-4ddb-91c6-90470d64264e\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lNbptrl+sVbkj11nFTyxKxmqC8tBs03wSVHQwIJyXt3tGBONRVpkIfZLTmvQyfC68nZNEpd848MFVXWQHboydA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251031.1_1761957734628_0.8023593594805138","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251103.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251103.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f2ecb93b1015ef5d83dfd8acae61011599b7915","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251103.1.tgz","fileCount":552,"integrity":"sha512-6ZLYwNC+K4BvCNkR48PNdX1fIo3umnyBAfDipHTB7LPdhvJIsYvhxG4ogDF0nyk5Etmfj3ufpe7uJLiw1O14hQ==","signatures":[{"sig":"MEYCIQCiJJEAwtLRO/cW4NITxN8LuFDkKrCqTLEEKHzq5oL+GQIhANYvXGKI5F9iUr7cSQmvantE/A+KlWOniDrgfCScyweL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\d645c63d-dea4-4c69-be71-f9f968d649c5\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d645c63d-dea4-4c69-be71-f9f968d649c5\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-6ZLYwNC+K4BvCNkR48PNdX1fIo3umnyBAfDipHTB7LPdhvJIsYvhxG4ogDF0nyk5Etmfj3ufpe7uJLiw1O14hQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251103.1_1762220661462_0.4209249045384371","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251104.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251104.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"19881ba609c020a61d28c0ae785409f87846b5b3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251104.1.tgz","fileCount":552,"integrity":"sha512-CE2yMydPSY4KXAOg+9TLjwpXUknKeRUEIi6OFYwGYFmzbNvkgIhsedOD8NBnoJ2zMsaSwQBXWNBFsj4OSy9PfQ==","signatures":[{"sig":"MEUCIQDDtEA4bo6vrGTdVRwo8v6D9LjZamRYPHas2rNfnc9yNAIgE7PmbSvR+fPVrQ/CcrTDKRL+5lRkFsPdjOY/qSmySR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\afb0de42-2279-4419-b260-e34e34db89ac\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251104.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afb0de42-2279-4419-b260-e34e34db89ac\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-CE2yMydPSY4KXAOg+9TLjwpXUknKeRUEIi6OFYwGYFmzbNvkgIhsedOD8NBnoJ2zMsaSwQBXWNBFsj4OSy9PfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251104.1_1762307318746_0.16440398824499036","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251105.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251105.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a6bc44b5f3f64f9018a20729f0b26d251f8ea9c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251105.1.tgz","fileCount":552,"integrity":"sha512-qtMQG6zpyh6OI/5COZHDLYxkisyNIEHOO2Yw/qTegZjuh3m6HrhES2nzOjyUjJ7OH1iwdxBW3AeXKNqev34rYg==","signatures":[{"sig":"MEQCIFflPn7kCjba/TkGPRzJXZ/vpzkl7UtMlVkBUolqOCiLAiAEh+3xZC2ebQmJ3W404OONhwCqU83LGSz6mdJZW+hY8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893958},"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\\c757d913-79c4-4f2e-835c-27570339442f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251105.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c757d913-79c4-4f2e-835c-27570339442f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-qtMQG6zpyh6OI/5COZHDLYxkisyNIEHOO2Yw/qTegZjuh3m6HrhES2nzOjyUjJ7OH1iwdxBW3AeXKNqev34rYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251105.1_1762394179780_0.37217774294562944","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251106.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251106.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2a9a2f777254311d32389dcbf161080f7b3cc1d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251106.1.tgz","fileCount":552,"integrity":"sha512-KoXkilEEECz6H6TRZhfcC7o+e+uZrXkyQmjI/FfiYp9Wmx1HL+jhLYFusfQCS4/C94jhN2Qb3osRtA2lXEOPYw==","signatures":[{"sig":"MEUCIDHQIhcTQ57VUPsinMZhBssDnoRKao6aIlHyHZM1PPqzAiEAiR0t+IpNRXgHy6d+i8qwXdkzK0xJXkLsZf6r7IN36i4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893969},"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\\1171ced4-fda8-4010-a0ea-4bf9ca96a4e7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251106.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1171ced4-fda8-4010-a0ea-4bf9ca96a4e7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-KoXkilEEECz6H6TRZhfcC7o+e+uZrXkyQmjI/FfiYp9Wmx1HL+jhLYFusfQCS4/C94jhN2Qb3osRtA2lXEOPYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251106.1_1762480531345_0.030135280091440952","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251107.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251107.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a16cf7e2fb48e6d5b6ef98d2b1e9c7d38456c4e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251107.1.tgz","fileCount":552,"integrity":"sha512-fXVanZofuDNEXa1Dc33iFBrMknBaC9j1atnR+mOU+wvcu/3HcfEDDMme2Ke3rpkEE5wpGo0Y8PIC8b6AOviQGw==","signatures":[{"sig":"MEUCIGHe+eVrZmf01IeaXRP4jnTmam7koUwUH4Fk5kyz94thAiEAvWP+/Gwip4YfUP1HLss0CKs87vG4mVHkVyVlC490yw4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893969},"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\\aa3b0be9-2b46-4daa-ac92-bcf7d4385d85\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251107.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa3b0be9-2b46-4daa-ac92-bcf7d4385d85\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-fXVanZofuDNEXa1Dc33iFBrMknBaC9j1atnR+mOU+wvcu/3HcfEDDMme2Ke3rpkEE5wpGo0Y8PIC8b6AOviQGw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251107.1_1762566799799_0.8809277867490044","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251110.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251110.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf869371d4a6106dd29555ff5b9a51dacb4eb22e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251110.1.tgz","fileCount":552,"integrity":"sha512-jbat4PRLpFzjd9fRAVRYqALCgl4j/UcCOwjKCAtZ2r94dlXP04z3eIrSahsribgj1AAe3ussNTN+Jlxo4lX6Tw==","signatures":[{"sig":"MEUCIDeYvh/Io+S1BBRCXATDnAOEd8+rE2+5nARky/PXEczWAiEAkj9R7Pcu1fQGFGyQxsP4Q5PC8p2TmcSGVlQfQGZaWGQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893969},"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\\af6fe118-30df-4d0b-ae24-8f690d9e2880\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251110.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af6fe118-30df-4d0b-ae24-8f690d9e2880\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-jbat4PRLpFzjd9fRAVRYqALCgl4j/UcCOwjKCAtZ2r94dlXP04z3eIrSahsribgj1AAe3ussNTN+Jlxo4lX6Tw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251110.1_1762825595545_0.2766626951489888","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251111.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251111.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fadfb9929e2e42d17033616215c6fedd5c40b643","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251111.1.tgz","fileCount":552,"integrity":"sha512-fxcXclmRZrptyeEgBTx3N9uvIyYmSLmZBV2zcI2ro5KDbuz2qyvMOLyGBSGZaHSNWu/lw4kFu+X89ac7VDf+NQ==","signatures":[{"sig":"MEYCIQCAQDl6VG0Xu0Ozlkc5GeDtRiLW95ScB6fDt56RP1XhWgIhAMDJneMzLzC8bYPtdwan0ZDDPOQmY2caqC0lfoJtaSRI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893969},"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\\0f6d3c88-5466-4352-a333-ac52399a04e8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251111.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0f6d3c88-5466-4352-a333-ac52399a04e8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-fxcXclmRZrptyeEgBTx3N9uvIyYmSLmZBV2zcI2ro5KDbuz2qyvMOLyGBSGZaHSNWu/lw4kFu+X89ac7VDf+NQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251111.1_1762912043104_0.28637845569920994","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251112.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251112.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e7d5a61a28afaa57c899af8c1b933f3c4f61537","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251112.1.tgz","fileCount":552,"integrity":"sha512-n7+2vhytsDmqn4nWK8aYnDua3gOm+QYX1TtORqsmbjXDtqyDfZYo69ISDElzsiNqrfqDiDcGKGK8iaC9gMAWAQ==","signatures":[{"sig":"MEUCIQDxyvb8g5rNHrl0oIvTY3WJW9YYXviD1NL3DcWmq/Eb8wIgNVFq0MYGxUkvuGLKv2NcG85pNplwlDwe4y7o2Ds0Ak0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\02c04aee-1f55-40f3-a13e-fbbd825a95a3\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\02c04aee-1f55-40f3-a13e-fbbd825a95a3\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-n7+2vhytsDmqn4nWK8aYnDua3gOm+QYX1TtORqsmbjXDtqyDfZYo69ISDElzsiNqrfqDiDcGKGK8iaC9gMAWAQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251112.1_1762998274244_0.25783370778358883","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251113.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251113.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98ee5dabe77f9dccac13c265cb8ec3262906a36b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251113.1.tgz","fileCount":552,"integrity":"sha512-DjxW8P1BoX/DQXM79D0gtkpu/A11B5ATe7PasQZzdzbR0WphTxDkUWbNc5F44rgi6znUpHXm28+IDElYBgd4sQ==","signatures":[{"sig":"MEQCIDkjBZb15q5uP4shHlipVXGOdGgkdbjzTKHg76RxPaxVAiAg8A/HMMLaAgVPdWfzEz45UClYbmddDHFR/9QDYmp7eQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\31297cc9-45f1-4cf6-b249-628bbef84e4d\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\31297cc9-45f1-4cf6-b249-628bbef84e4d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-DjxW8P1BoX/DQXM79D0gtkpu/A11B5ATe7PasQZzdzbR0WphTxDkUWbNc5F44rgi6znUpHXm28+IDElYBgd4sQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251113.1_1763084907224_0.6016568865884526","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251114.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251114.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04ce10726badfcd7c86ab289cecbf93495a697de","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251114.1.tgz","fileCount":552,"integrity":"sha512-Y8jayHKNVR75p9z/CM5Jg+FGvbNFnxzfSboQ7tP7qONHw9cfowBzlQhO+jpyJDOim1WENdPtrJDxQv2vBMbjSg==","signatures":[{"sig":"MEYCIQC+aLIDslyMvDm8vW5S5FyccGOAQQhA6grnwCjaDdXxDQIhAP+JG+2qeTUag1lZ2DSzJfFDhKdWrKWFPIHX/AiGsXfu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\aafb5a60-a276-4f7b-9af8-607307cb0e76\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aafb5a60-a276-4f7b-9af8-607307cb0e76\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Y8jayHKNVR75p9z/CM5Jg+FGvbNFnxzfSboQ7tP7qONHw9cfowBzlQhO+jpyJDOim1WENdPtrJDxQv2vBMbjSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251114.1_1763171406718_0.808493658152492","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251117.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251117.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f82a8b27befb9878bf3c1104742f99316e7574b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251117.1.tgz","fileCount":552,"integrity":"sha512-t4FH5wTIkjT2Kid0yZB119zo9h+V8hlul3NO1+LxnQkxlIH1ZWFJAJcmMCQo2xVZBeRrEq1OmtQ/kDtWbh3Hlg==","signatures":[{"sig":"MEUCIQCTeDWLrC2c3rJ/cJ311/NBBfGYvXUpR/io8ZtXjsvKQQIga770DrdOYGBKXZym6mlibplO/AIhSVvO4QUKQ+cIci0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\e4b3c779-6127-489a-bb98-364bf80792bb\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e4b3c779-6127-489a-bb98-364bf80792bb\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-t4FH5wTIkjT2Kid0yZB119zo9h+V8hlul3NO1+LxnQkxlIH1ZWFJAJcmMCQo2xVZBeRrEq1OmtQ/kDtWbh3Hlg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251117.1_1763430504282_0.5371362478927086","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251118.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251118.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47f4307c43306a66e817e014f33656d2e54f8aab","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251118.1.tgz","fileCount":552,"integrity":"sha512-lee4ee+967fHw2eUJnsdXj13h2hI9vyz6yIszvPmUwSdqX7yeGD8gWE7i5aIcdbwscsWsWVZfcdXan7z3YxkRg==","signatures":[{"sig":"MEQCICJXkEq5U/SgR6uoOoWQ1xb0jo8JPCatVDoGWII0NL+BAiBJCCAbrQvIoVhR5AdBVxkpk5iqG79izsFPqxuPby7vmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\a934a026-bcfe-4c72-8b21-f7e77709c37d\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a934a026-bcfe-4c72-8b21-f7e77709c37d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251118.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lee4ee+967fHw2eUJnsdXj13h2hI9vyz6yIszvPmUwSdqX7yeGD8gWE7i5aIcdbwscsWsWVZfcdXan7z3YxkRg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251118.1_1763517171819_0.23959765311336234","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251119.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251119.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"146174e8f6a15b7e83a9e07502c6c8e8c8a4ab55","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251119.1.tgz","fileCount":552,"integrity":"sha512-Bc00ipngUX4iLn4CCxhQ2V4EQzCFweVK2XwcnPsTIM7raVwh5jtWss67ejkwuN1GKb2uUbDlfRlt9TgyiZ2hlw==","signatures":[{"sig":"MEUCIHeCsMyFurzqGlG3pdezty/R3QzxrZ8zAApXV9KYs/LYAiEA657Z+xkQjKrtv775VDkxKbpaJw8AO70w4NCGet5D5dc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\bb727acf-7aad-4c0e-90a4-41f5caad495a\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251119.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bb727acf-7aad-4c0e-90a4-41f5caad495a\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Bc00ipngUX4iLn4CCxhQ2V4EQzCFweVK2XwcnPsTIM7raVwh5jtWss67ejkwuN1GKb2uUbDlfRlt9TgyiZ2hlw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251119.1_1763603001843_0.008606787543374406","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251120.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251120.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f19b9a21cde4d7b5c5063f96d94feb5d2660ce6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251120.1.tgz","fileCount":552,"integrity":"sha512-2rV7zGtK1SFJOV2W3v/M0SPHtep+H2TBzYpltzawNnx/dbHDBuqdEaucos/woAW92qvhB4l1BXv6CRJgpBchfA==","signatures":[{"sig":"MEUCIB6sUQ2GSCDqXuUw/n3ohaphL9mtxKJAuhnIGAp8C4riAiEAk0Zo87dEow48DmZJXHV7BCW1Nhrv2HTbEEgog3GLNBg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\77a43c47-1c10-46ab-8d2a-533bfd97be4a\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251120.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77a43c47-1c10-46ab-8d2a-533bfd97be4a\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-2rV7zGtK1SFJOV2W3v/M0SPHtep+H2TBzYpltzawNnx/dbHDBuqdEaucos/woAW92qvhB4l1BXv6CRJgpBchfA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251120.1_1763689343958_0.30303789017921456","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251121.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251121.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3e7cdfc7106971684ab6e2579ff2c7d80e282d3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251121.1.tgz","fileCount":552,"integrity":"sha512-zx5gZ0/urF4Z30thmEkJLcaoWLWTPq76xIJ1i83B/TVcvvyabUZvx4YYmsl5tjjtUgYgEhn3cctlqPkw6uHPgA==","signatures":[{"sig":"MEUCICVIVn75Am+pE9dAOURP2w159yy046qKSYaV5uVXxiORAiEAixVqRQY2PEQdQGMdt9rX2WWH9zcVF9JiqeToVhU+/8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\59b22231-a550-4593-bcfc-9e46d63ef260\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\59b22231-a550-4593-bcfc-9e46d63ef260\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zx5gZ0/urF4Z30thmEkJLcaoWLWTPq76xIJ1i83B/TVcvvyabUZvx4YYmsl5tjjtUgYgEhn3cctlqPkw6uHPgA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251121.1_1763775710512_0.5394525411485132","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251124.2":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251124.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251124.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"642d39e3d9faa81211e09d6a3280b4f29e015f0f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251124.2.tgz","fileCount":552,"integrity":"sha512-zTapJ1TKFUOy/MVRMv6oZkSnCu0Jz4QEZDdr6nqTIK0BBIBtSIuIJMFhpy1rL06mDVpn8IXEysBSb5rxGXDSsg==","signatures":[{"sig":"MEUCIQCzpKMV58dhSUOr2SFhYlclWj4Gth6yG9KfdFYX0RNqAAIgXPsXSJIshm/zHVDX1T70XUD1cdWQzlN5R/QBxvu1qTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\ac4b1656-0ef9-440b-af65-8813df10d569\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251124.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ac4b1656-0ef9-440b-af65-8813df10d569\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251124.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-zTapJ1TKFUOy/MVRMv6oZkSnCu0Jz4QEZDdr6nqTIK0BBIBtSIuIJMFhpy1rL06mDVpn8IXEysBSb5rxGXDSsg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251124.2_1764035076299_0.8985429728556145","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251125.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251125.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ab6fcd515ff9894f2bdd4cab348da9f194f954f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251125.1.tgz","fileCount":552,"integrity":"sha512-HKQ3YNORvCmKZF4/ZEXLxQaTWO7FuTn/roSXHoZE6iviu5F45NybCqzlcgoTd2p77aaKE+yweupzl7RJtTMMIA==","signatures":[{"sig":"MEYCIQCypUk3wZj2dkR1OSCvc6x2FcL4r2YYGrJsg/zu5vue/QIhANY8gY0J0J+PiQHhc5PdQSIZOCu9iQL5irp/1GsK3woS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\3cc612b5-3977-4b42-b926-21856d1aae8f\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3cc612b5-3977-4b42-b926-21856d1aae8f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-HKQ3YNORvCmKZF4/ZEXLxQaTWO7FuTn/roSXHoZE6iviu5F45NybCqzlcgoTd2p77aaKE+yweupzl7RJtTMMIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251125.1_1764121421649_0.7653965633204911","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251126.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251126.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80c1f9b4bec08996bdbe3511a6c35515e9746189","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251126.1.tgz","fileCount":552,"integrity":"sha512-tYyFlwujFNfc5hYBKR7RroFf7OyQGgOy/2wY8Ar80aJZhaR1HN9FpBFDJiLg0QoIpcT/T4EKZJDm8IMI7LdO4g==","signatures":[{"sig":"MEQCICcrONg4Pj0hPQsr8EvOGrBhnSeH+biwYrNYEqPIhdwaAiAGpQ0HICg4xifo6X9bU9h32sVD4faTIxvyi1/EbvvfOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\3ddd2ffd-d339-46f0-81a2-94cc656ec38a\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3ddd2ffd-d339-46f0-81a2-94cc656ec38a\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-tYyFlwujFNfc5hYBKR7RroFf7OyQGgOy/2wY8Ar80aJZhaR1HN9FpBFDJiLg0QoIpcT/T4EKZJDm8IMI7LdO4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251126.1_1764207740294_0.6029524814570919","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251127.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251127.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d94f5ca0549d59370edc37dcd099a9f4b385b95","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251127.1.tgz","fileCount":552,"integrity":"sha512-wjADyIm2722GZq8kSF81Ff54q1kUsGPLA4kuMlxICySTWl+kfrl6oKRdFDuLf7K+j47jm1NIzPwumsLJOfET+Q==","signatures":[{"sig":"MEYCIQDeFeIbl/6a1gPgJ7kLNEIMk+lEmP4/SVRZMxgGG+okYwIhAPoFr0xPHvkYB/d0qCiFzPf0rDhepulYJ0pJY3a8J4Ui","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\a580d599-3846-4045-a366-a8df00bbaa93\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a580d599-3846-4045-a366-a8df00bbaa93\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-wjADyIm2722GZq8kSF81Ff54q1kUsGPLA4kuMlxICySTWl+kfrl6oKRdFDuLf7K+j47jm1NIzPwumsLJOfET+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251127.1_1764294354403_0.13970726993151072","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251128.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251128.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0144b7e0b4ac311c7b2bcd36a83eb9ff1cc8a45a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251128.1.tgz","fileCount":552,"integrity":"sha512-+a+Z8NEwRCrclmAcr1p//Zha898hpFpAas43j9kIGTzA/w2Sreg4UVtSUbW7m97gYuYZ4NQyyJmC3lJEVzA2/g==","signatures":[{"sig":"MEYCIQDnCPVsmb9txfbdGjcr3udoTv0rrYoVthPbLow66gztIwIhANyAwWskLO2qHKHqtO7HDwb1grNl2nLrbiX8EeKgrGwm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\8021a0f8-de63-47c4-9860-6c7f86c43a84\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8021a0f8-de63-47c4-9860-6c7f86c43a84\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-+a+Z8NEwRCrclmAcr1p//Zha898hpFpAas43j9kIGTzA/w2Sreg4UVtSUbW7m97gYuYZ4NQyyJmC3lJEVzA2/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251128.1_1764380545799_0.6999837256034875","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251201.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251201.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57ab6d550054fa256bdb44f035d5dbbe035e0d1b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251201.1.tgz","fileCount":552,"integrity":"sha512-8Ca0E4w+3i1zWZI5Y4DM7tFfFnPmM7JHdalB5Cos4OVBqE8/qY+lK+RAkaXYe3MuMUTE1iYCuFa/6TAdQNcrTQ==","signatures":[{"sig":"MEQCICp1Fp8lvPJ39XX7szVhE3hDkJXKPVpB35Be9EJUR1FGAiBdztw78C6d7UK/iChNXcOjvdePWcT75f0KhXtqnAfb6A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\20621757-2722-4267-9764-d0a3b59f4ec9\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\20621757-2722-4267-9764-d0a3b59f4ec9\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251201.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-8Ca0E4w+3i1zWZI5Y4DM7tFfFnPmM7JHdalB5Cos4OVBqE8/qY+lK+RAkaXYe3MuMUTE1iYCuFa/6TAdQNcrTQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251201.1_1764639865036_0.55699345116486","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251202.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251202.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14559b0e48888ccafb44715c5a3d6f3224c2f6d8","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251202.1.tgz","fileCount":552,"integrity":"sha512-Zg8psFf1FwyJrm3GOewYnIIE00bkiBipvWLkPNWlM5RG1kNL1uVoCacekdLHp6Cms2Tr8kf3a/sQ13ryU4Ebcg==","signatures":[{"sig":"MEUCIQCd6//ETLkrnEXnb9Xsg24GLtCcP8Ox9GzLz/IxMOjDNwIgE9W8f+5x/tHx/vngHotWQJzb7wq0AvHccML6W1SOvxc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\930b4fc1-1d74-44e9-b546-62143f56bc48\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\930b4fc1-1d74-44e9-b546-62143f56bc48\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Zg8psFf1FwyJrm3GOewYnIIE00bkiBipvWLkPNWlM5RG1kNL1uVoCacekdLHp6Cms2Tr8kf3a/sQ13ryU4Ebcg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251202.1_1764726237121_0.6159750153296029","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251203.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251203.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec8365b84a6daaf8acf7997259feecc380fc3597","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251203.1.tgz","fileCount":552,"integrity":"sha512-dp0+g3cfdIgVY6JJHH8UBUkkX00a58K9INsiLmtr+pNYLwjcwVr5T/w5JUEhPSFatu+Qwpxngfl2XJoBoj0XLA==","signatures":[{"sig":"MEUCIFBrq6aw/LoU8wwDWHUEXX+YwY4Rpio5/8C/cZ8kmd36AiEAuwwHc2JcA65xXwWSOjASSWR9KL6OWq6gc6ZF2iDWbL0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\33253103-7368-4535-8f33-332154149616\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33253103-7368-4535-8f33-332154149616\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-dp0+g3cfdIgVY6JJHH8UBUkkX00a58K9INsiLmtr+pNYLwjcwVr5T/w5JUEhPSFatu+Qwpxngfl2XJoBoj0XLA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251203.1_1764813132015_0.3318873723302245","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251204.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251204.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3f93e6883b88dd7661c685680221aecdfa2b7a2","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251204.1.tgz","fileCount":552,"integrity":"sha512-M9NINlqaqWAMnf62Msn2AiAvIrddip3WrDT5RfIvOMBny/K+ueGSRiwxR6sPAAL31WQUWz9k5qIsCAiHOLdqdQ==","signatures":[{"sig":"MEUCIQD+yNhNyIrMOAvz4pu3rY+6tT2VdTExxQ80ffKb1x0EEAIgGWhQpVtLynre/B3KIDeW/P7LJHkmg0ct007p2Cs7Y9E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\9e4a6535-951a-42c2-8bc8-11cf141a9b5b\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e4a6535-951a-42c2-8bc8-11cf141a9b5b\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-M9NINlqaqWAMnf62Msn2AiAvIrddip3WrDT5RfIvOMBny/K+ueGSRiwxR6sPAAL31WQUWz9k5qIsCAiHOLdqdQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251204.1_1764899092849_0.6181430009853766","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251205.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251205.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a36d610fd57bfcd6e07814a1df05daed36fc6e4a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251205.1.tgz","fileCount":552,"integrity":"sha512-6EYu/YRrZuM0THLBflN3E7ALYCSD2p6YipcO+ttU/ohewyc4xk9oxORW9e8Z7LhWLoEMvOQ/CRsV5g09LLNNdw==","signatures":[{"sig":"MEUCID3uGMCLSJCaU2wKAUOHdIf3g9dFaQKuVG5Bj8MIXE0WAiEA71/f+zdpoQpcY/4Kb4wjEfmEN6b4k+D9nVl11SM4VWI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\c0e534d4-1c7a-4064-b394-037d183bd1bd\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c0e534d4-1c7a-4064-b394-037d183bd1bd\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-6EYu/YRrZuM0THLBflN3E7ALYCSD2p6YipcO+ttU/ohewyc4xk9oxORW9e8Z7LhWLoEMvOQ/CRsV5g09LLNNdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251205.1_1764985607611_0.6635243236721702","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251208.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251208.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"85304425888a08a6aed82dc5743a7cfdd60206e4","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251208.1.tgz","fileCount":552,"integrity":"sha512-1jzN4o4Cs+DwxWUR9IVpphOdd4mZPn90M7tJjeBFxyvoJPqa775GpwHNYy5uSUvWD6BNR6hcpEqeKDinISZgMA==","signatures":[{"sig":"MEYCIQDOYD5epT3Js/sKHnGJv2R9EO4xfDrP0c6AV1uZM0oSeQIhAMXgxjo8RGRqEsA5VkZkAn+aVVfO5sMtxTjBmx+zjUWQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\0dd7077e-4fb0-4391-b6da-d51d15f75da3\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251208.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0dd7077e-4fb0-4391-b6da-d51d15f75da3\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251208.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-1jzN4o4Cs+DwxWUR9IVpphOdd4mZPn90M7tJjeBFxyvoJPqa775GpwHNYy5uSUvWD6BNR6hcpEqeKDinISZgMA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251208.1_1765244681866_0.880582311303471","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251209.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251209.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d66d4812b1c59bd1fcd61c3a21c8d51420ebbc72","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251209.1.tgz","fileCount":552,"integrity":"sha512-1K4kEHGwca9R6Qv3OYa1xgZDUBceliv115r/Og5cyw72nhGrCdCkR5uEcA2Srhlu7K5XgqAMdb/l28ptQtw6+Q==","signatures":[{"sig":"MEUCIDeiwf6ohDr2DrosRTM2RfO/ojbjubIC1c6yHorAGmlsAiEAp6q+ymDPrEG2c+6htf56Ma4rAXcogWIeJvuFX+dFvSA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\77704a96-03cb-474e-946c-d349827a9274\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251209.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77704a96-03cb-474e-946c-d349827a9274\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-1K4kEHGwca9R6Qv3OYa1xgZDUBceliv115r/Og5cyw72nhGrCdCkR5uEcA2Srhlu7K5XgqAMdb/l28ptQtw6+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251209.1_1765331172809_0.8270288115348561","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251210.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251210.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9bbbc13d439f4cecfc4cb65e631cb8161f6ca167","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251210.1.tgz","fileCount":552,"integrity":"sha512-7apSPnI2xukLP4Ng0LRm6IogPW3osnWqtsAfISbxVvSwgvKwtWZgogjeRfPMKpTqH3PEnxHAvas67jLNefVG9A==","signatures":[{"sig":"MEUCIERPODzheLjoSMORcjevloJXNn4pslAi1efuc95G6q5XAiEAmDqGdwV0WTRdqGh751nB5EorjJ4P+pxPH70wep4jP3U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\8590e2a7-2285-4820-9c66-56b6532420d7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8590e2a7-2285-4820-9c66-56b6532420d7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-7apSPnI2xukLP4Ng0LRm6IogPW3osnWqtsAfISbxVvSwgvKwtWZgogjeRfPMKpTqH3PEnxHAvas67jLNefVG9A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251210.1_1765417529356_0.3729692369844968","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251212.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251212.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d7eef590922e528fcbee8e0b6df89cbc98b1e8b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251212.1.tgz","fileCount":552,"integrity":"sha512-9kRQk2cRAg1GswZdXnjrbvAn+BmzoZ+kiAZZs/23VAdXwTa0jtdgq6e9uwr3cIIgiwK8VwO9+j/qKe+7dWEnjQ==","signatures":[{"sig":"MEUCIQDil1WuQflDXAys4+Q69IVpvjp1cIF7xshZgwHQPBMA+QIgIWe1h8oxWcv5inFKL534wCFWUBgkwJlCbO1uu86zzyc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\4aa1e38a-b525-43a7-b423-d2a164c1c627\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4aa1e38a-b525-43a7-b423-d2a164c1c627\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-9kRQk2cRAg1GswZdXnjrbvAn+BmzoZ+kiAZZs/23VAdXwTa0jtdgq6e9uwr3cIIgiwK8VwO9+j/qKe+7dWEnjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251212.1_1765590332040_0.2084067122368931","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251215.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251215.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e78383f789af8d02642e40f10b5de754bc34e0b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251215.1.tgz","fileCount":552,"integrity":"sha512-uVHEssAV8hkjqX33tziEYaxsF43cAOuuDtx682m7pTVu8sEQNAlBbaO/Pt9loxoguTKoDIIGRDI1/mdkmwfoOA==","signatures":[{"sig":"MEUCIQDDyXBS6iPTHBxj+wa4slVflobsLG2JP3qO5M6YjTEDswIgNQcO98vV8v9uvlLy6d9VGfxYGXOGojjww0Wdw6f/g8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\435393e6-3a5e-4b91-b23d-9d004ca45f6d\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\435393e6-3a5e-4b91-b23d-9d004ca45f6d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-uVHEssAV8hkjqX33tziEYaxsF43cAOuuDtx682m7pTVu8sEQNAlBbaO/Pt9loxoguTKoDIIGRDI1/mdkmwfoOA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251215.1_1765849388092_0.5859625252456966","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251217.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251217.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70093d80e04b90c60f7b46e8c0532ceeb9b118a3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251217.1.tgz","fileCount":552,"integrity":"sha512-4BDNISsUqS0KcB/ZVKDt403rLo8TpELQm0MqAQu/MLqpdcg7zEunhbZyW2ax+eFQr6sG7YT2Fi0lneE/vSq5fA==","signatures":[{"sig":"MEUCIQDc0nz0t3J8Iv9daCziUJWqoefG9f+QqZrR7HsMI7CeswIgMkoliVbzilCbji2kyqi6Z1yZ8SkVyvvMLTVgtI+K8NU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\c855d9fe-af7c-45ff-8140-ed0d6f122816\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c855d9fe-af7c-45ff-8140-ed0d6f122816\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-4BDNISsUqS0KcB/ZVKDt403rLo8TpELQm0MqAQu/MLqpdcg7zEunhbZyW2ax+eFQr6sG7YT2Fi0lneE/vSq5fA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251217.1_1766022156767_0.8476023942585116","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251218.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251218.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"391e08c2b5a55c9db6cbe669c302fccd3092e8b5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251218.1.tgz","fileCount":552,"integrity":"sha512-fIRfybts/qzo9R+IEivDl6iR0xuL7YMXfeXcZd6c8qA4k5JO1GqsxNEEL9nWCJTQh+c4w649lrblGiaScEFXcg==","signatures":[{"sig":"MEQCIC53fxMuuL0ZXzMrcb4rO55dmhiaOr+JDoEZ8T5ef/NCAiAhipr1Fzs+2YftgfHDE+hIwRgtgAM2KG/ATt/anF3P0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\f6f51f86-f4fe-4d21-8edb-9c9f4a01dfef\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6f51f86-f4fe-4d21-8edb-9c9f4a01dfef\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-fIRfybts/qzo9R+IEivDl6iR0xuL7YMXfeXcZd6c8qA4k5JO1GqsxNEEL9nWCJTQh+c4w649lrblGiaScEFXcg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251218.1_1766108785368_0.17735892766177752","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251219.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251219.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"25b4cc4518f3ddee51eb992c87a7df1abde2d106","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251219.1.tgz","fileCount":552,"integrity":"sha512-UHlHvj+8JaZRLYmPH1971ybOor20kcbpZosLp8ar0t5roVGoNsPUAUWBKkPTDt55VFhMNsYwk44nrn9U2MO5Cg==","signatures":[{"sig":"MEQCIFA3dUkbR/zK0CO/axwtvYIbecKhMiBykQsF3Z0OS8EbAiA9wcFbSGovfxpCtPbToz2d0Of9ucYKK32baIucj+26DQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\711d6102-faf2-4b40-a3c8-c0bd4a27f059\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\711d6102-faf2-4b40-a3c8-c0bd4a27f059\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-UHlHvj+8JaZRLYmPH1971ybOor20kcbpZosLp8ar0t5roVGoNsPUAUWBKkPTDt55VFhMNsYwk44nrn9U2MO5Cg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251219.1_1766195073234_0.06795291438194151","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251222.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251222.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29401a3c0773050fa3e3728d8268d9296ae93461","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251222.1.tgz","fileCount":552,"integrity":"sha512-A8+F7x5Tc85WgN2hxLCj0S+ULsQ0OX3GxbZUKsMz335AHc6EG5qShjMSfF9mn8qSTD79IsaLhVqBAa8l8it2uw==","signatures":[{"sig":"MEUCIAKHynLfw6hcXv/WsYoIXOoRcM4HgRdvIwBmsYaZNDahAiEAw1w/WleTVvb+A0yJak29rz3ruIbZT2lSFM8/BXHwBxQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\becb13e5-a4db-41a3-ada3-a41d92088244\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251222.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\becb13e5-a4db-41a3-ada3-a41d92088244\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251222.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-A8+F7x5Tc85WgN2hxLCj0S+ULsQ0OX3GxbZUKsMz335AHc6EG5qShjMSfF9mn8qSTD79IsaLhVqBAa8l8it2uw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251222.1_1766454358239_0.5387353931910441","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251223.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251223.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77d8c51b6c16e865563d5f17a01f2aae352ac121","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251223.1.tgz","fileCount":552,"integrity":"sha512-9AKp9GS+T+dndfpfui4h/3vG8FGieAK83wg/S4aN8WsFmiTv434EyjJUmqh62n9idsBWz8uguyuT78dKTjGdqQ==","signatures":[{"sig":"MEQCICZ/M6yBHVBtg1oeJ8dH8IVD5cAiBvn/8y9U7Fh1XJT3AiA1kh6Wv0FakdfgeG++6bu3MxXsUnKZDWetHMFv5UrtdA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\7739fa39-8f5e-47bf-b251-75309ff8c66b\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7739fa39-8f5e-47bf-b251-75309ff8c66b\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-9AKp9GS+T+dndfpfui4h/3vG8FGieAK83wg/S4aN8WsFmiTv434EyjJUmqh62n9idsBWz8uguyuT78dKTjGdqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251223.1_1766540597569_0.702669868396748","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251224.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251224.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f457cb44a4c0ca9f281b2e0a3d929afbf872757","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251224.1.tgz","fileCount":552,"integrity":"sha512-YX8FgQEFMEz3fVJ2U5l5HGhZOXzToYeFDPiiadTmmYExu1HohyJiWYYboox3pXteaNDetJFkZEllzdF/aFQNHw==","signatures":[{"sig":"MEYCIQCVRmPyzEHPznHx/E8nm2iobidCqS7/cW12ehnmYQUqUQIhAKPJd0MpiRAG1kvdxxwWgTBRLbk9ndYfOATdpOTFYc/2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\5662da27-3b07-476e-a251-4c03926351cb\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5662da27-3b07-476e-a251-4c03926351cb\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-YX8FgQEFMEz3fVJ2U5l5HGhZOXzToYeFDPiiadTmmYExu1HohyJiWYYboox3pXteaNDetJFkZEllzdF/aFQNHw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251224.1_1766626957597_0.804953623490064","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251226.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251226.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4599f95818f01be600dd1ff1e0f6c702594b162a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251226.1.tgz","fileCount":552,"integrity":"sha512-Aa5Op2TRvi2ugJGR15olvDorNVdCFEzoV+ZihrR2An37n7ZOe0eNqK4/cx/dJgqB3iPCaRtg/va7JRAW//gmTQ==","signatures":[{"sig":"MEQCIB7ytGAJ3B5aRuyvhK+IMRPG6KCe9+zTHQYQBm8ER7+iAiAI5A7sUDLKIgakfkKbKnsrP0yZTdDgNuGj+JyhEz4fRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\53af490e-4f24-4f98-95ab-669b21546d5d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251226.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\53af490e-4f24-4f98-95ab-669b21546d5d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Aa5Op2TRvi2ugJGR15olvDorNVdCFEzoV+ZihrR2An37n7ZOe0eNqK4/cx/dJgqB3iPCaRtg/va7JRAW//gmTQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251226.1_1766799831210_0.8093437511881612","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251229.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251229.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1056fda615e39a1de1d85cf13b47feb5e243f32f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251229.1.tgz","fileCount":552,"integrity":"sha512-2CQQfOpRSsDutIdoyXoXtnL5PQzaMlBBEHAzy6fykblTDFzI0la5BjCbBJPf/VBU7b+EehMu8lurSgx3IXVLfg==","signatures":[{"sig":"MEQCIFSGxzbSaNwZ2S2h28DB+k/xRemsc9W7BBtkUimkSkH3AiASV1Dc6mPHh10Vzf8OtjhRt2PZwO2xsfibVz6yqMVrkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\1d644c4e-b441-4af5-9f5f-1a5d08af510c\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251229.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d644c4e-b441-4af5-9f5f-1a5d08af510c\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-2CQQfOpRSsDutIdoyXoXtnL5PQzaMlBBEHAzy6fykblTDFzI0la5BjCbBJPf/VBU7b+EehMu8lurSgx3IXVLfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251229.1_1767059051093_0.7328862476259712","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251230.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251230.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97c519a753ede10808337db24e116e84f7974018","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251230.1.tgz","fileCount":552,"integrity":"sha512-XUrjgfLFg2UXhBVNx+LLm/4LtSAGwO7FAbw3IGAsJFiItyleSPZBFkwzr6X9O3ReB2EmwIqftQ4gjUrCRzZiBA==","signatures":[{"sig":"MEQCIC6YmI4nmXJqfsTtMYnhecIE3riQ+FEh6DmF9uArOOxxAiASlB+fFQrbHVzAt8Q2pIEUG6WEZalizpoWzUAv3Kugjw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\b920f421-f59a-416d-9e1d-69b8558ec67a\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b920f421-f59a-416d-9e1d-69b8558ec67a\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251230.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-XUrjgfLFg2UXhBVNx+LLm/4LtSAGwO7FAbw3IGAsJFiItyleSPZBFkwzr6X9O3ReB2EmwIqftQ4gjUrCRzZiBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251230.1_1767145393652_0.8165037667793043","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251231.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20251231.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20251231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a9221e64da72fcf68b65389a954612dfe344c2b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20251231.1.tgz","fileCount":552,"integrity":"sha512-SC2e8DDtoDTuByiAdmcBWSKWrE3DtFxgYPoPZBQbBY9mNSmjJsH2pg77+uUokDiv04ZxuPcXaEevEzzWz/NHHw==","signatures":[{"sig":"MEQCID4azYdxrUq/MbE3wBfZ6CZMZGjibE258g5S5KXH0yw3AiBZq/r/tB1BTAqF7fOaQz1b9WwoPSL6l7v+pOVsGxvZCw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\828e4b0c-62c7-48a4-8849-89adf3771de8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\828e4b0c-62c7-48a4-8849-89adf3771de8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-SC2e8DDtoDTuByiAdmcBWSKWrE3DtFxgYPoPZBQbBY9mNSmjJsH2pg77+uUokDiv04ZxuPcXaEevEzzWz/NHHw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20251231.1_1767232227930_0.6947746634528746","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260102.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260102.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"31314183afa05f6db538a7cd6abc61fd911a9b82","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260102.1.tgz","fileCount":552,"integrity":"sha512-RhzL4gGJdx2zzRxaKuBhN7c5k4so/0risMpqpzcbKv7mh9yZwVFBiS3lu7BK+2qBD7w/Ws4BbTIJZwgb6GxoCg==","signatures":[{"sig":"MEUCIEKFloUSXfQCmKj11MuqvDxWfdRwyF2gHpXMEqyBoZlqAiEAq8QTUslhC6V1TOlHxN+nbRYf89E9Ax+T04mm1+Heztw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\6d334e33-6abc-43f9-bcca-23a3eae1b0ec\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6d334e33-6abc-43f9-bcca-23a3eae1b0ec\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-RhzL4gGJdx2zzRxaKuBhN7c5k4so/0risMpqpzcbKv7mh9yZwVFBiS3lu7BK+2qBD7w/Ws4BbTIJZwgb6GxoCg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260102.1_1767404543896_0.7715105753629037","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260105.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260105.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43d28f2d3cc4ce7eb8ba0799ac9e776cdb26ca87","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260105.1.tgz","fileCount":552,"integrity":"sha512-XhuTRJvM8/Pr1I8mMTUc/+iYlARXHri+KLA4bAa783licxhuTvFv0FYFjR7YVhxTQbOANaDocLsog16gNQJPAg==","signatures":[{"sig":"MEUCIQCcxglyaMP6IAMBC8OHEVVvnW0TpMalk3L99M1CF1kivAIgMW/4eUaD6DEQP1ninpvJpHY2aKmkeoWSYPRau0J5R0M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\aa2f7201-0c58-404b-a819-6bb9535b0197\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa2f7201-0c58-404b-a819-6bb9535b0197\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-XhuTRJvM8/Pr1I8mMTUc/+iYlARXHri+KLA4bAa783licxhuTvFv0FYFjR7YVhxTQbOANaDocLsog16gNQJPAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260105.1_1767663965325_0.36321154003939715","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260106.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260106.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3447e5fb4dc1dbb6245a1a6c13009f74770bc917","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260106.1.tgz","fileCount":552,"integrity":"sha512-hg3/y55mMrV32eWfpGwTQpC1gVlP0UVvgcdWk9vJLYCI2M6LoxeXnPKTvsUG/lQArcvHUajdga4hKMz8PJcAnQ==","signatures":[{"sig":"MEQCIEvI7k2OPi1YaN6joL0IEerDPXmfCYRmPcdXOdUlkwZUAiASeB4h3NSqgJ6iueYUVZAFCCe/ejwfRwt4dFy3v+9kpw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893970},"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\\28c97112-c603-4106-b121-be51985ad3db\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\28c97112-c603-4106-b121-be51985ad3db\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-hg3/y55mMrV32eWfpGwTQpC1gVlP0UVvgcdWk9vJLYCI2M6LoxeXnPKTvsUG/lQArcvHUajdga4hKMz8PJcAnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260106.1_1767750682826_0.6777828333295262","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260107.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260107.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e287daf14b8179592ee60ae8e86c745e75921b35","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260107.1.tgz","fileCount":552,"integrity":"sha512-+o6MEhUcBZq1zarP01GNgI1TgqjvIbA/e5RFaU5JtC6Uj+Qv7yZKoLyM6boDfs6rjiXrYflPITda3aVbo9IJAw==","signatures":[{"sig":"MEQCIGXOY3SyyyTu0Ivtfz/IP6Hsoveu1zyd53BOMWJB7AG6AiB1rbPM6IcgeHdWKa2dUnjISysoP3dqcF1M+g3d884MeQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\0143f006-7242-427b-9f7e-420c35088de2\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0143f006-7242-427b-9f7e-420c35088de2\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-+o6MEhUcBZq1zarP01GNgI1TgqjvIbA/e5RFaU5JtC6Uj+Qv7yZKoLyM6boDfs6rjiXrYflPITda3aVbo9IJAw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260107.1_1767837404103_0.9948922542803889","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260108.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260108.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1212a4a82c1e332691445f5213d726a2df460a7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260108.1.tgz","fileCount":552,"integrity":"sha512-FiiTpVpsGKcdZcKulpF9qvoEOxrea+S4Pe6KVtW1kmscPE7ta/PxNO4JBwM0o8SJfIJJj8X7rSz2sLtiZmX6Jw==","signatures":[{"sig":"MEYCIQDgSx6hpCxsB9EcwEnpgtda7gWgpCXefrFRZo3neVozYwIhAMqfUywGwyav0eHuyasV6TryJY45vMeJ9r7CWzR3E6Fv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\271213e8-14a5-47e3-9d3d-cd5cdbaf9dc8\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\271213e8-14a5-47e3-9d3d-cd5cdbaf9dc8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-FiiTpVpsGKcdZcKulpF9qvoEOxrea+S4Pe6KVtW1kmscPE7ta/PxNO4JBwM0o8SJfIJJj8X7rSz2sLtiZmX6Jw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260108.1_1767923455306_0.20012880081391793","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260112.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260112.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a47ce4a4c82c478772f2b18a36872296a767b619","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260112.1.tgz","fileCount":552,"integrity":"sha512-dTZGEJBVeaEoiG3YLrLNpsOq9yGWMjEFHa4Ccffl9retL2P8+vNKdRxYVCOItaYEx459izhKmLjDf83IharW5A==","signatures":[{"sig":"MEYCIQDIUQ19kmio9hBz1+E0plLvF3/zuFhucTLxIhzLwUeHxQIhAPUGe2CXmn5fb726mVfuIoLwZ/EUKJH76s7bjhzpqasp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\9c4e0dab-db34-498f-98a8-c947ba1addba\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9c4e0dab-db34-498f-98a8-c947ba1addba\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-dTZGEJBVeaEoiG3YLrLNpsOq9yGWMjEFHa4Ccffl9retL2P8+vNKdRxYVCOItaYEx459izhKmLjDf83IharW5A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260112.1_1768268786861_0.8139189316851734","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260113.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260113.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f8728d11148d27a120355a08c35663dbaf9814c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260113.1.tgz","fileCount":552,"integrity":"sha512-mX3VHU/GiB3MT19LfFvFgjVo15v4fheJTBqya7BK9xOJQFQ+jnhxEO4VbJWoDiqhCYHDNHg8kgyomo9x/lOEEg==","signatures":[{"sig":"MEUCIEkU1LdWjXASz9tRuB+FCYC5HKhWghxsPeeE6IySr6FiAiEAsyoxNmeEweQUnW6qLjdrL/UBX9Hec3lDkH+LX9D3tfE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\da8e2467-a516-4108-9f24-a3462b52f8a4\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\da8e2467-a516-4108-9f24-a3462b52f8a4\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-mX3VHU/GiB3MT19LfFvFgjVo15v4fheJTBqya7BK9xOJQFQ+jnhxEO4VbJWoDiqhCYHDNHg8kgyomo9x/lOEEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260113.1_1768357384495_0.7397399366166826","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260114.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260114.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3f70e39b3704b29126e60674d459c7782a46ca5","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260114.1.tgz","fileCount":552,"integrity":"sha512-f9E4XMLM1JSciF1T0WV++j2Ub2xvVd7eVxdLoJFGiUBBWiOXID8ARvvYVUVc8xHtzxObwsAT3NHQECrYswgUbA==","signatures":[{"sig":"MEUCIAoB9Lrl/l+E05omJOB34dZ8G4+63c7M8XN9HtbNRBbfAiEA8SDzB2ISjtL2Qxdzqxb9Y1GEk4paXL/+IIcUlbyQ+5E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\6c6a511d-3095-43a0-a782-6325c6e025b0\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260114.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c6a511d-3095-43a0-a782-6325c6e025b0\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-f9E4XMLM1JSciF1T0WV++j2Ub2xvVd7eVxdLoJFGiUBBWiOXID8ARvvYVUVc8xHtzxObwsAT3NHQECrYswgUbA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260114.1_1768441747873_0.1963598497732555","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260115.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260115.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2460af205c52beb9d3f37966489ce41d26985a98","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260115.1.tgz","fileCount":552,"integrity":"sha512-jR37OKRYcAd2J6GQsQbkTVkzIEWYi1IzM+jOTCY5c6iq2MYXwiJNYSZ3T1w3SWiOdcmyRahbN3aviXcT44HjAA==","signatures":[{"sig":"MEUCICLYDsdCRe/kCoYt1KuLy0jG89eVn4m7rFWf/iiDXcg3AiEA4Q/4Y4pUSQRVYuFcj6IcECCvYt0OkWIDtbWnjr1GFes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\8a838368-a740-4a8f-8f4f-5388b9e16fe1\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8a838368-a740-4a8f-8f4f-5388b9e16fe1\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-jR37OKRYcAd2J6GQsQbkTVkzIEWYi1IzM+jOTCY5c6iq2MYXwiJNYSZ3T1w3SWiOdcmyRahbN3aviXcT44HjAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260115.1_1768528286869_0.7264757463658655","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260116.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260116.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"28eb574bf7d7e6687470a418e256cf6cc2aa307d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260116.1.tgz","fileCount":552,"integrity":"sha512-aUeqsowZnspcUzUqM2mRtgQo13vuCDEz4FaMhrw5dI4bRtRkVdnJ5xCVj47ucdyAH8w1kWHSV/cPf054lGH9XQ==","signatures":[{"sig":"MEUCIQD4/tixgm2uRtNaGc45Ol/x886E/F05hdbEdLi7+I1FcwIgMeivVfb+opaDf9iBmZ0kZCZfNYCBH8lpypHqNK97qFg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\234e6b5f-936d-45e5-a0c5-a767f62f0c94\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\234e6b5f-936d-45e5-a0c5-a767f62f0c94\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-aUeqsowZnspcUzUqM2mRtgQo13vuCDEz4FaMhrw5dI4bRtRkVdnJ5xCVj47ucdyAH8w1kWHSV/cPf054lGH9XQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260116.1_1768614670307_0.40341745301612164","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260119.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260119.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bee27782939e7e18df4ee71395a7b4f57a388454","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260119.1.tgz","fileCount":552,"integrity":"sha512-aZIjX404ajgZv/wPpl9CvQX/cdxFVh9lnLE0t1jkzJ6hJ7N/cX7U28Wci3G8UajTgt29d4bKElM0bl0rtCPVNw==","signatures":[{"sig":"MEUCIDQekRDAvMn0ZtlnBiF8BJrBlId6eCdBQLLdmQ80VxaNAiEA6zgYKD2ABBUoj1fk8vLBgQeukUfgBOi45z0FHN85USA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\769aecab-38d6-4e07-b610-067a3d5f6286\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\769aecab-38d6-4e07-b610-067a3d5f6286\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-aZIjX404ajgZv/wPpl9CvQX/cdxFVh9lnLE0t1jkzJ6hJ7N/cX7U28Wci3G8UajTgt29d4bKElM0bl0rtCPVNw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260119.1_1768873403094_0.3484519687474952","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260120.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260120.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a6465ece6a5fdaa7c02b6165a5b7a89c3ff5487","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260120.1.tgz","fileCount":552,"integrity":"sha512-JpHglhpewibrG3VZhyyn2bA9C1IW975f6GZ3xXh/wgXISr/gGikLRdpF4MVorbDRbAda8H/DWukz1r8urD2ojA==","signatures":[{"sig":"MEUCIAzjJ63OpxgYFIjMFgk67RPMFVhddP1+2NLMbNA4SxeNAiEAgK7klvVCg8zUSbG5xlukHIB5UhSwGZ7A1/2RtP3ye5A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\8f301f97-d206-4bfb-99d2-9ba0ba27fa70\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f301f97-d206-4bfb-99d2-9ba0ba27fa70\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-JpHglhpewibrG3VZhyyn2bA9C1IW975f6GZ3xXh/wgXISr/gGikLRdpF4MVorbDRbAda8H/DWukz1r8urD2ojA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260120.1_1768959916525_0.45951229549711226","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260121.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260121.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ecf13543f774fa1d6c55283160011dce7883149e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260121.1.tgz","fileCount":552,"integrity":"sha512-TuBleye63Z5pp/Nk9P+rgsAAANM+Bsv/RGTQiJMNv/Nm++LNfMpyEpjFS4v4paUW0tmqu7AQ/kQtf+TppyOJ8A==","signatures":[{"sig":"MEYCIQDc/F8YB4ixZRRhk7rNqYdLZcpUOXYTTDbPyaz1xogyeAIhANYvBtzmJwnGKPU7TdBD9RXKnok/lAVpHVIeAucjt4s0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\847a8510-01bd-41bd-a996-ffcd470905a0\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\847a8510-01bd-41bd-a996-ffcd470905a0\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-TuBleye63Z5pp/Nk9P+rgsAAANM+Bsv/RGTQiJMNv/Nm++LNfMpyEpjFS4v4paUW0tmqu7AQ/kQtf+TppyOJ8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260121.1_1769046355123_0.35131005812548555","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260122.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260122.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a2a839d026b88cc3433d17cfbb10094b4d27301","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260122.1.tgz","fileCount":552,"integrity":"sha512-4cvxe3Fsm4KTddNFNEulyJYjfRb8ir0B/UpqRBmC6YXQ9yz1oMKEtaNyLD2LH/8Tdjs1WumUddK7nb62Z+ulBA==","signatures":[{"sig":"MEUCIQCKY1wvnIy9Opm+4xE41aoQ2ksvCPhJNLyZoRRUF5QedgIgVkZBeN5sQapwhsQeFmZmpP7VMyhBdCXFIxRve7WscB8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\2c5a5e26-39e7-4648-b536-8166b42a69d9\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260122.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2c5a5e26-39e7-4648-b536-8166b42a69d9\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-4cvxe3Fsm4KTddNFNEulyJYjfRb8ir0B/UpqRBmC6YXQ9yz1oMKEtaNyLD2LH/8Tdjs1WumUddK7nb62Z+ulBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260122.1_1769132775250_0.6547092754787363","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260123.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260123.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c34b492c96e3d745ce2afdf67e7707a22ef9189c","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260123.1.tgz","fileCount":552,"integrity":"sha512-xZ1ypKz++Uy8yw2ojQPoP522oGiJnUcCYrfc62wrmoGcCIXY+7SeyoPiKLJsP1GHBwV51aEmcXv51r7KMU8VAQ==","signatures":[{"sig":"MEQCIDGNb5KpDKtKrmLf1GM4BoGpJzVdbcOe21Pmv1YOscsWAiBToev+jQoY4/ALGYS43KMrx4GP7zt5z9iqCYGiJffZYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\e10cd5ec-4a46-43ee-8198-967598fec39d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260123.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e10cd5ec-4a46-43ee-8198-967598fec39d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260123.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-xZ1ypKz++Uy8yw2ojQPoP522oGiJnUcCYrfc62wrmoGcCIXY+7SeyoPiKLJsP1GHBwV51aEmcXv51r7KMU8VAQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260123.1_1769219194381_0.9874404498122169","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260126.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260126.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"628cdbf919689e34cbdddaa286d94caaefe384c6","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260126.1.tgz","fileCount":552,"integrity":"sha512-99FYSF0tBss1wOlrKvQxO+A7XA450HKrfpK52aKY0CsAmv4gVL6lH2TLtbPnpdZJd5ycovpVnm+WHATebq8eUA==","signatures":[{"sig":"MEYCIQDAGiPZYCfrweHS8hYK+bKaefxMnftnE1cuXyxGhfWGPgIhALqfiAOd/Krom2ZgULEx+IxXroYA1u7G9kq3Kn+m2Nxp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\d282c649-d153-4fa6-b824-f7f0f8df7c40\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d282c649-d153-4fa6-b824-f7f0f8df7c40\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-99FYSF0tBss1wOlrKvQxO+A7XA450HKrfpK52aKY0CsAmv4gVL6lH2TLtbPnpdZJd5ycovpVnm+WHATebq8eUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260126.1_1769478631165_0.8024996247135268","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260127.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260127.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5e6ddc021236f9d4ed51d56f22246135df85165","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260127.1.tgz","fileCount":552,"integrity":"sha512-cKMLKfxZqrtpbqj8o9Qtp+40WskaBNt4G58orQKSw2B7zPF1T6kCiGFo5o3zB5ye3yQduVZxRxQ2WvBCZC7lDA==","signatures":[{"sig":"MEUCIQCAsEWtug7DUfJE15T37avoaNGLzf7wPvQzylR97La5/AIgQKOgZDvSjVN5gYWif1d1kihvvFdsE/BQmDW44NCrJAg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\9238c542-012a-48c4-a048-b593ed729c0c\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260127.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9238c542-012a-48c4-a048-b593ed729c0c\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-cKMLKfxZqrtpbqj8o9Qtp+40WskaBNt4G58orQKSw2B7zPF1T6kCiGFo5o3zB5ye3yQduVZxRxQ2WvBCZC7lDA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260127.1_1769564904845_0.844057488640348","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260128.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260128.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d586b02b02a0443a68f10666812f4fe7767f9b7","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260128.1.tgz","fileCount":552,"integrity":"sha512-MZ4Fmp7hvE5eq1PXpPlT5yyYOHj7h0gy+dCMc+kOe6uY/0LHqr3U9MOVUtri4XO95y2dYgKu4geJbX9HoAppFg==","signatures":[{"sig":"MEQCIDX3wxyNEYd/e8k+u/HPpY1GCx4gFePtrED4urNyisArAiARcjfadxbCQAFoPstoMSu0JIOcd+c9NqauHev0PorAGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\2c1fd9e2-96e1-4eac-8414-770915debb13\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2c1fd9e2-96e1-4eac-8414-770915debb13\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MZ4Fmp7hvE5eq1PXpPlT5yyYOHj7h0gy+dCMc+kOe6uY/0LHqr3U9MOVUtri4XO95y2dYgKu4geJbX9HoAppFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260128.1_1769651314288_0.0002756884256949199","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260129.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260129.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"10309f640e3754490449a3b2f36c76514dd3900b","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260129.1.tgz","fileCount":552,"integrity":"sha512-OG/OvjzcHqkwbdDC3Rb0PwQoHFUcJYVdt7cuuRBPWQ35L9H40Su2Uxmje73Ie5Eu3UOVdbLVAEMAdmOjOvZ7uA==","signatures":[{"sig":"MEUCIQD9SfTnMQRZwnjZ+yLtsGIIHZF7pTZeeaQbg+LwxaBTMAIgeThQDDedOwVdVn3LyZs6OUCHOkva0nAGrGr3FDxKVGE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893971},"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\\d06ad6c1-5f63-440c-8e55-5e0017631c32\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d06ad6c1-5f63-440c-8e55-5e0017631c32\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-OG/OvjzcHqkwbdDC3Rb0PwQoHFUcJYVdt7cuuRBPWQ35L9H40Su2Uxmje73Ie5Eu3UOVdbLVAEMAdmOjOvZ7uA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260129.1_1769738156542_0.5028158112222592","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260130.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260130.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44d4c94328d36b9e47720f28cba9ef5831dd2e2d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260130.1.tgz","fileCount":552,"integrity":"sha512-MSLpD3uAWePcbp6fsO6S1S/EjEYrqfnzG734ZNblIvjeJpz7nPuZlglHts3izmakHKjR/Agko03bd1/CX81StQ==","signatures":[{"sig":"MEYCIQC/xstaRhw0lzX5st8k7biphMSam5sr4BghHtMJZagUHAIhAPYx6Y/ABuU3bi/waRHawkYXPfH5yBqqrgrfEahSHPnQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\b91de7f2-5141-481f-851f-143f2f385b31\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b91de7f2-5141-481f-851f-143f2f385b31\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-MSLpD3uAWePcbp6fsO6S1S/EjEYrqfnzG734ZNblIvjeJpz7nPuZlglHts3izmakHKjR/Agko03bd1/CX81StQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260130.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260130.1_1769824368427_0.4812060927029167","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260203.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260203.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"378f8c513171bdbd9d60d8ef691b365118450344","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260203.1.tgz","fileCount":552,"integrity":"sha512-sna5/AZ3U3ykrFr3q20sEqxzVDJVoEdslKyFPxgW8Z0yYdU8O/EAGhd+kugBJGwLPmTuc08oh8QFHCzgqI/4aA==","signatures":[{"sig":"MEUCIG/c1tnN6OX/t6yfa/bQQffrBXp74kgmcxxs6BQqy/9DAiEAnjLeuG/bmXCMPY30jQHsewOUkPQJs1K4ZS4Yuhm260g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\0e31b6fc-c62f-4ac5-8d15-c72889888969\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e31b6fc-c62f-4ac5-8d15-c72889888969\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-sna5/AZ3U3ykrFr3q20sEqxzVDJVoEdslKyFPxgW8Z0yYdU8O/EAGhd+kugBJGwLPmTuc08oh8QFHCzgqI/4aA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260203.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260203.1_1770169963708_0.21832927844775885","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260204.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260204.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"429213a4ce98a17878536fae62afcf56ba7de240","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260204.1.tgz","fileCount":552,"integrity":"sha512-lFWIdv9v6Gz0v79WsfC0D/TPpAnFpBLats9vd8J9GLuN6E5SgI+Ki63chl7Q4oixAj+l+a/qe1ymFBIsjnM4sA==","signatures":[{"sig":"MEUCIQDPJ8VTizGYatroJXzWdTxvVVQLWl2y8whgZuo6GUwdUAIgS725ItvAUBeLBT4bdFC6lDJAFNDarF2LQzQIIXBFUjM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\2f93682e-3597-4a46-99fc-04e6973acb12\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f93682e-3597-4a46-99fc-04e6973acb12\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-lFWIdv9v6Gz0v79WsfC0D/TPpAnFpBLats9vd8J9GLuN6E5SgI+Ki63chl7Q4oixAj+l+a/qe1ymFBIsjnM4sA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260204.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260204.1_1770255924740_0.8179563998378689","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260205.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260205.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3351b42e54c817f3dd1ee62b4959e0393454c41","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260205.1.tgz","fileCount":552,"integrity":"sha512-8MPvDcKJ+htzX6SR63eD6r2frIipFKI3OJPyOHKOcxcMh6SPbQanRqjQk1C7anO/OWPo+NbIb0q/cJaniNlz6Q==","signatures":[{"sig":"MEYCIQDGJrQ/etBhsr5nYMxZtOwAt0hZMhUsK+8zoDPGsb1NpAIhAKBbc4B+JZOiC/m+ShT0DvsPiaOv9a9z3eM9ZCyioap1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\7c7a1518-1a87-4b5e-8779-80a2ab8d4e46\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7c7a1518-1a87-4b5e-8779-80a2ab8d4e46\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-8MPvDcKJ+htzX6SR63eD6r2frIipFKI3OJPyOHKOcxcMh6SPbQanRqjQk1C7anO/OWPo+NbIb0q/cJaniNlz6Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260205.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260205.1_1770342295875_0.8464633119521181","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260206.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260206.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e27ca7bd62881f0b34f92fa7d484dc2e8747add","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260206.1.tgz","fileCount":552,"integrity":"sha512-BcmrNwFjX/Md5CzKn3uosV3MK0j3rvahjo4uTHLtK/4Z7qbfgpKd0QpYVpVPSRUQJNdSamtcUTli1UThkqSETg==","signatures":[{"sig":"MEQCIAOxQiQFF5s3vxG/XZ/AbjYyMdKZDK4uYF2bibiIh8QoAiAF2c868YS/M7wq1L9XHs7g8EWZWxuK7H2GcBunagWI6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\674ae38d-f233-4b30-bfb5-c3d1a3406fcb\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260206.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\674ae38d-f233-4b30-bfb5-c3d1a3406fcb\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-BcmrNwFjX/Md5CzKn3uosV3MK0j3rvahjo4uTHLtK/4Z7qbfgpKd0QpYVpVPSRUQJNdSamtcUTli1UThkqSETg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260206.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260206.1_1770428943802_0.8796140126891381","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260209.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260209.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12e68d8537dd57cdd7ffeb2fcf853eb8efe7b12f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260209.1.tgz","fileCount":552,"integrity":"sha512-C4RZzHrsJfSzSA+RN7pjIafRKTdOV8/6F7lq09+mqsYjfUBsfj+rlZZtxdQo1QnOTPmZURRQrJKFRA0YIKot/w==","signatures":[{"sig":"MEUCIAv20k0Djav5Ve4OblCiOcVjm+CpiFMbTKMtDAVgAixFAiEAzGSvpNzqdEAIZnJ6axW5FNgKDI4AJ+QktEGzcalNVu4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\a9a4d0ba-6ccb-40ea-8492-c04079370152\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260209.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a9a4d0ba-6ccb-40ea-8492-c04079370152\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-C4RZzHrsJfSzSA+RN7pjIafRKTdOV8/6F7lq09+mqsYjfUBsfj+rlZZtxdQo1QnOTPmZURRQrJKFRA0YIKot/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260209.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260209.1_1770687840561_0.07370174702370091","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260210.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260210.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b91c41173ffdc493c7c11a684816f4259922eff","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260210.1.tgz","fileCount":552,"integrity":"sha512-drAJC6D/hJU8U3j7NmOtxTUYC2sRYeA4pRmHJRbteHOPD/Qvvg+M8gln9A4mv6stg1GiLOJqW3B/URu1wGeeNA==","signatures":[{"sig":"MEYCIQDQ5E4slK/Srg2gx8nSTpl53cj4cjUoxyPxfNwPPok75wIhAJBGrS4y1Rn47WSKNyOor4TkqmDXHfHMyeaqOFR32cSt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\7ce5cbb2-b804-4463-82d8-86ac4c96d67f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260210.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ce5cbb2-b804-4463-82d8-86ac4c96d67f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-drAJC6D/hJU8U3j7NmOtxTUYC2sRYeA4pRmHJRbteHOPD/Qvvg+M8gln9A4mv6stg1GiLOJqW3B/URu1wGeeNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260210.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260210.1_1770776506151_0.08763609916978288","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260211.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260211.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f2fa4ab1e22b92891a72b821364c4a35c81faf3f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260211.1.tgz","fileCount":552,"integrity":"sha512-nQUCCgYGTlA6ZfvRW3ASbRkq4dkxhAL6tttoBGYhewREAJe39MXWYAvT9TnOFO+dIE8iEKNa6OJRuhbsEJ6oIA==","signatures":[{"sig":"MEUCIHAjSwb1wUBCOtsqpDmvi6bMU2xT7XOZchmNqe1co3nZAiEA6nvCwh6ZWlANuSURA7GKDUY4rcyCwX3fs9asDd2dcAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\38dec778-4ed3-437b-b760-cc5539851842\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38dec778-4ed3-437b-b760-cc5539851842\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-nQUCCgYGTlA6ZfvRW3ASbRkq4dkxhAL6tttoBGYhewREAJe39MXWYAvT9TnOFO+dIE8iEKNa6OJRuhbsEJ6oIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260211.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260211.1_1770860797571_0.31050724087584913","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260212.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260212.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8254fa77a03bc31d2fd0eaead611f8061a672cc0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260212.1.tgz","fileCount":552,"integrity":"sha512-oi/Nrnbn7UCw1hnqlQr4v/dXIWcNci8kq4F3GveynsfB5uhRixgZWVV/j4UrTz+ECp6RkzyIDsly2rqjKJlxlQ==","signatures":[{"sig":"MEYCIQDij7O8/O2Y9ncgESxgABKVxnFRmfdEGezhMnbnk0D8lAIhAKbU/2qkFJwZxfWAmiBZSyk4uAV0Fh7YE74+Fyh/WdfY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\87891c31-7b9f-410a-8bcf-543a0aa7f74f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87891c31-7b9f-410a-8bcf-543a0aa7f74f\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-oi/Nrnbn7UCw1hnqlQr4v/dXIWcNci8kq4F3GveynsfB5uhRixgZWVV/j4UrTz+ECp6RkzyIDsly2rqjKJlxlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260212.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260212.1_1770947194902_0.4858813833978495","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260213.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260213.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eebebd02e3a63690455bc97d9bb5f990bae255e0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260213.1.tgz","fileCount":552,"integrity":"sha512-TQhlcsqmIAZ+/hW7mYFmROJWgbLU5gfMxq+9fz7zmb+TC1PayBtIHkfyu/G+LyZQUH93sMfCQAlha2+P8+VAbg==","signatures":[{"sig":"MEYCIQCleUDolnczN6YIyYS0brJDz3K/1cEr4vr2BIvxtQSErQIhAPFSJ/Eee6eZJ8jRQnen8AjAcDrHiyrcsxLAUDTYNzHR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\1662ea19-e189-46ba-862a-47a433e2d3b2\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1662ea19-e189-46ba-862a-47a433e2d3b2\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-TQhlcsqmIAZ+/hW7mYFmROJWgbLU5gfMxq+9fz7zmb+TC1PayBtIHkfyu/G+LyZQUH93sMfCQAlha2+P8+VAbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260213.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260213.1_1771033908881_0.3554608568908517","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260216.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260216.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4a4c47c6af516437e86397750d202b3f362b390","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260216.1.tgz","fileCount":552,"integrity":"sha512-TFWV7SRGMpVpj9PMJz9xoHmY5VuSQ4UZjpJO3gVS63LLViDHsz5SemblI+tq+wG+PeGoQr6bGQdb2ioHXLD/Dg==","signatures":[{"sig":"MEYCIQD8VME01uZUR/5LLClnkuCN7XMZ7XKYvrQ3YXw5eXE8iwIhAInPZCz0EAXuC/pa+8UeVAG/PFA2XIC6Fh9I6OBGk8+6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\8111f00a-3dec-4bff-a62b-3cd30dc3ada8\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8111f00a-3dec-4bff-a62b-3cd30dc3ada8\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-TFWV7SRGMpVpj9PMJz9xoHmY5VuSQ4UZjpJO3gVS63LLViDHsz5SemblI+tq+wG+PeGoQr6bGQdb2ioHXLD/Dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260216.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260216.1_1771292561970_0.22228169250774155","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260217.2":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260217.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1cb8088636b2a397310ca125b331cd8e5ec79234","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260217.2.tgz","fileCount":552,"integrity":"sha512-Rlkak9ucQrEK998UCf1+NjrhdAoH+8fxnrycBi5RZb35jzT2nWg1mFejOLQFI6zJ/P0PJbBGhRkQFQTLQKpkkA==","signatures":[{"sig":"MEUCIQCfjYa6OmAVBEMtxHmcOKDk/h+33U6UML7oFCtAmbUy3QIgJwfFEZLVGZjp8CfodjYK7E9pXuPdnh9tzo73AZMt+IU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\5cad4ec0-4d08-4f8f-950d-36b393d6cac5\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5cad4ec0-4d08-4f8f-950d-36b393d6cac5\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260217.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Rlkak9ucQrEK998UCf1+NjrhdAoH+8fxnrycBi5RZb35jzT2nWg1mFejOLQFI6zJ/P0PJbBGhRkQFQTLQKpkkA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260217.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260217.2_1771380898372_0.7016047268319039","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260218.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260218.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"173a756c3e4f30b2414c446a0d31937c35ca470d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260218.1.tgz","fileCount":552,"integrity":"sha512-LLY2Tdq0n7sc4PUow3soW2K40Xaf3MMsE9WpM1AXif5vQyaaPzu0B+WOMKX+7i3lAKMVRTPFg2UpqjoWEpgicA==","signatures":[{"sig":"MEUCIQDxEPwRM1cv8fSlGOD6xD/2tUk7G6oJ+rbgEHBsbXzOlwIgEvIPDgMOwx17Zwm6wQ5HKduu96Jzecu+qpn1xOSGrDs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\f0022ebb-ff32-4877-8689-2329bfb639a7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260218.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0022ebb-ff32-4877-8689-2329bfb639a7\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-LLY2Tdq0n7sc4PUow3soW2K40Xaf3MMsE9WpM1AXif5vQyaaPzu0B+WOMKX+7i3lAKMVRTPFg2UpqjoWEpgicA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260218.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260218.1_1771465962729_0.13964407010852886","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260219.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260219.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"71396c6dfb7020a255def083a89f5fe1d89f447f","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260219.1.tgz","fileCount":552,"integrity":"sha512-66E7EurWTjoim1ymmlfoZJeADPic/D/iymJ14934NtpAnRjqZEPqGklhNwtoGC3dQN6vT5Xm3/5jo6WtQueOEQ==","signatures":[{"sig":"MEYCIQD14ZTN5yzWsUd6iPHrY4FRbvl9Rmh6gNNFBarZZkBJ8gIhAL2gKhrLNyprvg81cSOVWcKt9MITyZ6wSsp/61dZ2eQv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\bc501c32-2d3c-40cf-9cb5-667d3747310e\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260219.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bc501c32-2d3c-40cf-9cb5-667d3747310e\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-66E7EurWTjoim1ymmlfoZJeADPic/D/iymJ14934NtpAnRjqZEPqGklhNwtoGC3dQN6vT5Xm3/5jo6WtQueOEQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260219.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260219.1_1771552403160_0.22982161031159554","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260220.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260220.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6aa21ee50212490a64dd7b76ba00ed57564018e0","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260220.1.tgz","fileCount":552,"integrity":"sha512-V25bIFVl4vMsI2BE/k+1P3Qx6HjSjLaBfaarsC7DgswoiEZthNhCnDiqJg6T5+Nafqsm7k+n5ywcAAXJF/umOw==","signatures":[{"sig":"MEYCIQDiza8uBSX1evgxGUBj6T3Z/QFRA9R4YpZXyVA6IpIpNAIhAIGIaA5d7wRfu3z8DazQwsfayNk0bUePYMSGZ5VYFcHS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\aaf3757c-039c-4801-b103-1aa3f91242c0\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aaf3757c-039c-4801-b103-1aa3f91242c0\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-V25bIFVl4vMsI2BE/k+1P3Qx6HjSjLaBfaarsC7DgswoiEZthNhCnDiqJg6T5+Nafqsm7k+n5ywcAAXJF/umOw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260220.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260220.1_1771638785203_0.7236364729835565","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260223.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260223.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fe3368d1084e3436b15a213728e6fb9adb3d84a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260223.1.tgz","fileCount":552,"integrity":"sha512-nqg+iaGC0YNs5f9BH6xz0RLIi4VprCOsVBfU3yYSQ43d+qblg1/bFm7p8Jz7VRN+Y9jgRnrcec2VRL8itNyAYg==","signatures":[{"sig":"MEUCIQD9qPrlJsnGUJqGoee6VU4oec86rLMF396aFFSwnxf+mAIgYVr7H9TRPjW0Z7lHeVnqijJ9aCsjbU1GkvX20ofZYVY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\c51b68a4-e009-49b7-87f7-9757cece358d\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c51b68a4-e009-49b7-87f7-9757cece358d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-nqg+iaGC0YNs5f9BH6xz0RLIi4VprCOsVBfU3yYSQ43d+qblg1/bFm7p8Jz7VRN+Y9jgRnrcec2VRL8itNyAYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260223.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260223.1_1771897880886_0.11443815272142244","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260224.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260224.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4fea6f8289c18225b8a4d3d86c5ae04965bb3b3","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260224.1.tgz","fileCount":552,"integrity":"sha512-OGFJkWrDN3YK73R3/k9cm28Yk+5Fvrq4+OsrhifNpmvViuGnz8cSmpzHRiowi5t5KnkrycgghRmJA6ldKxS3ew==","signatures":[{"sig":"MEYCIQDoJurreaZhsvwvj2CCnRzwLd7mlyfwPeKzW1gzrl3fHwIhAPKS9EwqVSeuo596ZNPm/SD1Y6pK5OBj4rUwWU2KRMwa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\7fa57167-3b98-4edf-a12a-55649543cd56\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7fa57167-3b98-4edf-a12a-55649543cd56\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-OGFJkWrDN3YK73R3/k9cm28Yk+5Fvrq4+OsrhifNpmvViuGnz8cSmpzHRiowi5t5KnkrycgghRmJA6ldKxS3ew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260224.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260224.1_1771983847760_0.2809971717044861","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260225.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260225.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d66aac22df9a3203716008077346a0600e29f673","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260225.1.tgz","fileCount":552,"integrity":"sha512-l+Icf9tVCRYQKfwgf8VSlhacgGn/T9aPM+OoZizdaIhB8QFPMq46IaH4Uvu+R8RcJ+mL5AKjErIS8/9J7djZjA==","signatures":[{"sig":"MEYCIQCxGOR+/drItBmcoVl5ZWRyrI7yhacyrtK76ukdjKaMxgIhALGx5BAFIAz0csk9fL1EE9EB5B21RA64hg9uy5SCcUHT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\61b0c888-2cbb-4f77-8da9-f995972bc89d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260225.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\61b0c888-2cbb-4f77-8da9-f995972bc89d\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-l+Icf9tVCRYQKfwgf8VSlhacgGn/T9aPM+OoZizdaIhB8QFPMq46IaH4Uvu+R8RcJ+mL5AKjErIS8/9J7djZjA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260225.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260225.1_1772070860249_0.9054462405817445","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260226.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260226.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a421b9207773a7abf79d1d3be12390713ab942a","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260226.1.tgz","fileCount":552,"integrity":"sha512-/TXupF26NaN423C8RMYIOgKBJrAoOcQXGIqVQH2Xhua8700gyflb6wNG35VZNdsSX5UYAAdW4m1LerV2cvnAGA==","signatures":[{"sig":"MEUCIQDK7XL64X4QxJvALkWWo0Rk/l/Ca2uGSDRKCxMzggVBuQIgbQR3uZaaXXIWAnsKp/03wFjl/8xpiM/mhCg61RrbCU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\1986b13f-746a-4c78-a7e3-4aa3abb3ecea\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260226.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1986b13f-746a-4c78-a7e3-4aa3abb3ecea\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-/TXupF26NaN423C8RMYIOgKBJrAoOcQXGIqVQH2Xhua8700gyflb6wNG35VZNdsSX5UYAAdW4m1LerV2cvnAGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260226.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260226.1_1772157296397_0.8443356482820281","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260227.1":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260227.1","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d906ce6a1cf381ec9a2413b903334d30e8effc28","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260227.1.tgz","fileCount":552,"integrity":"sha512-Db/Mw3oZy9+XexHFUlT+XZnELq67QUJnBTxVswg783YHc4H97062YKpkRuoUHn1UGQbkhEZXWhfVV8dh+nTsJg==","signatures":[{"sig":"MEUCIQDfJbH0jtgGy3hz2ddVzfD3UNqWc0HsWvVKxf2jM98zewIgSmIK0pyYoeMIxL6uPkvouKLoCC2K80tSxwXQ+d/cPeM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2893988},"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\\aa145efb-709b-4592-8c6d-85718c968591\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260227.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa145efb-709b-4592-8c6d-85718c968591\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-Db/Mw3oZy9+XexHFUlT+XZnELq67QUJnBTxVswg783YHc4H97062YKpkRuoUHn1UGQbkhEZXWhfVV8dh+nTsJg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260227.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260227.1_1772243718234_0.08926067920037428","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260302.2":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260302.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84305c3ccba4697e12aac78c3d29c74c347c415e","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260302.2.tgz","fileCount":552,"integrity":"sha512-204xNHtENrQQ8WaGaYBe++/wavyiVg5TG6H5bQf/oAddU1KubuI4DKAI6dhy4i/oOqYNsDh9TKsNuWHss0dUSg==","signatures":[{"sig":"MEUCIG1uWfjOrFrTrVXFinudmOKDyz5MmGexZoNy2w4tWrjSAiEAmw4MjaDU6iH4La6kdrvFMuqt1j7UI+j//yB3jpa2BwE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2896716},"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\\2cd98705-ed5c-4843-932c-91b4d2dea151\\azure-container-registry\\azure-container-registry-1.1.2-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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2cd98705-ed5c-4843-932c-91b4d2dea151\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260302.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-204xNHtENrQQ8WaGaYBe++/wavyiVg5TG6H5bQf/oAddU1KubuI4DKAI6dhy4i/oOqYNsDh9TKsNuWHss0dUSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260302.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260302.2_1772502895902_0.498410962011969","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260303.2":{"name":"@azure/container-registry","version":"1.1.2-alpha.20260303.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.2-alpha.20260303.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c94cb9a18f178ee8a922d8938c545ad287e4f4d","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2-alpha.20260303.2.tgz","fileCount":552,"integrity":"sha512-aggUg2rNad2OCy4F/v9egCmGkAwapNFcA3QaE9pSyfUyipx2uB8m98D3i5b7jZqPcOmr+XMGzSy5auQ0UOEnhA==","signatures":[{"sig":"MEYCIQCb1kSjGY8iJmEeJLnQ5t9+wZapMA84fbzWnG/7kBnl/wIhAI+jiYD9SWh80llL1JTsUQZyw3+GLQe5X+Y19wfHJriK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2896716},"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\\ab91c73e-c525-4f50-9fbe-af7b4d129d57\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260303.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ab91c73e-c525-4f50-9fbe-af7b4d129d57\\azure-container-registry\\azure-container-registry-1.1.2-alpha.20260303.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-aggUg2rNad2OCy4F/v9egCmGkAwapNFcA3QaE9pSyfUyipx2uB8m98D3i5b7jZqPcOmr+XMGzSy5auQ0UOEnhA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260303.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2-alpha.20260303.2_1772589426836_0.8935754563524416","host":"s3://npm-registry-packages-npm-production"}},"1.1.2":{"name":"@azure/container-registry","version":"1.1.2","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"f931c42a7fe99cdb7156e4317ebddbf241eaa016","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.2.tgz","fileCount":552,"integrity":"sha512-XGhsf29YEs+2E0nyyTIS7MiWOiE2dUpN7CEy26p/muMalDu+PfrIbacXAxHZ2fVeS3VrddcImlqT+i3BXjdDXg==","signatures":[{"sig":"MEYCIQDLJc3QIjg3RiBUE3u08ArwEkIop1wKUT3sbw3z5BmVdAIhAOKlch3ZF8g0O8R+urAkovDrqNJ+JlHpzhOW7ebLY2Wr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2813959},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb525242-b74a-4a69-a7b5-9e6981c7644f\\azure-container-registry-1.1.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb525242-b74a-4a69-a7b5-9e6981c7644f\\azure-container-registry-1.1.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-XGhsf29YEs+2E0nyyTIS7MiWOiE2dUpN7CEy26p/muMalDu+PfrIbacXAxHZ2fVeS3VrddcImlqT+i3BXjdDXg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.23.0"},"_hasShrinkwrap":false,"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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.2_1772741637529_0.3649912738937642","host":"s3://npm-registry-packages-npm-production"}},"1.1.3-alpha.20260305.3":{"name":"@azure/container-registry","version":"1.1.3-alpha.20260305.3","keywords":["azure","cloud","typescript"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/container-registry@1.1.3-alpha.20260305.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/blob/main/sdk/containerregistry/container-registry/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67f8c853b6249703f69f0da042f2717402a2fa58","tarball":"https://registry.npmjs.org/@azure/container-registry/-/container-registry-1.1.3-alpha.20260305.3.tgz","fileCount":552,"integrity":"sha512-EFnYhIDgnGlWMIIV8No0MHcElyPZE2ApD80+nLmgYTxRgu1A/CzyaAMVw4hL9EmIoozXxfOd/jtKEs5zK/N9fQ==","signatures":[{"sig":"MEQCIF2NdmvHR8UW8e9vbbd8MlWbKp9deH5dpcJzYTDMmLU0AiAum6+t5+yPutQCxtB6/W7y98GEXzo5a+Zl6PQlj31nVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2814138},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\baaf2dd5-2495-4a35-8c6b-43e3db08c17c\\azure-container-registry\\azure-container-registry-1.1.3-alpha.20260305.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-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"echo skipped","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\baaf2dd5-2495-4a35-8c6b-43e3db08c17c\\azure-container-registry\\azure-container-registry-1.1.3-alpha.20260305.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"const packageDetails"},{"path":"swagger/README.md","prefix":"package-version"},{"path":"src/constants.ts","prefix":"const SDK_VERSION"}]},"_integrity":"sha512-EFnYhIDgnGlWMIIV8No0MHcElyPZE2ApD80+nLmgYTxRgu1A/CzyaAMVw4hL9EmIoozXxfOd/jtKEs5zK/N9fQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"_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/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260305.3","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true,"productName":"Azure Container Registry","productSlugs":["azure","azure-container-registry"],"requiredResources":{"Azure Container Registry":"https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"}},"_npmOperationalInternal":{"tmp":"tmp/container-registry_1.1.3-alpha.20260305.3_1772761720246_0.8383166644952715","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2021-03-18T00:43:59.234Z","modified":"2026-03-19T19:52:38.550Z","1.0.0-alpha.20210317.1":"2021-03-18T00:43:59.601Z","1.0.0-alpha.20210322.1":"2021-03-23T00:44:30.119Z","1.0.0-alpha.20210329.1":"2021-03-30T00:41:33.366Z","1.0.0-alpha.20210331.1":"2021-04-01T00:46:22.882Z","1.0.0-alpha.20210401.1":"2021-04-02T00:44:46.608Z","1.0.0-alpha.20210402.1":"2021-04-03T01:05:47.638Z","1.0.0-beta.1":"2021-04-06T23:45:21.232Z","1.0.0-alpha.20210407.1":"2021-04-08T00:53:37.779Z","1.0.0-alpha.20210409.1":"2021-04-10T00:48:36.224Z","1.0.0-beta.2":"2021-05-11T21:20:28.019Z","1.0.0-alpha.20210514.1":"2021-05-15T00:42:10.580Z","1.0.0-beta.3":"2021-06-08T20:43:02.855Z","1.0.0-alpha.20210623.2":"2021-06-24T00:45:08.714Z","1.0.0-alpha.20210625.2":"2021-06-26T00:46:47.783Z","1.0.0-alpha.20210628.1":"2021-06-29T00:43:01.358Z","1.0.0-alpha.20210630.1":"2021-07-01T00:47:36.266Z","1.0.0-alpha.20210706.2":"2021-07-07T00:50:07.924Z","1.0.0-alpha.20210715.1":"2021-07-16T00:49:24.437Z","1.0.0-alpha.20210716.1":"2021-07-17T00:43:59.192Z","1.0.0-alpha.20210811.2":"2021-08-12T01:00:18.264Z","1.0.0-beta.4":"2021-08-17T20:01:08.092Z","1.0.0-alpha.20210817.3":"2021-08-18T01:32:59.290Z","1.0.0-alpha.20210818.2":"2021-08-19T01:01:46.573Z","1.0.0-alpha.20210819.2":"2021-08-20T00:50:13.898Z","1.0.0-alpha.20210826.1":"2021-08-27T00:53:27.826Z","1.0.0-alpha.20210827.2":"2021-08-28T00:55:31.402Z","1.0.0-alpha.20210901.1":"2021-09-02T00:45:42.726Z","1.0.0-alpha.20210907.2":"2021-09-08T00:47:18.545Z","1.0.0-beta.5":"2021-09-08T23:08:19.651Z","1.0.0-alpha.20210908.3":"2021-09-09T00:50:44.692Z","1.0.0-alpha.20210914.1":"2021-09-15T00:43:47.932Z","1.0.0-alpha.20210922.3":"2021-09-23T00:47:34.838Z","1.0.0-alpha.20210930.1":"2021-10-01T00:51:16.765Z","1.0.0-alpha.20211020.2":"2021-10-21T00:45:01.022Z","1.0.0-alpha.20211021.2":"2021-10-22T00:44:32.623Z","1.0.0-alpha.20211102.1":"2021-11-03T01:49:02.740Z","1.0.0-beta.6":"2021-11-09T18:53:02.351Z","1.0.0-alpha.20211109.4":"2021-11-10T01:53:06.474Z","1.0.0-alpha.20211111.2":"2021-11-12T01:50:54.121Z","1.0.0-alpha.20211122.2":"2021-11-23T01:49:54.219Z","1.0.0-alpha.20211213.2":"2021-12-14T01:44:53.727Z","1.0.0-alpha.20211214.3":"2021-12-15T01:43:39.320Z","1.0.0-alpha.20211221.2":"2021-12-22T01:41:56.959Z","1.0.0-alpha.20220111.4":"2022-01-12T01:47:36.636Z","1.0.0":"2022-01-13T20:33:13.710Z","1.0.1-alpha.20220113.2":"2022-01-14T01:43:57.243Z","1.0.1-alpha.20220128.2":"2022-01-29T01:44:52.208Z","1.0.1-alpha.20220210.2":"2022-02-11T01:46:39.602Z","1.0.1-alpha.20220211.1":"2022-02-12T01:42:40.537Z","1.0.1-alpha.20220307.1":"2022-03-08T01:55:00.501Z","1.0.1-alpha.20220315.1":"2022-03-16T00:47:45.776Z","1.0.1-alpha.20220321.1":"2022-03-22T00:51:27.524Z","1.0.1-alpha.20220325.2":"2022-03-26T00:44:34.394Z","1.0.1-alpha.20220330.1":"2022-03-31T00:47:57.259Z","1.1.0-alpha.20220404.1":"2022-04-05T00:49:36.813Z","1.1.0-beta.1":"2022-04-05T22:19:50.178Z","1.1.0-alpha.20220405.4":"2022-04-06T00:50:15.821Z","1.1.0-alpha.20220412.1":"2022-04-13T00:50:11.802Z","1.1.0-alpha.20220414.1":"2022-04-15T00:51:28.290Z","1.1.0-alpha.20220418.2":"2022-04-19T00:50:40.098Z","1.1.0-alpha.20220419.2":"2022-04-20T00:50:20.544Z","1.1.0-alpha.20220420.2":"2022-04-21T00:47:26.824Z","1.1.0-alpha.20220421.2":"2022-04-22T00:48:21.277Z","1.1.0-alpha.20220503.2":"2022-05-04T00:47:37.433Z","1.1.0-alpha.20220512.2":"2022-05-13T00:45:52.020Z","1.1.0-alpha.20220517.1":"2022-05-18T00:48:44.359Z","1.1.0-alpha.20220520.1":"2022-05-21T00:48:39.884Z","1.1.0-alpha.20220524.1":"2022-05-25T00:49:02.742Z","1.1.0-alpha.20220830.2":"2022-08-31T02:03:41.822Z","1.1.0-alpha.20220919.1":"2022-09-20T00:51:25.650Z","1.1.0-alpha.20220922.1":"2022-09-23T00:50:24.564Z","1.1.0-alpha.20221014.1":"2022-10-15T00:46:50.274Z","1.1.0-alpha.20221107.1":"2022-11-08T01:49:25.228Z","1.1.0-alpha.20221201.2":"2022-12-02T01:57:48.057Z","1.1.0-alpha.20230103.1":"2023-01-04T01:53:18.005Z","1.1.0-alpha.20230126.1":"2023-01-27T01:51:54.897Z","1.1.0-alpha.20230207.2":"2023-02-08T01:50:37.373Z","1.1.0-beta.2":"2023-02-08T23:06:35.434Z","1.1.0-alpha.20230208.4":"2023-02-09T01:51:37.702Z","1.1.0-alpha.20230302.1":"2023-03-03T02:09:26.850Z","1.1.0-alpha.20230306.1":"2023-03-07T01:48:05.002Z","1.1.0-alpha.20230309.2":"2023-03-10T01:49:22.818Z","1.1.0-alpha.20230313.4":"2023-03-14T00:51:15.783Z","1.1.0-alpha.20230315.2":"2023-03-16T00:48:30.546Z","1.1.0-alpha.20230321.1":"2023-03-22T00:51:07.234Z","1.1.0-alpha.20230323.2":"2023-03-24T00:48:54.389Z","1.1.0-alpha.20230404.2":"2023-04-05T00:52:04.247Z","1.1.0-alpha.20230410.2":"2023-04-11T00:49:59.630Z","1.1.0-alpha.20230412.2":"2023-04-13T00:51:17.379Z","1.1.0-alpha.20230413.5":"2023-04-14T00:49:13.204Z","1.1.0-beta.3":"2023-04-14T19:19:25.081Z","1.1.0-alpha.20230414.2":"2023-04-15T00:49:53.174Z","1.1.0-alpha.20230418.1":"2023-04-19T00:51:35.490Z","1.1.0-alpha.20230501.2":"2023-05-02T00:47:42.564Z","1.1.0-alpha.20230511.6":"2023-05-12T00:49:16.931Z","1.1.0":"2023-05-12T03:51:11.246Z","1.1.1-alpha.20230512.1":"2023-05-13T00:50:44.024Z","1.1.1-alpha.20230823.1":"2023-08-24T00:49:31.576Z","1.1.1-alpha.20230922.1":"2023-09-23T00:49:54.626Z","1.1.1-alpha.20230926.1":"2023-09-27T00:48:20.252Z","1.1.1-alpha.20230929.1":"2023-09-30T00:46:05.278Z","1.1.1-alpha.20231009.1":"2023-10-10T00:48:49.168Z","1.1.1-alpha.20231023.1":"2023-10-24T00:47:58.843Z","1.1.1-alpha.20231030.1":"2023-10-31T00:45:19.629Z","1.1.1-alpha.20231106.1":"2023-11-07T01:46:53.343Z","1.1.1-alpha.20231211.1":"2023-12-12T01:50:39.491Z","1.1.1-alpha.20240110.1":"2024-01-11T01:51:05.865Z","1.1.1-alpha.20240112.1":"2024-01-13T01:45:50.649Z","1.1.1-alpha.20240116.1":"2024-01-17T01:49:43.013Z","1.1.1-alpha.20240122.2":"2024-01-23T01:47:33.009Z","1.1.1-alpha.20240126.2":"2024-01-27T01:56:53.316Z","1.1.1-alpha.20240202.1":"2024-02-03T01:46:00.014Z","1.1.1-alpha.20240307.1":"2024-03-08T02:07:43.742Z","1.1.1-alpha.20240322.1":"2024-03-23T00:50:49.695Z","1.1.1-alpha.20240402.1":"2024-04-03T00:54:11.781Z","1.1.1-alpha.20240403.1":"2024-04-04T00:49:50.854Z","1.1.1-alpha.20240409.1":"2024-04-10T00:55:27.207Z","1.1.1-alpha.20240410.1":"2024-04-11T00:50:13.238Z","1.1.1-alpha.20240411.1":"2024-04-12T00:50:45.352Z","1.1.1-alpha.20240412.1":"2024-04-13T00:51:30.213Z","1.1.1-alpha.20240415.2":"2024-04-16T00:54:01.749Z","1.1.1-alpha.20240416.1":"2024-04-17T01:42:06.722Z","1.1.1-alpha.20240417.1":"2024-04-18T00:51:11.506Z","1.1.1-alpha.20240418.1":"2024-04-19T00:54:06.954Z","1.1.1-alpha.20240419.1":"2024-04-20T00:54:28.019Z","1.1.1-alpha.20240426.1":"2024-04-27T00:49:20.200Z","1.1.1-alpha.20240710.2":"2024-07-11T00:50:24.189Z","1.1.1-alpha.20240711.1":"2024-07-12T00:52:36.493Z","1.1.1-alpha.20240712.1":"2024-07-13T00:58:38.468Z","1.1.1-alpha.20240716.1":"2024-07-17T00:51:24.131Z","1.1.1-alpha.20240717.1":"2024-07-18T00:54:18.983Z","1.1.1-alpha.20240719.1":"2024-07-20T00:49:31.217Z","1.1.1-alpha.20240722.1":"2024-07-23T00:54:08.552Z","1.1.1-alpha.20240723.1":"2024-07-24T00:49:16.127Z","1.1.1-alpha.20240724.1":"2024-07-25T00:53:02.355Z","1.1.1-alpha.20240725.1":"2024-07-26T00:54:25.669Z","1.1.1-alpha.20240726.1":"2024-07-27T00:50:52.568Z","1.1.1-alpha.20240729.1":"2024-07-30T00:51:56.363Z","1.1.1-alpha.20240730.1":"2024-07-31T00:50:21.321Z","1.1.1-alpha.20240731.1":"2024-08-01T00:54:11.312Z","1.1.1-alpha.20240801.2":"2024-08-02T00:49:16.100Z","1.1.1-alpha.20240802.1":"2024-08-03T00:52:53.452Z","1.1.1-alpha.20240805.1":"2024-08-06T00:51:48.963Z","1.1.1-alpha.20240806.1":"2024-08-07T00:52:51.319Z","1.1.1-alpha.20240807.1":"2024-08-08T00:50:22.329Z","1.1.1-alpha.20240808.1":"2024-08-09T00:52:44.438Z","1.1.1-alpha.20240809.1":"2024-08-10T00:50:27.429Z","1.1.1-alpha.20240812.1":"2024-08-13T00:51:52.849Z","1.1.1-alpha.20240813.1":"2024-08-14T00:51:41.679Z","1.1.1-alpha.20240814.1":"2024-08-15T00:52:23.798Z","1.1.1-alpha.20240815.1":"2024-08-16T00:53:38.339Z","1.1.1-alpha.20240816.1":"2024-08-17T00:53:20.446Z","1.1.1-alpha.20240819.1":"2024-08-20T00:49:45.056Z","1.1.1-alpha.20240820.1":"2024-08-21T00:51:04.644Z","1.1.1-alpha.20240821.2":"2024-08-22T00:51:02.577Z","1.1.1-alpha.20240822.1":"2024-08-23T00:51:12.820Z","1.1.1-alpha.20240823.1":"2024-08-24T00:49:37.842Z","1.1.1-alpha.20240826.1":"2024-08-27T00:53:55.955Z","1.1.1-alpha.20240827.1":"2024-08-28T00:49:31.140Z","1.1.1-alpha.20240828.1":"2024-08-29T00:47:19.136Z","1.1.1-alpha.20240829.1":"2024-08-30T00:49:22.199Z","1.1.1-alpha.20240830.1":"2024-08-31T00:47:37.962Z","1.1.1-alpha.20240902.1":"2024-09-03T00:48:23.695Z","1.1.1-alpha.20240903.1":"2024-09-04T00:50:51.047Z","1.1.1-alpha.20240904.1":"2024-09-05T00:51:07.062Z","1.1.1-alpha.20240905.1":"2024-09-06T00:48:53.858Z","1.1.1-alpha.20240906.1":"2024-09-07T00:46:19.550Z","1.1.1-alpha.20240909.1":"2024-09-10T00:46:52.748Z","1.1.1-alpha.20240910.1":"2024-09-11T00:50:09.868Z","1.1.1-alpha.20240911.1":"2024-09-12T00:47:14.585Z","1.1.1-alpha.20240912.1":"2024-09-13T00:46:57.964Z","1.1.1-alpha.20240913.1":"2024-09-14T00:48:09.615Z","1.1.1-alpha.20240916.1":"2024-09-17T00:46:35.283Z","1.1.1-alpha.20240917.1":"2024-09-18T00:46:10.131Z","1.1.1-alpha.20240918.1":"2024-09-19T00:48:50.410Z","1.1.1-alpha.20240919.1":"2024-09-20T00:47:46.073Z","1.1.1-alpha.20240920.1":"2024-09-21T00:50:03.324Z","1.1.1-alpha.20240924.1":"2024-09-25T00:55:21.169Z","1.1.1-alpha.20240925.1":"2024-09-26T00:46:34.716Z","1.1.1-alpha.20240926.1":"2024-09-27T00:49:04.383Z","1.1.1-alpha.20240927.1":"2024-09-28T00:45:36.886Z","1.1.1-alpha.20240930.1":"2024-10-01T00:51:39.138Z","1.1.1-alpha.20241001.1":"2024-10-02T02:15:48.276Z","1.1.1-alpha.20241002.1":"2024-10-03T00:46:53.933Z","1.1.1-alpha.20241003.1":"2024-10-04T00:48:16.888Z","1.1.1-alpha.20241004.1":"2024-10-05T00:46:49.842Z","1.1.1-alpha.20241007.1":"2024-10-08T00:49:21.834Z","1.1.1-alpha.20241008.1":"2024-10-09T00:48:54.985Z","1.1.1-alpha.20241009.1":"2024-10-10T01:14:21.235Z","1.1.1-alpha.20241010.1":"2024-10-11T00:49:57.109Z","1.1.1-alpha.20241011.1":"2024-10-12T00:48:11.732Z","1.1.1-alpha.20241014.1":"2024-10-15T00:48:46.476Z","1.1.1-alpha.20241015.1":"2024-10-16T00:47:22.631Z","1.1.1-alpha.20241016.1":"2024-10-17T00:49:10.257Z","1.1.1-alpha.20241017.1":"2024-10-18T00:48:21.386Z","1.1.1-alpha.20241018.1":"2024-10-19T00:47:53.789Z","1.1.1-alpha.20241021.1":"2024-10-22T00:46:55.978Z","1.1.1-alpha.20241022.1":"2024-10-23T00:58:31.005Z","1.1.1-alpha.20241023.1":"2024-10-24T00:47:25.582Z","1.1.1-alpha.20241024.1":"2024-10-25T00:47:19.572Z","1.1.1-alpha.20241025.1":"2024-10-26T00:50:19.244Z","1.1.1-alpha.20241028.1":"2024-10-29T00:48:30.152Z","1.1.1-alpha.20241029.1":"2024-10-30T00:47:57.003Z","1.1.1-alpha.20241030.1":"2024-10-31T00:47:13.190Z","1.1.1-alpha.20241031.1":"2024-11-01T00:53:20.620Z","1.1.1-alpha.20241126.3":"2024-11-27T01:51:47.097Z","1.1.1-alpha.20241127.1":"2024-11-28T01:47:21.999Z","1.1.1-alpha.20241128.1":"2024-11-29T01:46:23.403Z","1.1.1-alpha.20241129.1":"2024-11-30T01:46:46.448Z","1.1.1-alpha.20241202.1":"2024-12-03T01:48:21.997Z","1.1.1-alpha.20241203.1":"2024-12-04T01:47:07.563Z","1.1.1-alpha.20241204.2":"2024-12-05T01:49:19.146Z","1.1.1-alpha.20241205.1":"2024-12-06T01:49:04.227Z","1.1.1-alpha.20241206.1":"2024-12-07T01:49:08.091Z","1.1.1-alpha.20241209.1":"2024-12-10T01:46:22.859Z","1.1.1-alpha.20241210.1":"2024-12-11T01:50:46.642Z","1.1.1-alpha.20241211.1":"2024-12-12T01:51:54.720Z","1.1.1-alpha.20241212.2":"2024-12-13T01:59:51.810Z","1.1.1-alpha.20241213.1":"2024-12-14T01:49:19.538Z","1.1.1-alpha.20241218.1":"2024-12-19T01:47:19.074Z","1.1.1-alpha.20241219.1":"2024-12-20T01:53:49.307Z","1.1.1-alpha.20241220.1":"2024-12-21T01:47:32.695Z","1.1.1-alpha.20241223.1":"2024-12-24T01:48:07.258Z","1.1.1-alpha.20241224.1":"2024-12-25T01:48:29.605Z","1.1.1-alpha.20241225.1":"2024-12-26T01:48:25.335Z","1.1.1-alpha.20241226.1":"2024-12-27T01:47:54.578Z","1.1.1-alpha.20241227.1":"2024-12-28T01:48:04.023Z","1.1.1-alpha.20241230.1":"2024-12-31T01:49:42.015Z","1.1.1-alpha.20241231.1":"2025-01-01T01:49:06.755Z","1.1.1-alpha.20250101.1":"2025-01-02T01:48:34.421Z","1.1.1-alpha.20250102.1":"2025-01-03T01:52:27.486Z","1.1.1-alpha.20250103.1":"2025-01-04T01:47:45.752Z","1.1.1-alpha.20250106.1":"2025-01-07T01:47:41.077Z","1.1.1-alpha.20250107.1":"2025-01-08T01:47:50.046Z","1.1.1-alpha.20250109.1":"2025-01-10T01:49:27.960Z","1.1.1-alpha.20250110.1":"2025-01-11T01:48:16.418Z","1.1.1-alpha.20250113.1":"2025-01-14T01:45:57.717Z","1.1.1-alpha.20250114.1":"2025-01-15T01:53:11.990Z","1.1.1-alpha.20250115.1":"2025-01-16T01:49:22.009Z","1.1.1-alpha.20250116.1":"2025-01-17T01:48:56.276Z","1.1.1-alpha.20250117.2":"2025-01-18T01:45:03.292Z","1.1.1-alpha.20250120.1":"2025-01-21T01:46:14.599Z","1.1.1-alpha.20250121.1":"2025-01-22T01:49:15.961Z","1.1.1-alpha.20250122.1":"2025-01-23T01:48:03.387Z","1.1.1-alpha.20250123.1":"2025-01-24T01:46:28.483Z","1.1.1-alpha.20250124.2":"2025-01-25T01:47:52.649Z","1.1.1-alpha.20250128.1":"2025-01-29T01:48:18.313Z","1.1.1-alpha.20250129.1":"2025-01-30T01:46:58.051Z","1.1.1-alpha.20250130.1":"2025-01-31T01:45:59.524Z","1.1.1-alpha.20250131.1":"2025-02-01T01:48:01.188Z","1.1.1-alpha.20250203.1":"2025-02-04T01:49:19.241Z","1.1.1-alpha.20250204.1":"2025-02-05T01:47:12.808Z","1.1.1-alpha.20250205.1":"2025-02-06T01:50:03.551Z","1.1.1-alpha.20250206.1":"2025-02-07T03:27:23.583Z","1.1.1-alpha.20250207.1":"2025-02-08T01:48:12.073Z","1.1.1-alpha.20250210.1":"2025-02-11T01:50:12.943Z","1.1.1-alpha.20250211.1":"2025-02-12T01:47:39.443Z","1.1.1-alpha.20250212.1":"2025-02-13T01:49:52.505Z","1.1.1-alpha.20250213.1":"2025-02-14T01:49:00.172Z","1.1.1-alpha.20250214.1":"2025-02-15T01:45:45.801Z","1.1.1-alpha.20250217.1":"2025-02-18T01:45:50.023Z","1.1.1-alpha.20250218.1":"2025-02-19T01:46:17.947Z","1.1.1-alpha.20250219.1":"2025-02-20T01:47:09.204Z","1.1.1-alpha.20250220.1":"2025-02-21T01:49:57.679Z","1.1.1-alpha.20250221.1":"2025-02-22T01:53:27.558Z","1.1.1-alpha.20250224.1":"2025-02-25T01:46:38.153Z","1.1.1-alpha.20250225.1":"2025-02-26T01:52:45.342Z","1.1.1-alpha.20250226.1":"2025-02-27T01:47:46.055Z","1.1.1-alpha.20250227.1":"2025-02-28T01:57:56.818Z","1.1.1-alpha.20250228.1":"2025-03-01T01:56:43.495Z","1.1.1-alpha.20250303.1":"2025-03-04T01:53:48.876Z","1.1.1-alpha.20250304.1":"2025-03-05T01:52:50.500Z","1.1.1-alpha.20250305.1":"2025-03-06T01:47:16.820Z","1.1.1-alpha.20250306.1":"2025-03-07T01:47:30.001Z","1.1.1-alpha.20250307.1":"2025-03-08T01:46:50.434Z","1.1.1-alpha.20250310.1":"2025-03-11T00:46:25.233Z","1.1.1-alpha.20250311.1":"2025-03-12T00:50:15.613Z","1.1.1-alpha.20250312.1":"2025-03-13T00:47:41.823Z","1.1.1-alpha.20250313.1":"2025-03-14T00:47:17.832Z","1.1.1-alpha.20250314.1":"2025-03-15T00:44:51.127Z","1.1.1-alpha.20250317.1":"2025-03-18T00:54:15.579Z","1.1.1-alpha.20250318.1":"2025-03-19T00:48:18.363Z","1.1.1-alpha.20250319.1":"2025-03-20T00:52:23.252Z","1.1.1-alpha.20250320.2":"2025-03-21T00:47:13.307Z","1.1.1-alpha.20250321.1":"2025-03-22T00:49:29.225Z","1.1.1-alpha.20250324.1":"2025-03-25T00:47:30.575Z","1.1.1-alpha.20250325.1":"2025-03-26T00:49:42.426Z","1.1.1-alpha.20250326.1":"2025-03-27T00:46:24.380Z","1.1.1-alpha.20250327.1":"2025-03-28T00:48:34.556Z","1.1.1-alpha.20250328.1":"2025-03-29T00:46:51.080Z","1.1.1-alpha.20250331.1":"2025-04-01T00:50:21.308Z","1.1.1-alpha.20250401.1":"2025-04-02T00:47:01.364Z","1.1.1-alpha.20250402.1":"2025-04-03T00:49:13.053Z","1.1.1-alpha.20250403.1":"2025-04-04T00:52:40.232Z","1.1.1-alpha.20250404.1":"2025-04-05T00:50:06.991Z","1.1.1-alpha.20250407.1":"2025-04-08T00:49:16.776Z","1.1.1-alpha.20250408.1":"2025-04-09T00:47:48.744Z","1.1.1-alpha.20250409.1":"2025-04-10T00:57:32.625Z","1.1.1-alpha.20250416.1":"2025-04-17T00:53:35.364Z","1.1.1-alpha.20250417.1":"2025-04-18T00:49:44.389Z","1.1.1-alpha.20250418.1":"2025-04-19T00:51:42.151Z","1.1.1-alpha.20250421.1":"2025-04-22T00:50:31.019Z","1.1.1-alpha.20250422.1":"2025-04-23T00:52:40.182Z","1.1.1-alpha.20250423.1":"2025-04-24T00:52:41.616Z","1.1.1-alpha.20250424.1":"2025-04-25T00:53:19.944Z","1.1.1-alpha.20250425.1":"2025-04-26T00:52:06.408Z","1.1.1-alpha.20250428.1":"2025-04-29T00:57:46.267Z","1.1.1-alpha.20250429.1":"2025-04-30T00:55:55.815Z","1.1.1-alpha.20250430.1":"2025-05-01T00:55:37.430Z","1.1.1-alpha.20250513.1":"2025-05-14T00:52:25.040Z","1.1.1-alpha.20250514.1":"2025-05-15T00:52:23.296Z","1.1.1-alpha.20250515.1":"2025-05-16T00:50:16.688Z","1.1.1-alpha.20250516.1":"2025-05-17T00:48:55.168Z","1.1.1-alpha.20250519.1":"2025-05-20T00:52:43.763Z","1.1.1-alpha.20250520.1":"2025-05-21T00:50:53.259Z","1.1.1-alpha.20250521.1":"2025-05-22T00:52:38.874Z","1.1.1-alpha.20250522.1":"2025-05-23T00:51:52.990Z","1.1.1-alpha.20250523.1":"2025-05-24T00:49:11.285Z","1.1.1-alpha.20250526.1":"2025-05-27T00:48:14.091Z","1.1.1-alpha.20250527.1":"2025-05-28T00:53:37.232Z","1.1.1-alpha.20250528.1":"2025-05-29T01:16:54.906Z","1.1.1-alpha.20250529.1":"2025-05-30T00:54:56.231Z","1.1.1-alpha.20250530.1":"2025-05-31T00:50:50.363Z","1.1.1-alpha.20250603.1":"2025-06-04T00:49:34.130Z","1.1.1-alpha.20250604.1":"2025-06-05T00:52:26.732Z","1.1.1-alpha.20250605.1":"2025-06-06T00:52:06.024Z","1.1.1-alpha.20250606.1":"2025-06-07T00:49:04.012Z","1.1.1-alpha.20250609.1":"2025-06-10T00:51:51.653Z","1.1.1-alpha.20250610.1":"2025-06-11T00:56:31.974Z","1.1.1-alpha.20250611.1":"2025-06-12T00:52:52.928Z","1.1.1-alpha.20250612.1":"2025-06-13T00:49:02.471Z","1.1.1-alpha.20250613.3":"2025-06-14T00:50:37.638Z","1.1.1-alpha.20250616.2":"2025-06-17T00:51:58.785Z","1.1.1-alpha.20250617.1":"2025-06-18T00:50:38.020Z","1.1.1-alpha.20250618.1":"2025-06-19T00:53:29.441Z","1.1.1-alpha.20250619.1":"2025-06-20T00:47:08.025Z","1.1.1-alpha.20250722.2":"2025-07-23T00:44:40.994Z","1.1.1-alpha.20250730.1":"2025-07-31T00:44:27.696Z","1.1.1-alpha.20250804.1":"2025-08-05T00:45:37.187Z","1.1.1-alpha.20250807.2":"2025-08-08T00:48:45.569Z","1.1.1-alpha.20250808.1":"2025-08-09T00:48:04.777Z","1.1.1":"2025-08-22T00:49:51.011Z","1.1.1-alpha.20250822.2":"2025-08-23T00:49:19.578Z","1.1.1-alpha.20250825.1":"2025-08-26T00:49:43.437Z","1.1.1-alpha.20250826.1":"2025-08-27T00:49:52.030Z","1.1.1-alpha.20250827.1":"2025-08-28T00:51:38.469Z","1.1.1-alpha.20250828.1":"2025-08-29T00:51:31.139Z","1.1.1-alpha.20250829.1":"2025-08-30T00:52:04.665Z","1.1.1-alpha.20250902.1":"2025-09-03T00:57:27.808Z","1.1.1-alpha.20250903.1":"2025-09-04T00:54:03.899Z","1.1.1-alpha.20250904.1":"2025-09-05T00:43:26.356Z","1.1.1-alpha.20250905.1":"2025-09-06T00:46:47.528Z","1.1.1-alpha.20250908.1":"2025-09-09T00:45:36.436Z","1.1.1-alpha.20250909.1":"2025-09-10T00:44:08.939Z","1.1.1-alpha.20250910.1":"2025-09-11T00:46:05.654Z","1.1.1-alpha.20250911.1":"2025-09-12T00:42:54.388Z","1.1.1-alpha.20250912.1":"2025-09-13T00:49:36.261Z","1.1.1-alpha.20250915.1":"2025-09-16T00:41:13.735Z","1.1.1-alpha.20250916.1":"2025-09-17T00:41:18.190Z","1.1.1-alpha.20250917.1":"2025-09-18T00:45:29.611Z","1.1.1-alpha.20250918.1":"2025-09-19T00:43:12.177Z","1.1.1-alpha.20250922.1":"2025-09-23T00:44:15.447Z","1.1.1-alpha.20250923.1":"2025-09-24T00:42:43.579Z","1.1.2-alpha.20250924.2":"2025-09-25T00:41:58.714Z","1.1.2-alpha.20250925.1":"2025-09-26T00:43:10.974Z","1.1.2-alpha.20250926.1":"2025-09-27T00:43:35.913Z","1.1.2-alpha.20250929.1":"2025-09-30T00:42:22.384Z","1.1.2-alpha.20250930.1":"2025-10-01T00:42:01.546Z","1.1.2-alpha.20251001.1":"2025-10-02T00:43:08.283Z","1.1.2-alpha.20251002.1":"2025-10-03T00:51:09.247Z","1.1.2-alpha.20251003.1":"2025-10-04T00:45:06.372Z","1.1.2-alpha.20251006.1":"2025-10-07T00:45:30.246Z","1.1.2-alpha.20251007.1":"2025-10-08T00:45:35.464Z","1.1.2-alpha.20251008.1":"2025-10-09T00:46:14.461Z","1.1.2-alpha.20251009.1":"2025-10-10T00:47:40.302Z","1.1.2-alpha.20251010.1":"2025-10-11T00:41:58.902Z","1.1.2-alpha.20251013.2":"2025-10-14T00:41:51.248Z","1.1.2-alpha.20251014.1":"2025-10-15T00:43:18.429Z","1.1.2-alpha.20251015.1":"2025-10-16T00:46:04.353Z","1.1.2-alpha.20251017.1":"2025-10-18T00:43:14.038Z","1.1.2-alpha.20251020.1":"2025-10-21T00:43:19.540Z","1.1.2-alpha.20251021.1":"2025-10-22T00:43:57.901Z","1.1.2-alpha.20251022.1":"2025-10-23T00:43:18.793Z","1.1.2-alpha.20251023.1":"2025-10-24T00:43:52.247Z","1.1.2-alpha.20251024.1":"2025-10-25T00:43:19.482Z","1.1.2-alpha.20251027.1":"2025-10-28T00:43:07.224Z","1.1.2-alpha.20251028.1":"2025-10-29T00:43:42.483Z","1.1.2-alpha.20251029.1":"2025-10-30T00:45:02.834Z","1.1.2-alpha.20251030.1":"2025-10-31T00:47:10.875Z","1.1.2-alpha.20251031.1":"2025-11-01T00:42:14.858Z","1.1.2-alpha.20251103.1":"2025-11-04T01:44:21.722Z","1.1.2-alpha.20251104.1":"2025-11-05T01:48:39.038Z","1.1.2-alpha.20251105.1":"2025-11-06T01:56:20.041Z","1.1.2-alpha.20251106.1":"2025-11-07T01:55:31.645Z","1.1.2-alpha.20251107.1":"2025-11-08T01:53:20.052Z","1.1.2-alpha.20251110.1":"2025-11-11T01:46:35.931Z","1.1.2-alpha.20251111.1":"2025-11-12T01:47:23.414Z","1.1.2-alpha.20251112.1":"2025-11-13T01:44:34.482Z","1.1.2-alpha.20251113.1":"2025-11-14T01:48:27.470Z","1.1.2-alpha.20251114.1":"2025-11-15T01:50:07.027Z","1.1.2-alpha.20251117.1":"2025-11-18T01:48:24.630Z","1.1.2-alpha.20251118.1":"2025-11-19T01:52:52.064Z","1.1.2-alpha.20251119.1":"2025-11-20T01:43:22.106Z","1.1.2-alpha.20251120.1":"2025-11-21T01:42:24.211Z","1.1.2-alpha.20251121.1":"2025-11-22T01:41:50.781Z","1.1.2-alpha.20251124.2":"2025-11-25T01:44:36.596Z","1.1.2-alpha.20251125.1":"2025-11-26T01:43:41.927Z","1.1.2-alpha.20251126.1":"2025-11-27T01:42:20.567Z","1.1.2-alpha.20251127.1":"2025-11-28T01:45:54.664Z","1.1.2-alpha.20251128.1":"2025-11-29T01:42:26.024Z","1.1.2-alpha.20251201.1":"2025-12-02T01:44:25.263Z","1.1.2-alpha.20251202.1":"2025-12-03T01:43:57.382Z","1.1.2-alpha.20251203.1":"2025-12-04T01:52:12.247Z","1.1.2-alpha.20251204.1":"2025-12-05T01:44:53.053Z","1.1.2-alpha.20251205.1":"2025-12-06T01:46:47.815Z","1.1.2-alpha.20251208.1":"2025-12-09T01:44:42.116Z","1.1.2-alpha.20251209.1":"2025-12-10T01:46:13.037Z","1.1.2-alpha.20251210.1":"2025-12-11T01:45:29.565Z","1.1.2-alpha.20251212.1":"2025-12-13T01:45:32.221Z","1.1.2-alpha.20251215.1":"2025-12-16T01:43:08.397Z","1.1.2-alpha.20251217.1":"2025-12-18T01:42:36.999Z","1.1.2-alpha.20251218.1":"2025-12-19T01:46:25.613Z","1.1.2-alpha.20251219.1":"2025-12-20T01:44:33.435Z","1.1.2-alpha.20251222.1":"2025-12-23T01:45:58.483Z","1.1.2-alpha.20251223.1":"2025-12-24T01:43:17.780Z","1.1.2-alpha.20251224.1":"2025-12-25T01:42:37.790Z","1.1.2-alpha.20251226.1":"2025-12-27T01:43:51.383Z","1.1.2-alpha.20251229.1":"2025-12-30T01:44:11.281Z","1.1.2-alpha.20251230.1":"2025-12-31T01:43:13.844Z","1.1.2-alpha.20251231.1":"2026-01-01T01:50:28.131Z","1.1.2-alpha.20260102.1":"2026-01-03T01:42:24.064Z","1.1.2-alpha.20260105.1":"2026-01-06T01:46:05.524Z","1.1.2-alpha.20260106.1":"2026-01-07T01:51:23.034Z","1.1.2-alpha.20260107.1":"2026-01-08T01:56:44.292Z","1.1.2-alpha.20260108.1":"2026-01-09T01:50:55.539Z","1.1.2-alpha.20260112.1":"2026-01-13T01:46:27.099Z","1.1.2-alpha.20260113.1":"2026-01-14T02:23:04.692Z","1.1.2-alpha.20260114.1":"2026-01-15T01:49:08.024Z","1.1.2-alpha.20260115.1":"2026-01-16T01:51:27.039Z","1.1.2-alpha.20260116.1":"2026-01-17T01:51:10.539Z","1.1.2-alpha.20260119.1":"2026-01-20T01:43:23.265Z","1.1.2-alpha.20260120.1":"2026-01-21T01:45:16.733Z","1.1.2-alpha.20260121.1":"2026-01-22T01:45:55.724Z","1.1.2-alpha.20260122.1":"2026-01-23T01:46:15.449Z","1.1.2-alpha.20260123.1":"2026-01-24T01:46:34.583Z","1.1.2-alpha.20260126.1":"2026-01-27T01:50:31.345Z","1.1.2-alpha.20260127.1":"2026-01-28T01:48:25.036Z","1.1.2-alpha.20260128.1":"2026-01-29T01:48:34.515Z","1.1.2-alpha.20260129.1":"2026-01-30T01:55:56.708Z","1.1.2-alpha.20260130.1":"2026-01-31T01:52:48.656Z","1.1.2-alpha.20260203.1":"2026-02-04T01:52:43.946Z","1.1.2-alpha.20260204.1":"2026-02-05T01:45:24.946Z","1.1.2-alpha.20260205.1":"2026-02-06T01:44:56.095Z","1.1.2-alpha.20260206.1":"2026-02-07T01:49:03.983Z","1.1.2-alpha.20260209.1":"2026-02-10T01:44:00.755Z","1.1.2-alpha.20260210.1":"2026-02-11T02:21:46.347Z","1.1.2-alpha.20260211.1":"2026-02-12T01:46:37.810Z","1.1.2-alpha.20260212.1":"2026-02-13T01:46:35.090Z","1.1.2-alpha.20260213.1":"2026-02-14T01:51:49.099Z","1.1.2-alpha.20260216.1":"2026-02-17T01:42:42.262Z","1.1.2-alpha.20260217.2":"2026-02-18T02:14:58.604Z","1.1.2-alpha.20260218.1":"2026-02-19T01:52:42.967Z","1.1.2-alpha.20260219.1":"2026-02-20T01:53:23.398Z","1.1.2-alpha.20260220.1":"2026-02-21T01:53:05.394Z","1.1.2-alpha.20260223.1":"2026-02-24T01:51:21.126Z","1.1.2-alpha.20260224.1":"2026-02-25T01:44:07.997Z","1.1.2-alpha.20260225.1":"2026-02-26T01:54:20.462Z","1.1.2-alpha.20260226.1":"2026-02-27T01:54:56.558Z","1.1.2-alpha.20260227.1":"2026-02-28T01:55:18.401Z","1.1.2-alpha.20260302.2":"2026-03-03T01:54:56.095Z","1.1.2-alpha.20260303.2":"2026-03-04T01:57:07.021Z","1.1.2":"2026-03-05T20:13:57.757Z","1.1.3-alpha.20260305.3":"2026-03-06T01:48:40.471Z"},"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/blob/main/sdk/containerregistry/container-registry/README.md","keywords":["azure","cloud","typescript"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Container Registry service.","maintainers":[{"email":"azure-sdk-npmjs@microsoft.com","name":"azure-sdk"},{"email":"npmjs@microsoft.com","name":"microsoft1es"},{"email":"microsoft-oss-publishing@microsoft.com","name":"microsoft-oss-releases"}],"readme":"","readmeFilename":""}