{"_id":"@azure/core-lro","_rev":"618-3eeb2e33fd588eb61e904dcc1402db04","name":"@azure/core-lro","dist-tags":{"dev":"3.3.2-alpha.20260311.2","latest":"3.4.1"},"versions":{"1.0.0-preview.1":{"name":"@azure/core-lro","version":"1.0.0-preview.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.0-preview.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"760e7ace0739888a79f18591484c7d69077d3960","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.0-preview.1.tgz","fileCount":33,"integrity":"sha512-EfiRp1WE1gK/i+iyIHy9Ick8BKrMkQvQRW8Y++vHR8aAG8rAWixmSUgZjJD0SzeL7T+m3BXzMqw1+pPyC2Wmow==","signatures":[{"sig":"MEUCIEA4kySKjSt+5FRwLwcpx9M00rFATZREPP/QGRDgC3E6AiEA05GyXKn8RHNtKrobDeZ8udY9aTrXeGeIyLK+FjthaBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdr41BCRA9TVsSAnZWagAAkO4P/jPRAW9WSrDWLNNzB9Zg\nNNELnZDn6T1hNI5UcM19ywSOjs5ylEqaXuG6vMkvCCfpZV1SWzH3MV15c27T\nC/Otg0BpiGMkrcv345c68ujVvXpkwmcBaZe9MOjQRh98ttu8R35obpSjKE/7\nQv/iV30p8nccnj4hHWShW3+V2y7c+NPoKG4AFSMs0hFDahePaoO1cxgOCNjp\ncIKOY7Q9ohBy92vV23/UK7etMJbFxV7PPU+LtSp70hVquUrxScqQuUF4Do5P\n2XXsjCxEl80V4nc7Gw+oyHafls7cS8btePRspXE54ji195aYgqV7ioVnWTkW\nDXgNTpRAYL7HIFGU3C/RFqMZdyeC6vJ2UrO7A3ILLNgTXYB/5bpllE3nvJD9\n7QU71VsZ6tSQPfA3zoT7+of8C1tRkGrBr92UK0DDd7W2gzcnRAdPyLeOl0d9\no+mMnsomjPatujvyWtqqJRRz1SY++TvFDXcGQSc0gty1/znofgh9ZB+cVPPI\n6+PbZpFLv7B/nQW05/hZ5B7pWqYl6dtzBLvc7tHcyPvKgBWbNYVCZWIkWZO3\nP0v0/WPoutjVn6Q8V68tSNYWgRmTwseNwXfA6UK5VX3YGJ3o57PS9mNQrzye\nMrxKF7H3fyzK0sYSI8TYx/bdQ4wq4z06dgDGKKEckYzDmHu48cVknUIjxmK0\nYvZ8\r\n=1nAQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.0-preview.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.11.3","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"1.0.0-preview.6","@azure/abort-controller":"1.0.0-preview.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.0","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"^3.2.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"1.0.0-preview.6","@azure/identity":"1.0.0-preview.6","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.1.5","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.0-preview.1_1571786048660_0.558891476553899","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/core-lro","version":"1.0.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9837398e03aa04b5b0b09158f4338861348dcce4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.0.tgz","fileCount":33,"integrity":"sha512-l4abIb8S9qmlv3bJkonLvgGSVQcSXq5jByA7Z28GRGJaQN/mSFal9YQOuLvVag+JXQJsoftuxJFrZiggF2TwOg==","signatures":[{"sig":"MEYCIQD9ZlA/VmUn+ap/5k6BFWynvSB7QSEbzyTgHSHHpatpeQIhALg6jmD9lfEUVwZkHLOqZWZ74C358IzZP10Vsnl7Bc0n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduMvYCRA9TVsSAnZWagAAD/YP/ioP1gu9AGdz/YXjNI6l\nrOedjv5RAeYbLc5uJVtikduQTKkIqes2V1dl3WdhfzJLLaaDbiaUYiSWIero\nd7Er0OgmLIoOgffG71Iq3nkxPg+gXMzq50dSQl1UgmtyxOIxhLhaPaG48Dcj\nddB91H5tQw2MO/iIdxeZg+EERLmlYejdjmmnKpLeh+ONgNnVC+Jh7qoXjadg\niU9klWzkFmNCW8ACtxKjq06lfYPGZUNXdtBkgjVExqiRd+EQrOtMLpRP6wO9\nn+SdnifW7Xh3WytnshtSNs/QeQlX5udv33iFpafRAI7K3UhCiJK6ADm13tdn\nULLSop57H6jNUF2cfRVDW+3HmXIu15Vngq6Qj47GUyT/sVaoDP3fya5w/4UT\nTzGsBx0yIJynj1738JLv0qHvoJk8SRFpQdFuiAvz+bFkjrWX8dF0FkENPzlF\nSaSepWnZBR2PGkvb6TPQm+6dUwGfxtdmzryo3XUWRYvwZZhUoN1QnaVOjAUn\nYaD/mt7jDlFkp9d5y5FLL0IvxlnVHT39mrc9BkTq6DpsAPvLq9b6uIDx1Ehp\nojoHZI4f49RniUzOJ/jKb5vi0ox3pKcBz23VG/Cek0qwsAqofEm9Xr7WGxO7\nqrT1xyzHFuyPFB2Gm7lyC8S0cqvpj7oMAIJnUxhcVikBcyOot2NWYqIrVLUX\n7+s3\r\n=4Ql1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.11.3","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"^3.2.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"1.0.0-preview.7","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.1.5","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.0_1572391896400_0.44043178881999023","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191115.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191115.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2f905911c8851696d272ae060efb7a9b7cbb1bf8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191115.1.tgz","fileCount":35,"integrity":"sha512-5U5TF2V+mfyJMa6ZR4uoZqHo+KL/kRYhOcGw9YU0XqPRqHzUvEzcsaP83LJVySRumtVFFooj/1NuCO0UMFmwAQ==","signatures":[{"sig":"MEUCIQDMwxdOk0RXY173emoePkCmVOkWIC6iYS76dGbceIDBwQIgWqiIm+UYtdVH2Px0LvFWWTXGtUDJatdBEJ3FYDdFsZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdznPTCRA9TVsSAnZWagAAh+kP/Ry0OHfYjr+AYLt5BEMh\n7djvJ7uiHNGjmN9N1XZdrglXV54VNZ6HIpuRJzYSbf29RuqDKflzn2VUYjOq\nmgMlg+wha42CMp/Hzkyd8ZWGF0M3WBlVnDih1StLBOWjgejQKCKnx1vNe279\nvW7zK4Xsb1PZ9NlQg3yYRONVSHA4eP4tiVF5PVK3ZXoarRdpxIELB8E7Scmt\nd7vcp/EJjLhCDHS4ZJucBWvGpfT88Q0y7TysIV9iXEZvx/qnRp6Xw2FJmaii\ncYyZ1nR+Jh2pRcgZajgkUuJ2ACtvO5eixp90kcgc5gREqACh8gITAr6fwixH\nvrUVnS1W/1zVZ0nqUKEhhvZiMUxH3c2V7BgGaJvQhCFsTVCxK5q342zNpb+g\naKepmB9/fw/vlRF9+3EQ8EpviRf9cjMXR/LruAi7Xcwiud+IuO83ICERyOxU\nXl/mPra1tTMhKq7DXS2y4Vixj7Vh33YvdxlklP6xkcP7qKnZQpOPmXiU8vD2\n3FxyDXoR2DHsKoiRoN1eL9RrRfY0CHDZYjikmg7VuNbkbfS+DQh2gIX6nlGq\nEErbtM0JekiEZUpqtFN2igd1DrgoslCp77K5mGKmYVse1s30z2N+0J71ykOq\nFFTxNIvkccWGFbB0k7XUu0K2CUdvZik4t30cTvnHdaoouPY1fCIL2/nn4yqQ\nSaI6\r\n=Z/7i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191115.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191115.1_1573811155305_0.7000150460528631","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191115.2":{"name":"@azure/core-lro","version":"1.0.1-dev.20191115.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191115.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"d897137613c77de23e497531e5c79b8f98718a99","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191115.2.tgz","fileCount":35,"integrity":"sha512-ZKnTlWk5QPVrid1h30TVZ4ff3eyj/8VAXr2SJUdUH7u9Hhj5jl8ktEaCYrb+Iq4Hs/mtUIdw4yhd2xgG0Z2t/w==","signatures":[{"sig":"MEUCIQCrMj3bK5Sxf/9ueLLCQ8bUIbnCH/vrnBpCC4r0uVjnpgIgNITC7kNuHAO5y61ADBzvWAPFdWFOWTs6AcOCqthHBQI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzqyPCRA9TVsSAnZWagAAfqEP/1y18gcfuJ1KdunsPTMu\nKZLLYooi0i+tmLtwD4L3vUkUenSDAnJlYi0xoknDOiedlC6SXw1suYp4bez2\n3oQ3G2iuzSoJhWSJswa/E9xL12sbNsjaSADCwiJSvD0g9DOrLbEV9LD04lyO\n6GsUsIshR5cFWAfoMr3VJjfdt0DE48t+nWPm1/v2IYNB5i+OuW85/1TJBKh8\nKg/qNKTfv3t7EoOnGTTQhTuULty9ou/9DEyMh/96S/vPYYyO8tp+yme+OQp2\nuVTmhXVLsxXbiP0Oq9V/CB75HcOvbepD2YpfwBBil7AXE7ffYdU82UP21WqU\nY5zROmgReDJzIEFjyCHcq01P+ePEj8cBF1o2OkaaX/V+XaWyy1I0CUSKGpby\nlpL+w9lxdxSG1sfm5pH9Pz1c396Uy2KitvkiBB0wUJNeBGg9sx6wEHqZAAzl\nKd8k3cQnDoLLuR3eAvSTgeAu55msZmsRthd1Jj4v6pL1YQPKUezH1k3cW5oN\nnoQ0AHs8dIZ4rmIzpdlvEIjNo9AlAln8jh5lkVXTflITqmV4bdVptlhWkguo\ntS0ShuYlnOU1fNdxqdmYvK5fesmMGhfCm3B0TZdqF2/lddgjWrCA0vhd9Sya\nXJ2XpyCVhX5fJEegFT4+pwyWOQQrscBsdR+EPJvZ1iWMvilcd0Z12h6FcqIz\n08qS\r\n=PGkj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191115.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191115.2_1573825679312_0.9259122879015171","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191116.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191116.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"4143e728d16066064028e143e99d1906554ca795","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191116.1.tgz","fileCount":35,"integrity":"sha512-IqpR/q7rRysZY09ydEb3UEMYU5cqd436DvCRxjTqidal+BjiODGfxgn6U3LZn39lrZVsQ/LEGXjLqP28aiBiPg==","signatures":[{"sig":"MEQCIFiZqT/waIBFzGmvlTdje95Rm9HB7Fs7orh1EonXfs3IAiBldFTqjOAjYHQrD2+3tqpq4s+6aTy8doSAuBZzLuL70Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdz/5fCRA9TVsSAnZWagAA6ncP/RMy/Amx6d/Fv9FMMtoi\nqG+hnEiq0xEv0ywbYhECTRuahGYjwwvJ8QShD3Hu83sqC5tWnlGu4EiYWH+q\nscGUqEpxLfqezT5FLy6FQU4JL2wOLCo3f5YoTzE0fNkw+m4aQzwBvHIBX94t\nR23mCryKQFmQRoyGe3zlx2uztn20XGymwteQo8iaJiiRQT+X+QzX5eqF7tja\nvie2BkxE/5xcD4655I110fWr5GTvbbrc6ppfHrvyNwh70lKeQBl5wjsjMYeU\nMkBYOEWvozpTQES9OcfbEHH/SrQO+1ZogQ1GV2uIbdknQt24v0Oy4ngvSLsF\nZJ6zE7ErMOJ2CxfJHcWZAGiwUkcwyLKZHbLLU4cOf+uGAcUNqQJmR5bQdo85\n7epVmAPF1HXKDfUDQdKTk9pE9T+HWEM49KV2xy5zqVuwYNDrodWj1rjC4rad\nE30SfkHYmiDhrfB4Hn1JyoJLDQsg/ZYrKjsPeN6Q9kKEDBSQgTidfO4lYPy7\nlN4YZQqMsOw/vnlKwneyZlHvC3JaU3HoUipEGF7gKdMqzS9DexDqFMNCWcVm\niNootvBox5ws/V3ZGzs8I1cC93ggNbzS6FEjpTzaiykq6O8VkDS/gvDSWD2c\nbOwuPfExSw6HDMmjtcFUdo22BPn5aN1mdSw5qZLCHMH6jWKzBH7vQkIwOqE3\nuOxa\r\n=sUz2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191116.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191116.1_1573912158743_0.9864417177075135","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191117.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191117.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a0f305677ea063fbeba6784f5b31a0050cf36b65","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191117.1.tgz","fileCount":35,"integrity":"sha512-LNVryTXAB1JeX6pWLIvH4f4apcxySrBOHnQSec+VSO+ADgyH6DWfSlf49A3GEMG19Ml7UofTebO9viDZg2PXRA==","signatures":[{"sig":"MEUCIBeuWuesKS8kjASOElmzUnyT4bdhMV8FW7wxUBD6vk+oAiEAzCFd7Tg/LfyMkWTPrBJOLWOlYnUrMV7dkXvJERMZ7Wk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0VAGCRA9TVsSAnZWagAAaD4P/ijdER6tdOTdWxqUsI8Z\nrnqYq64tyAm+8EdhqmmBxOZ3tBBA7EkdKy5zjQl48xZo/m2zIKRjTGhCVwyg\nDahVRFLXdwhWmlBFYqTP0U8gC/nW2q89rorVwLIq751U+bu6RG8AVD3SKU++\nRNPcFx4CjhrP5ARMqaRAtuCeAqKlDuDfQePWKI9mnUKIYRSFhrmkQExBhcTg\nzFC5r6FoSuD6jk8Sxrfn/wnnIfzafCU8RfWXZ2x9Kh5zia9SrVAIEV/oAjCD\nq1myqbF8lEA+aDzQQdqq49+OGQ/w5b617WNXb1g3xQ9gnXcAv3mjAEovcMRz\np6K5P/cTpaqUTnaqOs3Z2goP94J2XVsTcTixgowFmeTA9UelM/EydyPyyzx3\n/KWZIILDjezpGbT9IrD2UAtUQeMCfYxDl0Igv/GBdFxVFyouc76MAv0/Q8S4\nwBKqI9kDjAD5rkLGoyoJ1TRmdIBnq1M8/URDKVfL41FiBbb1IcIrK0kRbv4H\n0JUnTuQ7NOTrXH1XMZuJpCl046p272iaS6RmkOphS0XGdL2iKUv+DUncwhhl\nl2/8ladeefDmj/3E/rk6OWYrLp0RQtbhSl/VYm0a2YexlEd5Ngo0myEBxdxp\nnjk/UsfQ5IiPuMseks/ZuvNQPmD+gwE/P200mLMLMT7JroaL8nagliJ5TZr7\nkH5z\r\n=uNTv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191117.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191117.1_1573998598445_0.506938611565555","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191118.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191118.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0ff88aaa52703e98140ebbfc867aa126e9517c76","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191118.1.tgz","fileCount":35,"integrity":"sha512-QLEr6ULWVhDw+2LwfuwMc7dziDq3/9yd53zQ33n4F+wqoyTiieX5FVq+7mKEzT9OlHw178hkWHErVTJj3kK4Ag==","signatures":[{"sig":"MEUCIQDHdJLVJCpp3M7MYLulxNDzsaNOn+XZtGP56Y//PuO79QIgYxiV8gGwiwYAowlgYIxCulDH1yFY46LLElBLOKtAknc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0qUUCRA9TVsSAnZWagAAOmAP/jXQgbROWqI40pC1FcJ7\nWP25tGh//BZ4Qh97bTDrDc/gLOHnv0o2Ur6MoxqGv8L0Erj8/az693ZlwisH\nzBbzHVzAIP+ieN3hIIoA75bjEs42VgvnzONG4B8NDZRjVEG3zpEJ6UUiaeF/\nQsrws/szndS/6WdJ7FFTTrPKWckG/n0dqu6www0VThSz+IKGQONRO8BSYd4w\nrpMg4pcgEelRZknKDAbNxNvndSgTsovqwmerE+W80SNrRNpOvui8cbavCOkE\n+UehKCAhSUJ4/Mo8HqnmCNOx5X8mopsf801ebN74mrMUib40LkIaKZdO01Cy\naFKXHy7JK7fPsr3iBFFbDmWjPCsMRBy0IiLS/+1oTuzZZHQpxJEtWqJzUrAr\nmqrV7jS9J7MgA9DsIBpBwcSFecK1kzyWBC8xXZ+bMWRg6JoiGxAnYVC5daE0\nCn2jdZ2l4N0vm88T6pE/fmVgn34vCxQSka48P5GXoMTduwu4yzEY/p1sRoha\nQMUMRuynbEDJKh7dCO17GL+N3a4kwypic1Sc0IEoxA/84W9XIpykP9imewXX\n4lWIXTKilW1v1YRLf4q/e5QgVeXGA4Ps3r2pCsXw0rnWv1nYfydJ0B49hb9a\nU6XaSFMM5/SVdwFKn91LsmDzaeQ0qCfmIJRCBcnaZ9iupzRE6AZq+v/nV24/\nA1dc\r\n=ZcrM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191118.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191118.1_1574085907666_0.6129562628473915","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191204.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191204.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"dda2e37b9b1dd8bd457d0302826865846be467f2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191204.1.tgz","fileCount":36,"integrity":"sha512-C8JxvQY5g4rOro4WgKR4/J+B8rSmGj7QxhnKTQsfEgcRv6vs0+2JsOQSGGMu1vfOclXhtkx8Kq4ORfnNTUjQyA==","signatures":[{"sig":"MEUCIQDCu2jjFLA4s8zwSyBda1W94huecTHWxrORL5w7r2PFlAIgFnxfs45ROFU7UtceOOPjuN0FJDksavNpPCGvL/aJXb4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd58QiCRA9TVsSAnZWagAA0fsP/09JWROJeKfIs1V2bC+G\nkPFxZa4R91QRQ5ELo+CBU8nm2iH0Z+Om1y766vMyIzoVqb0lOoarA5E0rA1w\nuPZqPLaF38EEa6d95oGt9mMq15Zmmq9buiNNA6YhcPCf2DVisMquqy9N/HQl\nDRWwjPLnEFExp1j46k2HHF+es2Xe/JXq4E9uiMdrkfysA5pmmivpyzZLkkbL\n8x2YQi9gvYjZG9Ln7gZI0ztYKUw/+5r4zejo5kMIBXvgWoEoQhXamc8XpkDO\nsaWPV7SePPvu5a4ahc9SWEQfU1iGZHzJFgwKW2ELsdwdP4Y0l5xHA/qYYBwa\nU0puvy3CcV4g+7mGUBWLrXndbkHmjivZlgwzSJeIp66GaPWe1wXIaic191HV\nv7TiQJYqd02bKgMT0XyK7/zuFzrjYus9jAM4EoeOlGUcQQXr6PB7hDPrAod/\nTuQ5L2PY9sxs2uLkc7egtXFq/TMyCw/8/gJ4FObXJ8sL8SZmXEohhWrzV6jV\nBHnV/3qDSJT4q8FIgfqs1Eq0Jei6IIbs0inPIUBdR17TManUjbRGlFTM3EFz\naABu7hc3oxCxe9vU34IZ3K2fuluYXbPczhidJ4zHP3m3spBC4vP22yQBG7tz\nHarbArvXDmfe5QluuTQO8ndhMyGqxg7CV/mEvPCq4nJ7i5eiFef6znReQ+Pj\n9grm\r\n=8Rls\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191204.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191204.1_1575470113906_0.2398154058510782","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191205.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191205.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"3b5e2bb33bcb9c9acc4b546ec87d6b1b177de80d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191205.1.tgz","fileCount":36,"integrity":"sha512-hQOjunAVvTPnbJlNFgkaF5haaPx9cgEF2aLE1kFYAuzBEwT1TW7ndG3YjWEa4CzC7t1SmwC1kJ/A2xYRXAEUMQ==","signatures":[{"sig":"MEQCIGvrLaAV6k1t+98zuzdVdTUMcVglPIHrbuajoEkg+DIWAiBZ+6qOXw5qenLD9VZMEDsXoSt2yPc94ioc9FfSmkQI2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6RNUCRA9TVsSAnZWagAAfFAQAJZD0BFnYqJ0m57U2g0w\nv5F7R4z6NLTvx40qUi5nsGqkwdaVIzCu7Vg57C++rjwP7lxvog5HPVqyAPHB\nzOBeD4YKnmDZuBg4cvkvl66pFekjeUedXAIbKQhT1UthpS0KDkqDEXjaZTz1\nv0zUqyUrmzIMFPEpzinR5AdOGCwtPPdl/YLFZRx/0cBmJXIIHpj1h+dG33K9\nsuZ0zkI7Rexxk8c4zL7n+cbTBYEjq3fN1AUqhTdjEXNfxbLGA8Bd9YIoVSnF\nbfRyaHyz9OS9VgmeGrM1P89rU0yQGki1RNfZElIOL+U63PqNawx9AigqPvXg\n3I0t+1ePPMM6zRV7j7Iqbwb4tsm+pjBO8vjKXi4USNQcT3Wi1ej1TMJQl8Lx\nCVhItGct9icDC0LZQ896vVEG9nEH1KLPQkFSHFUTJixfWWdaIJM/MdP4oXsA\nrHLM6V7kEb3skYA8nxbP/vW9HQUAJ9jjovm/KIT+/cDOMqtSU8pUg/3gOti2\n3T+Z/ZKUKNcdo7kMIKf/WXlfLZNvdYJY/gCKXn+rH+o9CVSv2GjooKA2UyFm\nNdWAhNuEGP6r5y4wM9m1E2jPYFYtOl5RA/PVrbgX83iOX2o/MYb/HbX+MH/v\nBapZbNwZ7Ffeb95fWQqMqqgSM688YVEERAK1apE7IzptIUTyR1Q89dNAQ7ET\nySo1\r\n=0YiN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191205.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191205.1_1575555923798_0.7476912500365136","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191206.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191206.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a2e8c7a7690ff9794c4b1f0a646a1aedcf5d6087","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191206.1.tgz","fileCount":36,"integrity":"sha512-jNnOsealwNItgQ6K52W6nc4cT8D+4O5o1mPJMmc1ySLAjQZExJ+gs+PV65ycueOV8aetXh8F3ZIvL5nlg7m2Yg==","signatures":[{"sig":"MEUCIGIz0keWlAFS8KoTGZMEQSRm3UQCT1DVyFQNjOZc9Nq0AiEAyV+3Hgf5Ss+DX9lnnh4XPS9qHm1bQ8gWwWIb/2slR2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6mUaCRA9TVsSAnZWagAAzk8P/Rxhxe1FSSyl9di0Agz/\nSEPOzz0VYQRc/9xikJGnU1k3XbACJA/Iuz4abMeqvwL8oFYdz/ydDAxCHIX7\n2s4Bl9jPZw4fExD8JRfSa+x9O3B3DRYHdUwmbvcHscyOO81vUFog7xmseRU8\nhXzZMf3DufQGC0CAoeWj98b+WAfNa3GO8zsW90eD3NQkxu57nItYv48tykoY\nwUfJCr8abKwlrYuzDjFpoGQ01IgyP3i4O0zrBMMe7uvuXZpdKuTHdQlwTRNQ\n5eI8quhGND9umrEkzQMXyIT6dCTz3rpLDxwIsqnyvjj8JUnIubOvN0UNqD62\nqVONNfbR2ifjBAhk6vgV1xdVFUzQXq10LpGBX09xiy1EBq/AArYR4A7eDhT0\n1/4aMe4RVFAmStB/FTVlfeD4NHpHdJdYzcJj09aFr55Hw1lCb3RlZVbPmUMw\nvzWoQ+yImZ9m1Rw68PIUcTIP1ZmL9REnYIABWWatijkM/tl8p1qZ9HCoEgYs\nB0leV5OGTt8qCKxBKBM889Cv6OGuqqo3IE3xaoMCUoGdrLuOsZlz1g+KVXKc\nqvTpcMq50NjuRINGj7Rmd4hR3LRYyziAno5ZD9L/N3kxf37pOecQuqDVgz04\ntvugZ+WHE+SeScan+kTqnC7bdEEtiy2UKNVolPc6P6vsKy+1QbHucBzfjuL/\nFRem\r\n=0/9n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191206.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191206.1_1575642393510_0.8560040164537257","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191207.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191207.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8f5124594a1b38c73f9bcf73b2c6891d3f7b5077","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191207.1.tgz","fileCount":36,"integrity":"sha512-1nerjUP14Xm+TW3kcUMPRTfYNIoH8++T2CNgKSkEhS57yYKAggm7kLkVOJ60PNsXn+jmbPv1bvBrAV/M3xbR5g==","signatures":[{"sig":"MEYCIQDAdJJC2RmIHGrtEAQ84X5zC9gY10S8UX3vZUweqUHrYQIhAP8SRh5jsB7aNIN9jKPAdHfkff3OTlG02uZD4JwILgKo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd66x6CRA9TVsSAnZWagAAM3wP/31Op3ii5iR1Y6yAi51q\nnPLxI0MJ9doEFywL628vEbhIqmRUgtdpDHodrDxDbKGAxcKSmvzJgY+E9TWA\ny5A5x37TfSNgSgGSQ6u1GlC6EcmFuh8ZBccRyO77tN+mZknNi0DiDun9TQC2\n8ppz/wQgxceU9mWndzB6bxw+wGBq2tfl0M+6eiU80wlg7wau8X8qGl7OPSVt\nCmRpNCIa+JUEpu2+vMgz3TOpOTjYMoJEL0rVJrAzYaG93vMQABEFbtnn3Xjo\ngQDuM5J5wPcpRYsWKkMkvzcDJFS48LbsJ5TERneAyU6rzkTJofn/Dfk5eDby\nmux9U8xWiI8kaDMdM20OSK8IkOBu2CeTIyCiRiBUsIAuoqxPLssFvShrNKce\nb2IrWzibkAuOUO3SVGtmLH/F3SCHs7K78qYwVKZi9IBmDSqxGxwZAVJPizpD\nQ053+z6LqZou0TXMlUktN21gfOjRoiRUeFWB+9rt9SorZhJrpQTVkU6O6854\nhgmEx9pV5R9ViTlF1Z9JPjEv+VW95Fc1OIZaoqsAgxEJ7yYuP6VY6k+aPvtm\nuzKv8M/JN7/TrRLE9qPaEK2tIoRQnwP1YFRoNwe+YP5fX44/9MFHZG3QUhRH\nxFAiEohzsd7FFUSdB27pn/1KcqZ72QDp9mpLO15D9kbT+RCWAFHAV6Rc2mUo\nn3TA\r\n=Ib0O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191207.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191207.1_1575726201862_0.008832805892005968","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191209.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191209.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"65f6477284c46e8d11c28bb65e259b0249b2df1b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191209.1.tgz","fileCount":36,"integrity":"sha512-hVJXIrbTLZTdWnQ9qs011X47b7oKFVKT350HndqjhmBC5nSfAOeb5LRBc6x1O9W1G0xfbqxT7KA91AA/am06Vg==","signatures":[{"sig":"MEUCIA6vH19BKfihC86qrYsvEs4j9HU2KaiMCYK5DZUjLgokAiEA02cdxxgrN6OO7yvRRsVhucmJCHQ5aC02tks66klmxVo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7k4pCRA9TVsSAnZWagAAc2UQAI7aakYcqep5lsFjMP0e\nQ4sdiwufZnoTxXe8IqTrHrqOkTtX5uVpHLnliNHXh22y8O9ECPzSaI/mj92N\nMc3XjZFU9qdDh8QfOK1q2R8mks9gLcDd+m4KmUrt3+9fwYEyXCh8zXh/xoI1\nYPMjAL0xVI4kUootsTQwnxOqUNA8M2U6gO9X1zA6Cgs/2pt7q1ikpKTUdP5V\nmXPVpAaSFLyJPfo7rto30l/b1m0fzinb3PlJyJR9Uwjk3oloR4coIHw4K13q\nHzURTKBqaukU2m6fHv2pbM9rceZtj0HvxdBmmlNtKpq9lBFujiC6dbuGMIwU\nVv57BZSozRBusSpMjGjFelLMZ3ylhYQhHe4eEg+Iuf3oTLKuXsAc+1jQ+0de\n71C5UCPb1hnt7u+nvI+DzQzpPbbXCzTxLltctNJJ2kjcAV9VhO/lu8tYGe3A\nY6x0LrR7MliIAAiOh8C18Gv8QUJxuqoa/CGW85qUQT0nDnJgWBWNa2lthMS0\nzdJl7uyz7z/Gv9TR//Kp47Xl6UZvelWP8IzopUqIfLlkCrxaKf5UT4ck8QXj\nLYursSkeAK+pnOZs2svOYIXYRH3oGggnkdaMCGKtWyYxZQ06SYVS2TiBK7MZ\n4rwWWL2e7JvXg+KhQ7SZkgHussf0vS9vg5YlyZqyIg28Qx8S0TA8cV+9uUOR\nbVT6\r\n=qjzw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191209.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191209.1_1575898664758_0.6188634927017043","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191210.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191210.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"faf20ce5b5e3d11b5cd1f3f743d6c119ae6dc428","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191210.1.tgz","fileCount":36,"integrity":"sha512-j+mDowV6XPGKPQkLgdbFRT+wLty+G8nMNdDB0MPhOyNhe1qveabeQUSuZEq0SlUELYmd0MC+9cuAY15ep7Km0g==","signatures":[{"sig":"MEUCIQDYompTLZC1jmhhAKB2FtG3Cgm9MUo3fsvV9fQDK/YqwwIgX6LBiMxZeU746AUNWQXCc10JpMnkh4iJxolOy/3R3y4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd76K0CRA9TVsSAnZWagAAdysQAKDxurYKvRAH0/E6uJnY\naZYMe3V6WuihSM3L1kUvjrQGQcc7ALtnjqKLIWAQq+iPyHFhkcX9cokM3ga4\npwtguVPhrreg+dnP8oGB1GuztAj6HhzGIgas3FwUvh8wKzWZ6QbjS6i8OLSH\nfnHwh0GF+iEyCKVM+SFo7jrP2WDCX0TmzyowwJ6rmjgoHvKa6SivWgFGNu/N\nh7GLzX0MYnECRqT4KHBkPHJywG3lZnSvJXJotJC8ikpxgjvaNeBH91o3rqGs\nIZNT8bEhWz7J3ZbQ3Oh7TIC6pk2WQQn4C9IUAQilnoDYqlthTLRaVt1/qxTz\nVss1Kx90/N3QHWXzNk0vvAo+wIK4xKZd3XxCh2zhmlrXDXluC6mO/UW4WNlG\neom2OMWOfS6dXJRJ6dIQ75KlwyCrtXBW3VJsMj5cHji2AmxVX7Elq14Zc8B6\nq7EchbpgtFuzPFEn9xEczXXIq58c9MTLHqa/QH0yn+aZWnNlDHgdHNIt+uh5\n75zV3HI6zS6WtoxMNhWwA9q7PwKCEmn9QMk8OLE3ShhAMQ3wiis+FQtA8KcI\nwAPuZFhbjJS60w54w1Yw62vGfyWvGkWM9TNNLy9LBrEWczXvGgPAqwY/PfbI\n/CbvKm7u8U4J4/wl0sfXHJcSNG/it8pLTH/HfWhk60p9fTfqo5QhlvH14JKw\nf/O3\r\n=bn1y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191210.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191210.1_1575985843779_0.730502630859377","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191211.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191211.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5886a2825e04eae1acf72023d0e42a11070e33b3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191211.1.tgz","fileCount":36,"integrity":"sha512-/2X1RnouZvrZM5wz1508FLKD2nF9btfNG+/nqYBo/0ghPHZv6FWJbBkpsj0AazvDuUsr2HRFh7HlMnaMKcYDwg==","signatures":[{"sig":"MEUCIFl70Ysli7iHd5HiA9I9X30tMh5Wh8nsv3BMih0JqEtgAiEAqpebdZLU+FpUb+HvSlnYt/v9v4hdZSeCUzDtcPAZPck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8PQACRA9TVsSAnZWagAAKSQP/RlcxKv2Tw5T6FAFM0eF\nnMYlTpo9XmFBF9Y/5dZ5W4HdswzT32TfFv6chbXeSm9NENzXDbmEbFxGQykh\nR5hVlTuE5iPA9E1jcvKiVoXLJU8CxOs37uYPD2JY8rIdB1S9EK4Qptm/ndE2\n38IR/WgD+UX9PBEI1Zlpo2ypdx3ImCprQ5QIxrEwEi0/gsXHPcS0ktyIYF9P\nYwEgoH7tu7E0k4WHdG9XXTHl9biSBx4QKeOVFOh7o8WKFlkvdE/rQ1a0cYlz\ni5M8K7LZOZGvG4sXh3J5PbSlO4QM3Fev+rC7xNqrHh1xgBcF9FxliATAEk1f\njkzbGG2dmq9Sxs40VCHeMvlnzGvV3PIiLOMIEgekTk+oIw1nWK6j31MTGzSr\npcFNoB+xoEDst8RM2GYtgkB6Rt5/EK3A0qfuM/N1dSOcS0d/XduYvyNkJI6E\nl2/sCD+zjMxFojBrszafJOqcMUl4rtrJ8KsaxQZ9WZQ7v9Hyj3onZpkOe7hu\no65J+aEl5YTP85OP7VYmYulDeWwQDgyxYL8XPj/2GvHk7ykBcwNBWmfWvARY\nzZkmr50gCIa5H17HKRHKRXsT7Pk4erBXUZD3N6VqFJh5CNYv4CS01EmCC0wy\nbcYj4jeRIFOiwT7HySJ9e2g5NtGiwLa46ChT0l1B0O2TTNliu1xj+OA9uGJd\n8RZ4\r\n=/R7s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191211.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191211.1_1576072191563_0.9080019243624573","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191212.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191212.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"d841d7b570829f8bf78528186b25d4db85489c4a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191212.1.tgz","fileCount":36,"integrity":"sha512-5FpnILSXosum0X7Tib7SmTHeXnbNRPLn6AKHHDtUzjNukdHg3jjamb5aOWRjAu32F/SFsvfYG1KMxDCAkxIrFw==","signatures":[{"sig":"MEUCIQCA69I7DFUljm7XS5Qbp/wyY5MYmSEcZRY99uVVlHkmXAIgYjIeMkF4w67JAvpMri5IBQD22aiv97Ejgi9iaKRojmQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8kbRCRA9TVsSAnZWagAAKKoQAILTysa0AjRucNPnjAQY\nvIy2bqOonGYoqiELp2iGIA/8+elV7cWI4pd334jNH3CtUBBzFDC8qPJ8xdQF\nSuQugVPyMdL5cjxeuuss5WfH03zmN2qOhi+5LsL2YWccytEtmGbfIJxfT09n\nzFqOn4lcUNfxLFVFKMnii0U5lotehKDM+k3PSpqFE5Eh32nt41r4+M+ZQeqT\nl4uwzM7kcrHI2JyO/GEq2KOp6btRz6WvIApj6XRcYSX+dOHXEyTTM5vTy4QG\nXkQrN9/KDgdyIgE6CCVrs/Rg09o/P99fuv1ZzOX+u+e1cfXbkgcwC2HOp7Tt\nSuSibCUh2FnLi2dgcaOIDrDkodCmLvy4WHHtJOy7dJdc/cgNyyhSmwGs7XnX\nYICiRJgz8NpskxTcHUYAfXNbLLasZOiT0aUXpadV965i4mit3zplTZDppeJ9\nhMu3mheGRM5iGy029b3HpOYX+i/BEpSeF9gKuijG4tFleQ+wknIzmSDqTCOA\nPO8QKqqLABDxEDQw9OXIDucwGhbsxpO6tbx0jSWrfkQH+ju/KWhNsqHmlGaJ\neq2lHcR5b3fmpqyYIdwQdt9JD6PJu/5nbHhFjwS6vdZSPSxGcAaBCyIu/UfY\nvVzhHHCDQEyyOKTqyMcqOyaO1ph7JCTVZnGcQ+GaWuC1QD81fNHBwkCfhVtm\nRTl0\r\n=+oS2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191212.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191212.1_1576158928907_0.6750660603060934","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191214.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191214.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"f1c5bea27d2e9033966dc757e8726ef2092e30e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191214.1.tgz","fileCount":36,"integrity":"sha512-MUY/LxFRkIsEuRIJRl/uJMh/I8vMZL2lduUqRdb3102byxQ8+lgtxD21VEN3q6uNGVeFQYtPmYJceb9zwLl0yg==","signatures":[{"sig":"MEYCIQDmDI7hFi6TG3I6x4zilDawzSPsRMH3OG2jq8wOj6zhIAIhAJdRiw2oqwlolaZ2Qu1bbXdTjDjyKK9U8ctDtFyPD9/C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9OtcCRA9TVsSAnZWagAAX50QAIZIVM/x/xTVbq6nbXfI\nDzfUfx1bE8OD92PzEMuq5SttpHH3IDzFOaMnN+wqdQALGRp4/VCsATE9MW5q\n8IKAbu/9/n/XHrYSrbfK6kclyAQqM9O3rEP68xNzOYzCjCJh6amU47b9b1UK\n/FFU/jjkyOq0rjCXl/kjz23wlC5D7VZz52yGmFz4WnEoRABVk7GC0v/jt7ox\nyMhINkFPD+anhsoGNus9il3nqYm6hxQ5wFpI5a00Fp9spGJFyH0upTkLpZQp\ntGeOwJZ2BQey0U571PMNlrrdFcsDXz982M8AXws1DersDDCUWsKP2YWdc3YY\nm75SoCBQQefzST5fy9+gOQNbC6QSqcmWHEkxipBCvK422FmUj/R1WnzJK5wU\n+YIQ2d+rDAt6NS+ZdGU3ElcV1KHk1Ha87XTIHQOW+aDG359sQJzjMO6qN+ea\nyZHDnQewtmUff18mP7C7zf0jajNwQKT/Vq+rR3OTNBChKxMJ00yBYkHUhi0k\n5O/2ZhziqsDuZwnRqP75RGaxLt+0hWFvcNBwNcT/P5D49IEaAmztFwlkr+0u\nojKlfLWzmlPLgqAGEnXfYS1bgzX7t06fCSKCa+LYrGW+9lhHJCCrScIzQSZ7\nL5kd9nzkWpLnSXetxubj5dgOPP+GMrG+Q0O/On4+F4yHsyCe/wkqPAGfI9VD\nV1oU\r\n=Gljj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191214.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191214.1_1576332124028_0.7159532351874192","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191215.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191215.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"167cabb14829ba2207cffcc6ec4e5e814568ae72","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191215.1.tgz","fileCount":36,"integrity":"sha512-SE9E0NRHA3VRWgLBrAD7eVQNlCBQNPrqjPopalT/vjLB5lbFqevOEPdPD3sa1E/V6eiTq5aeZc2X7WR6XleUAg==","signatures":[{"sig":"MEYCIQCxSqwEhzHZvEBug0CemeAT4MOl7+0t4G6Qj37b/7ca8AIhAJPwRXi6pWZLzNqqBxmVlD1tc+TRmKf1vcQioylkT4ER","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9jhmCRA9TVsSAnZWagAAS8YP/RvXeKlzS7O5WbNFL/Ck\nAhP5HvprHpowDqREoRb8wF9YQeEMpVOs1cT+7noX1CHWXceyLhtPmAVIOlNm\n0w7nD5Gu3JoDOcW7kZrj74gt7D82OcXs1oZOWB0mCRiunfgcT9ozw4NqkjI0\nYP4AUTmN6ywpmpa/wrGFSf3xlt7fjH1kzOxbZAC8DN3D0/g+l06pKc0XpjXl\nM4MYk5X0B/z1FosLD5Z42npwcjIx43k3wtyvTqCGE4R4QVXQubxEWki4djXk\nlGH71xTWXbxBFctct25//FdlAwhVLmphQo8szEmJg8moo89WP33WRUhB+3Bv\nwGopNNMLzy9jYZexcfyI4jEu8rCkZIRGfiL+dWtKliTNLU6+k3EKb13+O4c2\nr6zUVqruPToeHLBbMA7zprdi9o8xL+EWL+cd4MqqTh68/lAP+HLJrfTHCE4G\nP+m7mjgA7ZqLNjWMP2Atky7Gdt1W1zzJIKdKIbzS9Gsmqi+w53Oi2SJ8OwCU\nl/Wgx/kUjDCdmeq3jNnjh6wdD97yk5xb16Td9TIpHLHl8exjSOsdycWAxTg0\ngUEZeIaLX46CKuYAm1twAZ/b+2VtBX0is6YucpYNSUsZVdOXdSKrRXiJ5PMJ\nElxKeYZv9jWNMf+S51H7S/tHE/MpyMn1dj1WFMtqVqnyIOQXRG1lSbrLeIIC\nOq/K\r\n=1FGY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191215.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191215.1_1576417381564_0.4331311346458273","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191216.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191216.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b63379640dbefa329f38d04cfde3c9c8c9896f50","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191216.1.tgz","fileCount":36,"integrity":"sha512-pKdKYL6gpfKnR7YTWvQedA3q0nUAUh8RlF7FhSY0wUg97k6dqgylf0qZ41HVajTdFrvC7XVJOEdIyW17gYdz+g==","signatures":[{"sig":"MEQCICFiZa6KdDYu0dMd82k7AKOcbLZZOJ1oR+U15Bf6uHrHAiAMK1eQLDAO/j1IYay/5Uzcu9ue2qIHRwDnULfGGJUxzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd942uCRA9TVsSAnZWagAAQl4P/1xMa1lBwvnAvqcOcrsX\nJuEKNjSFqQlySWhxZaqbfDYer4loSI9HfP72N0mlPa3MuDXdvTFt5qw+Ls0X\nb4kMG9uZbfc3ftLO8PuLj3cVRW6kQtY//J3MS7KWYfgnGrvl5ndNabw4PpWZ\nwxgnIVQR17doYsvcSGwPtpdPuqKgUwNzoKE/OMhNljOf03BouBi1N8iu7XJl\n/0zzw5XcgTS0WBJu+4VogJdNaZ142OnuTCvL2/50BDpbBSijDkCeMjwMBiD2\nt8pCC3ZP7pkPy7hKaBcKejNQlXnAKgBrN+8uWA2mQpNKog+47PbAUmiG9foO\npj9SCDY37yyy1IF7qbqawhtqLlB50/ZXzRUz/1X8xlIfBkvbcxGaCX0U1N2O\nWKdvtQQ5VxqSehXrQQYV4TCGPy3DIXTjajyV5mD5LymAiGME/u0QG/ZwO6vc\n7gcFi5Piz3bmGGe1XjbKRiJFEUAk6+Vlog5fw3jZbNb+Ni168xQT1/aI9oSg\nYmoywX8g//lAPrXMQRNUU+oZ7xCCilHlIbizGhEnHtKrPTVPtSZwjx1SIwlK\nj1Z/xCI4TFIxHouZSQgoXDnpSF9U6tNeXe1aBrgH3IqN41NaMG2nYSHX154i\nfb+aMZIkFHIkAPUXgUV1hsDj/oOvNdUilE7jAhE7vcTGyPtZAetpVGNycOQc\nhLTy\r\n=JC61\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191216.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191216.1_1576504748103_0.02239854250002571","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191217.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191217.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8b5ab205991d04b623839559a48a82288d37a18d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191217.1.tgz","fileCount":36,"integrity":"sha512-DWfiFwtFUSgqihkkqf5z3UZhWNCkpw+wAGYLjW9h56jGorVO1kD0xA3FgNB2BPJhxaDr4rLJP6anG63CJPiaZg==","signatures":[{"sig":"MEUCIQCJmoMdYnW+XnCSWwZikE4a6Hz7XMjrw9GqAtD78u3hUAIgf13LZcXsRPFLyRilNflJwDMSgYBpz9sDrfxqKL+GPeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+NxnCRA9TVsSAnZWagAA3kYP/23xr+n7pqQ0STdonu+r\ncoorsd4A9u9Njc6UjErerKcYKUMsyCNcJ6dxcs53GoHPenOd8JUZk6pQaBIY\nC+99Qk3+a934oeNfq0BJyuooZwaINC+mdGml/xFLX53j1EXvjYf94cuP6frT\ntBJvNbHk3FY2rT8u0CBqOdDLka5RoWEIfp/yxm06//T1FiR0Vz+Zs7SPEu5Z\ncYVEl7JSkMQXJOQGvyWxsekGYFqdjID5YSptSwSdZXfyPFJhjcVZJo1WQ2kb\nf3qKNGn4boiQiblv5BJ3bS4aTQF4Y5melxtBZmE7QOn0PD0hhB20E11KFsjC\nnklLdTOp5YT7K/+1ayui3lOPMnSPeAY7WZauAmPR1TrM5DSclhWysVzITN58\n2jL6uwkvfXAEnpB90uAFJg+IfHtiPMdZFHNkbc6mGQdX194VeyqQBc6gap8G\nOUg1cbgmcrtmNjL1pzeqtkv7KNAluwMSub4iP1nHtxoQ+Ek3CyQFa9fNmhMk\ngl81/8xXOSLHAI6kHmeFKbvxwInIW41MMg/4ojXV3XzNaECxYrItmER/6j+4\npHnYU3MGYFbaDi1cppJpP447n2Y9p3LA6UiS729416Un/tMALkUc7m7e9p7c\nbTS32LnYV2wpSpu+cPX3Z9VVYpHPDrL69OhVpq47jdOlb/2kn8ljPSgTBh4w\nFDxC\r\n=Li1k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191217.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191217.1_1576590439144_0.40429598075454476","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191219.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191219.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"387ef2bcf21dce05d7058c7fb5ef2073e541d459","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191219.1.tgz","fileCount":36,"integrity":"sha512-O1Q4EFwzt2OO5YB9gQgywOr6erXnsGZRfge9fwtOrQjZEwWBp0TShY//KXSqAlCoRNg1aIsDsLZ1NnFXu6n0Ww==","signatures":[{"sig":"MEYCIQDQXwCL5frtZzibt29o1n1ISlD39mhqPH+qE2dT2TyFRwIhAPE+WtQcxIcwxpp0wABrsn4Fo4/g/QFT2QSCYKxqEVVR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+3//CRA9TVsSAnZWagAAbI0P/1605H/Q/2VYcXd1IaOl\nHVVnn2slzGEQJfp54/28d6ccY2xb6LCqOVGql46hOosyQd2PaErDuZD7qtuk\nzJRPflwKe2LHZaEvpiijvKF//BZ4DTrPdra3jA8cm/1LyNFIxtJkRXy60n9d\nO+MG13+ChT5rNGKwPSGlPOQTmiCF69fJUCncqcKwzqzezyt36JKYB7+/J4Xk\nOb0lXUHk8rH85qiQuNeRegszIFumm0i9QRMQBS86P8UQc9uR8CbDhAmXJP2d\nFu3dP8U6WQaszQP0PSPGeYuVOwz+BEIymZPLUM/cRdU9IqzNCoI54Gvhsqvn\nowt1qex6lLaA/eUHHg8gYhwPKP4hMfHx5K3BbsoItr0t+9+3EIukZWwzQGdY\n3V0mSFizggc0No6vZtkXbY45WTGjwKWYFivx9ICVxQITahLUom4g+0hN8ClH\nEqrhDoUozFGsAWv95QcaKPLJlzxcepRWVxERzBpfb7/7Ex7b5MP6RvTsi+VW\nIzcSVnc1qtTWUgGe8z0Iu8PPwXrrghdTmZbk/zU9bGwgvv0mHma0UeyXuwux\nC5aYZAsS2Z4nFYLNLqvF38uwmZNsZa/7U3ArmHLgNSB7mLoCjrBTMfc7dA8c\n2mPhm/CmTI5LqJ/xBJDK7aAOW2lpLlzh9FEwlsYsGoYhP3cnuzizGtYsM8TU\nGPC4\r\n=tfLf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191219.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191219.1_1576763391040_0.470557884562226","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191220.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191220.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5f7b300cc7486bb7bf0b7ffc51de269ec0511dc5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191220.1.tgz","fileCount":36,"integrity":"sha512-0x8GkQFssJ4of+hDfN5OKclzS1BdhWCiRnGlIhPgMMzfCRLhWtXB6oD7YNMYLLrLwpD9Hz3S+ZpEqT1NT9B7Nw==","signatures":[{"sig":"MEUCIG9ZI4Bh8iLr8jMuG+YVXK4UQRtZDYnchtAb1eBTAmzuAiEAv9wbUEc4wvQfuMyNHr5Ehog0rFG4wCuZeqUlP1oZAQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/NG/CRA9TVsSAnZWagAAdxkP/j6P6DU/TY6rI2DTlzYh\n51RX+APGDoVip/gbpHdBVEP8lFkR7S//OQxDLdIx8WzEqpJzTcuaXJ3mqhnd\nbDH+7gRRJIeY44qyOYcQ7oh4j/0GECNeqRG+cMu8oHaOilPLcaUlz0RZNmt+\nG7cg9cDtdcgWjwJWTkaBMMEEH628LmPCAcasoRkWyBBOWD4GfKU1cxgaVlPj\nWL2qDvfyZiKVXrZNot4utd1cACNu7+EHPbdksheXKOsEi565U49jaQJCzQyR\naKT0inNKbVod11loq3FTKXCzMhep+pkzuES6kkuOehMHPOvjh/3KjEzUZBtc\nlgVjUTXOA2uAEq2P9/AYi9a4DF6wPAEjZyr5BcSVHV2A3m9/RLj/OcZ3Gu/n\njZ8PHVyCtKrtnG2K2kq98CizyP1vcRyfFbe1ZdVRBh9xWxhnjANujNOuo3sO\nZCuI8XRvTg8c1DXmXXIg/L58KIt5TrDTDQ+dtQ0B6zYIkbgj+b5DPv/PuU+f\naGXGvGPkrBBoE4k4ioq482MqBZ1nLfKi7qHynEcubchYI8nJV8SIhc3PTV5m\nsPRnyupxIF7NdALP1yjXs5gh0vBCAYduQnVJErxFFMSjy/8hAs5isryo27ot\nAbXODC56MgGlv3m2B5yoCh60LSgKnF/8lI0EwQOIeMUonikUUKD3Dil2/ojP\n65vJ\r\n=DTuJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191220.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191220.1_1576849855199_0.5272657165242529","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191221.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191221.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"fbc42eae395262b1ee7e5960eeeec111a45b84f9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191221.1.tgz","fileCount":36,"integrity":"sha512-AJeqB/CFzrms4D9WXHaHh25DMpvA89Tt8Ki6qUmdSFxPMqNR6bJ02Ces0ZYd3tS+szsoRrZVZTTynWFZKg5B8A==","signatures":[{"sig":"MEUCIQD1cMlEvnw8+l6RATPXy/P453VDKwEg9vm2pooZuMWAAwIgKcmS3hUZN2nMjGRqKBjxy9R3lqGTVQAbe+CM2/Tiw4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/iIeCRA9TVsSAnZWagAA1eQQAIpYRercLBjkUMVU25SK\n6mXyJ7oSJHGAQUXsHw2ujPF6pcopWCxgBEN1g1otreTGsDZ5dQ6xXd3urXcj\nxvjzpXLScmuwVpTWzn5hylMGfXXgyyKUNsgZMKEeh2rg+nNuqTOPzln9+Lb6\n540foa9gq8+gznbZ0SYENIxp0taceT1k5ZsLh620qC8s4sz1ckOMtY/MOQHD\noKADsDDkkDp0lISy90T7oR468qvoD6F7wWzGG1zwNcIUxSlFFrxV2lXtik1X\nUsThYfG9KHHZA8EbHdozGfOPL43lXIPR1nV+GdpjhduOXzteTBSKBTPEA4cK\n6OKYCvwve/a0cC3VIbA1bMIDWS41En6j5JvqpUi0CJtyvq8Zow3gzcjHXMEK\nSEvA3b28t2DX+oa1AYwyVo1c+Y0znwkph2Q4WwES8UzWpqUq2uJS8kMl9oj2\nao0QYMBcUKXVat7RrztcwP+FAkkLZzDQpLbmfIz+gnhj09vTkDlEiulQNOY9\nz3BCxS7RV5BcFm2sS4VV1cKfc+6LlK9Rw+m9AkRofwUlZYmM+zxUzA46WWCr\nyqUXEyK2uGDkgIY8C+SHmZ2svd2DQNoXDW7DEfEsN24nLc8DDQOHRQi1jo/5\nYo0DtcuXCcelann5nekp9mHPlAsU3VnUWFHRkhZnKsoWISLRQDp1sZ8YOtYV\nVPe7\r\n=3gda\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191221.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191221.1_1576935966125_0.5390360797279263","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191222.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191222.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"64056223f2b465811e5dc0080269eca180002028","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191222.1.tgz","fileCount":36,"integrity":"sha512-U2CotdfxxSNgV2hEAD0ezAXMj8CBgJl1AZ0MBDkHyQPY5Axz+H+WHe5jV6M1wAwvmFYIYmDkwQNkYOcyd5eYgw==","signatures":[{"sig":"MEUCIQCwAYYarwTpmpzSEbyXBb8l98+vZe6XLTaAyW6oNlkc7QIgaArw7sRMaDWEd5cbzrVuiT57+Lm6IgM9MEkKpycF3Tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/3OWCRA9TVsSAnZWagAADNkP/AuoAA1ZIp8rbYsaj8l+\npkTBp5Vd+oQfk92M/zgpVBsmVmHXPnSKHYc1TyMlgPOR1ufmHS903CtsD47l\n8Z6pidFVD1E0OydSB2qYCnW3CVRbX5bRmQC9MDkPzmFF/ilCfolT5up+pDbI\nm8tSLqrSQRWn9tDXnORV7VGz69P9QHYGK4PHVB57CUHH4HHHMCAWk2BxRZsO\nu0plIzt3ZdRPux82eYlU8NmGwZ9H6GuP5FCkXPBMk9sxYuhEaX5yfYbWK7uq\n4gyU6lfy/esD8h16a0Hx/pzaZT29OrBuIUxliB2jJqLXvsZdMzYirQbBt3iL\npSmwYx/tVBNmH2D1ZcREQ4dDDYyuo6Bz9KMl4+8JHZC9IbN4GXS0Caj29Lw6\nT489ORWQh0MYZfJa5BGuCq+pfEycaiQzAlpcPhHcJKG+O/rhC/1lUOuLzujE\nlJ3yGa6BZ+KZqSkpP6x3aAzNT7cH9AaBQe7f3rHxEHKpegsFZ928WZ++eegq\nIJYmu0RqhOwqLylPOd4wvOL1bDwb+mN5ZQHt6NVwwdy/BbFxT74I79r8Q5W1\nDuKIdn0vitY+JGCZZV4TL/2J8ElAxlZprEOrbv0ySa8q9FlMPT2Cr6escXCS\ntuLEQNC0Hk6gk6OiZNOdKMZRrFMJu8FpV3Tct5BWH7HdMZSz5x+joBCDI98k\nSUY3\r\n=cE0V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191222.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191222.1_1577022357985_0.5709912707308737","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191223.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191223.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1e39d6f4d08257f633052506593c276cf73b2959","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191223.1.tgz","fileCount":36,"integrity":"sha512-czWDjNJvL7Tm5oRffNbGzwYYf1ITkZhbp+m9mnn8L/PjpbMpFllVswjJIDdWFQcUE3hflIF65ukaxfG42nm3BA==","signatures":[{"sig":"MEQCIF8lVyPdPl7ReeZb0Lzb9AzYuoJV3Kn8Iq97Fr9QJqjRAiBvq6nIcMS3Op00OPAvZiqLW/lvdoBSULj+FIgyySeYSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAMjLCRA9TVsSAnZWagAAhqEP/RBYLRxF8tAjYw6D01+P\ndEvBfkz3dL8OfpLs9Wy9P2od7ZqMqCmiZBZA39/hpm+9XcdRXG3wKDabCvLx\nz6/d09+whvpgY3z+yQ5LdtVfXgn3KdxiHcC1hfK+dR2bS/cHTTwKcWZ2uei8\nLcBbnkCXc67wuBaCL3wihw8tb7D9LhajuI99MER6ifEs5Xe61ia6y8AonlXa\nejre1Dg5bR/x+NxQQJH/AqCafaoLXxqTLYceZaljsTLphtpSTsKD6IS41Ns2\nmKwYmZj26kcSDLVf4yq+eWazGPzLVptst59zhJXrr8HvBmfJJggd3GYXvYKB\nAr2cNfhk/M5NBkW8e1apm0L10faOa5ndCClhUaCedBQdyA/bsS46V0ujFniE\nZE+OLCnpeXyKRQDWnIpdg/fggvT0FKh4kkl4xxnIaKI0raZjWv0+GajHKm/N\nnQdNL3vJ34r7Heg2dvBAaY361UQFCeHAVA2UQa8UisbBb7xFOlIsyz47DYE2\nB1HRlPdfPmiZuXeC8izzxXEv3rJbVYalPIRmv+o5yIG83X430uCRTHvfAvz6\nQsG59oQzE2BDT1m+kzZyZ11V0S/s8QvbcHZ5TRmucRJ3Z9aVJA0xYpgmnXoD\nqtmOcDZJKyWlBot+A92Sm569+ixKOx0wLY5+j/fQ+Gm9wadcL9pgUwRWIuPK\nTFpm\r\n=rX3s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191223.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191223.1_1577109707444_0.24657061469035502","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191224.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191224.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"93668eb0d0b7fae6573607d34d9fd1cd579b9187","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191224.1.tgz","fileCount":36,"integrity":"sha512-yOnJJXW78UyRG+JN3bO8B6mWQWwW+0jDlo93+AXobGEwoseVXdTe7t8gew5gBvYi0PiBhuxGWDTrGimgsK7ybA==","signatures":[{"sig":"MEUCIGnKjCvankT7vKiZa4rrhgVOME+yz06yNrEudt4f8YjoAiEA5hyURbT7i/YyUiwsYEO7d4leQZaEwPAVuBle09N5m8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAhkZCRA9TVsSAnZWagAAWL0P+wR6/SKIVuTgF1rjvpKK\nzrgpNdBbyX7FPiXnvV4JWs6hv92gIJhegTLruRokvHLOMefM5iVDpp/J49F5\nV+Lf+Psk32PhWGiHHhPuu1mEwRQDf00GtB8EIDohVOFoG+/GluoNois77ri3\njOJUcF3Z8sXFvduC3JW/lVxElGuMCJ52XQCM4Mw+f3st/l0kxIyJCJRBASTb\nGE9MW56Tk5naIR6qT+IReHkipmW0HYQ5y5MGDP6VKjnijm9i1sKrbWcm3f1D\n0M3Qu2qsS+u4qlpI8U6qqnnv3KC/bRbFQXGNnDJ+yzR1cbbh+vTv/v85Cjlv\nRigKcI3CF1oeJDriScDqQ950dZwk6tRwnbL7pGrcDG/8HNp6b18qEZbmuveQ\nOos6DMDS7FP1p0K2G8ty4HRe/V50t/2DTFzO0QMk0lpeqYgWWD7tlq5tLPzc\nKky+UkS48Pj6i5o4StYhfpqVF+U9K2AyEzE3SGQ2H5WYZ58Atp3zfaf+xKwG\n3jcHmVqe9D3bdKDlAC31clkB9bkH/b1/wH33UI9PUxcnoJ7kkn+EQ7nX3+Em\na8fNRFf0lUZMq/aApFUJCybk6eC5xUumIBiGsODdsAM4jrsXV9YfFV97hURU\ncqtwedZIOtwJuH9OBd1fzNw30E/sVDT68UcaLrqCpfwVB9CfbjZpniApif6J\nj0Yc\r\n=6OW3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191224.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191224.1_1577195800893_0.8291118768921772","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191225.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191225.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9879129f677255a0b34cd81789c299c23a6c82da","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191225.1.tgz","fileCount":36,"integrity":"sha512-Kn74L8K1Pv7FUyGvlaPTCU+YRjTJ653nTTMBD9jxVhrcs9qMjP/TVAl/ikPZXeqY4cXbjH3CvT7nhkcRfZBodA==","signatures":[{"sig":"MEUCIEBPJm+1mFk+VDnvksfq9seJPcdTJ2E8LyV7zUg4vEkxAiEA/pXAO6etjbvUHy6tShKFtOKxkfHxiSfJoEL9TKpdKLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeA2kbCRA9TVsSAnZWagAAlZUQAIqMaGmbOb2Rl/H9TYub\nGpOWpqwRlrNRHRbsYK4Pky/zOGvr6b1h9c9l9GXe+Hum6hk31BHKySp7yk1C\nhc0EdNQVAg7X3j/bDUuqaNCSudW5FuMrTbA2RxsG6VG1j7kk2Z4MrIOKisR3\nAiZAi7rRcGPMFGbdqDe9ea1kU9Vbfwf5xznm6+mlbZUy5/u0yGwjGMKS6tE3\nkdNKiwOgdwTmJswXVGAfRnN/YJcI6p67iD64qpR3i+/SRrcCybENjjFonFDX\nBK6pAu7vYzzCd1NzE5AelJvchBzkIfAGM9Ks1Bxh+SChulAigR6x5nWYTK2u\npYlcwYrIBgC8MaDFD/F2DuuP5WlULytlK3CSiU8KOaIxiZT9JRXpoewMVS9P\nHRPbd0pMQ+yjwi0yPV6on2aHxH64clBCLtWTm0bH3rGE5PaJYTyHqh+d5R/i\nzQhgBOwVDHZuwuZET16k5qtuvd7XhbGlzgSyCmH05AQlh22j88Nn3Yxd2SHi\nbaS5xz+UqYqnmDAqbYaqzJu/Uer8QLOLTpM3Bo/yIHOpM+oAULrXwcwzKXk8\nwzj5DB38weafC3InMWvzQhTm1tF08Iu9oNI5qF3krw2amV62bZ0UF/roivX0\n0JWr6Py1ygO2XHKGrpbTB51YqLF2W7iU0UU1N4bJAX1vOq5cmm5BSmvtTDzA\n4MWL\r\n=d2or\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191225.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191225.1_1577281818813_0.02647355428321574","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191226.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191226.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"97922908dce31b4b40c89d17e04232fb5ad52b81","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191226.1.tgz","fileCount":36,"integrity":"sha512-MpCtDNMQkDsMVXr8PXIqg1WV6pFX4kQnTLMZQv+N1XHcg8us72TPqHzavLsnxVgi8T+lUmjDIFNhkrbiEgBv6A==","signatures":[{"sig":"MEUCIDqBAAuYLRfY1Qa3KMBJstjQHJmkZ29gaETbZg/Mz++lAiEA7laEw7LjJ8E53vkrfIjg22Lg0j4WBH0IRabdgrSO3oU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBLwuCRA9TVsSAnZWagAAykgP/iBff+mYmtqwYfCqxVLP\nkW+b08yqcXHGbL2KDKjsYF8WkGuHDJJVfGHddpg4+uROJl3pC0BlBjWMx7U6\nSPytCiXV7G0SnveQFAWK1gRXy1UkoHBwcyFvublPjwvsJhLjU0V0zWzJ7uC2\non3Hg1C53/EuJGxoh9YsBWe3cz2zRfcERBqsnNb7aX2ALx9S55sF/S+cjsI1\n/ZFQNvIZnZcwLsYtxtWCmuRYqdNbSER3lOzbm2Lgd5EhOYGBgAaAknumV/e1\n2UlqSiq4g7JTnmFXkkofteHQQzD3QRj6OnxCThmA60AeEM//gvwY75PGJ+8Y\nnTQZEOVSUXlHp19eGPWPpvt9Qqz0g7wnU9NztXTM7mdaLB53MksqHmUQJxC0\nlaU0Wv6E5gVdpcoHKEiGsWVPNn0UOvR3Nqpp9KRUgZpFaXRUa4qQIRmTgzcn\n8CU5wyeBNazw+NWUMiUBYKdPc+MrEYess9fksp0GwZLrzc0Q8JlHWbtPIuFt\nOHS7pbGjPIZVA1NGdREBazBi4VMfFPicPkX0hmlhm7qeGD/TLNT7EgplOPqH\nlV62J2v3eZFgBMZXZyttRdIAEWGE337QG9HH+sgHAnDBN0dNmWyMVJcp4Z/o\nffoR1EhO3qbdqB3+GhsygWCWCE5ojaS95Lf+g8yDC5WKkjm2NJhWwK8MqExj\n8WSo\r\n=iZLF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191226.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191226.1_1577368622182_0.7060887332293768","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191227.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191227.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2c54a14bc4099211b41348312eb02304a50597ee","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191227.1.tgz","fileCount":36,"integrity":"sha512-vEt9mtsmJ66SaHGh7BZNVDHMHQ3j+ll+W2QYnKj0iWIXAH4PSumJk3DafLngqJkiDZX50nDqZb+uEigklbRttA==","signatures":[{"sig":"MEQCIF9lLajcNyr85HyuJKXymTePExNuE0KkToo89OAklivSAiBwPFRvZJRa2Ra/cD48DAzzg6jWpCLti6E9XAT+G++FHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBgtICRA9TVsSAnZWagAAIM0P/20JI4DSkzZpWVV4LYPF\nxaysGxVQsXi/hXNN8dO3xutcvx3tkQJEl2TbehpvFxrjmZV1wxeGh7+FTAfX\n3Ey8TJ5YrcqHs7PbYN6QI9yG9D52xbidhcRUEW71+Q/Mj7ynazYQD3POMOfk\nWIPqNvqBNheeEr2YFITHHDjX8TWdH5DVodG2/dGwAP5IPv88r1jppbfThZY7\n0Ib3du9/+4ylDS/HkhJFWtqZLCbAUkqMPq8MtE0ifpp6wBm6Ifpo/O4gLfOd\nt4MPVU/PwXI8bB2wZbtaYkamLAs7+4t+rAXzLM1FRC0C5gP95VXzVLnpV8Fa\nqbUpoCuC8SJuih5FvbPzkDzlJ/kqCu1UP2VpsPHlhTwxwECcdPbxwJ0lPHdi\n4kos2WdIrN/nP2HNQUXvQgNHbOX5GVdYxhHTmWw5nfkvn7M4PPT456Ky7Ive\nw5jyDdbPSIrcilltmqFmhi/cBYsB8MLjtbhO1jaepbjEEdRW0Ij49zp5t2/4\nF4XsxtVqZVDChWemjPu/CFUR/BoZyxQlLOtdnE21lJhsL0HF6qP1tD4ryow3\nYwWnr0hnfagk2+nIBm0grA4mVgqTEAOn/4dfg7LnAB0dL+RkyOch09EdGjLu\nW40MByFjqnA7NhXV1YJ/JWVyhASRYg3K4MTqThMcrdT0bmsg00GMIU9UJgzp\n1fNT\r\n=2mdT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191227.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191227.1_1577454407823_0.551193228631629","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191228.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191228.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"08c7849a16bce4643447701f29278bf6ea15df2e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191228.1.tgz","fileCount":36,"integrity":"sha512-dX59hPdbLmWhRie71KUezxZGeABV7ElObEHaO8UCRaz0anYaM3l7npKk8xFvbD1nRH7LILdF65UtXF0lSxEQvQ==","signatures":[{"sig":"MEUCIDHhPWulPGJHrQwR6YJZGjKUkkWsn/IF7zwZjygZXyp1AiEA0CeCz75lvHmLGivaj8krLnclTSQBxcNCbMm+MLDsCOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeB111CRA9TVsSAnZWagAAOwoP/2LDhS3GkoCMLMQ9U9+l\nkv57r6Nc23WzYOngu0T/H3FRAh2R5oMYO4P3Br+NNJ/8rmCk1XsoZdfo1J8L\nSyLEtf8m9y+Z+jbkeE2YYFZqyTI9mGqPQDd0/pMzjInvpSsVX1nSsv15M0sU\nbX1/kZyyUH3kyIcF8TA2cSYYacQ1MWIjHqA4SGxtosgR/V2uFLyRIXd3+Hw9\niOpL/CciXTh+xkbbFYd2l+JCEcS55poVwAMY7Nd26GOmi5chO5/kQVXPKAXD\nv1S3LJ3wLES9F+kNq/xVq1XFyeSjQqzJdV61ccwcLNuwX4ZVHzQXiH2R2Uzx\nsxgpf/IfOYjnBVDlrsSx1vcohTg8neCXqGKbuC9WW+d733JycDdBcXltM/Nk\nRgF6h+PCHtI7stjSrZLt3NDqTFgqawXjq1Gca4OMaoLlfbCiIHdKJ2DBczSR\nW4r94S2rx4b2PCYSHh8X76PzsYKpYkktwGYRqojJDRLVfGN2Lc3fthkrDZO1\nT44Ss2ptOns9CnSHNFOwnl0PGNcE5m/boTLzVJwNKevcuX14/dA6SMXT7DPv\ne4RhsVn884mTWqc55cYRQzatqueDQCk5JDgtag7QDRatXHMx2l7Cilrct/GQ\nI7LRNcnrmdx0y93qVHTlqcFl1jJpFx/U39CVeH641J9nPMhSCv2u/jPkopxs\ndaUy\r\n=TKX5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191228.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191228.1_1577540981553_0.2151297987411247","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191231.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20191231.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20191231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c569f8f502edddf42c39eedf43752ee11c19b25c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20191231.1.tgz","fileCount":36,"integrity":"sha512-h5k24ZrUCu/c2n5CpbXR7a6b2tPgEEOhfJs1iIpz0lrQarQYzcQq5DM3+xo5bBKG8/g475skpHFG0LOxP/efQw==","signatures":[{"sig":"MEUCIQDRc4+/v7t3OM7gpkjegzgawZ661S4HbFtzQmQyACQItgIgOPuld1u9EOLs2JSjR+FHQYiIrxPP5ZWmCozWCnG/6dk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeC1LBCRA9TVsSAnZWagAAtFYP/Rh2ZAUt9qOHhNv2rLeA\nO711rIo9CPjlllmgJU31dI+au1YpnSPE0Wwv5s3Yfjp+09Tr27ijNgPbr7iz\n+PDxfmMsOPmMvgEW/4f1iRg9UoNnz8ujjwW05O9gnGeZf0wCi67oXniwY+1Z\nxclQl+3xAxngS9VZxNyN+UWHc3IwOJ8yQRCFBSP+m7YOGKlergn79rz0/P++\nxe7usBRGGFKB82cH5lXVQ8QH2iaaT0xrJlx6ahkLIZjm9kyJIGjUPBoTwpNg\nt3AvR1fB1Zc0+ex4LaIPrmroORMEo1wijuJ0uQkY/MWQXsDizajbsEwJbl0N\nGUB7drU2GT1QopdZ0vSzaRMJoMt1z5M4p3p9RiVXCXhmNhFt+Z/3TuEnEpGR\nj0+1HRCfOth9s22Ca1j160Q0BS0KwIIfE5M1SDE7GKo9QYMWc8vEPUubXF4I\nut3n3Es/fML5ilItPB6grXWgJtzSHsyQdAWs4B4uc8CTpDruM8tVQ/GsK2ps\n2m/ww6HRCnT8+rVM7Vq6iYwx3DA0pQxqrZAZhh1F5X1pvGxmq5p9vbZ/kPIj\nla54p+XL7w3+AO0DIM55KhBZKxn//Pl2ioEVLj74p4Gzqa2dlGqg/4KRiBsK\npZnCJK+qJHDv7q92aCkvjPP+VdEE5oUCWY/m/w7xGrySlcB4N7e+X13uTZAU\nJPQg\r\n=Yx2Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20191231.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20191231.1_1577800385401_0.6064116144234994","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200101.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200101.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8a8b1aaf70e9fcc994c2093edad2d2fc793a4eab","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200101.1.tgz","fileCount":36,"integrity":"sha512-s+lQco+Ot/DZ2iD/KJ91PEunWTk6xeAyLsLBSq8z0lXWXQIwjx0HOjTPcijRs8Kbu5ABT+wWoY6O1iRazm+4jA==","signatures":[{"sig":"MEYCIQDeiXjaRDifI/MlR3ocbS1rfuomtEDseYVF1KpG8X0S9wIhAKQwjpQVU4vfCakCjkj2SRvjx+9A/WR1mH35C9CCOUsP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDKK+CRA9TVsSAnZWagAAt6MP/i2U0FjYVURlBFlWuHzT\nAWk7D4/uHXjGUNBCe/N4w190dy4/DBea22jFmUlQYaG9RT/iPsKP1ea/wum1\newMOb0Mys+yjujJt5D4Tk0oj2y9mzoy5NDDTZVWOlTBpsBu2tNsFF8JUVN70\nYPu9u5dp0kXT/LJM+kMbyMQ6LjZ2QcHoEO6YYildwxBrkeVwevEFvAA3Ko3D\nBbsTvXdRWhzvLd/b697iSYf/IVgVj8ybZmM0XwLWrwKcuVbEjYt1oyXyPV9y\nQh7OgVjU6oAWoy3T6DOMmLxmwj2gzOZxYruK5ae2SV4vX6F8+j42Z1hD6+zR\nT7ylgqLEkI3zL0xcmKXRD7tHqjOlnU4okVVfLNw6OooZoPOhRMvbzc5sk73s\nrXwFyhJdBbsQSIjYL06UC4xqP3mtnXb5A4menQBMbW00ttaYvIPZ4ogbpCjF\nSLCF5uLwxisbgqyl8X1E/uJmlhUV6d+kqyA/b3DEX+vxDOwYdZKj6l8Rd5Af\n8QZzkFzLy2/ydiHHvcgBK7MIu6A4+S5hBBIz1M6k+L13NHpZICVXWJPbmllP\nX6XMSa3cHf5zbMGOYWY85YKWFwt0jbHkaL4NhdmQnNUdckzIYt/P6gt7Mwnr\nJcD1xnRr8NzHcftJ3/lttNrTvdvpC2FAIWFEpBBBJDfaCkfMeg5WnSsfOieB\nBajp\r\n=6LNH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200101.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200101.1_1577886398357_0.746117763279406","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200102.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200102.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"02615693265099105d48abed59d6d2d80bea7b52","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200102.1.tgz","fileCount":36,"integrity":"sha512-K736MbrklCr1n2gkFe5Z0Qu45Uy75KJTFZ+ZUbifoTieTYb4TRmytMyfQ1l46ZmRJyZVkmecQ5iHNLyOUL38Tg==","signatures":[{"sig":"MEYCIQCAT3q7DwIxYduSwpHss9bpYjplDncLLGBBxxbEeNcHxAIhAPMjXr3XyDncDDbbcxkYyAD1b6W0AohoxbxmKVAF6Knn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDflUCRA9TVsSAnZWagAAlSYP/3jTg0+h+IOiSnhlEexd\nr0TkerhLHcIFnvGFPYw3GRrClF/JezQkzODQAwMaO9gegs+/nzKQgVg0EI1H\njs5flQk9p74kx+Ldy9c+qXpH3w5m1md2H1iitFL8W6LjKEKf8KfWS02nWGFJ\n/w8GH2qfJo2eR+Ym5L9wnBh9lxq/CbPg0e6B5R8NdHvRYIdqlKljhiCmIBOL\nNB3jdERD+I7UpKNnlQ6aKPTkACA/DLl++R50NQV0XssgSTjSeducs8BJnYUv\nho2+8p2RqqrxUpSwOkelDAMhvJVjJ1aenzD0Q5SOfqX5o+Zs2DKK9Kl3zfjw\nN9an+8FqAj3NSVLw8ljfLZ0uJdQnoGeOYJfPAgz06sR53qo0dttzBlcipZRM\nG9IarnJ0xiXSgEfdDDbTjMniIT210YXa4j8Ce8wqb6JMxbO0Jcb92FbaVTlc\n/DsAzPSurERdqQmPyN1ZD+wEpr5xcAiEcEK5eoGRqXIci3BERj3C+R3K6TzB\nCVk7c1uoLt1nNcihJ0HIewg7dwTd09FGjohVJisnO39kkkOEA44+IyzeLER9\nPYUgNnY4cn7y2K4t/J6QmsXyx51j5YGYjiaH7y/fZbHvMB91cMfrdi22U2qi\nFYSNWWwTLcoKlaA1Xe3y2PA3vYyEPgUurD9bqoadmNMrs25lgx6qp3HjDiKj\n39/u\r\n=LzNO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200102.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200102.1_1577974100563_0.2827394518337467","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200103.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200103.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"fa9d694213045f193d8d17ad9a90a53e291e60c8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200103.1.tgz","fileCount":36,"integrity":"sha512-jfEEmq4RGval5LS4H+mNpizMTngyofG4e4lt3j9xWZMcodY4ogGwMoGEwUvv71qHf3pAg+Lkg0bdW/a980ynGw==","signatures":[{"sig":"MEYCIQDaMP9NPyw6ZJEMaxkdAd4BHHF60AsfJsYccmNZgwXFBwIhAL0SPrB+PIpw5GmLggK8/+hagFqQ14xogGYmm/RzG3Ad","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD01ECRA9TVsSAnZWagAArS4QAIZxPUgbDotD7/VzlTDP\nrWlV//wITaaNVhlEXNcwlt3a6TrpuwYUykxlw1ApnnPqAIye9Jx0/V2OwoTS\nX+4FEOPvcIlf5rIOtZexioyEd5T2Opeq6699geVF2khw4QM3FXTS6/A8DceC\nfwgwS7VVVv8mgnhmmN4M41EkcwUBOdies9i+lBpYFCow5Hf8jyHI48a/aESw\nfo+ytp5si+kIqcM8I/aKs7W6JFHO36iDzc7/HEXGL9gPWKvbl73fsMcLkc4v\nm/W9Fzn1p0OlGtwdWC4q82eEVZNEs+oJGij8OAuKfvnpjLPXiX+AT5cSDMnY\nJk/yw/LbJF4EyX1Abuy44Mer1dThYHqRGbw7K0woQpvqTgVxdi4CsME8AsyR\nAl9oviYbpuSxfebj+1bxsPMrtWfDtsqGt0n9sFXliTvyfhsGyUX6GAfVhO+T\neCWqIEO0jTuR5Azpkw7+uFpZIOGF8VnQMjWWqq0UN+qXEnCkBy3gRFql29/k\nHUKpLkQgir+xBJNB/+JAKl+X+R0uF52jXaoceWvFxjRUQvIfHqE38HTSm3M/\nwrL1DQOQtynbskQ2Ch6Tjt+LoOZBe/inWIsxEgWpnZ5vNDD+HsAKqBhH74CE\nskEPuJTwdb1/QPteLgavr/W2ftY6KziU2DcOU5+mvjsu5HKTpAFQpiYCOp+n\nbLv2\r\n=CYFr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200103.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200103.1_1578061124173_0.9930711966671646","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200104.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200104.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"065fa4a9335c530d4a470d66ba273d3c9abd9c11","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200104.1.tgz","fileCount":36,"integrity":"sha512-T4s9+AmO0K1G+KacWKTynjGwprQ06dyUSCXqNlkZmmU7sdx02WCYiwWD6JxtROrL0nrTLGXj+93/KAuXq9xBog==","signatures":[{"sig":"MEUCIBRcwe2llEAfviOBP7yP04qyiYnGeee8q/ceP1hSpxu9AiEAkq9CC5dNQHqb3et2qy5dWPeewqhtiP9MUZdUrJ7vkoc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEJb7CRA9TVsSAnZWagAAB+cP+wRTEg7MC0T0SNOktvUn\nhGQkOLJ0UtqB1tEVT08S+HTll+5KzsZCyqcc0iSUG96UZFKyFoV1DnEPljri\nZjutCqdDZgakTtgRnqyN6HsUO8VOQfBNI2O0V2+z3rU7fRJ2YPFf7WgAxSEd\nxcZfS2O4g0un4hJIlwAYj1JMtMF21Qr+d+RAt5c62K37XcqCVZgPA8aedeuT\nAaz9EGdItXxUoBqtVlB67G1eTD6gZ73R0//XnR8w6f8wG4Rd/GRwgztPXXij\nRCDQy11QVWHo0OSdoi/qhZN2fqR4mpKYwqvYXup3nt80ctV1E0MUbEj0EwU7\nNvYn+GnlwPYA43XPH3Xfc3QiZEKU4cdYIdsWQQjMPjeVYmjfG2iDCNkhdHOm\nV/q4aQx47ukU1XvFewr3585wP180lw7CAenum8WU1kzTGipsoETWpbHKN/tV\n05M+cw8RtKFnkNEpYs+BZ6kKtu1agRhy/OCiyC4Jhv8gisrWHKpDSl92dSHB\nHG8BlqvLej/HG4t2TG0FrSSlUhvWeXaSj9a6hYrPUISuzixmioyCmRkdFlGx\nFT/r9EkCSvhESgkXHw/sZ/3tpdTTirwwa/Mo9yumSnp5ZFpJafOhjMFP5T50\n1ai4MBJtFtuDjSeEqbQcNlIvxsTWALeTxmejAnEoJ3IOWwSDbwVqpcIx6nUC\nwOYd\r\n=QxYG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200104.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200104.1_1578145531063_0.41442344963449806","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200105.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200105.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1c120548b44b4881abec403d6ef43836c3279e2a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200105.1.tgz","fileCount":36,"integrity":"sha512-jyq3uRiFlxlnPy3PkN/dNbTZYQbX384JqluUgnlQrSzFpnD2Zi5pWY3gajwOtZxlutu2NQJyOqcZcwPR1ZBwIQ==","signatures":[{"sig":"MEUCIQCjJqCDILh2PD2W4GRrJHdTPdJ2emZrTMLv9qUiHpgPsQIgBtneTU42qVSiTktyN5MyLCD8iD+65gR4gInc1C/AYYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEeqiCRA9TVsSAnZWagAAZKgP/0j2LtUlYZE6IIPXIAd3\n/yHEMOfzljb6SNAEILY0d8Rw2VyNH1gi8PknaK/5Wy3W552Tg5BYznWx8BR4\nusHXn0DEdy7USnHaKxla82PA1FsOHnL8BgO9Jad53bN2MR7VGPzsAahl/Z1x\nqLd5+4pi6EUQYEWEvGhIdqdpcnggYgId6CQP7pg/qYg2wsb59+NIyT6i02hd\nsZXWbDIiqMVOkds5iD/pZfu+IA6OzROOkDJ+/AooSI/oDGVcTEidsEkI/UD4\ndfqwOZDNYcJcFXwg1Kr2W5tMCym4amBdlfhom4R7K7qNJetWMvpPNnJUWiUR\nBC42tFbZJIwseJ+F9sAFFMfhML0EXF46DZ4zi2IFRjzUHPhOqch9etTFHHUq\nmGonYmcYPt8ZgimDBtKl+VFHQi1dxaS79xuMv8ezyJncFBEI/poMEhSxuCZw\nCKVZKWhc5T7Z8lbK9WQ2XkccvB/L77KXyPB8VYC3ZrZMlAdbqXp9B73l+uwj\nl/jIQ+zMYX0K1hjOgev+aNaliWLIdmlJuD1yZ5S8Vd+5j/GrTbhPhD75cY1E\nwS62CZh6lAUsdWWupGR4oQaAWSFMB/U4v4o6MIYwK7UGbSCFwofWA/KMat9W\nl0LXxWaBH5xmCgGxPryXo/nLCq7ZyCSCq6xuEJR7Bvsm0F7ODb8mx7JH+cfo\n8OCB\r\n=la3w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200105.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200105.1_1578232482272_0.5246794625153535","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200106.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200106.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1ad3610ac8143ac8aa910b9dccf3f21f04176052","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200106.1.tgz","fileCount":36,"integrity":"sha512-LkFWHZu27h+r+zHFY9UmSEhf4o9uxLlOsgp4oXxfD9l/rY5DcgagNFrFPobo0Xu1jCyRnsJFdN5Ut9qNZTZqFw==","signatures":[{"sig":"MEYCIQDTzwMsV/GO2xYae/gCo5X3aSAkx4I9Fxh3oBtoBLgJ9gIhAMlGe4BYrnFzEXvvhTROTjJ2AhVnt8Hkagnkk3ijnNDc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEztCCRA9TVsSAnZWagAAHoIQAJPw5x+UFWb+UE/VPkVY\n33s1Lpq+96xMX3CH/twlg3zagqEhsU2bfZ96UzSFuGTvxPK9sMW+5tAgpTfi\noFDwvPLDpnTxFKbVDdRtlCb0R4MDgQ1I9WcQexFg6w6cZc8SEJp9DZFQRPEj\n5/YxHNYMaGNs1Og99LEcX3ooUNWs9WDhn0RF3FfM8shcaZi3KZmv+ATAPu4c\nXPJ+skUxHwJ08BEEDO6AuVAicCepCKOeiM5bFYTwoW3aTnDawwP5sznN/ImC\nNGJ5fajcU0f9/Yue4A+AlrNPqgu5ZAQTU4+7nRXnuPtqjpaWoYZ/m8TGx4Jr\nyFAETLkcBMJcW58Fb97g747Z9ZdHT+89jsUgZntwHjjG77KrK3OZIoMyA+2K\nef90Go0bfF0lav8KaV3wmTAzvv/d7fKhOmDGKHjSZ8Ee8s9RkdW2lLjoXiGp\nKnG/yIzhWND0oUsXBkmXHQW14W3yBHTQvOJ0fn5akfQtSBGoS7wauaVVPRiL\nz1K2uPkslWDh6eg2ucbox3vSCrU/pY/OoSzrCh27pUozIrDrbb1q7p5X28c9\nkyujwFgUlVI4c2AFFy4ciFPPOY0rlAZpRZHN4MBLqcu8vEYGizm2r2B/au27\n34huvF7qYw7fkqQn+cHRk9Kgw74FPaCZzLODC6Xf/+euXFlH48VbzYdTfLvO\n3mic\r\n=Aqbk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200106.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200106.1_1578318658426_0.136074020647732","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200107.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200107.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"46f7a6318890cee2056c7194a121ce842f8963e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200107.1.tgz","fileCount":36,"integrity":"sha512-Alu5MC/h5HsfFzQhVAaZENrdntNS3E89d94xTSA2rIKKcKCTcLYjUHVNpFwM7NVV6oMKHYJRP/ocXmsBxlsONw==","signatures":[{"sig":"MEUCIAVitGzirhmStTTFJSv4WSfMxnvXIpYx1kAw/Ew/3bklAiEAjF/5L7J05L30LDPExeZ8B1IamKiQ07pXPdmfoRzVnfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFI0MCRA9TVsSAnZWagAAgaMP/2uQEhMh8Lwo/+K9nvT3\nCxNTrrppucxUr9toHziI9ISLGKJR3y5OX6wpwbZLCaOWdUDT9uJlLwjd9Zr3\nA36JzpbimouYrcM0DUMPVH4fPU2jN0KnR8VPwUZjpQGmAMWmw7RKRlk/sSgR\nt8vaReR7iptmOfr3WXum3Rld+LEsebBiINdzRWDm/1Z15azuAkvYIvogzHIp\n+tWscuRHTVbeU9LR+pKYRVTj4AP2AJVyh9hHBhKKX58GVXaQxHJ2F2rj0xZU\nBb3xQf5pfSlu2raKgc1fmKb7+93Vbc0qAVjAd+75kcilwkeXD7zkyyUEQe4c\nYJ5W+KyaNiLUulYezuk3BjAsnf/pZQV2pyfXydVG4Fr3VfBSO3EllLOh1bx+\nge6Esgr4yO2ZO34PfgXR7nLQKuqqFxn0NEGhKF7vtZkM0FAR/vOCR78EI2ZU\nlaiWihvPXQ4MZSqlKCnUvIIW32CHY5C/VHURiyjsBYbvXOQYFsQ1Ie2X7mtJ\ncJNE0WUlXiiRlIuMTfQ5qdpIjJIxKcZSCNyiRRpIYELWBZzDt+bWsJUMk8C2\nPBaCZTRZeBwgtcFL1k9DrkmVbBC9wht6QfFV2hNPjhrQ93blYi/HdCLLtEIl\nXbN6qhYMgIJ2EoUFSShG3Jhtq0KIL1UrtCaXi51z04WDkKZhgRABF+nSmnHl\ngWOb\r\n=oNlE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200107.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200107.1_1578405132025_0.5406054478254971","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200108.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200108.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"fc989b73ca78105636291af4a59d15d4d63c0630","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200108.1.tgz","fileCount":36,"integrity":"sha512-zz9eUUPigi9w0aLYWgsZmhGaliEzfQN5tFwcgls1v7FHqMLdaPu1DEzcSBjbUTUMGU6PEWpGgGo5oeWfZqhiNw==","signatures":[{"sig":"MEQCIGGtCrKju2g7QEwhOLYlugYPxaBvT4T34XTaDEnwgp9zAiAUwG1q8OhdXpahxVmfWl7YRMprQueBlQuOq0Wfl3CJVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFd3kCRA9TVsSAnZWagAAb90P/0TqN82H69cdx9eSNw16\nH8/Mjy9AHN1rkNmrHbn1hO0vlCkOMSwGOpMhV1AuadCipeElmWmo62lMcMG7\nlyGE6J+419tA7mCWWroE2oovB7a5MZC0e1Neb1gwdpTC7xNY0YSxrXFcXfal\nhEJYqE+OSASWmD75RmpkVfSyPKCUek8yFyU0sKkD9dfEqAJ7UJhOrWyT8to3\nlGRNlS5l6xB/08mUlUtowNy5o4ADxM/E7ozpEwvP36e44t0Cn63GZJxf9L5z\nQ+ErH+kTiu7UuTNhWQCrDwCZHrTKaxRLVe5bHQW27p+nS78+vqgj5vwXCFyp\nfD9EsbuHZNo28qO6q9fXXKPn+R8AtDXk+yN1Gkfb/TBfyWtgNMpYc/Tby8EI\n26s2W5R+cqabXQP/VHKdkLAYbvAWhOWuvrLIy0wSZlWGKkkbs2VLGfZxbqVq\nJ5Drd8uIMjpeJVO52+4/Wjde5ixymP1GZ27JLHPXAa3cFd+12ehMU6CYni3x\ngTgnSW2bRHcd67BH7N9RZfW92Tzh17bver7M3FpGPubbiY+BDiRnq4eCiiRe\nrIE0lVO66O9UUSVnFAywjf8P46dPXQ7WkvM86munXsO+mFEZDTcGYf2Ymxkm\n7ERp3u0B1EqqjkKZJtW2O6PSyNc3F5aqzT+QZ/agyc796Xsyw473iauvB4+n\nYbNh\r\n=X/vw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200108.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","rollup-plugin-node-resolve":"^5.0.2","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200108.1_1578491364025_0.9444403594810566","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200109.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200109.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a4e9ee5f0f8177326bcca3a861e4ba1d84e078e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200109.1.tgz","fileCount":36,"integrity":"sha512-4qC5WNhD7vv8POA/EVKVEZ9YXE7SGXlaeiq00oFIK6TtVypwLa68OCmFzPJeb5FeqEJwLzy8yQMMe/oRUDCkLw==","signatures":[{"sig":"MEUCIQCZeavRvZXTsyf13IqKxbzruEu92ChrhUxQxCT+tpeSpwIgbM3Ka5Wnhbp/PAP/gtLZCIHm4CtWvMSl1KPb99Gj+NA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFzLaCRA9TVsSAnZWagAApgEQAIYz4ilb2GBXsPhcOyfA\nkxXefEVIQ/373rHI3hglQyYJGSZk+e+kS9fdUemwydjHn/Wi1eqSR3R1ixbs\n/tya5vGVIcGHGFlX3DIGTbVT1E74CSPyXZt4kR+8vf0etulJOweMgrEBohoB\nneQFkGuoNkijEEV50/ly4hzaPDWmNZC6y4FE+Vi0xPHk1ERK4PAeBMJPg3WI\nXF8WiQ5EjMiX3e6ZNqcRI7yDqMnzb7d02EkkaADT4brTaQoLIGrpmvcLcEZd\nXUinvpiQ9mU0WIRU1JfE8Q/smXQaCiMZ0foYqrBotchBzyL3EdrafkyKTvmP\nnKykuB6j8uriruNnQVtFyFG0qYq+/OMdufgMtm2B5Yaly5x3TQY3vTuPd83a\nx6jFNgO7HXzA+cxlw50EC/ecWQxuBBjnOQqRWh2SqWpwFU+y6WoNsfmdmQlB\nfHBOQwqmmVjST/OOzDf73Bm/qPHzTDVCTpV7c7qXN854onuxb9W/+4GrjYlf\nbmbq55zt+J0qxpdw5TPaP0CLrDDXuvci1x7fmD2X+lzTXZAjzqx28571qDco\nVN1uvX2PYs0Yj37OvUblVVTGKRL6jCtLskfcC4llAv7EJVhevmM1hf4xi/I7\n8dC8S+mZJBq+8Y35bpe3nCmPZzlC9CUfyUbCqxtOz9dDfm1xzd+8xLerFa7g\nfaq9\r\n=p/uU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200109.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200109.1_1578578649945_0.4733195009543849","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200110.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200110.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ac8671ce176f573c9515b5423fe9475a385858e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200110.1.tgz","fileCount":36,"integrity":"sha512-Q6AhS8KLj9V4UJVaJAEXsv8nYUlYNCOm/XcZH5Cxtex0VCxCtMcYQ9uypvzGeVT2xZ13ad5GyMoVxd1Grh6Efw==","signatures":[{"sig":"MEYCIQDSJvizs6xe/KN1U8/IeXUpqWeBX6GSBHeaweobPRi3MgIhAL3jDpqbXeX4YB9by6U2HPN7xL4yfK3XUwyabAbV3ROD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGIE+CRA9TVsSAnZWagAAYPUP/RARd7/OPQDhWWF+C9l/\nBmcA+Lq+t849C/QEiIv0mTxjlYIHFCufBjmLGCEhgbuj24W5M5XKB0k6qVhK\n35b+ZYZD6GTPtm40U5sqVSIIdfCyWVoXntCJCCZlh0aaMxUG37dhR3h9r/sU\njE2uts6XOo4Z9I8/fxzxqV1fqJi6TDI2VuPqzr76xIeZIZeeVEWIzZq0aBBg\nK7OKVwwAZI5ioEuIcOk58zE6JEPixkVWKzwGBtpfEwFyLvlqSNuMHSAwdEIX\nbGJAiS8ZnZSCZoq9ySrOY5Twdweejs7k8tQDuw+x5LI4yHf2mxnulkGcOe8B\nuhtOmJ/RKE/DxLqgaY8j4wD6iwNziZX5sUxHOGSphEHGLRU9ufF7GDs11qfB\nkTqlTPawidB8SfP8nmWyTnPHl1KqyEVZ3Nze3CG6Nl5xO/AaJj+1Jb4oEKQ0\nxk0jkCWOFHavyk9FoQWsNbivzLkpL+yiLELQKcT6oApj+3HFYlXo1oovyg0d\nneXSNrWpRJ2NuKQuDVeUUidCgAV1tETQJuhOJ4CbnHBKeBmY5NH7ovTvZ63u\nZzWAF+1OKTR/ELhSDG3xIwXJWvOo/6tMDnBEJ94zfbnzlG+B1J5clAehpS35\neFNTqCf1vOxFKdkEDhx9ColMwhB77X99y8mBoOGyhUC4dpGuI79wfJtJATTm\na+ad\r\n=eDSB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200110.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200110.1_1578664254421_0.679965033742292","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200111.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200111.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e0f779067dca7936a647989572ebf0d2a50d4db6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200111.1.tgz","fileCount":36,"integrity":"sha512-WbwOZ2mlwmqjZ3hYeJVDmqPBBV67VLW6toiMirKI1a94WIIw/x5OWTW0pB6EAVgiHudgtJmToSCKcUtuxzy9Dg==","signatures":[{"sig":"MEYCIQCw+mKjuW1shpld1rrAnm67JWktuZmoZyLwaI4DVLhpfgIhALgFYWRuEvQ+2hP0+JLwiPpr9FCUdSCeo2tXG46bSK5e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGdJhCRA9TVsSAnZWagAA3GIP/inyN/g6kGhwP1XeKG0U\nXDwSpovIBIrjHWR5o6zcyLmnjDMfF2FiuYbB3uyyu1zwuYtJrK7uWR6mCQMN\nqNlsWBaRATVp1XMQKUVoy/oitfjBhZoxE71mxRY9VQewRUJu+DzmHue9LxJO\n5twIFMuY3H6xXXAqzlqrt1mVS3GfUoPHJQP/YKymfomr8mQFV/pnh3Ma5DY5\nyLQBKyt/XHaEnZM0lW68fnTnezmhKJGejrOjyh4Nah/BTETLSYj2R/0L40xp\nxLhllE0aMOsflJiRX24FWaBj7LHPrSqWx+edwhkCcuxOq98lMOY5mn5x0UQs\nGiU+rv5HLt+xNFP8kJ7aP5vaS1XJM5SQU5sIVvnUeGXmzY8nPAfjxN13i889\nDdt7GvRqzaXoPAEl5PO97iF6Bk0L2HgWiEGFK0agUueDT+FkjEnddk7ma01B\nVWA0G2zJqlwD1BqxyRhuMyr37R/NcHnhdUQDDW6JPRv4p3G5oz6hdK0dcXM2\nJ4MjV9ey6gI5ReNtA4OEmUMuGRP2TVNDkD4PojIkxKa942u1JUtWVeHxQiRA\nGyH22ZOYajS7Ci589o0BbIruKcv/eXmEhMHWFiTtcsCGntrFngfM0KJyqbb1\nLXVycH3UdN6MNUrNolFWQ010e3FGScqKesg7O1OcWrgUcWPCs3URUJrxiB2s\nlUpj\r\n=5p6M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200111.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200111.1_1578750560754_0.5049016046720116","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200112.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200112.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"764b6aefb2730313fd94399b77160cc1ca396d32","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200112.1.tgz","fileCount":36,"integrity":"sha512-gGnATAKyQmRXn0ti1up9lbaAwlizTofuKyZlTWpEAAzEsY1V0j77f+ZrspyW+NxiIFH3vKR/ZetRU+Z01bTHTw==","signatures":[{"sig":"MEUCIQD81FUse5iiwwRYUIOyqKtySKSYDs5shBk7sTnQpSL/VgIgDGZGxPD6yddiqrVo58mFxNBbuRcD+Uihb9WigurZ5Dw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGy/zCRA9TVsSAnZWagAANusP/0Qiv7mOHijWkvAKIWOe\nHrtoKtdzcs7ZtmbMO/qp4pZD5PmBOtQagGEDikQD+9o2GN0Yd3oXy2/g1KuD\n6tMbczhRWGA37Y1U9wrIwSJIhTcOsYRMsmTDhQyyI2EzFjc4embvKaMwYXDi\na5GkzjqV68/Y1kcQC5L3H6xwjGbTI9gDKlNqt1daNhFh0v18khPPJdgJu/5l\nOu3pK/Wn3zk1BOgrq/xV237RWPhvUgsOcmFjwAyUFdcVFRm44SZw90JzcSOo\nbZ3Nr0r04jpQWXydLov4piHZWzuG49IGJHv6xWl4+6kHMvAB2kvrJwEymHTC\nfY5wVcPLIONlGdlHQd50QntByCEXn6DoUegUbJ0mSZUjp7pp2hOdyggpXVQ0\ncncOU8YaOmxTyYicK2ejkncAY/DYjEU/iNyN3JQqRp77EsTpZC4dbN0unFqx\nx9osTh8063BlR7eQn4aQ9qflIcddfQc5NLDt3z4o+809i9LqvVB03LBH8LyJ\nQaijXcXYnLv6jqYuHPRPRXa9KrL+pza4ss3Vc0JWfWCQ+SaHh/sr+UHqPc3r\n3I9aLvh1ZxCn5Mc1YTzU7uqCgj750vMaseIp6hAWJsmB0t0q38B19+p4Kk5x\niR92nfhqU2L1fLIVfHbpy33IGfTpunbn1VgD9NnKHyXWOMaCPNSZ9GmpfeSk\nUmJ7\r\n=AuF2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200112.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200112.1_1578840050642_0.23419802485052643","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200113.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200113.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"aa82579dee2d2ff0acfe3e51a42565bff069c4b7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200113.1.tgz","fileCount":36,"integrity":"sha512-q5w62U7HeSzqft2e/mEpjexiu8H40LTYlf+L9fBpdY9XBqXUdwqKNkyTU1oxT5eZo6uzotf8isnpXRgR9/biLw==","signatures":[{"sig":"MEYCIQDQr4uWIuYcK5NVcn77bkRbUpppTAd26Mfy/tKtH7uReAIhAJvIEfEbK2UEz+vwPGpFbFwGKyD30VyYOaqT5x6wAOgb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHHlPCRA9TVsSAnZWagAAnEEQAJDrZ4etqgcEwiV+zmQa\nxoBdctdunWwecnc2lzLi/TXxw/szLLQKJ3wxhgoep1wSBXnL6N2bUqFqtM+n\nK+KlowNZMNEgohyjtzM4OnWNZNkwgyBv9wQREABt7zGJ3n/Grl3FJKt2IYZI\nBsZ1s+PUEeXke51gzyhA1t8/gjveroJZRSZyy8bW7D4Dp4kPQkv/a6uAIjx7\nuzt68atGDvk3nZcHvQUmSrm2jMuyuERwrw3JpL42ORVqhyivsvOAN+Tp54+D\njvvQo6xizrc2j86f8wIf9ONtbPS/RAtoSZZjH18sn+iTioxPm/cpGXxt0vVC\npXA6wNN5EfQi1mqoqq+FnyN2EHOEfQDbtuzTsn7RbBQhen7wlxy+OdyZMKmW\nEDABRNuUtatMkpifmQYpq5bXWNHMAle2mubx236/XYhzQcsktdFyIaYTEOWd\noZOzHiCWaie9BcILCix70mhjhPnyKZkQpNMhxbU2ppquCgSDoOM7JbdhUWOw\nrIoXn2AXuJl1GtZSyyVz5GI4rEHL0orhsB38LEgCLJ/e+3kUNOwvBkD7k4lE\nHbd2sblmkqgsQCzSCHMCGYEAXYPgjBdOiDNiB3eOZRi7I0k+XM2NYY4Ueopz\nGgW9uj5NziUetUjO2+x34GDNww7id2qrG9ieapMLuRb1i9jcZd4/aBHsrFgE\n+JA7\r\n=XXig\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200113.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200113.1_1578924366883_0.3080908883636162","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200114.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200114.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"988a8fd4203dd6e0b2f3ba8640b12d4b442c91ff","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200114.1.tgz","fileCount":36,"integrity":"sha512-qf0HL2BAlNHxjuQcgAB+p5ZXvIbWPglawiC+/HQ/Kt6szuKqKA3FfGwXwrXDFlywTH6A3jpx7p+oWObLPuKnLA==","signatures":[{"sig":"MEUCIDl4hWIsCuiPoYiTMVUpgaE6c5vccl4O4K55/HaoBhoEAiEAoDZm4snrQ+cAHizXXN0X0TQAvyi1lvW0j+svVsKRBfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHcsICRA9TVsSAnZWagAAQ98P/AqirJHRP+hHcDmshJLj\nOAIFOFbkvETK+JtQJNHnmMSMSQrNy/ZjwW5t9HvHkSLbNm1FE49XqXzu3Ggv\nXJDACyYMYBHGFWmf2/y1aeuyBjkW4M29VRNNMFfu6MXS1mvmF13vn1zqyWI8\nrZILG07iG92/nlEBFqCZVcLmtibTHZz/05hBwxgTc7UeAh6FCVecGn5wmil8\n8mg+cBfuzIOVvUFn36Ph+FA2XboYXGqt0qv/x/k3h45scj42k7StegB+eADs\n4VK9SeRG58RxVpoBPBrGNW4y0p0qk2ataUX6Bk0Hsw1gbJdW2K9Yrtljw1vb\nVwgjpOoG+3lxPaOpTcycF55kchtmqziar5xpyMeU1E1sH9vokK93Cr5BWath\n4D1f+xrz4jxJSdb7ezcshJo0Jwc8XZkWmkAnEKL+4++U6VcVSnhA5SlijpB/\nWfuFHW4m7v6biYjhHHOJ5Qnaj6LfTOe7Vu4G7YSA5G+iRdaj7Upi0dxYxpWg\nds3EmGBP28+mc9nqaW7Q7ynrcrG959L/T8x99HHhaBmqjZnZ20quaZ4lu0s8\nAxWPIPWKcWq0JZ+107qWEGudsL5jK/OiGol+SeIOL5GEZ+vrLrFRj0fVZpXk\nsznDMPjCjaddlhGoSia4sH5yb8K1PyMG552Zj7zQ09fMP2UWN9F4PBihlSJX\n4RlQ\r\n=Qv4o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200114.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200114.1_1579010824447_0.11480874907937477","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200115.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200115.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e7d00f2765d2845db0efaebecb84071972a0e80c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200115.1.tgz","fileCount":36,"integrity":"sha512-0HQ8iDRm3WYnB729y3uozfdmSATgHRz9fuB9ZLz6wugqyhTxpTUVxvQegoO5h/ZnyLtbsheNOwiUwuDTNzUozQ==","signatures":[{"sig":"MEUCICbVHzlumRwiNqNzvOl1LtH0N1ExbhbunazdAmrJLVVoAiEA1Rsaf5miqCAzTIWTWktYhI0u495LaucD1qkPBMVXFYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHyBECRA9TVsSAnZWagAAqpAP/j8b9RL1X5w0HyYqLBCv\nJE+lQOXvr+Z6d6Zunl0OPejxX8aWYKR4DS9Z+RonLdrqmcvLAdpfIr2Mc6Vr\nnBs7OfpNNpnWnPBL54t4IDkwUzvbMcJ04r5YnaOKCZYARBRaLVptOEET2ni/\nVH2mQWipzBeJoDw9ntdyrMAI4vTSWRbs5yTgzLvr/OAtqQpVj063XOVzlNDW\nsnF5T+2Epm0y0hrEK//kwWSmstIwxaycCfUemo2mKgD4229fJkimqH8FnlyI\nYh1LlYN2SBeG2e+BLKobRcXsRzSeBsBQPkLoDn78BLTmL95Mbng9I4oVXsHO\nx+R1ssfxQS0bppVrdaxscpD9h6daZ8AfSiNtoR/LNIE4Ei8atx3zqzRgeCe2\n1kffXUscunVnoHeFdLMvSRuOl4Nycmqr38kEFe1eRk6vfxhx6ZEiibwWd4Qg\n3gANfNnjrL5YixwU+QN6KSlf0k23Nnx2lxi8YetIyqEGVs0oRKYVIHDQPBdG\npe/s3hXYfhMkJ0gl5RMjegXaeqmQ8SJx69CssV0acMnwNyL+EvmeNxHBIcE+\n5MVqJF4Dh5MSkspyiRLGuAQodxXwMchEyrD1oZQtJZA/7Q6AHs//tYWISMjF\n8TUTrc5fV3EkxvXZnCB25VTpvyZHOZk5IIVs57ilMOB4BHAOqJxlAGCCXVZJ\nawh5\r\n=7yrK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200115.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200115.1_1579098180233_0.2035895011757134","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200116.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200116.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9cc0e08cdc25c3f755e5bb4c89de22c12719b395","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200116.1.tgz","fileCount":36,"integrity":"sha512-2ElFj4RNzAlZjVCt7dgDK91ZDs5cF0Z60TFgPWZBgWXs/xTwYhctcGZznDl2cYMRRtDMrZMHOR2uMPjNiFLZsA==","signatures":[{"sig":"MEQCIG4BRV/69sK3CJpWDpFehWC5lWuRGxbA2iV7w3DGMUg6AiAvDUftGdH9kXh7OtjttFiF7XM3RY4qqZ7FTt6cvtc/lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIFUsCRA9TVsSAnZWagAAUQ4P+wSd9es2hQ1ZxJig5Egc\n/gQdrn142xq7q6pUHMtRuWci6X0Toyq0U9/xYz6L3dATXEqNtjNwOcENCc8G\nf9db9jml6sKdaOFKlKPEyoijHm8BvGWy0PD6o33LuJrf9Ui6MxGnXouFH+yH\neE5hlMfGMwe2/DU/TKA3tQAgqUrr7rZvbSxsDWPk75h3A7nvJQmp6k90GRZc\n12HPkh1Wu0M8LmqIZxpd//JEXzfLiip+rSXRP9j6d58/u2FsTrJi/U+xNnMO\n/m3p51Lnv4zpgP0m3MSoD+JBCdAqGojygVUDIp1eOx+rokL2LzhVfh2h1lO7\n2mOA3fk2Ow76LKQ6ayI7Jbgk/GpRtjdDAWwgjkaT3CEO+tr2DmsZ6bHoekPo\nYCaJf9pq/Yun0XrFy+RDL0RQve7yd0Czk6wPDxmGOg8KWKY9es9aLclynWaI\nSbRrI3cbmoPEDrQ3b8eZZy1/0qT3gV4KRuEXV0T2R7NEpBoOUdshQ4/J+4LQ\n7/z8qS41vK9j1l5iLZhVupqE/W6rr1IVUVgrEYds/1DzQu6UMaVnbpUlQNw/\nRdgRIjIbSdcYVoP1GzdbnIni+eZ8faecAGxJiDE6BmdfUhafPUkEIlYcP/3F\nHp77amT/OfEFhfjwXVPkFx21VV02GKY5FEqf+m5jQxuaXgPkTgF0pdAoCb8z\nKv+9\r\n=jEUH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200116.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200116.1_1579177259605_0.855854397359745","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200117.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200117.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ca57673571d5edf08494fac39138e09a8645bc6a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200117.1.tgz","fileCount":36,"integrity":"sha512-aSfUMjW8a5L7k6ITV6eMMSao7kzDMXhIq+CBfOO6SMh5jMzhuc4rSq9Oqac35V818a2FL+uNMXKOwfJo5eKvYw==","signatures":[{"sig":"MEQCIG6JcyJWR9G3p5DqdFYk+j2fK7+eOnWl3SNOGlwzxr4hAiAQHkWXx+1KVVUMhg5anXFDmYS8CwGpzoiVll5EcAABAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIcKyCRA9TVsSAnZWagAAd0YP/imfI2q50HdHxxbSJvHM\nK6osv5oStPn0F3+2dDd77QSPLltc/t5FgViv8NzquW55I5mnTcZFgmcsNlzg\nxXXvRCI1mjedW6LWHhsXH3bTmJrHs5lDQWHHtzfJhuH7l1FjIdYUu9kLa/qn\n32czVf9o8hvQ0kQ9BtJt/s/5GfbPPXcbOs++4sb02s2BDT36ROmoZ5XVjULj\ntAXpyRCKApBgVFw1nksMLzuUlg5Qc22sB5rMgvpaUWe2V9n1KyucKs/26N0t\n7TrSxpavT737bE+8E+lU8rTGDOqplRCef9tD4OrXdx8N5dQajo26TRmcxi5f\ncxsqUUoYKB93XUkgR6TGOTR1Vpik1isilRaRvZgzS2GEeIM2wj/6Gm2BGb5f\nwqee5lV39hErrBTTKKwTQplS8/L4S9yC2OvUACoKjYOHHA7G+OWvgRfZVlal\n/t0uWkHC6Z4FbrlEGAzs/4T13dqkAEvjzZ2kqldav1TjXcaICQaC4ePXBfe8\nMPXIOJvlP6NaF9lxYHvKNMr1kQq0ePPK1rBnKkIjGZfP6CCE/GwfTolh4ISa\nPvvLF1OF0MervouMebVOUIrPKWLGwOD9ZwlxtwuGO7r8d2Ep3hhkWQ4Wzx68\nc495wO86XqeIDdJVyB7JQZScPjalEfwtt/DOqtQ/gExkXbAVVRER8JaH7cq8\nc4bx\r\n=FvbK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200117.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200117.1_1579270833609_0.7496909602885995","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200118.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200118.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"264052622144047a8d00b49b2ec6c72cbf238a30","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200118.1.tgz","fileCount":36,"integrity":"sha512-jVwbT7bdJe1vWIogf/bNC9nqBuv0nS4DsGZ+WwWmPXhYHX0heuwB07/SDQD1RNIPbGklEtvDZA9FO19P/6r1cw==","signatures":[{"sig":"MEYCIQDMNUduUEudQ7SoLBxvXhiV+aI6lB7bwoL1EIPJGtgg6AIhAPz1KPOoTXSto/Hi4oH4TP66CPkk0efFtH3q9sqOmBP2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIw2eCRA9TVsSAnZWagAAvgQP/0FggH0d41ZSD+esiH5k\nnkFljlCmojimk504GaLgpEJh0ovTvK1CYGe7LqUMTepWahxb39bZRXNc1gHS\n7zBIQYiDWhZFijIsunNTiYHGnh19KIFJH0F1jbdssNzVeJnSMXUPH/IJCbky\nXRLJJFEyV+uX/tIcTBkQXKgi8DhMQXfawAIyI6ioRFSBGZ0AS7Ui+7wR+rIR\nu8KOWslJVhA/1t5U9Ap4+vF3HpBxnjir/GiChnBfv6wedJJW5LEFGVRyoqFd\n4d7M/BsdTVZZhuK7YV24T44XxhOWN6abJNk1RvyksJxTvRdTt95bevKNYmp1\nvEw3iBzeY/9PuSW4w2L5Kma/1GB7RuaqiNbPFxbDbcvWis1IbO+/eL19sUUt\nhRIRRRfapGaU3CSiPJChO1FokrGhbSCHYcMzBv8E/hdnYZDIBS7BxU6bdbSu\n+Eddgi26uuRCXGAwamf3NwNKjAs0+xAeiAopAs8Tkn/ZegSTpvBOZ0B0I2l0\n69BEJ00eNhcUGVA+NrC+PmgYfNkIZ2Tc0Xs/bhEsOw40AWmBsX87iaomAuOF\nqGUwf6p6Rty9BJ/052xuCYL9R2OJERmAyQdruggAkQ73x8ZGRiQjvuoicyZ4\nqLtL9Ar76V34QmnZcszx/tzZKJ0Jj6StInXh8KxSPsEMleEwohG6EM82xxTw\n6tHj\r\n=PmjZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200118.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200118.1_1579355550276_0.4782447233315419","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200119.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200119.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"38e4cfa3c6388e3e9da8755a4b501d9fa0e6f346","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200119.1.tgz","fileCount":36,"integrity":"sha512-nuAq2wAsJCXVS6XvbxOA/AaL/lIy2H1t/qPWlSF0g769KlGnIBuLXn4np+NWco/fTOrB/VFusukEyRwnrEnkTg==","signatures":[{"sig":"MEUCIQDWzeOV4oZRlM0PWycDariz22lvWGzLotcig5xxg52tPwIgFPN3E4gRSATdhgzLWaZNkDKw9jmdZWZLsPfYn/YuNJs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJGO2CRA9TVsSAnZWagAANMEP+wbcwgmwi/Y+0yXJRrxM\njObtBy9zYo9d4kqPQcG6vF8AWePlXQagMq6sIwtDfQD9qnRMuWjklVq5L+Ob\nhIoRbso0I4+eJweQfUn+pVFtShaEokiEgaZ2q/zsCAnRXhUP+3Wdvi67zJ9g\neay+y/tQO2/nuMwPvH5SlZx5cUslNt+sMj2gvfPLUauJtYI4AfJk+nUtGgep\nAkcR4QZblU0CVWm8aUG533yLGQFbTtChSoRphqstDs8GEFsVGik2GYW+4zfT\nkYHIWlifShiCjwisISo0BnITiXWMhlzBkdYYh8DeLpbS7egmi1H7U+apT42/\nQ5ElE78ogfNirGLLRZq5CaYADeXd1DXfWA2GXKMkSrYuExI/5DfaBAdxavz4\np2ivQfU/ZWWMQmWVSb+VKQl+ms7qnxD91dQ1li8AT4f3DMLNDEFrL5+DFdro\nmvTv7+eGuyjB9CXcPQYzYAgRECwhAq3vMMwi4BNlGHuTdNnum78PI5aOqvS3\nr2Jgc6SoHv8cgBvlcghGaBSvA5XRxsKSjgnU7xgMDHXLZddx+sqo36dR0MZs\niZbUFrpatjMJNKid52Uvq1nGY4HWwTRgnGt7qXP12vDNzaHHRdoTvYiIaCp9\nbalkz0ZfFEBEUj4LATP4zXpCiufHl1Tsr0VHIOIvFVFgAd7+6MhHjkYNzUSG\nA7do\r\n=l1Oe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200119.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200119.1_1579443126293_0.570608684471618","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200120.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200120.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"546cfb23b7fe707cc064ec257f74f0c7d3b07e7d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200120.1.tgz","fileCount":36,"integrity":"sha512-1IwX6rYh1OIwHy7qDMpRBTVMKEujvTzmvsrrRCUB917rPjcmdCLh3NaHHbQvdWzLs+qO+RtQnYfDh/9SfKuvkw==","signatures":[{"sig":"MEQCIGxQaerj5Ewht3HuHSgXRER9LggyR0VIqEKBs/nTy5ZiAiBW+HQJWy4nOJWv4uO9kjfGnMJFbq6d05eekJN8MX3fsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJbKjCRA9TVsSAnZWagAAWvYP/imDipYNtklpGoe7F6gO\n4hDbXL+hVoynoFME+tlVzq/9h51AP1UMBGX62O7/tljG1aKGmSi3ufB+K51n\n7HLsQ7lz5GisZ43DvwAkQ3/gcVhiaOxcxLtke/flLzvflDu1FT+gerkPHxqz\nA+zcX8Y1xvcepfdSFiW+fSwQNE/jZjPqIwDKuMffbMjjXuMicwc+NHuIQtHX\nA++kkgqwCxcVPDOUxJd+StZp3OywrXs8gobbft7krh0FaPSJhXscyD3c7OQv\nXgMvXXYls9ydbzrFvBaqhPea6SwHKadA9gqphbo1d2ZgDQZDIoKZ32Qb4Nxs\nvNeibgoZ9X37H29u+VPux2VPFOvGHtmGip6BlidyemTdSOfF3TjePqLP7vc7\nVsa2mrtfPgTAuYmmBx1zfMsMpVcybJleAehZgkQuvtQexbSgDFzskQFyHM2y\nyZh6/V8VxfdBHhdILEGj9U9KsSyhImwi52Jub8AF8vPTph+FnuzsM1sXHJzR\nObLiCF9HkS3gpbEK+QBeck5n89Woi9kxZgssx8NAaOkwOB3O+CoD7cZJmQ2n\nOOLSXhVZEPilmzNRuFrLvoz2swiu1++VkA6pZO/WnOUHyJLKz0rD3j+MXbCL\nSN+6fTA1l1TM4seJF9DDyb1FDKOLvXjzNwJZNhOAxNnde3+rA3OSMs8Jq0wV\n89V3\r\n=rXfA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200120.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200120.1_1579528867327_0.923177686378793","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200121.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200121.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b4f6da0967b939f276e952bec1f4e04aded66940","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200121.1.tgz","fileCount":36,"integrity":"sha512-yGdkvbQm2aWb976kpZ195396HXnW6KfX/w3i1mk+Nk9VZnrBb5jPVsVLV4ppUCTmdGHIAYLXQ/wdpN02Ed+8iA==","signatures":[{"sig":"MEYCIQCc9S3WBtprbTMTU5pJvjLY2Y0MmQJjgB8ZoMyusWl8bgIhAI5obvsm6hMQpsqpRb5mbKdE9yW+uibILDqSZkpENtB3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJw0KCRA9TVsSAnZWagAAykcP+QAa8e5mVimt7fNqWt7P\nuHyYAMuf1ISjY8Ds2v4ILp9YifrXTg7xJf18ofg/WVisEDwlKQ2RS20Ub0OS\nZIpaCgoPfisnudWnG7hK0WvdxMGm5svyrY+WPurdZhrvixjzEVDzTpti5EXx\nCLLk0LKZiSB9mwS5W5Mk+ajWuU5E209pa0d2R1f7i8yjI2THpyjl39ALtqgZ\n6P2aJ3ZQKBtIltXYZKRt+zap4eRmugf0QilQrNmwafmT/WdpX0b2H61pQiPJ\n+at6mhdHmmoUd22+DOBlh9nXXxlW4Fx/b+Gkzs6f/+0T3NheGwJmbqlKhzwA\nbGyyU6oS+yLGZfrKKJ2AprFf7McKuUucmlSYiZ8Kj89C9yxrEPyB03qti1Qb\nSvF7E9OTpZLXP5tbmqiK7aPWiakC3ukqy4zDCRe3jjc/e6nLvf4hI886+yul\nG2eYP2PCodqkkpHwe9nt7phePSo2fhfFjZ7aYrYUbAIMG9xD1HMPR+9OvRdo\nKxmQs47MLtBa6cA+zAHPT1P+Dzi2YgMeSQeHi8r6c0rztBGG+Xn84QuZ4rUr\nhYKR1/vieM+jgLxpOcPIUUtLzg/54hWoq+sRSgzAPhjSGuNHF3ijsQLsT04R\ngPmwz9uRJ5TsBZbmwSKCofdYRftX98eKzS97tJSJJht8jhqJ+sU2q9CZK3De\n7TVp\r\n=TXMd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200121.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200121.1_1579617546068_0.06379142913080416","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200122.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200122.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"163751b4dace747c5165029edef00c1ba25d7e2a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200122.1.tgz","fileCount":36,"integrity":"sha512-mU1U+mYgJ1ztxj/EDa6/SUhKvl9GW6eL8XqXseZangrZ4VVvmezVg7UAOGBfjA4xq0iLO1Akq+lDarIEiOxjkg==","signatures":[{"sig":"MEQCIA2et0XXflGqITTufoLqLicgfL7v0laHeLWq8L7d4H5zAiBASrkMPj32k8RTSWoGPNUN8OdJjTtn6+kjfrUE2SV4YQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKFS0CRA9TVsSAnZWagAAttEP/2RQug6c+Yyj6lo46gUz\nzUDhiIgsNtdNwBO5VAvtRJUJXAd9yAmAcizH5ehxamo6OqpamEoHBn4YicIp\ngceurUo3SDxPNQe6DW3C72Z4x1NbXO0qrGW3BjKLQ8y/qld6R3alohQ+AWKL\nUT7U7QAxe6qE8BAJGYezBskC2xgDFxWZAGM1wCQUYpV1GggbCigc0q4ADaq/\nzTvWOpystrsFDD0yPtxbv4pn+hdLmAFu5g/y1wGPfZUTnLVl9qBe3oPDNt4Z\nQbsIKyebuSmMB0LtQhw0Udd0ZycYLupWuOFIc566F2zhLEZFJzsTLUbn8j31\nzVVUi1+8q7fqNVrfaRbH5uc96MBUmxdvNz3YXkPq4tqqCpEK6CnrG9krCTgz\nbVE+fq0Qc1fWsb8Q2H04dF36/yf4qr4BLD477ejfGH6cSVFIKnN82F9pWBAb\n3/DsIC008D0BmHCW1HgployLOOxRDG8zTdEEPhSEMke/1V+g7aVMElG/olkU\nLxjhBVS8axnuDJy1b6AZORoP8HRe/YSaN3nuo9eAMcRlBORXrOOW+CESE7zj\nNWDgAgCKYpQiLzDew/Z6ey7tPMrnOALz8wkHZehyIBOO2RmJVCtwJk3f/Nzp\ncnpCt7IodAJe/CkWziEu7aDotQp2tGwNWjXgp1RKMNBlH/TyM8LMSj2xrupd\nIten\r\n=PoGL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200122.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200122.1_1579701427792_0.4293252079334875","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200124.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200124.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"421bf2471199e9b065ca0cbb06b4aa19ec38dd46","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200124.1.tgz","fileCount":36,"integrity":"sha512-by+Gi0W3Ra+o0mYLjQDGBCWXB0qdqH50HWG9eohNdIioIH/lZpXVMLa3VmKMXqw04nZA0Z/kTQXR7OYV2sjKMg==","signatures":[{"sig":"MEQCIEZqmVPSipRf9rL/LA+wjP3SJuPpbfhw2GKD/HzrZmoHAiAjRD1hjB2P26cIGY1l8dS/C7sRinKhLra1Hwf7T0dmig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKvlxCRA9TVsSAnZWagAABhAP/A6WQ36h7JSzwddkf9fT\noGg0Ba7UzZTlX/pr1Ztff0y7Bt6QzncGDVXXnNgeJGRDWn7gTwsrFWzfwuvN\n/WCc9OsTzX6Sp29dZO9EkKV17h6FEyp+NIdygYgCrNG/q4N5dRGm7lp3wcz9\n40OElAhOE2ZbPxJxq9w6AS4njA25oEInGy78hDUiCGzTpeWAGS/CIUVGCpoR\nRBynC/+9UP5psRx9+6Ojuq+Wz0ip7t4PbhSR+B7CZzLCPf9nPqALQ7F+WKng\n/mPtToW5T8RB+KC1aXLWvkQH3FbyMopHyvP1BmUInj+F+nb/WsdhztQnsrFj\nzk5QOUqPWQKj1ABdIEzHLoqKMLoPgbmJHMFADDIfH/qoKWudcnyIr/b1UnHp\nwHpuYWXFzssJYf2VbhkryBSblD1iBlK3opYSYY8buFU5lZMfFvjr8Whxp6Yn\nRbOtU/bJp+S4rV7j4fBfzJXyebK6DlIKO70aeMhnnPFKYzshZb/BO4ILGyXX\n27wjnikoRXppKRpHnESdhMTHn2GFKAJ6Yg/7uaABG6ywT+mOsSkrVwHMcvVP\nX6vvC5fLaMvnwhve6qb7/EyCbUyy0DHvt5/CECj8nwf1XbsUOtwEcaO8w9ja\nMSpG+R3MbYbZcsfsbu2CLgsztF5wXe9OMcIwkzWNkVjBjf7EN5SQhHlMtYfJ\ncEoM\r\n=c8pA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200124.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200124.1_1579874672772_0.01289067177570935","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200128.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200128.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"436934bf8adbc2b177e57c9aafe9185faa453213","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200128.1.tgz","fileCount":36,"integrity":"sha512-vcYZhfcqqhfW+mrC3AveRBJtj2vjblxUNjur276n4KEddJbGVv+jKgm/GLY1xXIql0uPpjOWLluC0YlGbAyN3w==","signatures":[{"sig":"MEQCIDEcbdY94tg6gOzJciljFls1Utl3nq9fWBjum/m1lFBrAiBqJ1aY7Z6sUE4dLPZBj0BjJhGv/hz2K7A74sOu1FO+Eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMEKbCRA9TVsSAnZWagAA2FMP/2N2+sSdXJ2+BkvVH2tt\nHVO8Rx3Pcqru+c8D1MpkM93os/CkVsznxdKcvWVgImDLyRjIudiTMrZgqwGt\n1A4UirNkVRwPvX1QA8Zmp553maZG7lWKYkPAVTsgjcPTBAZHSjFb3QBqRlum\nEmfiNQflMtIu3mJjFhMHCEhayGsLLDhudie5oLq8he2XL/Fh51UE6ekoVR34\nfLEWJJAGNy8HU+ZDrxgZ9jo+xrX++tZDKvVkoWXF5hAPMzi8N+G4POTuB5MU\nnYASwGtllLoF3rk2VM11GC/IVlR9ur8eyB0mK4Y5w6N9jSGMyn/ssNs4cI/m\npO43yCCjyu3tANYYoB3csSLQnbLDTItSXVcsMCIlBQimoTmvJ4YFCMYb8Ida\n51VhQHMcq2hH482d+rYQEf8gJWZs57urWm903M/oWKkrFqJ7fNdznSw0cscs\nHbAiJDcIwAx3Nanuhiyou+JAVUbFESIMobzu5jcrTzJAS4xeaqqujQ8Tyvkh\nqlmILxVwRCpdFFJawZWZ5ArffZc634gbKi/kq4qY4oC/W1lSCgeIb20x6UjB\nYwTlF8G4Vb5vvHdG8XJ/Z1WuufVpVRWcSQiYdaToQrqtN0q6rZ7Lm4ww+Ynj\nnYwAqKRPmBF9wDKvd08owjAErRb0hBZLIhl3EMY/NtX3xg6IjTLMxxI96x1G\nbI0M\r\n=S3Uw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200128.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200128.1_1580221082964_0.011951298608730232","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200129.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200129.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"13812df392277b1ca7f88c38ad3edbebcdc460c9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200129.1.tgz","fileCount":36,"integrity":"sha512-BMl9tVwCiEPd2kcpyFWLX0ewo+zRHReKuwdKPC3I6yfDRlxI91UDQlsRwLjwvgtVFv/RcEqdq4DL7/Rfzkwjcg==","signatures":[{"sig":"MEQCIBNtHklFrBoaBqrfCrKajZpzYCH5aPF67CUNsn4Ckt+JAiBZUZZi1UdEzDLzMcxv0T96p5bun/4E6Ktrxn9GIUjWQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMZUSCRA9TVsSAnZWagAA/TEQAJhqPq1gzsCGP1JDZvRN\nWE2Gt1nOShmfsOox1DpbJGxeS4qDzvCxOhj28HQ5RaOnXtpD1yZjkrC28GiY\nQJvpFUxW5AM+/mv6j+Gc4wkMbas9y2M/qGYeH/ROWyflYfGoaYDw9rS8dQzm\nHupFTBglACys0cnqxuq8L7DgcEg42RGRAuaoUqAdBTfE/rw+FeWqtmPe0WfS\nD81meIV+JzyMdQuZ/9WVfDvIVJKxkO5onzYi8e34+BhnWmYITXWiPA6f9Jht\nJTuHw2lUiG64f77lvxJbTZiMwPqGdsazDeTACdus4fm6TS5Ed45yGmajES3m\nExea35XNOesAiLGPXx8+GzYK9ZVi4sdtVfgPAkS9rhF3mZLD3Lc/6EuHj0TF\nERdtSmAeuOkKetD6vkMLBEpwTTE3D6XGX1wMtCNhANaLPwPOtw8k+3GEM5l4\nJGdXK3uRYY3Yo4ODjA0yEoiCyvohKLzCTXLb+CyD7CuCfQqJPY3jbQ66W/wt\nqLZtOOThsPBDFH0laq8HHBEpINbfLtn/YGqGugtTGCxYm+FSnpYjpd2gfUQc\nbfGbUKN/8zk3pE5b9W9mk1KVkG6qSZ4tG2tHd43B7rOi+thMSQHsJxOwKqa5\n4X19m6DL8BuhX6Ijj+DA2RrMVhEvdv12Zk8OJhr3jtZ5uS9EMD01/tgfCPPT\nBKc1\r\n=/p/Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200129.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","yarn":"^1.6.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200129.1_1580307730236_0.1325398167141838","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200204.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200204.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"98ef08bfa5d5ff70829b9925966ac66d34bceb90","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200204.1.tgz","fileCount":36,"integrity":"sha512-VwHkTQi1hMizBMX7kjMJlJIs54MPAFG4u2ZkYuqgiEXFxkkSlT3q8nEKlmgbFEeMfacn9WxsiAp1jvRutL1JAw==","signatures":[{"sig":"MEUCICyu++Onr95h6KVVJDIWaiB9NT/N1IVgdxm3Pm9GGLxWAiEAs+ea4+lF0iy0/1LOw9fmjz1smT+GDGINsy8tPw2KhOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOX4QCRA9TVsSAnZWagAAhj4P/jGLrFHokqwQ4edX0m5H\nqOyNB0TBG6S/GUhuhnpZIam7XTLteYnG5YDRmlpAX2X65aDvFjX1VtK7J5ge\n/KcY7EZ2GsAgLXmFK8xlTJ5fh93gvq11tgyxhlS8IjTO40b/2bK51v/Y0O6a\n8L1WdKrRjv0ADlaqB5UVLVJeqdUv7mcZ/DLSkiBgwEHE+2wbJl4GJbUGxPLJ\nHkx858npagqpSEPtNUvQCV/CnZ4cmUd2TwIBU08LYBW70zDp+eFJnOLqiOgk\nmZ2We+7r5tZTw+DQnoNebVspS73YgbXOD8uUcS2hnujVaT1P/ChGZp19wcpE\nfNI4gRe0P2nNcKaqqj7Suqy857BBZg8OTfhOf7Rak6iMoySAXgiYM2iBR3G/\nKfe8GrxxZxAIMMpuZaUZzqixnkzNuHKfFxgL110TZ0k+yIJpQavUXcNeychr\nRpl7HAdI4KT/jQNwCHXqqGzpyfmf5EHqV3/5howPiw7vAf0FNrtoinqYvMGJ\nL7JoNaj5Qde2VHeq0b/Zs9HZMx8AR/vFuIcD10zrm5ITW5c+/4M/VJzzasJ8\nZo0CB+UQCK5g0XCrcEiWYj/sbSzJ7MPHCmi/LyRVfIHTx7SiQ3sLBsE7ckAX\nkJsgn2QEKA+AaJg2FZ1Hs6yLwjV09ZMwXZocFs8VnLpY0HS/lyphWKz2Eihl\ng0c7\r\n=+F2S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200204.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200204.1_1580826128298_0.8657802980156333","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200206.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200206.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"77ca26582c480e7542b0c75bf64fa83779837a1f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200206.1.tgz","fileCount":36,"integrity":"sha512-0yAuaapTPGV9sf8vZV5cAncDX/E48eCwTWQnAMzQw5xtbIHcvLHHO6CeJ6RE4DAsuUQLiTXW9CTigIlgT+cdIA==","signatures":[{"sig":"MEUCIQCgfxjFzlaX2W4594tF/POoxXGwuAiel4nwd9946NTKfgIgTSVv88oe+gpaOSIODcMz6sbG+p1YHiXp2+AbFUETQB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePB8QCRA9TVsSAnZWagAAeugP/3s4t2arnExdxScCp/6h\n67ZafMTdVI/fLhiRvxNuhu4hU5bYnW81ECinycxjtki/hVM4AZi1Squ4ITeH\n2TxdDtHDnRBTyptdG8mNzbpyEXP+ts/WgSCyyUpEk02u3OMbHmAXu2h3le0M\nEi+lCdWrzptA1nbcVegxKJSi4J9boLxQUPNEycZDSnIsKCmgM1iIwC2t0jth\nH+rlm8Ti+kMBNxAOOgnQHKDZGFJpiMlnVABAQv6Z+UY/Ux1ycepH4Ku3oQ1z\n7q2wXA1o7DTV7EWhAUhVmFiDOs1CqfbW+VNk2g01VyrfqV52JeSW//SzPprS\nnRWSmEu0D7KL/4w/zN1dVGuuqH/TJDq+lVUVnQorphHaUl0c2Fy6zIzS9Fk1\nFpxUCrOjC900QmBP06C/T+Jr+DZwbaKsJGr2O/AzTOw0hJukcopOuRQNn2Ew\nC0j+NBSUXcFEFNSri85hhQvAXyIESGhE+Mizey4hOSxmPeHmiNglHx5iNGIU\nvWXGx2KZyo4WNpK1jjQfhJExT4mUH/fHBlP654l1iugl1lCscWykY19kH8J0\n5XjyS2uWNIWYlib2x4xwZ7Pu/t/JCRLjJHnQPogew/NcGEEbzacztUiMmvTs\nquQvMH6L5Dcz3drVbq2ouaJwIyeCLK76pZ3NIp1JAr8ssClu33JWMTK7RJEX\nheL9\r\n=tQL1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200206.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200206.1_1580998415753_0.0820022065620094","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200208.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200208.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"923a36fbcd425b9921123b7eea92b5fe6f292314","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200208.1.tgz","fileCount":36,"integrity":"sha512-Ttqw96CV1xyhcW1vBsG+WdE3cpyNeMuLgo2iR6j75jbVATHnOnZcNQOWBAIQ3R39wwBPKaD8Un0JcntZWVhXxQ==","signatures":[{"sig":"MEQCIEc7xcLMlsF/rm24nKcDS+8MqwLRgaD0lR1gF9vHvrkVAiAj6G8cHSCpGzQ1B0lJQ/3FCo46hTspa1fjxY8IV2+xAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePsKzCRA9TVsSAnZWagAAKDEQAJbq2RyRuJ0lBn9/baE1\n7vmGm3O3G5v6aQttZquRFfyk5xkZ2ByVpx563KkfqVil8hz5R0nXNiSfb3tb\nkAEvOJ8l3gzt5xtgGyeSHdkafXXaLTTmXwLS5cU+Qz749+VRVFa8q1vmteSk\nByJ/s5IgjrdK0iZ6q9gQHKrkaLu4cx1e2wZYBgGqsHZWyxYEFz5SUplSxX+y\n2iQXjUaXPclTql8wfGuiSF5pwCBCyHunyTc+v+eJ+LjZG5m2XhyFA2T6rRas\nA/VkL6kNN8QEmFEUmM3gX3HncF5Dg7vsujjbZQKTPMtiBG6YHt5tCT+ioAYA\nVlIHRrYZyiBrlgm+ttPdWmiTgiSD2vo4ciZsPl6GR/y9OYMb9bF5jbd22qyQ\n3yyuS/o1lhvZkQPbQCYEcZSg8Q4z7f8uuKkKiY0ph4HP1hrOc9kXTJd4rntO\ncnd6MXffkqmy0TYx+KH3oBkB7sV4gFgHxUU4jJ0euWZvk4V33LCnAAoD5xUo\nMjPhUo5+svaLQMNS70x+Li6p2WQRzB9/cuHdS3jCEw/pJY8DaYMP2lZB3XTL\nkSOdwVyb/UCfZq55DJOp/PB6idL4OZA8EzlqRNwi1oRxXLOJgFVTBc5CuVhz\nxNvCZfPu7Dl9SEw0jqxflp3zoBqh9WwJ1RZjC3J+z+qXGjGmVL7y75kp14TT\naelO\r\n=Z2Oh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200208.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200208.1_1581171378649_0.4652843973931029","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200209.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200209.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"31977c03114be7861745a69f36872e8aa3a5fe97","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200209.1.tgz","fileCount":36,"integrity":"sha512-wVAiMQpMTJclC52sjSP0Mz8+IO/gBo9WnskOjIKcKdDBE4Boij3pAeplQIvPt8soKlQ1dzXs+Uppov3w3TdXTg==","signatures":[{"sig":"MEQCICTyQqc4FgKnt/0Akut378Fhtqyt2TR2IdRvQmUGbwj2AiBo36Yew8MQ4ETY04B2zZlLks5orEXn7etXQJt/Wceb8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQBVNCRA9TVsSAnZWagAAXwQP/10ONGVZnhvjyDvFl0XM\nB6zti7bNmq+5vq5L1PojvJSe7zE6we0mPkx8prBaTcKbNqpZ+dQiH9kawQ0n\nOU1YXI1pJ9TQ4rwu2PcBsg3YYGYxhA9pskZQ0iC1pRzLEtT1a/MZhlJ/Gjw0\nFrXYjt14wlOwf/dHkbVWAUbfsCVSSXTi1jjbrCnh6srS3SMtgjcAR9GhH4Om\n2R4t0zmExKYp1LWnR/qY9Ki+kmO47RvJN289WahxIpbSPE6eTefsT7lINPFZ\nWFcTI/tUHaNFLGVX5SnWcrdUSRxSjFSEwlPRroxjYb03trRlbWt9qkR9+RXI\nSqIG2oLYMrNrs8zdLzZfUIO1HiVWpjjC1GF7r8axfNV7OXqxdky/89otdTiD\noJ9HwNvIgmKX+vLHgyGiotu/kqcNn2+/DW0G+n11bDKjnGRgyol45Gl0t/Uc\nBkNiIQUXaAsUG27gwefEblQZtCqIByz2SqZUi4YbldICU+L5lkOny1x1NRyg\natgscDyuDRk/Hkav6crINbTyJsIbu237D1a7vT5s5BIeOOKZYcQgI2QYzeTN\nPY10jwhfCvaCCpHC/qonnJZGxGLjciyC2QFBXYO/tm07lzW5oS2g8k1InYla\nLKtF2uLx8KbIHpOlTLtnwmdwHDRfLVInIyLZ+mAxjd2pGJ1PjgVnIjoF35LD\nn9Zh\r\n=/rQ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200209.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200209.1_1581258061176_0.7725400076443463","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200210.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200210.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b6e8c3d8745e7e63d82388f9ec64d1bddbda4328","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200210.1.tgz","fileCount":36,"integrity":"sha512-ZDusLW6lhqJMgr6bcgj2lsksSCicV3MWTP9eovo4ULKM4hk+lyM5bUh64mjgv2VcxrmiR7anDLd6/Nt/5gD4Hw==","signatures":[{"sig":"MEYCIQC/D+Qtu+FvPRLHxRgEzpiqnP7K0ro3aOFipzSJbX9gGAIhAMpgZJHLl12W7RFMJ9XCvSIq3BAleEoROCk5PFHbo4aQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQWUHCRA9TVsSAnZWagAAUYkP/1CPOYdiQUYIGfD2ujO9\nP8dcVgskobphQWURK6HwdDqurq0d79+nzoThrEJOUD6RoPhRnU4auWlc52JI\n6haWgYGw3krHE8OF5z1gzftR1t4xiy6PXorzgOtwYHl4OkoDudcmH6/AIpVs\nORREBy1fZeK/SUTltgJIZPdLVDlqWmNrTaqTKbhGm/P5fz7bYO1fRrP+hSHe\nBeAczrx0arV8VNfyNjmOGJUgaf4WRUoW6zGz0ap6tl2JEMDsPuWC73L0kfgu\nDd3PX+c/ZP9DDC6HAm4J4UsjMytHbmaglZRkOrhgdn0z8xYM1GPoQ2YdW619\nmxfdVfj8tfQfItmR6oFZqnRm+z307ArIDINBdD4PrAQgUVWjmdos+q5TnZ1i\nKqBsjTMlDDuEz7m+BnMpRDYjLGfouTAG0cbwVCl7YOX2/hXS2WNemwkPT1Lh\nq33laTIwkm0qrneIX1+SzpMc/mVeWt2Idi6gwE2cUWrEI2LtavEKUfLmlR4n\nHrUpM+F7xyf75vh2JkxcZ4nZqHhjUeXu/NZ6cpu1UhjwF/dlRgo5OdCLDW2q\nxsRLz+nHZiqgCmceTpVM8rPLrm/F2E6sIbCB3caZSc1p4gCKvGL2A0mVgWfq\nobQ30E+Y/Viijw0jg+nKfk7GNMfRANaXWpq/Nrq+eVoZiq67UukFjuGNlZD+\nn8JX\r\n=1QJ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200210.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200210.1_1581344006950_0.4333424765917606","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200211.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200211.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2a138065e2c8a78f049ba4e5389c9cbedf4ecdfd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200211.1.tgz","fileCount":36,"integrity":"sha512-CiZ72PXoIlrBiQKJz1r8uaRv1+n99GLteICDo9TLjNDlJk1eeqe0H9fV9TWUJevyrsfmwTIv07eiKb+0S998+Q==","signatures":[{"sig":"MEYCIQDVmKkFhxx1wIhRXrkCLa8YYNhFRdDxATR1N5vOSNklXAIhALfmJERlWFkTP3gv7RH6IHEGfvFUpASgKjE1Zw4G8Xdu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQr96CRA9TVsSAnZWagAA5qYP/1+8R8kaKXIz1lDc3H3f\nU5AAW1puFZYkbigERrYZ44A04zpiOJGhYv33o9bBHKnBGCMvVZWI8N5i5vh6\nIPvPomNHWQ0BWrta2oTUPPqqc102TrfWZzYG009YgnAa8ozNouRguYblZvU5\niVofvcbm3TvlJeI7XRQkaLIWQcANlgKMnQRtGa+DrQxSV9vrjx7HMVhPFB85\nJdm3VwS1rCgBIXFqPWnK2gn6z6eJDj9yM5As3z4iFMGUcDlS2WHDvGDxzdIA\nMWLNQte7c4yssban1vm42PzVfv07VdDvCTfjsLIUh5izq6V5dKdtHhUud4n/\nAfER7r3tjIWvcpGuCyI2BnNTJ0oVnFpjIKml+ofz1cxevh78dk/4dCAXzRoD\nO7h1IKC6R6ODoLUoaNh3ZfCFjnjwKF4/Pkl86JHkAWO5PdDBNPeyB/J2I4Mu\n6YjIwL93CEeEVeR+NzyAbgJLwrTI/aT/r9ulJrwWXJM4ZK2TBeQkvuo7C8ht\nQwUzKDeLUlRLRR6wvco4UGQWMsEEDcKHdafwnPnBSOR7dqjIH37V3xDU5f38\ndoK21ud5tmIYO9r/Y8c3lO4QNRgNUa0KUR0WM2AQvVgFZyXrLPh+JVC48yp9\nw9nIAixKYCAoMA+WNkHxbgokhOWvPQF54rT5fOZKrEyW0wK1H0ptevNj48fT\n6Sod\r\n=agN1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200211.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200211.1_1581432698021_0.35486744126271463","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200212.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200212.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"28c8975144c28c95ca15f1ee8a6f2331bb8bc71c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200212.1.tgz","fileCount":36,"integrity":"sha512-jTUDhKzDWghtpJe8GUy/DXckkLyIXkIECvuWkLXs4dGGQpGWgQH70D4oGdBhuEaB0KF85zXDJLG70KSUV1McEA==","signatures":[{"sig":"MEUCIEpvUu5IWvYrSmJ2LH04ioBVdsyz0jIUru31q+SBajenAiEAm5mGXn+fteAwmLEhKnJ8t35vM6MmXjtkccvrT5GyuVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRAj5CRA9TVsSAnZWagAABbYP/3vCkliYXoEO/MIlBBTh\n8tfL5w4xT96SxnzbCtemTW03Gzdly3X9MOfOJCd5oFKBFj3Yaw6ghl5pSM1L\nrZ/uMnFzSICHikt/BT7JdUcuHgM7An4PAYrsr85NeXO7b41kwNn5QFy5RKPH\nLhznRBHXY2GGlALTHowcnVR5Smsm+R/AO789mOCZdkFEdg5fJG5NXG8dxA1O\naIDKKdtsf9w2MQGXV5lKfbqoXW1z6yDdEi4ISnGd70oXZ0Tdz3Q0rl6d/q11\nk52CgYBRX3LVGrLtoSwlJN3m/uzl+iPfIDRoxgyZr0CLGJpFF3+keJorOEYt\necADr42ootYzjo+nz4MbZf99x4cJPNkg6G8+mM5M7h4rmr3t5syq98qqIdas\n7enrq5cawF0tp+70fak7LJwy/+Tss7OTKXZuB2kghOlFD1tcY7G9eOy24Ykn\n5sDx1cGLgADFYM4q7Dwh252S6XW/CfhBsrVHW12TQNNugKKLEFDXCmGqyF5H\nQi/0bUdhfw7n9Wgp9kEkmZHVKZJCIn2SCBvGjB0oZ96wWB9D2W7FpCSACwn8\nNufmc1yPaFK2i7hfm2Y+ob7+pTQQf8A/ucnHvbqCxVN7mFoOzOx/zM/6HJxD\nZf9GoQcCK5FOGKJtCAzdG9ApOtURbUVWeY338lrVJERpyrRrktpb+T0dQFcX\nZbOv\r\n=CG8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200212.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist/index.js":"./browser/azure-core-lro.min.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200212.1_1581517049420_0.7416647820218296","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200221.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200221.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1ea9c4b2c2df7388df85978f96f1a8bd2ee81739","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200221.1.tgz","fileCount":36,"integrity":"sha512-WVxI6GpkRqLLLfSTkAtUYrFeASgEPXcJfvfNc7Osr5RcG96xthhQHjqiXT265j124a3Tw+IX7X0C3ZqnCTsh+w==","signatures":[{"sig":"MEUCIALPgH/eAgh2oS5xEekgGjBIv7W6LF3alHtgP/q7U5rHAiEA2BYHm/xo1WEWrcmSVfPQkEyrKVVllvEy4FUTLWWs4Wk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT+oFCRA9TVsSAnZWagAAN4QP/i/F0JGoQNody2/KVlsS\n5r1ROjJefiijjS1kdgaoHGitr8fyuwzTItmo3wG1gLU7QPcQUNwwWQDEl8pP\nAY8AcKiZPPe8rQr2ldCDMmFb3lbNOo+SOg+twWnkLsjuziVpBkACsc1N8JrU\nDXTeXphPfCsGJ3CHFShNBqyboVhHCLgKzmiCJZl5HBT3YuLTmJG0V1ATF97y\nu3J2Zr3Foje5kCsKm7bwccidZE56GUHaVEcFYyS0cVrt1dv9UM0Z6EtKsLdA\nZ9acoawFAgmUKTPpxuNhd2Y7fUjcn7tqC/Yg4CB7oqgKNlK5Ng/Zq8hl/1aD\nmce89tUgCffEugjeHsbhLUky59P0mHq0cz8cEV0EExDES5j7fvhofWF9Km23\n52quw6bPycgEZbY9ZJdtUcwsjJTTteKoxjeKbpELy5AQNq3jWZj7VxXn9W5O\nltKdRKKR5tfS56LfejuJ/0ettIFXSjfLgJvNJa7Ovk3nFWSo1TR3wQQTYNPv\nIK9Jfeo6LGE3X7GXARXi1AEvNLAQJ0S5RjqtECurOz0qhdZrM00ZvPcs79kj\nLadYqLEMPlyUWUfU1SzopKwBxbY2qf1wTzgrTP8JZIZb/9Soiz/9T+S/K24A\nSzTq0toZbAFX/5tKp/7VoP0kVLJDzOtxfYm4rO/ka0BkEANOPvSJMWq4oSbp\nMewZ\r\n=ZuqK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200221.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200221.1_1582295557241_0.7553888813292635","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200222.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200222.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e855ae224fe535e730ae353c8db50c02998440a0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200222.1.tgz","fileCount":36,"integrity":"sha512-44Ol/wvsLi/onmnI8d7K3tNfOLlAI3hnjX+gDqZt5tR2IodnVjKjpOO695owvcEeoqdSDXQUbsVQO+/JAeZdWw==","signatures":[{"sig":"MEYCIQDqwhOu5VHw36PqXirJecijVZyFB71PG1iSSer1MEH8UQIhAI6/Gei871ooRZT7rkkyixJSMQbNwGgJgEs+NzYR4SbB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUT0ECRA9TVsSAnZWagAAqtgQAJfy4ovSqqhHKcSrmAsJ\nCC3Fz67x3/Bm7QRNh3c6IJgCE0vWg1rkbs4EnAwJad+deVD5KOyZpyWgmBVe\ncZFrOYTbK1y6+gASatx+5OGuyf6EoQus0AU/94XO8t1zpXrVa7170+6hhXXJ\ngnYLIZhQFu9WX1wJ5qJ1ZZ6a1c05dL2UFnWKEkCuybmkL4ebudgnDVxXbmzd\n5kUxMC25Xj5EgBR91FS7qzqZVGr3Ce2Lrx11fW3cikzIldIIXc7UnPacFkj9\nhg3C47c/qIKEQk6K9CZMEMvUMt5a7K9NMCsa16M/buhq32yp7LAUnVoACE2/\nPlJVlqs82nx+hWW0awfnyOJgZxqvh2YxNOyKNxeUePZsNTDMX9Xjszl5a9eV\nPDGNqI1xtqAw8D/1KrCrP00kqdido1XsU1A8SK3r0x9EZ2VCxhdIL5tsUz05\nVYWjt4rw/4CwEMZoKCrGnS9sR5fN2+E6rfmrQwDbqxQK7d+6+12OuXEATtLL\ndFBGjXsEmmvxQWEnJtZEeTV7LgkIlzZFkyxXgn5pEDlJz4orO/zXDd4x+gY3\nSbxGUeKVQ4qVLFFeFIJGvi39CVyCde7X4JLvcqn0aM2+txN3D4bfZ28Zz4My\n16uc3Rda2Ewm1W86blLn4xCAwCzRAt+rL8k6Z+j0c+QD4rVIdZ1pFiM4Nboz\nUPZv\r\n=K5XE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200222.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200222.1_1582382339764_0.19275995446849215","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@azure/core-lro","version":"1.0.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8a018fd76bc842475bd6bcb8a09d0cf45c62005b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1.tgz","fileCount":36,"integrity":"sha512-RIrM6CTRoYoJEXpCuAr8vanXxlFBCCaHpa/PCSUfcYe6B9pAdSi1DTUZZ+2w2ysNIMHB9MyOLEAkzZ/4NCJIdQ==","signatures":[{"sig":"MEUCIHNxqAEaHQnN/kccz52oG8Um7uVJgq6wV8JJ5/iZwIknAiEAnkP1hxu85+SkdsT6a9EEhK0/q9IE96bCGdec7FSs1uo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWatNCRA9TVsSAnZWagAAksAQAISP9U8neYTuZ04Wkd1+\nK93AIN3DqCLVrJGDswtJJyaDV0Hsk4lI8hhnAj5cqsli+p3zeeV2D5FdNZOA\nLiDNEVXAQmtzauqfpZnyn4NjIPggU6/3+7Lsn3+e2BFo4j82QIpqkxHROkiq\nw7GS5UalcaaTvFeEwbc8NDpGjef1LMj1Ben6zTED9MpiWQ1+VVqEpeQIElZT\n/2ZJr7yNFMpsC1VQwoP761V9I6RldI9/6k4lBmNEmBy2yXjyOsCLW234Alsd\nr8m4wBh1DVcgma9mIPA5h+6ep3I/pNXBx+dy9iKo7H0qzTVKR6hr2/lJzuZU\niitWuxeRBlxAPB69E9ChouqCGoSWMF4ugbXqIUE+t96tJ1qPGPVaP5tmrCDa\npazSRYcZ+0WrDVJbzUWPYsedgXmH1KWkuvTuDtYMgugqIcLKOt4ai1TMTfpz\n07Wv/hliVVRlMBfQNof8dJUPiiEh1rDisuzc4766J07m49/+YH+jwIXdOFwA\nl1+xmHRt9vCSpW4ZSJF2OdriN5OkLBaG8c/cZ20aB6ecCfLf/zdY9ayvoeqc\nNEJ0tuf2t5FqTh5fCCRv01BjOpBt4zbhyAMrVssOYDoTJk+ZnLo/3KxbsGXT\njuOKzRYJw8ReJyzBQwwGVXKT8+tfaSksovymj1c724exJSY53Jqn+jIGQijs\nLKhK\r\n=ptfv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"1.0.0-preview.7","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1_1582934861250_0.954379755907028","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200229.1":{"name":"@azure/core-lro","version":"1.0.1-dev.20200229.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.1-dev.20200229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"19b160d718ac96878d6dac738950f6bcdde0b2df","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.1-dev.20200229.1.tgz","fileCount":36,"integrity":"sha512-GOx3yKL8B4k/8jfWAlrGI+8mrxDkQh75jo1RlBd5Z1OcS9VzsE6a3ZN7xkEzb6/rwjTVC4G2DjHLxQ/C/tknHQ==","signatures":[{"sig":"MEYCIQD+jL74JXTfpUQj5UeTYswN+BembCUXExqiL8xI/9W4cwIhAOdk/gf1I4naQrC4BEFcemfQfHhhPWL2w5OAZkGvFlGN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWnfhCRA9TVsSAnZWagAAnWIP/3JXx3HV+MVlI3PQ4kEq\nwFM640+S/Oi/tZ4FSdwf6v4ziwcVW3Rdkmup1YIq9/NcXG4G+JMEbsObPv7X\nOJdPi/G7dORUbpGN97H7HjanVI6UpM6NkDZe2Xt0uaUv69ir7pJCU+cN/Y00\n/W4KT4nGgyOENQid80LEppAYpL2CU9JGxZ3YeGb5gNUmq+4YjERMN/H6W/Y0\nKwY9MAi5QWg8sF3CA9SmqEOPUiydUcIFNK5KMy+w+S68gP+leh8qWQAk+WkR\nWERo++ohPh3Aj+pM4SMSO7X9xAtampy3LgrN+O7/eo3+0KwALHP6cDVcBxQA\nnBIaatWjdicNiha8sU8Vdk2Vj3y9Wzt4t0oq0XoqEyRcqSMUFRGmNXNpfThI\n/Ce2OwQOaiG7aNscj6A0dOJwpLzIYblWGZIc9lsCVLKihQ/2xDxNPWyTB2ce\nQJY0vGR+bzxU1cz3D2K278h8c+IuLCIwpdpmB15YLj5ctNinH7yR1vlqQXbj\nPIc9gUpcjXMwps/DssiaYq6Yxjwrt99oIlG/OZTa5tx0kuKeywL8nRP39OEa\nI2X14QS1gpGcIViXtiqkRz9RM8dNUONpGtuIZNoy5ces5vkQ+O7VfVqwTiyb\nx4B689YjIFdMj9vZ/WrVlfdd9kHFk3Lm5L3SIBbq2EhLSB/E/dZsRd56+yqQ\nEjHA\r\n=IVG+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.1-dev.20200229.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.1-dev.20200229.1_1582987232724_0.5212767087956804","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200304.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200304.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5b103a538787b0e59b72f3dc832aa70b665df0cf","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200304.1.tgz","fileCount":36,"integrity":"sha512-dU8SZrmWEm3WSUrFvdZU3185sjhHqzBSX2rqK0xQ8pvSYCZFmR9xdMAFCX0tkPhJcbplglS6mNwAe37O+FP48w==","signatures":[{"sig":"MEQCIE4w8x3WQJkiioojjMZcgsUt4SGipbE9QiHebWdiEkNFAiAnaS7LiVZrmVlu5BTv6O62CBMMBSE/Lc15egB8KpOijQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeX9RUCRA9TVsSAnZWagAA33gP/RtU7esM1TNkP8J6kU4m\nKSZ62HMn0TLrBjkMbAF2r3/VhUFT9iUHSWDNZIxOeBo+y4kZPABuGfzMHXIN\nR+d9eoacw6q34P0wLwgYnOzn7KCpWgD58VtfDWRLSj/rD8WBIo2Q/f6cTh3e\nzDtWdufobuuFN7f8vN9GSpPkuJTwPlXArl0LEIAjRUeOhs5vp4JZlP8LQY5U\n5S+DmkXbOH2q8t5fAa+3kpYuK0m6brmnRy5s5IAXWfSK3GOsvxis8fphn02y\nN1ht8Cxr5X72WinScJYX+dy7U5BhJARYSYFW8FHZrg3vT2dMrJ/l0ABS2UKI\nrcYsyXqxSKh8pciNoFvDYS1J7B+NmZlqk0hv36Ooc3cE8REP/yyV97oihB2a\nH/Ki0RYj6m3DGeSi1lQ3BY54E0n/hHTJxGMKbAoz/MdPll0X8p83ixACMZqs\nGY/zTtCFM84ndd+j4Xk7naVpndQtxtLXBje3H8Ny2JOyFjm166ji7tVNpC9T\nxgvNeK7GCdB5nVtvCUI1QJvHZPCjPU4KXYL4iYTnEqbVkHUp9iuXEH7L8QvE\nLKoxYI1Usdy3DUfwL6kwzOpSWBnoBJ+jPbmgzg2j9kGU1amCo+rpYfwHDf9Y\nSl+5aFFxpTt4pWCukmRygKMDrpAKDYpsRRrJqFgQ2Oo9ZWPeaaR8y3H3WFA1\ntC03\r\n=0H7P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200304.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200304.1_1583338579634_0.48416696709072515","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200310.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200310.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"da023d0b9558d544e18d8e5b74fcb34eba2fe84b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200310.1.tgz","fileCount":36,"integrity":"sha512-aDNxXgkHwznKemjQG9U5A3mgPdPf+ZR4DFj0BmmPAczBXFmk8fgHGJsJiAPaZAD9vgFj+CcSWcXH0rZBu3WW1Q==","signatures":[{"sig":"MEUCIBQIMiZk/48K7KgJVFu+goEyO7MVlkHhMqMAhGAV+g3cAiEAyzjQb8PWK5jdaZxzHVNiCmUSP9GM7omegskBHWJwm0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ6YcCRA9TVsSAnZWagAAoPMQAIz77TQVYgXMWld0ATuK\nwuenWuW2gNIRXIwAqpO8dJf2VXERhwOvT9JQXmyqSOxgMAS42Nxxt3QAeS2l\nMTrKYRkNbEJiXS60jSeeAjVjOPn7LZs9v//IKvR+F16LZl/r+nFIySumW1YF\n7HLn6rFPqXuGMIbqaj+axGQxRHgfVITiQxNArJXABGQuUvP4GWeFjPr6Bhf6\nzKy4430WC0LKbIOxjAp/3AoYwNgV89WxqZ4a9Po4ksSC2ik6vqAZ+hm7t6uW\nOj6+vJB4bTPoULiltZavWyD1jJ1tmNzI8PlcWTTkU8af7qDzkc0+mjV6ECAb\njbKBrLs42CpRdsoQz2VLq0yiTL2S35yKobx9JmXAqInbPFwZ4yErmWjq5hvh\nmgeaEsTtOEPUp/J9skzW1Q3B7QzNQWrSVtCzMll4hxpV1Gc4EQFRuWzNPxX9\n1XHx2gaxfj7lrw7ru34WagWgnh2liQHb9q5SxByttbNJt7u4wvRVWmF/mw3j\nTOOCSFS3RuLOCqA6tzSvJQGI0w6DhlW1AJ3+AL+bGqaI9bVYASDFZZMjR68a\ntNImGt4zBrsjsImSwCMjr9R0ex/u1PIlHBIkJA+YPj9qNb+yWmiARIViSAtu\nDfNk9yeHwWzQPhQCjFil3MPbv+52ZyH2GdviHO2MAFt7oeeY7yj0TyP1N4aI\nQHvj\r\n=WUKN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200310.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200310.1_1583851035789_0.1997764537405653","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200312.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200312.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"de787bbfbbd035c2e2a969e171919defcc58f437","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200312.1.tgz","fileCount":33,"integrity":"sha512-3rOHc92kKRxk4O93+5MH/cKOFmPs5UeVQ90g8hac9KLa02MbfUsAUCDBqx7RDebVtDhUn7V1czrKNLOK0Uh/Gg==","signatures":[{"sig":"MEYCIQDjPLY58z6oYZgroKVKBolaZlvFif7DntTEOjxsE1JaMQIhAObwTS7WocbaZT6dh0leiB9NyH6fuCN1BD3g34zmBm90","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230749,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeakQNCRA9TVsSAnZWagAAFR0P/2UJzQTq3xO+xGhR+JO4\nkXhxn8H6R8mSKF/yv7Eq+Svr4NNUcJNR4A3zHLAKR6CU36UXD8mpyLWMmGSK\n/A5xXvFqU1SAzz2zImxqnfsJsZSrR4d4IeGLpFNZpZ+spgtTzHZhuO160v2o\n95nEXoGOrALm4tzfAxn1W+SeHcm5V+9OaMuoHJzmjmw9eBCWynmqBajsCXus\nXX9aJ3Ga+1xHed5QbzPwcZ5deNk+N03azevPV13cuhJ4RsFFBVSb3+BpJKh6\nzeZPsVIQH+DHM6lw1X2QKnE9Spyl1h8dXYN3ySI5/qjayWg1WPkwbFILtGeN\nn00+wDFd+S/U1ki8Bu7vxJPDElxPj4MoUI/YurxFZBhAGe5HdyCjBSNDMStx\nWQ0fA4Y9FBl9EYzhRkFX6gdb6upmIe022sKjYWU6LOoasdffLWD87aoZViQ9\nu2J/U0fv3KlGMIftvr1sVu4ynTTHBDA8wEeg3zuc9uJJq614BFgUcuk46gSQ\nPis3G2t5wSry1B+pW9LVsq2bfzvIKTzJCmk/Y6qJmDR5ef5cUfzpS8gMGOmW\nBuFJ7P9tusYWDYdHwWU9q945kY3u407WNhm7KtkD44iB+BXzojWUDNdpDSR0\nQdEEecRlHxacvKAhNorWvzPoxY2hxd0kwMDR9WQ7uORXZkRqIjesLZWwTcmK\ntPzm\r\n=XlzJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200312.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200312.1_1584022541177_0.5453006840639667","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200324.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200324.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a73ab807d02a1594fb266758597b5beb6c967ebe","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200324.1.tgz","fileCount":33,"integrity":"sha512-mQelSCh/LS4dbHIqEE8PneE/4f1dIJIFHO2HhkoCcJsy9LWl87DLnC7APURijvx6OHPMptbvTk3MzZV4szLBYQ==","signatures":[{"sig":"MEQCICdyq+UaRnLtgHTwsDrC6zvmnYYA7Vybnj8Jxc2FArFtAiBdJ5ttRYdgdMlq+FgvJnl/X0l8XHa8IRr7Ek40CADzrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeg1mCRA9TVsSAnZWagAABewQAJx5UNdW+R86LKHMdN/k\nS/uw8mb0hzBawK0gEAB9hAJMS8i2efvKGIyuGM0Fi8cmQYqI7NtuH8w1dtd8\ng+oXHgOtlJXNXjW3v2iy4KN1ovLTErHDfL/OZAWDeNky1G1MdFi/4pBD5MGK\npBcG+yPpvxiOYdtIQzGfh1dMW9H62U9CN+BrLJafVt3TTdxDVtjrQYS0w7V2\nKFXC4rYoU4gjLH1lhgIvs8YZs3t40vwxDx87oQy0QP3sMwlsd8LIGPfp3MDl\nzgu7yPhtY+87JOLAKwHWXTMfn2G2QH4h/vNH0jW3iw1Y94ft4E6LdZm/DG8V\n4JipM+37IENueeR2MRx8rgDBtuFul6OxWOIPn6aX6Q6SokfC96lCfElLiFEN\n9DG/3bh32w1+2Ma2hivO/wmI6OGYe6RxnkuAtM4szDqWLxXlWfqoC2SD/zN9\nnF+/gCCP6KaQk9zh0GwKx1hNiFLluEnmqgR600HfbJuZJJ819m+KywYeeJ0s\n8jkdUZSKQEW5A7JwTpuRrqUqGJfPbQiLqQpBwMkb7oy104k+rXcY5Olg28PW\nFuMg8IJW/BVEkEnuF15Dy5E0HGYDxSSaWyhmIP7zY9IgDqzmP+5Kvpz6yzX1\nk1uLBls+KIKWU2/EYV0at+TuwBRJph/XnlQzfIEs4C74CoxTQpuQe1tF3imV\nTtAE\r\n=dj7R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200324.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200324.1_1585057126308_0.5103730532051427","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200325.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200325.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"fb91f19e8b165293483732484e1201ae1e5f4637","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200325.1.tgz","fileCount":33,"integrity":"sha512-VCXAX9uMhH4sB5i6ogBGY67IbrsGcRht8X1OFndIvt5VUxCZoeYX2eV0HL0u/C3WIrm/y4vDvmtC1ltzIK3J4w==","signatures":[{"sig":"MEUCIApQ1Pr0ib6wsZ+BGB1dMaaWOIbW0Eg5xaduvQQrLJAvAiEAxfe5euPyZQWMPsGotP5Sk+l5y5big8mHJeaZ84792ng=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee1/GCRA9TVsSAnZWagAAW7AP+waLR4YJHRxYZ9/d+e50\nDc17mpcls+F3l33jVEdZQFtuhJVaz7b6zl1OosJPD5Dpx4M/fnjJCeKm2nkp\nLFH79XZ+IouHq+67XW21PaA63JB95OCYYKg7ng6lHypFkM95X8Kog9nvrNF6\ntgwxyRHn+XxoDteLXRooXxgmyZQo5SQEuTleGdu2X2Iy3Gaq6lJ5OIXLyvuC\nqe3ZzurpssBDOyTANX/ZRl19FBFR6w32f5mOoZ2N9GC3ylEjysdCraFZeClP\nxWn+6/jqbkWRxrk6Tph/r91NiB2boPm7aLdXMcGnuk+c1YCiOogMCCRrIHuk\n2qQ1L7MjwbEOoctnqMLyQl7FVOp09ohVxElSDp30sICoUlcNyhjQ+nbUhJNs\njeC6Y9/4nkbv5UekgKrDa39SPejOmxycST1dgA6eKXC2xBlekL9+coOHoJ/B\n4uADmNUbotFg+7jjunXUoV2rrI9cr4Q1ZQRr0HovU20nwJppHyjv9f3tAhrM\npxwLgk3Cs1sH0+ABwV/VYBUDY+UclWNtyz9HpnRERCpoLigD6ONrc8hhwCDG\ndGRj6fvJhkPXUfa9yBYPEjoLcLh2tvB/18X0AwgAN+kWl6gMElShWOSVpFKS\naRSjSbAwjWh17Lm3yWmPc+SWk3Lqj76eGG9/oqvJDjTHJXYP7GaYJu9O/zST\na2o/\r\n=fesY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200325.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200325.1_1585143749858_0.5665629779279711","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200401.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200401.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0008303ca0c4bb0ad9f5368f11ba43c2deb0bb69","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200401.1.tgz","fileCount":33,"integrity":"sha512-viPrVVNDXyc5XDfgBeX/kLIoe5Ydjx1jPwc/soobcucIgue4G5g+yYfC4xRcU3JIUhmhoNgt3VP4AFGzvkcAgg==","signatures":[{"sig":"MEUCIQCkRIoK6uEByNZ32CVy6JA17TSC3gN2WbQCeF46fzOt2QIgbECEBJBd1afnGeHHG2P4aOLBLCLf3jbHd43y8oA0FB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehJi4CRA9TVsSAnZWagAAcjcP/2+nzOoETFsAY69cV6f/\nd2vdeVkNqHyTCCFN0CcGhfdG8zXixw29VRMudFDFWbvJCQ4CtXxj5kZ//KLE\nXGB3wJiGJcCmdOLaeLrCJ92BjuWpjmV+1cEtRcScF2djzHhNlT5LrO8z6Znw\nW5tuQuLyKKK4mP8YUc90rSxaWGXli2iGdiq4sonYRQgdxqW8WF4V+TLXhOVr\n84+hH3hPHPSRlvK/8oC9IVPWaj1FlPIT0RmzI5pgKzW58eHdrkmZzw1kr6HY\nQ38/FkYzZuHa5EfQ0HGIJIMJvKPY4/Z50iReeNt7/3TW1zT+2UHRnuOr0cXy\nmt3SFH0kmkmMJm6Oj3oFUxDKzbBb3awt/CuWs4og8WgAfERj9TSQviIDePfm\nE72wJsH3SbyxegHauVbHVBIvOwiuxWa7CY5X/41Zkm/7uuUle1nvJ/nwIlv/\nSpVNNGgWtKE/TMy0UEWjWcqXqlNBe44ixIqTgNyMhPZlbgIG4i+ud+BbRzCh\n8gBAC09zGnYhIMnSl1rejKeZbHwsnWceQnJQ6ItvUrpSl/7eCWw+HfQ1ksxM\niuwZalSwEFIiztnmErXzN+qJ+t+ysCMgdsLKPHlU1hskdrLHj8/cz4q803wh\n52JUSQil1LiP+88Oh98LwguDsUTyFelYUyJ2iQc8hM0S5bUoSAF7QK372lIX\n34h6\r\n=nDDB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200401.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200401.1_1585748151862_0.999860824680046","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200417.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200417.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"77af3b70e93addee3bd2a235ded8d784b1bc7109","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200417.1.tgz","fileCount":33,"integrity":"sha512-B9Orb2caSSHNcLWRdWUYPRlHgtXx9KslSrof5DMLlkG49bSPEFWLftuBN2coVCFnFbXzVM+E9XMGVKoYhXT7vg==","signatures":[{"sig":"MEUCIQD90oQZMrdNOdaeUy2AFqxa8f7pcZvZt5nxpVazR8G2aQIgUjHBM1ZWvxDXnyh2DSu7M9itVrPeCy9JwnM6BGJub08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemaqPCRA9TVsSAnZWagAAB9QP/RzBWAqKuHQWklikyQJi\nIzZhGIcV+3lIgg03QpwbgojIpgrlcLiuA2ehtRD6FnT9gnW05nnpE460Uw+r\n82t3wl1i5P5jxnWia4jAfPJS84jcHWodec6jvM+vyyHWthYfGbJS5ZtKLycu\nviPyQT7hFOWZa1wtVA1AOveq3+vqLJTNfc42cICvWhikxTN97vhElxitXphz\nedT1AGSoiu+zsteHQK/olldLw2JvjXpiDLPg+ADjY8Wmia4NSYGdJWa9Q4V+\nd4BdSJv4GTWgNutXxZpuJyPo9PhCxjAv3yKDeUdxUM7rSQuBvywWgH+ITAvl\n+WhVb5R7RBzjc8TdQEmU93CKNDc5plDDDVkEBC638wQhg0sFV7Swc3nORoy+\nMNqZC2iby5dPQ8wR2N1DOLOGZPixE8XcBB4N0Rsd5a5lzfglfFAVj0vYT7rE\nlbVTH5DYWNzhYkwp4Tv0GIVcz54B0NDjWqJC7Pq2L2fTrHVVhTWsHLnTmlSt\nKX6Bppps4K1wt2l227rI6+eMCqJh22IoEBUC+utbBrU7vX+sG/OETgayQ4FK\ncXxYKEWS5P3v2cbiVsd7g/6eg+peK54LOoFJJZ3lkGpNrcOFwEu3S+PRq1ym\nHQtO2aYH1Adc3H9b/ts9Nfh4d2pd0W8E6ckVzV5NHe8sbi5TkPoPgqgXfnZ1\n+i/j\r\n=h6HS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200417.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@opentelemetry/types":"^0.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","shx":"^0.3.2","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/core-arm":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200417.1_1587128974345_0.5601643882730358","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200421.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200421.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c1e3e71b606f3ac35d84f5d8838e960288599811","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200421.1.tgz","fileCount":33,"integrity":"sha512-d60nH3IoV6Lnt24kapmzgkITsh+TIP1dYmNVJtV+uo9oJ0fxeLys1GnghDivU1UdUQ3oXSp6W+gOHp/sOnZjqQ==","signatures":[{"sig":"MEQCICYTfdfkgnFm7Wyz4AEN8Obp5rM5ecYkkwS9mPr9PWWDAiAWafGbl+W1Aa06a1OSXx0MIdNSE+a8d1sh+Vhg7augOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenuZ3CRA9TVsSAnZWagAA3x8P/iZcENjfYOpapXOzNbr5\nUvvnLO0vxyFSjznh+VUKdE7L5d/x7HXVPeH4zeyHObbsT//TIiUDf5L3kToI\nbeCy9H4ogNTkOOyjtPEm/4A3ZpiSBe1Tjr2Wj06Z+TmBm3xRZpQHWuNk/n0l\nBaTDT2+H/BuMn0xjednl9NqD83rX1Ch/oXChlS/rR604MFueGewz4g4qKUDs\nntxtbNAEM1sVQ/bDq8+spdRXQv1TaabW8I6SneF16m5wwVe3HfewNyX3qaAo\nkY09bOAqPhhmuehT16ewEQQjuoqyD96TOHGMX3uXy61Gx+krSKR0hwCx/4wa\nRhXi4CxMJh+E84blYqRTB7+m9FiEzTeohSWiz79WrQ5NVFMWUtBk1nOeZm0V\njAYKpYmO1Zl/A5BDA6TFxmhK3p4A7dMUudano3tr7rd2Sh2rnfMFxAnxn1SS\nNssDH6VOLuch+hQ3FdC8Jq44PL5/AHlcwB/TXZY2nMEERfkS1Fy3iQ5bgdC5\nIowC0TEF3eFlzkqfxyUQ83hENel17+bUPZzu8hfnWfYE46JPBzPqbGjTWFBf\nbjOS9gU9jZ72U6EdyQ6XFxLQnRi8gAwJRh/QYvCRn68Isdeqh1jk7po+hekx\npNIWHscLH33KaQW5y0zlZLNz4Uik3/bn2FPpstWfe0bPC+crI8ux9yyBKkMx\nnGcA\r\n=jYJ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200421.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","@opentelemetry/types":"^0.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200421.1_1587471990995_0.7110714071891191","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200424.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200424.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200424.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a08da3dac01292ad2b7f86ae19aeb6873743191e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200424.1.tgz","fileCount":33,"integrity":"sha512-w241f3JpjrvGPEqjsijziQN6TluQ0bbDtmd56/OrVEldqTnWb7xsuQ0uOHunqq95ZTRbcBf36IZv8VPOdWfeHg==","signatures":[{"sig":"MEYCIQCt5xK9yxxD7xv4oppJu7T6a/Y1ax+SQSQXXA3SEImwdwIhAIuFYECS+GVE3XmvDYKIchjf3Swb6drDsu85g8ACj9de","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeow/pCRA9TVsSAnZWagAAbqkQAKNHW2J1QUuf+suMq5Xk\nC7YWiDGNxUcJo5zGVae/0jCAHQO0XgbYyfimM9aoZr0jFbb3/KChH4CwG6T1\n2dbrpoAoqq0AC/L3EyNoEepx9hExoRUuZayShnExKDF2LPOiLPTC9tNOcf6i\n9iD8Y+J/xsh1JkfA4PN7POAZTaTsQzLfbV8T2fmTlOhAxifJuJwmA8x7nejf\nuxXH6Z/3B6kJyk+APfuY2zSX3eStym2AehKLNjF3M64oHOdzn9pobNQiaqzo\nk+qml8zyr5StOZq1kxYFfAUtSPKXH57M+VRODxaJZPWMUaAq0tXpb1QJeeDb\n5pDlX/DiUNfF/jYaJua3v2cDqMa2zoIg0nM59eNV5nFt8rNY8R6N2e1cXONv\nF6hy62R/yLImAJ2Qom9KoQXsca0/z4cFkXoeNGgYtQ2/NkCjivPB5Z4Jbr7W\nsvoGXb7c1Gckef9yT5dO1xMRvDIAU/UI9tsoHkB95vTDPZ9CXNANNcDcM6cO\nk90asX519Y6sLZTps9Cnun554547Tk1uLrTc/XoPQMt18Y0iw5bau+xgpM59\n1ZLhrqamFhsZnaWoJN7McgFmiHYTXmCviRRwCqzbIplasrJv+x7uC35veLPe\neoJ7RFl9ri3VJzl0zBEsO3VH4bxx209dQ8GUxaRSII7D4Kek9sgEDI+50yzQ\nKROt\r\n=+mwV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200424.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.1.1-dev","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200424.1_1587744744798_0.27310788586836554","host":"s3://npm-registry-packages"}},"1.0.2-dev.20200427.1":{"name":"@azure/core-lro","version":"1.0.2-dev.20200427.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2-dev.20200427.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"16826675d9d939a1b7598c67852dfa7b8029e336","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2-dev.20200427.1.tgz","fileCount":33,"integrity":"sha512-G/Dc/8Oli6bTlXDHKtPP09WfZKhAxKIizVCd0KbzWncmJgkFem+Y3nM/UuGrLIYIHuNYsRNEup9ap7kCJdgR6g==","signatures":[{"sig":"MEQCICE9aX1GKOFtlE5x1FhivpAtazDqEqpADL/1Ybi3auYiAiBFTcZL1TjsdJyEfyqMd53885LhSJUZqSxBCeMxMDgifg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepyElCRA9TVsSAnZWagAAiWMP/iHT0zDNRbpqQ7JJ3E8o\nhgfEaLnXvZo1DbnGCe5hTsV3N9vZBFQl2+72aoZECvpxc9yckKv3L0aZ1fo1\ncCCdqqZMC2qTwScTYbNhPit0rclx82eBKGzh/x6tqui3hICLfGH5oZMJ1+58\n5BRZ2esADEyQBssOiV59OHgX0h2SCKpqftWvy0nVNsOEgsVbqH114i3Ye4yS\nIZmVuCC97xpPWHw+xI+R/NFrs7XYTjcqFh/WR3NYgIqTe2YBBa8sOiD0jD/P\nVX0FVsFslhyFVk2D+vIYA27mndEhP0AmMN2pe3vKJZT8bk9natTJHZy2FC4h\nzDe64Qx8IFy5/nxqCPW22vzMmthudAvyjMPH2woB4n96lHgDweoaLseuu87X\nPTwLnnucaf27+WKhhf+hKJcmHoynBdrDZ7XpL+djm8tbe5eNr1GE/z4nEJ58\nQXsKHVZmyyV+z8atLs6XTu6PSneWBm/2ljwg4ZRjJp9QNXuY78Zxdcedld5D\nxR1I5rRvYwubRrDMNXbjBQOg+wCaIMOFiqRBOyGBXi4aYU45tJN5159yzp+p\ntaWjf+vhNromxKyaITJpsb4Gg9F7HKoGLa4RdW4Q/BEWp9Sm5VQEnM2cR7kE\ne696zc4ICNx2raKsUr1WU9SbuRN0VMo05HpcgP3mcAURlEaICKTEef0ndh0J\nfhgk\r\n=x5JM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2-dev.20200427.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.1.1-dev","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2-dev.20200427.1_1588011300639_0.8721356718395907","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@azure/core-lro","version":"1.0.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b7b51ff7b84910b7eb152a706b0531d020864f31","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2.tgz","fileCount":33,"integrity":"sha512-Yr0JD7GKryOmbcb5wHCQoQ4KCcH5QJWRNorofid+UvudLaxnbCfvKh/cUfQsGUqRjO9L/Bw4X7FP824DcHdMxw==","signatures":[{"sig":"MEUCIQC4CucOGOSZdgIx0W/LUxMXIdfCGfkkMLgrNnKE6gwG9AIgEnrO2qVOyrjiokSCfbYZdevhe1kE+hLcrOgTy9O7BE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqMKuCRA9TVsSAnZWagAAZPwP/25HgyohItA2HUoy1KRx\nDB9Y1zkm0NKsMxtbsDwgy3fvRm5UaMV871gqSWuU4lAdJtX5jaXkMx2fMk73\nfm8k88bRI+EVA0FNjGZyCSpYPhKFsIG2V9mG6MpZMcWJE2iMRuFtBKb5bWPb\nZz8FppzEBalFGuo2Vg/ZUN7HwHUFcRnMtr+bMuIS70O3WRXmt0tSXfl9+jPo\nX9XNwjbzo+ZgkTj3QkQWAmmHTXO1EBnExdOXA9ETTrO0N0m2ogNFLNN3qFqO\niEEgq6lcyOP6qs8OeOUQegt07bY/E3BWd9Lp8wr5oeOJMrqJhl2KXy2JYv1B\nT7cuhnMfzd5vwu4WrfsuOV/Za1tUnou31LaInsRWOCF72QaLkfI3kjL0Yazf\nIVfMa+vq1VPStn3hsHD1vOoCItjFLygX+UDK8DqhA4BYUZDoTKAs6QjZ8HwJ\nLRvSXDNHUoXdhPWl4d0rcjJdFySLOKd4LTRigt/2tc2iEZ0TRVD5gThrNmQD\nx8NRwb7GFhHuJxhVp4DTzR1BeR/mCoUMbKF44syOASZrvWuGKbctsqmrNZFf\ncQyeDlc9VH3XOZDfKD/qG+4okVoR1AQ3iuVtQkvVgsk8x+fWbAjPrGLHLpvP\n6Aj2JSpCnROPCY+94ZZDKoZmWiWKGrlATuhOnNiS0ALx7JxpvsRgbmH66QVO\nrUCF\r\n=x3bv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.1.1","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.2_1588118190222_0.8284792505921719","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200429.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200429.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200429.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ca91dd370597dbf68fdbe4f7a60ddb5e97fafdce","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200429.1.tgz","fileCount":33,"integrity":"sha512-GKb1ILknyJ9yG8tTMLFEOJ7ZWqLHKbjRpZ4XpZoBUnAGF11Q7qlq6LeZkt9+y4SjgCzHodm5vSFdrttTQd73Ng==","signatures":[{"sig":"MEYCIQColLrKuLyi/yaKmMT9zY0MlI4wp4npRrVloeO98kbtbwIhAONZqB6+VFhU3jdSCQbRCAaxUA3UUN+aXr7xWp4zJOxe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqcPHCRA9TVsSAnZWagAAiqkP/0knvPbvnIGlsptM1bRk\nRC2FCLDzTyk1TO5WSryUPoFM4/WFoVkIXdI5NOpZalXoW0LUExqhe7os7jjS\nWyI3NGunnwflwknrTtpEYx/fsbt5vlN1LnsHDVYvKBxzuQy9G+stNb+fP2qa\nkkVjInACN4HE8+SeUjucstiPZ3161jtcZsY5aLQLajtnkScFZ8M4f2H7V7oZ\njO6TEWM5JNC2A/JfpidMH18X5SDzg5je8AVkvdQPgJpFLLeuWOAVpM93j7Lk\nZlrjBwqU14CC9HsvmWJtVQGJNiLFE4BxxGHV5pt9bQIc4Orb52A5IPuaD5ht\nZV0najM1ZRYx4E9/82SwcYw8QrMIsSfGX17AfexUEDheW/46VgVJhDKMF25/\nicJRTP8kJ+1F1aK1e1LmcM01vIHA4VXWvtvMfD/NOkc+PcfeoLwZxQcU8CFK\nDB8KHrV3Llw8q8TzfjwvanX9zHrOw2SmtkpqYZyOCRdGDWGRCDoebboFfYY9\nAIJMqwl2hNyQUNFWxUV6rjcLQ4zu/91RXTmol/7Og2rLQYbCFSVeTmoRP/pE\ney7Neq4NXOMWkZFEGNhbNzOmi6ORMCwbIeGuXYEZOKzQGpzapautGganaoph\nzBzcow6r+yLScoeDm+uIHwHY4VAz3ulSy3qGh/qzhxuW2TMlRJWoyMhrZNLy\nre7u\r\n=cnR4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200429.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.1.1","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200429.1_1588184006710_0.08797331805379471","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200604.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200604.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200604.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0ac0e557a15b208e11dbc7d673f1855b765e36e8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200604.1.tgz","fileCount":33,"integrity":"sha512-k7G66RTGDL7tUfhzS7H2jLFdyNlt+pt+dEd82gw0uZqN8goWiBBIXEWSfbjicPB6at/S6UPv9VgcXN6JLZk5pw==","signatures":[{"sig":"MEUCIGjb4w88FXsqjOG9VdHI/1ghX9+QKf0jL49gHVcIhO65AiEA8g0v1BHQHo6WLJEeWsyWWMxdD3l9nLdYMZzXiNtbGd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2T7oCRA9TVsSAnZWagAAqGEP/2DBcfzIaSd1KZNfBT42\nFsSkff0aZ/lZ5/P1wEEtC+CaSCnnlYifymMu80RwzegYABdo9cJtTIj0K6J1\n25SJj28UJkdcv7rndpA1QvVRMpUPT7WCxZEbQWag3wLdVkWyWSZkdyOO2Nms\nAO3GGJ3hsxNQEU6mxyJA8UU9Ys9RtRU5DUe3WW7EpYllmhBvZ+IJmAnQgEer\nQodX3e6c7WZtiTqe0LAQT3etefN2ESzGiTKLKatmqHsutDy5ZnooLawmF8Qn\ns44mjdDEa953ZkvI46YhKyX7fsDqBTYpadBjfubsxu6OKwxwPdLTFUqFH/N7\nrsBexJI5TTXk2GxvnP38j5TWyjYIJyxpK3ZeB3NV2w/JLwcfPDf4S1mh1LoI\nt0M4oXC9q2jlrPj2dNom++Da+Lm7yg3AyRdLAVJ6BeXfKWLYvotJ6ogQKKgP\n5odCLbB3DyBVu4DsSx5ZTBk7sgmGs3Ucvx048IS7crg/H78wlOzAfi/99Q/G\niEDnby8biyGG0VJJVW1/5K7Cvn5LgzuAaHoAgPz+G0I4F/aDRCnHFIrkP5NH\nqXwIFrTvlMGkUXZ0pQyUp6Wc4WsUxGoQPrTNGTSVgOGkukm0IijAs9cnQ4c7\n3hXGQYp6dIJyA80w/6W20yWgMu5++4hIqteYDoOPw8XhqkAxdvqHOTNoI4EF\nzgSH\r\n=zKBM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200604.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","events":"^3.0.0","@azure/core-http":"^1.1.1","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200604.1_1591295720251_0.5222229109177448","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200611.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200611.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"bbe3f4cf8a554b17b248bdbce62c1aa46de4968a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200611.1.tgz","fileCount":33,"integrity":"sha512-2NiJi/HSgAwW+bGFNSL0SRYq9ON07pJ5Rb40TMtwF6/DJ5BEVB0msq+UuRagfCydWXFnFIZQtmIYxpWf7LRRZw==","signatures":[{"sig":"MEUCIQC1oAp4SLYhs/ykQNQSzYc1P/FE+jxJopLwL/u2r62zKQIgFoePkG6h+VjsEedRld+TtZnZwr5wX/92K64mL7DFZzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4qfmCRA9TVsSAnZWagAAmhsQAKDQMZ4kUDNDlDAxx4EZ\nARNboSOJfhp5PR8EjzcYLyOLg9C0zzQtUjJ4Nfh+pArmZLJf5NS+VF+gMdi6\nf1LynC82pU93XUDLXRZ4iRfHrVO9h0DdpunJ1mx4jHfsiUfXjYeNLM3UayzZ\nxaCxqMQC0w0XbutXqD62VlOJY9GYw8AVHerrDToo8Ha4FROqOaybL8imoprd\nD8UMj3vdfPq+ZhFtR9MuuA/iaJUgoDErIBW8tNaXlPC38+5njQZztUQ1/F7O\ndRj3SwZc38jRS+RidIylNeDMMvR3GHH+qMiARoTs4V+aa6uwTShpFKCohkyt\nNCux2xXffZV3Gl9bbZwhikXdWwL2uwwcNeS0kUO6SpBvVlKTxX1+Njx6pooR\nRgyEB8Ghl0ZeYmZWKFGxf67AWUFb1U6VHQa77jNx7n4QvgXQXr/1X/5uXt2K\nBCd+qL+UhL9jVXE0p4EVsRFE//Bb3oY9CA5p1t0JJcz1SwBiXCJY5hqce0qw\nv5viK/fSrKYM+/XwDMjhD3UvSg93oeHtVIQ07Oc/qcd6XvIvaUK7ZzlOERxi\nLPp2c3y3dK/cEZ5mO803v/Bv5l/QIRFh471CYGkvLLUGS9Ji83290rPzlKdu\nN1OYF+A+vGCLZJi+uCGuh1dmhzKXiVyoMruZqN6fCX/+2KcDejSHl+W/v8Ei\n3fKu\r\n=b4Nj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200611.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.1","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200611.1_1591912422196_0.460107889447533","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200626.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200626.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200626.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"7d5923a96b3049d9261bed36e74b49454dabf41b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200626.1.tgz","fileCount":33,"integrity":"sha512-jTTz6PfwpuFhHqB+GmvRoqpiCUSU1xMhUuuidIMA9gNOTpPA1hMs0vdy7TfP/oeIAL+5rUyvrqaCxVU/7iNMJw==","signatures":[{"sig":"MEYCIQC+NHpg34vGpj1hjROCW++nkXb+e1ZFMhSjQU4TT8ChhQIhANOGBhvaYihJRUuodZ8CRandK8tmkbKylFetoXwOIbe6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9kFTCRA9TVsSAnZWagAAAWUP/Aj/srRJZmobMajcEJCf\n7xXxKKlZbxPOeiQUkqpnQ38foN6TRgv9lQSmtHSMQvvtUomS9QTqK93NbNe8\nNmrt/IrB1Lht8ljycqkdQWJFLyC6vn6OHg3pNtsgs+mf2jessUQb/+lgtkf7\npPnoKlyl10r8cIMCQrdboOXM/5igDk0gVbvUdqT10IxHaQfeAWZaW5utLIJF\ni34w8wHcCfwruHaQ1+16/7IKeOkXK4eMMLGojsiDXeGpibSNx7nxNEp+aZdy\nL4jjbrX9RlLJal6jZEBGUDdT6EwnQeI7GCdSv4DMF5e8EmiILNyK5Bleojj4\ne4MR1ywIBdH6AyHgJtAZiEFK47hxif5tGhiqclO/ocRlv9fiTApN0A6OiyX7\n1nHi9qSGYWbjSLqhNgRlgM55ynXeVrsIqyf/dmIv0bE2LnBIubaRQEG4hA27\nwqZzOTCohepBHGkRQE17/LXE74rsSo5HriTYX3LgSEfwjMFIElqFFiag/gzx\nfgrGowrsLRIolxR3vV8mQJ7drv1jBsvUQhAtdhAtHmGb7yu8mN1uACRfwia+\nXUawN3GXl7UAn0rqE2Wy0pLE8daTB3fQSE0rJBcr1irkUqS1QjqgioidBNqF\nm2VuDfDPTvaUcMRSbd4feDa2B/eJz1Q7UNH3uoNXdPabHmBDAxUaRMAPuWKN\npNWU\r\n=51r+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200626.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.4-dev","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200626.1_1593196883016_0.1942835469940838","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200707.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200707.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200707.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"d9af17b546115437e8a66c3ef7a23c2dc033c0a5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200707.1.tgz","fileCount":33,"integrity":"sha512-xidd+n77GIlPxY7kTmB2xyhpgFjEY/m93KVd8zGPdHTAhJ82W0ldaLKMzmuERjZw9Ie85yslAOYXEPbKsFakcA==","signatures":[{"sig":"MEUCIQDYkfc9xoYrzc156+u2EaHBZp9WoFPoRHnTAeCXZsoF+gIgJtTSx29iJJy4rYOfljeu2IZeyVRpt96snoIrObVhogw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBL53CRA9TVsSAnZWagAAPEEP/12eBUD0AeOvWSqsU2gQ\nNKthH4RtMJT0WGCJgEKpd/eUEdDtyFJoWrX7qQS3ywWyOpD97KzJCXRAyLho\n6WB85PPwZYLu4JymeruXp+rFuldoL0fpRy6D/7q98sVzxek3moMybUfnOT5C\n2xGfK/f0m9nVKzZxXUYhwj4AacUARRPo9WaXUiYNtwuTY8dIkWqh8PnDglib\nUSe/8L61drJ3oBNTTCwR84Ff0oe+tizhtGatGPw1toKDPP7+R4oqFyw1rNpp\nnGibURCpwPjlnpok8SeB/p74xOumRfTu0TttNwnJVcUDdD8Ufx3ZMsDMplLU\nI51aeczjxJ191EQd5/WYB4eJW/bsCRM8QXBW06Zd+pTJPBaavgJDk2zdhsoE\n/kQcajXKfJxj/eVVFhN/M87QXL9hJuC0ddTWfLyFiIvIeFtrkcrXSSvZHOze\njSq4Sdy/SrR4zb1NN4wWYgluqAHh7AG7GnbPWgALmhkl+nj8Z7XyOcWTmlRK\npjfK0tYXoa2b41QKwb23ca7rdIL51ikLIiKntGkFulk/QYvENZhYaROqgCvO\nHKurit3PpfoXSYMY9q7TapURfbeJOSyu1tFSjgT6mu6FMunqMfSgrOdzWkZh\n0+Jph/nVGCGXWQSH+7ppHUrbAMyAc6NVvDJufCCsOHV5aIhkjI9OoFa1gosa\no04P\r\n=dzNF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200707.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.4","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200707.1_1594146423106_0.043320905566391676","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200713.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200713.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200713.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"94e1431710f00cff7b570af5d7c6e27b200bf267","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200713.1.tgz","fileCount":33,"integrity":"sha512-wuus4Zm+7V9GU9YS749jKiFJOpTNeZeI87KPqhwCowyOaZspuP7pPIYKAqyPEWAxdnmdlbKH1BYBfzdkLC9DpA==","signatures":[{"sig":"MEQCIAOjsyRbdaT8enKEmnfZAzoKjOpqDCEHDDyXwV3pnf2PAiAqymG8ZpCKa6LpccLqmqdTuuPVVNaP1VP0PNi1av8xRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDKUdCRA9TVsSAnZWagAAG2gP/jdsq/L+sPao/4BLgnl1\nSe781VlfqAho0fCwVXGlAa0J6aqN14VLKjmKsarp874SJ13ygcEpOhB7Klv8\n109tW5vxd/9rnY8U4H6KQ1nq5zK8ksMlWzWfqypqmwqzwIMnFfZf3HN0qrrd\ncXsmzLMSWSF11EQf7heH+pliEGO+G+Wtw7cWJOZGRIRq8gxtYxAxY1esQIv9\noHaYkJ0sg65IkLEHqWgJS3ggUFzHbeQr2WbYW0zrmJDiE+7NVmFOm08n1AfZ\nTioNYrEmXUMsOJIVr/aKIFblMenlyaczczaUcidOt7K5HT4kn3b7lDE9iI3U\nHPHAKW/DdjPudds7zhIwXREQgeTaA64Dm3SpQT8kI0fja+TmzBiOSK5jPZdw\neM/qS4/rocSKPaIVyxsiaTLPOE7W/TSmWV7FiCnKdGE+OJNyrcUUGutdYkQD\nQGTnAdm3NlchQCap65RN40AhFFpJTxIrUwy1ZeIJFqDyPI7TXBLQ+5MhqXUa\nHnMXr/c4jhWF+2yZaMeK+AK/iROnMuKpHudnb7QwBBObaaskkhOehU8i7KjQ\nzB0wYLiluPLI1Yp+KVIKT0kU0M6NVVLIrBkF6yV2VJKBSHA3BunieTOb3jol\nrH2az7V8vUnTR6IhWPPmh1jHYhyed5YaguHbqK/E6a+Nosw+KO52nWwwt0Qv\nd+PU\r\n=H2Ri\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200713.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.4","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200713.1_1594664220812_0.8851729151740453","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200727.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200727.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200727.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"4ce15da90ae8e454fc178e1173082955be9f7da6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200727.1.tgz","fileCount":33,"integrity":"sha512-Ar58By7cpKT5XS+vMdNeKSkAt42vBhcorCGxLh0NPj+6upCKKxjEN1w2b/eFhLeIZG/Nne/Vkdl4f4KipBMy0w==","signatures":[{"sig":"MEQCIEZ9Ygq176DcZ8ch3gwFb7/jOz20ysF1DWl6v3rt9uPeAiBqCcWh91/d2/tAJkmNKxqYcPcw/RJGU08BWbXWjEkVmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHxryCRA9TVsSAnZWagAACowQAKPcjrhITWEkyxmOCRi+\nhlcaRM1Irwsh4nz2phgsWCh/p0jAx/ujEWY9zWeWm+KvQDv0sRP9gEi5bJ6q\n0n5BwgsZj4fK2oQQY2Gy0Tm4xpO0ybcJLWQL7+8oxMU8qTKx2eo60MiyPOpw\nU1SFkI47nGqimnm5xDV4ZARiHDIvTUFsUZWbKpBJyQDwMiRp1yHSvQOqzn9i\nPob1Tiw4dI7QVopsUCmFD30h3Vwe4MvyszpjDSlueF2oVgEDJ707hW9Nhf5O\n8+SxTz2cQmmkfiTS8cruxLtE6XzMcN9B6OMWnRC25bcy2c1bPJ7KVUsS25jj\nB8bc1lVaH0Id4owQJp9vKILTM3jXynkAafsNrpGza/4o3Ubz5y6e63UsfFEJ\n+qYkgKTOWIluUgGYanpcMMnsm5JFo9IxUB1hbV7Ibww5Oah5Bfq7GMN7w0XR\nP6KofYXhd3M8g7InKx9CnmwzkjYhrggkhQeNipytoJ6uURBybGv90+8Q5lbw\n3m9VAsGCh9J8qkAlBG2hFZpR1uZXqp2f8uLrtq5rh8NRyTZaEpNUYZZHQ4XJ\nTrDtG0e6R0iL+JP4iqi/rW4PBYQn97QajU3XU20S8mTqPUFVltFLShD2BCfu\nivO+wcD1LWJd+jyR4Smr4GhbGzlmSTkLYiSY/ZGPTrCRmW7WLwwcCJyKYUvI\nPZ5i\r\n=3UC6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200727.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.4","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200727.1_1595874033647_0.3673948876192388","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200728.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200728.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200728.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"49cac45d11f660bb4ded8a73537328e2535804b3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200728.1.tgz","fileCount":33,"integrity":"sha512-U08dalJU81lKLDJadT21YeLJWaGE8s4fIbrxPGVe5T0gn1xZ9ZWlwhFxxBPkok5ZRg6uK4CUgpyK/T4xWNOE/w==","signatures":[{"sig":"MEQCIBXFO+d1pgzgQROGU9Posfe44L9yq5R0wZRsuPTpIiuyAiBMlbsGQ3AgwUHD4CsyoccQ4NBg/1P6cPed1cmg6fU1tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIILhCRA9TVsSAnZWagAAlicP/ikiZphxdUF4JC0QSosw\nDMfWQ3vA7LmZqTi7gu1lByt4zPZ5f6QD/k+dP6Pl+fp7bTaQ78k9T1MDrHuJ\nlxUOCtHnGm3NS/2pTzwjiaHysajREEVuwSHtzsrkkptMHsYxzFLV7oFU28Jw\neEmukNGH4+ZRtlRNmBtBhJ2kT5FBzYO+JhxuKZOQYy4f/LyRfCXTHJe629FR\n6HU0a7wfEGSklrRsBoAnZ++pxiJ+6KDvWGIQvaWBcm0bnSd3ZxOV7zB5VNba\nnGz2TKRf9Wc/of/kFd9DYiL/bE2pTFTV5KpOTH9xSmZDADz4PXDZmS21Omxm\nFq7lOcquIVfBoWxr+v5TdHGqRYpjJ03lh3sV9akQA343g2ReXD8nk0MA2eqW\nP73jhAjwaZw527lb+mj+bNq3bU6EKoc/sRnHgbz/tLLS2EPGY+nkKSEZ+maO\n3GiBzKn1bcRQfXq1FGIdYxfGpRByZxs2igeDk2P8p75X1fpqQQ8hHEadBHoC\npIIR+O3al8o1mwkVL5juzV7BcKfr2dQ5MfucZgdVDbo6jAMZyhMpmiK2/MjH\nZ3ePK1jKgq7calBMxNhS1i1nO6UL4dOYvob1prd1wM2e8GZrQGOONhkTSbHC\nUvY7yc6ngmtaCbAgM0XosBhZDRr1dYRd9UFhq3ELE26N0qxOoq88eO9yjIo+\nwvv4\r\n=R+DZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200728.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.4","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.6.1","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200728.1_1595966176631_0.6177599001690359","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200806.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200806.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200806.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e736800c0320e0064a615f479e84f00bb125aac3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200806.1.tgz","fileCount":33,"integrity":"sha512-JODR3WD1VvjrrZuqRWFB8G++v4DlizifUo4Naxn8UenVtB/p2niPjH5xgXacrpCDuHZBiEaK14j9zoSanG0OjA==","signatures":[{"sig":"MEYCIQDQ6otKIpHOj8rURVmGWkac5ZKEVFMpyoxZPZ3rSfU5dgIhAK5R/127TtdGMKiuYNJjVh5sMVbrMqOGsU1vWKzjh5Co","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLEoPCRA9TVsSAnZWagAARg8P/R1XzGYl7JXoTmehMsv/\nl75ZeFjYzM4SC6aYm5l/TR8UAwzDRfXeHAMU5JBxgNvL4M62N+Ck6gcOh6pV\n82Toa0dlCH0nDh8t4M2JxOnj1wDlqKNXrOeImTmmhkCAakcF00RuSeyRhcm5\ns2wVgB8V0cpC1N43++TDjOJ2uu8gz7wuHY+MtJJmoA3/3KEVDdzVdrfKSHf7\nrb3tsii5Y+lxai1ra2VQNP7Am4tG0OlKkcXcOpV84vqAkn+Ki74s28fOlzpw\nWd3OMuSxNE2xU2fBZeI7D/tfsLDydSzNu5l4ndVx9wP8uUz2xuPT9bz9AaPx\nLTWYVS/NGE8R39LUMHvtGnvDWWtCbUJvE6OZBI2VISwmAD/KSOIUXADvMJaw\n0EJVoBN8bCWMJbRRIKeK3VmYVlj3h4mLMB2vEMmfEDytXlGtXC+L7ueLs0Dy\nze8UEiOEM9zunnjcJ2f/nxGTQal4bxs4yqMyOolvM4/DXbQyZG7ZiVTn9pLl\nzAb1a1NJp6/dG7n7elp/x2ms7Q+P/o1Co179QFUOObhxk/okQZr+uRAp62tF\n9S5hO0AfL3BGeLiPmh0UlPyneuM6/w3Ggr8T2VrebJY97YxniSL8rIG9p006\nAnYLYcxvWCP0pZ5XmCTK+GAs26kOgorIJ5exiAmFWzI/Mz9ClCWTCdgcUp9B\nANsU\r\n=QxqW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200806.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.4","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200806.1_1596738062881_0.5036700635562563","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200810.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200810.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200810.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ecd2679ea32c3d3a491063143720ec066fa5df1d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200810.1.tgz","fileCount":33,"integrity":"sha512-YoqH6H2CMxuhaBOdaC32P4JY1IvVIl/uWU4p3R5yFfJOWt/K6Gme7NKEwKTBHEg2WzHtwVf4bbICCUfcDMsRgA==","signatures":[{"sig":"MEQCIBMt5L1Bn5aMJ8gN1oZdunozZZt1H0Yj+cjzGFXJPI+/AiBf9J/KElxkyr/3e0xqrY3cnjPGCfcyocTrRvo89bdAvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMZM+CRA9TVsSAnZWagAAEfsP/jOYIy31x6rTzjAUW6Aw\nxxWTltKgGAEE1h5A58q3xCTldpODhkhE2dD+KPvwEtGEjQ+wreW0SB73nZKz\nzL2HAqq1aHqmRxGWCTwMARR+klJelpspB1tgvjRNw8dvPEc30xnsser5a4zp\nTLH8uT7lUkdH1LvE5kTp37zNw0qNmSO9vsoAMBNbvLRjnHlxrtVNjOWaRbeK\n2vYFNJ1sRvMK7jW5SqLdwFIPLcdLjA5bKqSCW+3why17Ecs+pfP53/dh/wcT\nhZKRY4PpvYXT8gBmDdEgtq2QBqiJKpTUkp9waCu0zMNCU/Eo36Rv33YiJj1w\n8pg+qN7NOe/joAbb//jh+ogab8LfFQaHTV/PH1cm5sCzCPZb5F6n4ybvfdK/\nzcqD5W6A9B4oIg25F/1GdtqnuD4yC0NP+uvBSM8T5S9I8V2YScn2C8brneDY\niHX7hH91ke1bG7YxFscSOBoz3XFo4pQjfkvy+SCPFanThyQEkPXa/HEZZ4bD\n5CpW1wzFgVEgxOyej3pKS3FeZaKUUo07yqyGGgtCKht7gcO68CoEWl/U72gI\nKpokFNmJvMWYSDDiA65c64t9IUV+Aa9emmkbe4Hagc1uEgPyJxgdXhxRR4eo\n69VYzKYzE71t4neXzkJzlx+t9GmVg4UAtT/OItIja8EzMn0Frt4qy1iRUAKR\n9Rnu\r\n=s7+L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200810.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.6","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200810.1_1597084478222_0.5411050670170288","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200813.1":{"name":"@azure/core-lro","version":"1.0.3-dev.20200813.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-dev.20200813.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c7bcd874d1e39698eeb6bc77fb3dfc62feff6752","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-dev.20200813.1.tgz","fileCount":33,"integrity":"sha512-Mc4iTk8asRwqm4NRsAYF61PRtou1M1dnuhHGVHwGnOzNv4OTEvmbBQIbBDvp8RrhjTpyoWB2sPNLKrAHaA8euw==","signatures":[{"sig":"MEUCIQCb2QCYfb8xZQHiLC/LBjvoVe2591Yc7YyDSbVd4Dn59QIgSLSCAmPH2zOtD5z6Quu+qF6/yqNPy2Yp5Got05uIOEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNYP8CRA9TVsSAnZWagAA4KAQAInpn9jwq2J+9CWqJCuU\nrvmP5JSVfF6z131SgCK5mNuAHgOoLX9L6Q8bG3IYf/4+WOXpHsXNUR4Ydlfw\n2vHKZdPlvHo2MQsWZQF2Io/4jScoYLlMXRzXKvuG/kvY4vKWFW3xQkkx686i\nqyTZNIZgFcIjaCOU0mnVCxCCTzOKfJdON/oR8rRHNyX1e7wCAOWgcYmG+Jxv\nZpO7WZnHr2CxvryS+jgiDO9i7g8TWzQBEmE4UuilWe8+ZTGS38HIhMajV/Qq\nmunVIySEKeU9xqMS9WG+yxMiSdZOZK2daWPwcw93gnEM98MwJf5rgLOhHXEo\nCDmfTlt4td9r5krxtn8fXyAqdRT5DT7Ufe9FeaoQ4/207LCZWXABEQc3v6Bx\nEa1gWi/OjbI56DHt3tkPIt6GYjQbric9nR9D+Pb9DvSmqKylv2kIP1JAwvs3\nOO1UDQ81HX3djrQGGUbs8vH9Uua6qbTI0zosaXOd0TmOroELcZ0ND74U/zMj\nkpVOVAaCcgvi8DCsOAP1QK1ouqVyn22G7XKwzYtqkw2hwOd92QJIQzNKyYq5\n1GPFN9XlfBgjfnaQYtVXk32hyqsECqptXKKvIEP+SMBwO8qlS4YY102FSxVK\nAQ6ZyYi5WKgnJ3yYH6ib599g/bmCuvXyISMtpwjDGpHQ2TORCOC4GkjFjjGI\ns6Mo\r\n=F0eb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-dev.20200813.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.6","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-dev.20200813.1_1597342715665_0.21728657929277473","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20200918.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20200918.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"author":{"url":"https://github.com/Azure/azure-sdk-for-js","name":"Microsoft Corporation","email":"azsdkteam@microsoft.com"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20200918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro","bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5c1888a6d779892c135029724350e18bc6b8c0f5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20200918.1.tgz","fileCount":33,"integrity":"sha512-PcWpLrDgVuyfQOGwIaZ0Ikk7MhNfPg8ItekRsKu2K/FpIgi+wychZaUIkHCwAiCuscEKjx/eWgctXpck/7L4ig==","signatures":[{"sig":"MEYCIQCRT5tA6AWyqUIxsyOhFLO2B3//UKOLgeX4IjGkVVD8SQIhAMFZ7RtcfSR2OD5mkir4+x7Nex4yXaSkyRdKKmjEaasJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZPqGCRA9TVsSAnZWagAAb1AP/2cf22mf1mR4045Uq8n9\n3n+CsXnvuEqXszwXanVRS80ZMeOfFSSIQ0Tlc93nxxJchKs7AUgESF51swMI\nai1qED1e5Lej94ijBqL9HuwsA1fvvkKEIQwdSEkpueZlzpClJk4tV2UHssft\nTpTxY1838M/D6ybtEjJK3ncjGxlfmNrGZ2tqcLZ1UFAe60FvS6mizdFFlv7p\naPN/Wm9iZYr588vv3XflO4kBo73dJ6lc4MpmPEWLO3NwJJCQ0PzLPuTRmivn\nL7gObSZhcobHpCB1LPopfdsOvv2vOcO+21gCvfJ/BtpWyN2qJvrEcPq7zsla\nAyjQpmFN0mkAIW1I8xcYqiujJW+yGoZra8kTiEa11qZcngxdAoGvGcAuH4MK\n0+yYfX42hXZkhdMwxJQrGmPd8kJc5TBr7ga2QUYlSz0IEzPR00Vjp9ArQ0jw\nYcgzPHxhEz7eFQL8PfrQvd+pVlwO/NRKdTQb4YrmnUupCPzUE5ehxlcg6zG7\nDainVDI6qo8Ykfw4yoAfE1Bts9eN8TEdaaQ7WUocS7WAmLeJfHX8vWzlYYw6\nhnKwDM3elbu20AtSob7jVoLpNYenYhDYtPOY7Xi8IQDnp/lPLyVoljM+z6aF\n9fUboH1+uevYNd1Id9IA+Vsj5w77GkloTJZXEiwYERb7sOCataE4+XS4LDjK\nLg/Q\r\n=QJxw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20200918.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"scripts":{"lint":"eslint -c ../../.eslintrc.old.json src test  --ext .ts -f html -o core-lro-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../.eslintrc.old.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.6","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20200918.1_1600453253949_0.6228319235294555","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20200928.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20200928.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20200928.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"edfbb2256a730ff8d2f80851528e3df1141a7aa7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20200928.1.tgz","fileCount":13,"integrity":"sha512-3gespGKOXcJaN2ciF19oHr/OmnjKmPYy8qHiytmn8r3t62mbZF7ydC36lqhE21E8AymO7+NRgdk8aeRmivNT6Q==","signatures":[{"sig":"MEUCIAouZXrwKaMHZ/ZMnycjtxw+BYgTHIjY4zq3Z2233OsOAiEA5mO7zBAiqEqXWQGfjfaz3NU4etFp8UqZ0mdleid4t88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfci8UCRA9TVsSAnZWagAA6VoP/A7QZXRjKqLcwcr7ENMI\n1dzZHQcwKGh2uWQS+MKyPGgcpHVoSR7fCkige6CV1apaXNK6K3TslsQDgXzP\nJpHsP/LpBQcHJi1mjdr3D0dA/z+NHqRK/pZe/oMjDHJVLaIzoWzFJr7F9dZf\ngs8weO1EmLl7qWbtt+T/2smP8HokYfleeF+0W7FCr7C3PEv63NmJiQCnk4NK\n/Cy72sYVwSYtt62lG44NnAcWMJmr3d5E0sLI1CWp9IvA7s1nRGrBB/XIKg7h\nVYgOTjKIVX6iyV802bwo6wgyGeGSw2r4C6D/4Kt0HSE8cmIMxtLY/R6AqP02\nSBJzBfbKK1U38Vu/ZxHeOa/7qWZUNLjfh7NBFxfULetYR8XZG+icqLA9Ozst\nilMUGPxRqnpwYf5tl59SVzhrY4ClUAoD7arlELRA2LCkbfj8Ul62UAA6cD6u\nnkMcAzk6xfT17tGqB/GKRseXWD24c41JLShIDva9N8mnjBWjme7Ssv4sleGS\n7PkJS8Lcr4NFBVlF60VvNyeFO6rasPepg5YeioUjngOiglavoGCdXHkwK2Fl\nXHN4/9yJVYybJj9TBEhMaw3Z+Q6DdZ974fGSqgkaTXdKaLaHk9Sfb2GuL1Iu\nCoxRMmNzZl6hqh+3G1dBwWErLbdlK/8w3JsszM9ObtwFatPOPbkQ4opyJCp0\naRo5\r\n=p/7i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20200928.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint -c ../../../.eslintrc.json package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint -c ../../../.eslintrc.json package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","lint:terminal":"eslint -c ../../../.eslintrc.json package.json api-extractor.json src test --ext .ts","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.6","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20200928.1_1601318675557_0.30205333539883483","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20200929.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20200929.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20200929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0efbe9960a408b15978ab5123b9c71d6470af580","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20200929.1.tgz","fileCount":13,"integrity":"sha512-Qk2PAbAxd910qgHc4i/WF9hMi2es3NtMj956OB8A31FZq1feUXOfBmCQP5Q0aamo6qy8dkkOK2OtugFH2ra2ng==","signatures":[{"sig":"MEUCIQDJxHlYcGEzcFF2RGic3rtTdyeGmETT5KV76KBZJfMcggIgZFrMEYx3yFQGAqApapYJR4PnuHGPaiOvSTLiwRLX0+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc4IRCRA9TVsSAnZWagAAacMQAKQvzUcZVGKbb27CePJB\nFa9C0i6JXVxfDo123Qffe+NVbivIl99sMYi9jVREAADHoVdb3tlNUdBwdBOu\nfztOwo1vm35di2G4FJzJTlTgJ4jGABrsqBHVsSkSgceE1GX5i3/pPhcv1bBc\nPk3coWZxNuQcQ8ch7AuqlnqFQdherVA30p7T0YR5v5RCGPAz+mZBFvU1PZ+u\nSZ/dXEn9na5UmkC8MscDwtLWrG+vvKxIipOB3JaeZ2k/9q0m43JqlzgBAJMK\nFMqj6qe9dafPVzGn3lWxfYNSsBOQ/A819AXnbpLfXoXnKu/bRLkZSXRLRsnY\nSLDDhpmp0QTlDfIKrCBsVUlIaRkttHW5smaY1ZbwE1g523b1t+ppT4Nfhbe9\nvh/eDyJjriq+l+MQlsgdob0brh9yAs05nABi5oGuVIUjRXrVZrK2FOMlsaNs\nZjCv0D05b+XhvTVksHLXfAtWvB1aHxnGvX5iPF0NgRV1nsunjmtOKo4I7Nty\nq3ZuJfcgz2kafWPGqlSRljDoWPFu/hGSEaqRtMTzLUdvCYyd4ExmX7JMb2He\nkmPeO619w1EdbKlHi5dUgxe+uUpXBL/Gn5MzSTye9AZwjaJNGkxl6ck3Z45Q\nUthukG8QBBzskuUX4JCD93dROv1G+Wu8e/2MW68ICHvk5oUXNlmHgocWjU9b\nGXYr\r\n=/Ez4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20200929.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.1.6","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20200929.1_1601405457243_0.4133846654212905","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20201102.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20201102.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20201102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"7a72bd3863a41666ab7afd64a832606aaabc01dd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20201102.1.tgz","fileCount":13,"integrity":"sha512-6E7nia5+ChfDxpOt24IUR20swExuOp6BldGrcX6bBpedX6F7OlF5ijjpXxHzYUpp7r19qtvx4mo55tdXuXYg8Q==","signatures":[{"sig":"MEYCIQD4rTUGTkbvygtBgbwjr+gQ5BxGCTQy0RV0dcuVxngb4gIhAK1IUz+Lvm+R83naJmjbyKuxnXYyGZc+W4yotVOQyGv6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoF1ACRA9TVsSAnZWagAATlkP/3gKoGz7LPGgQ6U3tGtQ\ngH2mK5ykhpqRXFJmN0eKU9gjvb4+Hx5IcyUjGoLKm/6vLsbTM9KkKLqcHzFF\n+cMLB9cPggia7mDzOR2EjYu3gj2z37jBRxgvHyEh5QIueTYZnqQo2WWXdvC+\nkkM3fc1rRsyQUr3EgYbFdNk2X8kNxQXoQdyUZQXetKgstKLrqwFwoJnzlne+\n/k53sBz9jnaMaNZ5yFR5aQJEAbkcKfDlc16PScoWaKyvyEBQOSu6PaMOKhij\nbeGa7da69fYxotpSPvTFnKHYwt0K4Jxk0rl8RToOAP4CfTJ8NMXDYPxU3pTq\nMGnacxbLkBfZSLGeUr4nW58orxFRsX+/4WayWDpQZLcyQykmtNsR2mbKkK06\nGEwSLtmOY/JVrq7dkurmklx1+p2OWImnjNqjFkvyaHlLLFS/VMr/N9CKSo1T\ntqlKJfVwZ+p/xcKalb79zKZkjZjejBdMxwHRGSMsNfNvDQEjVS/Iuorj+IJ+\nd35KRxDmQdAN5RpIHdVxk4BVPn7k1fZ7eWQpCQX+MRdQbbdfEFAEyRD2yvWb\nswZqyzVI91ZcAl0Md1U04LbCgsbHjnEljv8lwGwfls72nmLNX7x71+ZUfaxJ\nCdztFtMAYfJBv/IpS8THEiCp3Ujd6gphofH6LQYfiFfTpZrM6D6GLRjWamtU\nV3CW\r\n=AE0r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20201102.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0-alpha","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20201102.1_1604345151534_0.25230894911560653","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20201109.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20201109.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20201109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"16cb93a9970eb467fdde70d3d1218e0383800f6b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20201109.1.tgz","fileCount":13,"integrity":"sha512-6iLk6HX8RAsEj7y2ZupLaZ7wHT9tFXOaZpvTVevz8jIy0hpFtUeZaix3nl0yhmSM1uEEnL5J7rW7o7YoD3pqKQ==","signatures":[{"sig":"MEYCIQDFrvSAMze5OcvJJxmzj4lEtIRyfIWSu/FGzmAH2nb6WgIhAOf04Zfxwbkm2gbDSz6emE4/8eEeJxir0FFfJkmB+IUt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqZ6UCRA9TVsSAnZWagAANzEP/j7jQJw0KRzHJQ8d7K9i\nqBHyNxCXTzEwn8SYRA9isfzdjk6XZ6oolBrr30BLlWqzWOlQ3WyIXgwaPAoD\nRSRdm7Lm7mkJVWNAmxDLXkELYyFA3N67Noh+fiZBMaRJkraP3SHYSc6RxVuI\nvfYPGJkeZsXs/N5ScMTjyGIZ0ZrlCLI3ur9Gta9r1fiLamdF6LPltkp8iLj4\nVip8n186lIY8f/Uem3CYrssTNXwOQKb8AwkBeNZFVporvaAM1sOLCwPIKXog\nqVr9bM5dLCgTUsrKR3EyLC6JcUDFUxptV7Mg6cwNsHrfLs8ezegjLqerGfxV\nN0djQUeKvTTBEnKHa2deTRv7ISVh/weX7r2RjX+cgYFNGHfJDHTzWI1BYa8b\nx+AcB9SET2WMXIyk1S+Nm69TEig7EHasJAa9thzE+hBiaxbf0hLKDdhXgh9r\nhQESFNaMAHZGLuuuLElTD5JWB3Pj1gBCmJ1Gxc8axQ00c/D5O3WxLsWIP6cR\n78KLi6nk1XPC8R79nZNIGDE68Y/qoCO0fMbdGlzMl7u7Y2LE0kM6yG6Yw/uS\npF0R3vxj+cg8xMGrKwuF6UOshbhSeYfUTXsonPT8jEhiMr/rstrh/GVzNnbF\nAVtI4SdIvXB2HQPUQCiYq41G4fRTUx/l19zp4VddJO8vejgQ9rQ5hafBHRGP\nzZJG\r\n=F0B/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20201109.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20201109.1_1604951699754_0.5116226421399748","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20201215.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20201215.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20201215.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"3f856d172354ee862194f8323c836125ab4e2aa6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20201215.1.tgz","fileCount":13,"integrity":"sha512-RzzQUXT7hw/9EFUbpCJxehabK9zNeOdq2wHAxWERIkNVn+66aZCBSj9q14oik05pyoIO1/LgappGyiPNvoT3Ng==","signatures":[{"sig":"MEYCIQDxc+PwhSiIgNz7ip+zxt9YOFN1EwVOYWQt0kETCDCfugIhAPDHkkCt1xPCfYPmklbwvTstJ7DPA7RCuoUEqBVktx/9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2Q7XCRA9TVsSAnZWagAAMvIP/1q4ANMC7FmRIB1PM5vo\npWHpI7WorYcEL9VZxH7pVkoNzT41cfuyEOCuX0/VFACpjWjcYA7gwZMt8Flb\nLuFa59PZoH/shvoitSkIB5flZhva4x3N/2DfRZN+huHtsFmBUc5AuiQBrL1g\njMhPx/WOmzDL1TQVxGWpWRJTIg6QPCiMuDeWpHbYw1YOaUPzz1txA+cMk4Pb\nP8gy72DrywWnyfAfn/qoTSw94RiFp+B/ImJ7F6FxQ87cXCsbpNevKkVhEjpY\n3psWmBb6NcRl+nwizQsboG3n8NS2cSfyadfOE0INGKK0a8KtXdVg9bOHaIvF\nRSyU1sSDzPS/w59idp1N9o2PUszDH3tgRws+JTqHRZwrGccjjNmLxoApCKff\nXyA75ExnDcW0zNvW+T40gCi+d6JYyrJNYIUzkQPlS01ToELPKGxMqh8YglVR\nO/FUPsf850hl3OgFcOtGU62bWTEihSEqFKmYvsIkMGrEWlGxnWuGlhvAkZUg\neOaEHUEzE/dmDg3Rgh/Ityu7SzQ7y60tbFl5naGUapOPEQIu+i513NtXF8Br\ndPh4foCyKpvwHtgLWQgL18iApR54jpRdencW3IUMOMo+WSh1rpnTHV6Ds3YT\nSZgYl1fV3yoSOeaxGBz7Lvq3lFSIX0Zv0z+cDugsOd51d9QGp9wthvSL0Fgr\nybuB\r\n=ZpZa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20201215.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20201215.1_1608060630537_0.475419634367098","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20201217.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20201217.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20201217.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"084cda28c66add0e840c5187d58fa8a990f348a5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20201217.1.tgz","fileCount":13,"integrity":"sha512-0xEdga3OgwdrBJlvwPZQdT/CBOEzySha7SVyZ7+DxORjquhe1eZw1cfVH4mm0BjIY+jfA3GAqhfo0ZVkboibvA==","signatures":[{"sig":"MEQCIDUpjDmZN6oIRR2/CY5cUwLKm/z67W5d8goOxVJEF45fAiBTAAnujDcsfW7E5tcLo1yt4xEYuWocsYu5aAgCW1asfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf27L5CRA9TVsSAnZWagAAA1MQAJLf1HcykBExxJW38Haa\nHkLK2G09RarFtTMFP0KZyQPN7RZqYnbkLLtV81AhgIhci26oEuMpv0+sQ7Zl\nmq4S06lXOysh2FoEJ2+sHHtu461sBUPs10Ct46Vn/pnV/uZ/2/OQYrIKcBCF\n7djigIA0O+HcaCS8RzM++BVWVV/b1kpDNecTHPjj2lJReBBqXnA1r2KGzAva\nH+cCnSDH6oIKiiIlkwnwRqQ0nhNX5quAX9nn6KjM0eKAGJ57h0yMEmwMbxq1\njln055EbF8TyndEhCInwPaxIEnD9wWS8RUA/T5ThF7oh8RQxiRPvaCsvcvVB\n4xbXFG1fHeFtI/5XPwFeww00GaWjIzR74H/gh6XyZyK+HpI5M8GcMPq+g0tb\n0ock4Vl/BO75oqaxUjPLLIRse7VtgDTr4j9wcCufSOsmcaC8a/RBPChUmPyO\neH2qseRpmu7vVWMOq6ifncKR80zGY0DxGGcJ7WVN3lmjL00VHNgPuPIRiFKC\ndFchk01MxXZ8cc9NnunPfpXhL2d511plE8QIu9wc6f8FYP4yULZkkw868m3I\n2givoa161Dqht6zV9/TYVJl1QyQwDsv5tMfe4gpLpPhMvhD/dLcNvHreZL8D\n2qqzGFKZboxyfRBnb3swXQ+R/y8tcKk8v6Srr896b/J+81qDnULFikn5+qgR\n+D9Q\r\n=nMs+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20201217.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20201217.1_1608233721441_0.7683605955064063","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20201218.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20201218.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20201218.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2242151f01801760c7bbdb531795319910dbbdb0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20201218.1.tgz","fileCount":13,"integrity":"sha512-k9/h08xCRwxC6SPJXIWN9YV5sWNzn+QtUzz7LGgxKxYV6HBLjY0OmkZe1vpNamxXtK/LdvrXc/48f1nJezFH1Q==","signatures":[{"sig":"MEYCIQCwrIE/qjHtz012uQCsttSxMrptogiZgQ60s/tYjZkMuQIhAK+TaH1W25nuzwCJ+xC4XD7E7PazqsXauo6jLNREoK8/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3PknCRA9TVsSAnZWagAA7scP/RdIv8tCw7Q5mzX28MJO\nrGoOpTkfiwXoTFZh9vCOWiXd04EjQFwkV1CjFlTv6d3WF4TLvGTfsa70z02D\nxeDZjQgPpPLwVZJSRbMIKCXk0fjIDe1sNfqw1aziXTRZaMX1x/eC+u+U1Qi+\nzJAjfOz4GP8NEW4meb8Yl53nbwCZUD4u1ktVQ1QN5MERWJRcoSMqH8DXvfT7\nsn4QTy10ig3gw4km+kD4QHa9sEpQ4/wwtc0YV3Vs6XOsZkpWmyYPLhYGK9bO\n4ZG8dgiF6C2tKoO1ky09wiqk8IHoMtigxVilhI4DnwoMU2fAn3dNpjchfS+8\nzpX27UjIHnm8pjRdFhIGAo8CFWLorw9K7TzMcLlr5zuflvn9qtwLGHjsiGGQ\nkyYcGyFV/jtjnzMHVzw/6WjJu6E1EI9Jb2BxnYMFeDrj2RsuSBJIwfASOZsD\nZ603sgf5maXFOiNys6fgt7EGCt4F08Pz+rgWSJeLfAiX4Kx0rA5rkYM7BpAb\ntPTa3BHB+w9m5G9YAJ3/0WWPuHNUU19h6WCI7BCO/fKv67vM0xPLqio3cGZD\nUL+E8JiK2FEOe/rD025xwEffG4PDUPEdmbrL4Hu/JJgioG/oEPcCWizwEo/6\nDSfAC9gb0hP6k76/ZSLU2kEZYZ8916CrLFnf+TMZ00Ezmnsb9Md7Ptj+ye/X\nGv/5\r\n=uIxo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20201218.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20201218.1_1608317223309_0.541231647723607","host":"s3://npm-registry-packages"}},"1.0.3-alpha.20201224.1":{"name":"@azure/core-lro","version":"1.0.3-alpha.20201224.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.3-alpha.20201224.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a3c4828a08433a70cc4f69903f50a08a90d795a2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3-alpha.20201224.1.tgz","fileCount":13,"integrity":"sha512-LWZvwd98LFbvgEA1EShNmDfiQGY3xJk8+en/aHJdQJLuvC/ZrS5CEVV9hlycDDYH1aHddDVvzJx45fqvpYDPww==","signatures":[{"sig":"MEQCIEz1ihaVcqFg7qhtK3DUd02+iPUula1h5VEbvE4dDu56AiAxj+8+8BY3qAC3oJu9nKyhS67ngkcG/V05TnpKHH9GJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5OpFCRA9TVsSAnZWagAAhsIP/jSWigxu/DTk94anmoT5\nQtbCGCPYHWSKuWrGqYsyveQPhkiBBMvqq9jAb5W4Sm3UFWDQWUb4vhLwSmc+\nFu48Vb1rJzV9iks58uestgqMZV0qIFxZTk9RE/e4+eIogcms6Mx+hCUBn0v6\n7u/QKCjty1X7YgIDPNv0eXVJPMn/kGyb9srHaMVZ+vFWZNM3f7bV5pivB7OB\n5zzo2Fymk89hqHrCfa3VGj81OMetGPNmyxo98/RDf3sQDZGBy4w5MpBrX5iC\nkRWs9p+Bh36HW5KVq3I3myMGFZeMlTWlAwqcXYSPZdHeJSHdKmPlV/C6aKyG\n7bZr4nL609zu5Qdo7n4zsIFswKSx0/jwv4aTzYwZqGkqjZMSu0EDkFWeGNQx\nOQGozMgiiOy+sXbQ6naxBpBs/cgNt2+KomiBC4FcmcqaNZC1MZtYQqoCeJB0\n+vSM2fv91FvKnmU+ZOjxI4eK4XT7RsRMqgHYAQ7jXAtcK9nAQBYxlcnvOnlC\nYE4zfs1eG/XJeoWIhqqS/iszIVl1nIIyLNW1jnFIiXEq2cewUeiLUYXLwHef\n1sc9G7Z4kRjGI7I4LYSJ/t7OIhcFCcKcyx4j6byZiqQBdKprkGdT9SWuQZHW\nx1f2JYpp1nIaEnE/qq9T5tKa1rBs2ukrT0k1sopKtLdVVT2mHdOdXvBRhWK1\nCzM1\r\n=t19F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3-alpha.20201224.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3-alpha.20201224.1_1608837701370_0.27134305597413766","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@azure/core-lro","version":"1.0.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1ddfb4ecdb81ce87b5f5d972ffe2acbbc46e524e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3.tgz","fileCount":13,"integrity":"sha512-Py2crJ84qx1rXkzIwfKw5Ni4WJuzVU7KAF6i1yP3ce8fbynUeu8eEWS4JGtSQgU7xv02G55iPDROifmSDbxeHA==","signatures":[{"sig":"MEYCIQChbc9KeAxhJKtLr7iZPyC0ZidcphHXYs+3+klCTEmAKgIhAJbGiU9Utgo0eesxdioaUrTJ3R0ReUlym8InPCdG6RNO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf95HOCRA9TVsSAnZWagAAGOMP/RdLDAW7iD2BNPTvTCAL\nZgKNTN75L2OzVImuipGlHZtkqRWl5OuU7l0pjBK51YpKOkxLt8KdLSIckx4R\ninCQ9L215DOWjJ7nHOAf9objOjIg2yxsKOdJNYLmeTrUmDhi2Mcf6I+GE9xY\nf0SiEwaWTzHeBevEkKPoYkRYdyp1ycijvyJ/XXz9mN8firaCJqHzdSkU8GWm\nCKd31FdZ1JvO6geCEcuQYT1z7TldUon+NGo190mGU5j3AdziICLb+nTV4xed\nsbLOmlfutaE1lBXPg2ij9K5KhcB/wrH2/reqFyhA5IoMqsQZG8b6T/Uxylp7\nXgTQr5VO1Am2q0uHE7sm6XdbeU+sl+ZtGVCtWo+t7m2DX6jc8Ql3mMrc/8X1\nQboBMlOSauuHqi7JK4+FgKB65AhjBLzO5WRq5WXs1dE/PhBlDFrJQroeGE0x\nobYk8C3xwv6ewcLjY6Sy/6FgJwWSxSFVWJQEozbOt53h+jySBZXD0UUjYwsC\n0oegIGKIAaDEkIVLoBF2rYLN/cDKst/RrJmqI0tyLD6ggR3axKcMHFgbHXpb\n4d8LTUMBXlc/EDFyYTJs+kWsjA34Daot6aIQgEasaWsiUbfWMw6VlqCj199B\n5w8SHwkGVQsKUOBvZRAZmhD69gYTkcGX+pxmC2D1ceQp0Jfoi9cATz5le3BO\nfAcf\r\n=2eM6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.3_1610060237971_0.07576919031870899","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210108.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210108.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210108.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"283497d003841ffcd889f7de1f36a2ddf36f3513","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210108.1.tgz","fileCount":13,"integrity":"sha512-mjlYiNYoe0h+RUVo8Ax6SHND2lheh1naV2r9H2nzRZ/pEEXUzd9rO+uh6h1x5qI8YNL7vh9cOU+6eJePtC7yFw==","signatures":[{"sig":"MEQCIHrZlfx5CZeaoqMZTIIkG5BKXvrbGvXK7fBkPg60yMZLAiArOq3NDWmkja/SU5R6zaENWV9g/gf8lDRrJso9SMIfNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+LHgCRA9TVsSAnZWagAAlNwP/21+osrha1OgPQxZEc1i\nHNlGDTPZCInyILbctAw7mYERXPZos3ilA/mNBTLLi+v3L8Ko99SSaneTWee1\nRV+xf466choSAiDddcCWFPnRMH8Lp3BozLgr3gKcH2+RafIvyliMTTFqtnG5\nE0/o9ad470K64mnrsZHC4CmzZwFEjXcgpNsGNXlaWh3n4z0yuMYBzKSwGvWL\n7tImv6+ElFVpyxw57w9mOsGn5EGmxCGfdyBQcuXMmmDsSlYltPa+FS84pB9x\nQZvsuFeM+FyZ+lkN/cEvTYYgZd17lcs/MyYqylQRhlbapW9kLcTvsfMorb8n\nKd8UN2BxQ9vpK86M0a6RzmkHMNqKgaz71eVnt9kvfnGWdsLCYZ8bpJkxrv3u\nlcIS0gXpUXLhNGKGMhnC3zHWYoo+Me1JsrDWuAIHwoKNyaLkUKHiJpNFNloN\nFJ5gdmN/6a9tmXqSqWqjbLRuO2hBwCFGBN9hi63UpXUY31Dn13CCqILuWJRQ\nfPB9dtG4B9JVahd9yu4KsPjgaGIPtFfSp4IsijpUwXUfWN+nx8RP5PvV4+jT\n3iz9YGXEoae0D9IWB/zP0iFjrqKnexyDYT5PHtbLK8I9PfQ5Jd8e5RHvJyeL\nKN2om2p2RTAfpifiWHHc23KH4KeySs66BcsOdT/W2uSM6IOvsCY+2jZqDc6n\nvrqQ\r\n=D5lg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.4-alpha.20210108.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210108.1_1610133983397_0.6487106607849338","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210115.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210115.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210115.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9d27baaf8e63adf9db38d4f0c4c44b1f88816fa2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210115.1.tgz","fileCount":13,"integrity":"sha512-s0foZM+tNJl07z5HLopmJrLKbA7UXEeyHPAwRMBId+l47AvxV0yb/hNap7YvITPZM/Y/EP/ch+yzLvR0WS0OZQ==","signatures":[{"sig":"MEQCIFaFgRlsCiE0sH/sNQBuwAMNWBSfXUEXRJFDb0OzCyRvAiAAgf1MMoOl2Ur1pR+awzRcagwUpOFKsJYH+tvx0TRJ7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAe2ECRA9TVsSAnZWagAAZv0QAJiov2Al7V+d1XIlyWRh\nItNlTQ7uD9AcjQJBbs7gbGNGlCId7WhgFDGc1vEQFeu+DpvMWCcDMOzyYBq1\n4d8ed9Z8C6NZFIK6DCBcg0+m3IpuLYaqx6BNbnpRMKJr5g1oNqpjX5gJ5Cvs\nFZAedv8U4gB81qBOwU2dpkrrvgki8NEUTVBAsvwKcFp+Lt6syolIYv2ST4nF\nbPINNwA3AwgElKRp0OfWSJqQKOnxKnpQQ1XABFhtTGmEw2h4V5/oylaO0dCi\n8dHtdpCTsHcKiaoz/XhIBuVQHzaB2cANZT4vIuNOq6K4QjxV5BD49uG2x7iJ\nwUkcxY6udoIO7aJ3amDpUgms6fhG3voFqiKyYlEOqdVKwm4kDoaZIJPpfMRB\ncp4N2tonEqvpkAYmcqqKU7hGzbchxI4RHB7jsB355xNXOE3d5QNDvFK62oK+\nfWS5W5+TEW2XKEa0wbR774bu7JMbttTdsmiWYOeix6MRsmRsl5y5tr364+g8\nokZpmhWcaYCE28CNKFl0Kfz7JY6RnRKkVRsZjURX1GOd1glRzBzmTZGd8izu\n3Kk9mka+u5ezKkbH2Lq/ZSnCGEvb/qpwzcVHdsyq2NoFOEHUVR1HNpoPLICl\n+hYk34lHb9B0loSXPYjBae8NlNGswyUrH0B98CUaeSO2SIWvDeFvVIhB1XfY\nNiml\r\n=67DS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.4-alpha.20210115.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210115.1_1610739076075_0.5045601318322464","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210118.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210118.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210118.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"40f430b19ba6c1c9a8629bd07a015f44123650e0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210118.1.tgz","fileCount":13,"integrity":"sha512-JNPRonjhNRDtHLL71ZAXB47aAqtflhp2jDhxZXOu/ei8YyNHuCo8o4BvjY1yVETkXo9x8MTnOWXxe55d7Wwjsg==","signatures":[{"sig":"MEQCIDqIXYpAUCYARqSWNVr83hJDcxOQi9lefb+DPDEAJLR9AiA1UkzxwEqgoCPeSm5VmB7TlUq6BpH2VglS54ClhDpAIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBeEBCRA9TVsSAnZWagAAV1wP/1bclTaoshPsZsCoHaIZ\nsU0bbgC92VhTgzM6MBf/pH+iEldQZkbiCHFsY/ZDkNPlirB0c/BWiKxTFKOq\noNqIoyad/rQiaNUwUgtaJR/sPDv3RF9TpWw1cOunWLSZQ6bl0Uq15fqYnNUN\nN0kHkNDJaYHiCZ0shyUpOqg61hYBdcKDwy/eQUDPHJZWqToenzjHoO2iCm0u\n42FEA71Hdhelj5Orx0mom5QSQsnxwuxM8kxFVzYgZ8+OhZU/0FECe/4K2HQB\nk7tHX04l3hEy6if4+BEHzKtGGCZIBOuukwV2NVpn2erfKbXf6vZKQVjifaXN\nP+Kxs24b66bCXKE/NXpjaID6vF7NlQv15vGk7w+yudQOdskdOhDdp2Tkf+Gf\nQdz1+vTzZT3cv08RU8Ju6gT+DhaT/nDptrhFxlIMknB1abFk7B9qVGEfui0E\nCQNjamzGbfgW1YuuKqUFKFLdHRd3lVhHVWOLPtDKd83WOvCZs5xBmVIUCgYL\nwEcWrQ9GNkFn9IkWS4aLqxgxueVQp6FqQyZ0Fhu4EXV1+muClvF6qJOvOfOC\nP6GJ20rJlxr9WFk1wWdVHX3qXk6wi0Vni54SnDTlCat9Us+8mixnKPAouaWV\n5HOgngNbKE9LpUZxR2a1b0it9+Fpl6oTMMcyATnHLZ9eiuIbyqF84VmY9dSm\nyITe\r\n=/LyD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.4-alpha.20210118.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210118.1_1610998016794_0.2767899860884353","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210125.3":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210125.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210125.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"45318f11131ca1b8acd1072155bb64d132e7c8d0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210125.3.tgz","fileCount":13,"integrity":"sha512-fs/mUADuzqKuw9bTtNkS7VaPfvjm/gbhyWql0DT5iWfYRGOKPuygNhR6hiYhV3fEp25nhXYC9oj0eTr0hlBIZg==","signatures":[{"sig":"MEYCIQDqF5za25nVwXSiC4wMh9jm46uwkwetEdHWtrjQJhWf6AIhAOcZ7omLw89yWv9idsHXnwYXDb7bcP8duaujZgaq1P4F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDxx4CRA9TVsSAnZWagAAJmwP/jlOw5iZto+jP7zH0Xy2\ntD3Ugs41IZf3F+7bYd32HO4puDfiTnlwF9JpIfZ9kTWkG9DxLdEicKoRjegT\ndTtV4lV3igu1iukD745h/aYIqD5FT0PnOBcKeNyRADRZQhAiXSDYKLhIApI3\n9k1Efipcmqivm2rr1Jsnvy8UTrdlXy2I3m4YIqfbipjzGpHbQzl5R2IA8jeY\nco/QnNqnaD1YilWCL4C9sbP1DuvZqSms07tZS/bnYRtVRwWjg2iz1Jf8kPs8\nmDyaH+B3MyOhSEhIXOXOuqI/2OqsqAWET/59fNkFSuIfTyXnmKI/zkWJnqnb\nq8tTruEYTyDF/c8Brb9ncuuJI9cCLGbX0LmqCq7YHrAS8sk/1nk90BQ9WJ5r\ng8elZhkeR9UhRcdDoilbCWBrzwudyjZoxxID+sGoC1S4e3kWXIfEFiiDKWhw\n0TwpPQuf0rvhiyd5RLydboBXgAersraWf259WuAs9nQpytsKKKqx1sIpWqEJ\nQWII3/vIcI6Fqpi/LUtqF5LT3vdbAuBz3IgPNB9+rkbbkleIKezqNWFv8uKI\nfHVN+vQypJlrZTnV6iF7y3YlWX+H40nEPdblgWCHSHun0MpLeyf6jfzhulwC\nSrcnUUzDDDuKsa0XUSHhYsKovbDFCCaGmFjv8N2hYvEWgx4AaP/tRxexaZex\nR/xk\r\n=6VIG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.4-alpha.20210125.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210125.3_1611603063691_0.4739211046364087","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210125.2":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210125.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210125.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e3331fe350a392189e5fd3f2007437d334d77012","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210125.2.tgz","fileCount":13,"integrity":"sha512-QZ1545Wam0ROpoJDjCblZx/V1gFPQ515fepDBndweYDm3msXisgVIE+KkdLKoNNtmJm8/ChjXHyD+SGRnJ+N+w==","signatures":[{"sig":"MEYCIQCG3nVHXaWOFWtqO0TKJOldywqrFCbCxcg4UeEYj0xuawIhAKwJEkwqFA3zUNA9N1sQvsRfVdk8hFswQ3WkBOSkEIdj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDxzICRA9TVsSAnZWagAADhoP/A206upewCM5VWHyf87z\nxT19dQi2Ih0akLfMdnvYjF8TQBaYbaFBUmSqp8cAmmjsRFAfp89HwXW2M6gi\nYbnZ69KtEKq+ItlcKqSYUZJZNTXpTtx0jymMUOHS4pxFdw1OUu0wCZN0rE12\ndgfk8Cn5IkwTRYXA5mgkwzVRFkdO/fApXTke12fHlDYvV7oGHcwWMInP2DpC\nSG84hJ+c3tTmlMvwYMk4EXEFYQJrgy7jtAnFzIV4SxAhLWIOULiisquZcdLw\n2pZ4u2Fj+yrXHiGuWkawOIGe3C3rTbikgUztEST3mg5LOTBMswihBLHM5EHk\nGJa4a7zkMEBq+Alr8/v0uDpmOXiZp0SKCCd/YJmUhqc/CWmh5POkq9txgwlp\nsriEkKabvGOJE3vw6gxBAjyMEmjD4PUuieZ+ejtshDHS7u4CYIYBEl9wzi4v\n4nJkJ7geBloGW09uKjmXlow8AzJQy8kGNk/FSIDjVRXezfHyTaTyYKFb8Uow\nemIs1SE06eVw2SuKL8Vy5eMuBZDiFcb+/BzMs5vzlL4pP5EJjpX5ZRjZ63y5\n9qVGo+nrR7xnShx1xILUrzqiwyhOddSATqxLEaMTPx0iJX60aT2nr0tRcYkS\nr7qemSPik+0y0Q4PjB5np9LucdMILXoP0ioI6opgerzzxke1Jtavq+pYKePJ\nxd+6\r\n=4xQC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.4-alpha.20210125.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210125.2_1611603144190_0.45944085710150984","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210128.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210128.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210128.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"7b5085ee41fc07c7ab0c4ae9b7c1aac1f3460ce5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210128.1.tgz","fileCount":13,"integrity":"sha512-fvzozYSZ8PdOIzMxmH8SOmEgmMnwnJonIbyOeLcT2kPDKZE9vIp1V1HGXSoQcAz7IXNCpkebixlBC3D/AtTVTw==","signatures":[{"sig":"MEUCIQC4bOqd8v0C6NMJt/gwfwRDQOe1U8kthgBwEPuureURbwIgdzPVOZTh6iOeeSrzNdvrSqSQ14+nXhFXh5VCo/2535g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgExBJCRA9TVsSAnZWagAA96wP/jSq+JIwF/MhNIDyjzv7\nXMPtXkPx72g9p4yu+Djh65OfflV27c9BVUXK36eDi+KOzlXZNs/mfV9kupGP\nFzbIlvwVjXBz0iWDsQx9Dfg/EdjhZ8KQttH+Yon9P2rK5ZbGoTQ7FEij659p\nV1/taEcVJ8TCge6GRt86T2Es1X5dL0+fpjfmUR556ZNyYHr+n33aX5Q2SDDk\nhPoWKhiI7at5uqDkLvTajpMsy+YMjFm2AUIhdmrYPLRBqGMNvQXnztQ4nhcz\nU6KaerTO7jm/zUl0TBlmkF/iYk2k2A3of74UXkMrXKHFX7tFjc4mzkqC4pmz\n9n7xJXeoOl2jUvYQzHvSHFLOJPf7xvD35NfxWeLHkyt9CrhaJOA34nK/fH06\n6VG8tNWwplJa4lcvbHzvzQleaIJ9GyLeUPnaNq+sFBpCLXW8QCTc+hEIXB4D\nt3apMG7EW0mMVZOwhjpxxQT9Jk7Z3O6nGjIvENJfH8YW5GnE13EdYC31eM1r\npumdkwoVdG8V00GfkoFVqPFmdCJEu4+rEJJOOXRluInamfaGkLqKV15FFbWN\nOTyC6CO7c4IpZVajbsgx59dMmMTfmeofvD8VpjJrHAbHNZGaBdiDC1CW0Oo1\nH3WHEMtyx4n1M15AnT9kuVdvAkcBOE3zGu1BYBMDo8jwJWbTWvZuZDuzmYjF\nBW86\r\n=DREJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/home/vsts/work/1/packages/azure-core-lro-1.0.4-alpha.20210128.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210128.1_1611862089009_0.2086441907320098","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210301.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210301.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210301.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"961a3efa1c6334754b0fb176d5a693b4ee0af907","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210301.1.tgz","fileCount":13,"integrity":"sha512-QFECHW7EmHQepnC0DOl/sxvjLdV7k/nzssFNZoIrtt08FjwgC/9RL/I4+Xu1rWbbu7kYETM7TEL+h/ZQfrYNbw==","signatures":[{"sig":"MEUCICbRn8bnwdSTHVLN/+zXmO3iO6DMqYvideQVeSu6Q306AiEAr7Ap8Tb/ca9ZZi3Qb27848yas/PS7utfXh6gEulkZvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPUAYCRA9TVsSAnZWagAASr4QAI6xYf4KesvSw3eq38Ei\nNk/x+X35i4NYhoNx4sCl8AbutY6rtOG4KWf7ChdShONWkKx1F90EFtGdZtyE\ngHrZSjzdl7MVjS3yz3Q1R4vsIRBlZMMlJg9Lu5aI0odI6r5OYRaWaUXTVOmF\nggDu2h3RkN6rHDbdG63BvfCUnusm3euynLvD4XpCPiA3vCEWuPInOrk5UQ1f\nCAAL2Lf4Ya8sM7RnKImzgHAI/h+sdH600/is/6h+H1dTSkLsxtEym2ZDE+dh\nDlnawOwRoAZvZ8x0TZhNTiL/zO87eb1oTSnO+xYhwyx//fjJvL2kXzzYgKG6\nNKeWazoqQ9xm78CxxREYSMIY18ltlP6CM6XrnpvYK6a+zJUel92YUDIZFf5j\nk8Pdl4RDvZVkGZUstEA214DMeANMGjdCwbike+QGfk8+nPyveYppJTqJGoG2\nZ5QAMVVzMvibFRBTwlMXgHRkmz02msfLWpOudn1dMJYPaGUhNE6Z3Z6qH7XL\nY+SJQajzMUVEAtdVBwRjZcpGbUnHJ2Nce0IhaG8/hxgkeVhY1zMFg6wL9Xrq\nfqV31wOfr1OenlirmNIMRxHTOTFv+0i+/KM3CIEC1dsWgSniUUul5TeWMIq8\nbXX01n24u/MTRpk/yRMtiKMPZWRJr+Aw1oi7MUtmllVnmqiIVd7FzKWVu0hs\noy4y\r\n=YaM3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.4-alpha.20210301.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:es6 && npm run build:nodebrowser && npm run build:samples && npm run extract-api","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","build:es6":"tsc -p tsconfig.json","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run build:es6 && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"tsc -p tsconfig.samples.json","unit-test:node":"npm run build:test && nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"npm run build:test && karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210301.1_1614626839882_0.7898334150175714","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210303.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210303.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210303.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"73ad815806a19c60f0870d885f457d6e10358eb6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210303.1.tgz","fileCount":13,"integrity":"sha512-SNrTcZsAXcBtZkOQ/5KAFJMEzzn6HbGOcy3fH7wbd5/ygPPu7zj3Hdjp1FjrrYBthuXuieoLiUFTuxPLeA1eVw==","signatures":[{"sig":"MEYCIQCCHtWFbu2Wo3bq7Jw87/Vpw69rAIq0Ek2vav8yCHjaDgIhAILWKoRjNeR3IXR/7gUvLv8s9+2GanywZPNBBimwn73w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP+K4CRA9TVsSAnZWagAAa1gP/AkrHG0Eg+13+i/NoaSH\nT8tX70WKjqbu9pttvNRSCaejO7VAfchg3XQMr3gaxEJ4lfb8cSHnaxkbSkZY\nK7fHDHX5DhJq4+9K2ucGhZAbWlDnWB1kFIEhZfXG/OAqEngzIN+2tQ4awhnp\ngcgcukO3X/AaUiUFv691fLO+V71IBstCYNaLv8zzp7RqENzi9Dsfaznqh1m3\ngs4KuArwGwqiESaP9vFZpHqJCTgxRKi3rqAOWRPRAbTgd79f4a9fW0fcF2m2\n2YCDQqnDoARfTxMwvtJQihx7JD2HxDOagxX1zY8KEx1xIpW+h+crN7cuPhc/\n8uw6K1ppII2uu0RTN/JIKk4MIR/tg2NRHuVJ//2BiH4aW5VxivtXTX0lwmiq\nXabzvBAErtyXzG8Kh6ggX6bW65btiGD4PFPuUryqJqpmjIoBKFrJSMkY9PFY\nqqUxSSh8WePasfqDGZoFAGfgc73HmOLFbRgaPim1WAaQAzTnKTt/2jxKvJmL\nGpi1vE5wpPpbrvngTQ9WXstrdQa0mz4zEBxPX5jucwGzPx8KJeLNwUYNAoJG\nn8R8j2Yf1SgyLDEt5wVE9Nlwo7EyFVI2CFNBJ/A/TMbmw7bPo2bRy9BHwGGz\nDQkyVWbfS9AIBh2FUnyOQEF1u51pOb1S0sLPKx4TBNi6J3NI9do0B3TLa682\nSQck\r\n=F60B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.4-alpha.20210303.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && 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":"tsc -p tsconfig.samples.json","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210303.1_1614799543838_0.3596326629040605","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210317.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210317.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"394854e9c00ef96ae7f08b39318c5cf484b939df","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210317.1.tgz","fileCount":13,"integrity":"sha512-w5j26/IRxiNfIb+3t/5JwSd+27EkudDJX0mQjS61xN0jS59d56BB8u79ZVll6HpZHkJy0wSGgJkJXEC3GJDPuw==","signatures":[{"sig":"MEYCIQCe5oNqJbHxMdX2gnVJiAV6H9hIuXFpNL9z4qAIsk02CgIhANZB9nEtzY43qyohtO+MPZlrVmMul14mG5u1podGYuyw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUkrhCRA9TVsSAnZWagAABNgQAIqPuU7C8Z+azI6ZXnWz\nCBLt9/zwnr+WGxQH7Q/glJAor6GudCw/RaWM2mErDgEMmXnN1Y3vbB+7/K+s\nilxodILDxDa727Ff6QIMMddH5AK0Xtj+iWkW5H3Dv9QWWWBl7pyWt9WNsnmV\nQ1Hzmqop+2fTyY32y/StwuxVdnphVN/bauli3k+svBqkxfrnRCKWa2JG/biP\n9TqRbG/F/5rIo5Oc3HJ7Qs0d5Wp+dff5TE2xKYPW+oxxk9phILejHbSayxbe\nzVTQwfkizDn2qZEnz+4qi5xhWdVcbLdysMusWXsR4fhLLUMa/AG1+NY9Pqo2\nuF/ArYQ2k+KxIU5Vk8TFcUDoyhH+RGC7vE2jGM0JnFMgndsjYX4BdnZ+yXmL\nt2ZyTLpwFD4cCPY5AUotuYVbMQ2xwKEN/Cv+mfXNGP6REfrnwXmNy1Zeextf\niwNnUjYSy3oiucPubjh2jTDQbESMPJFVTEiAG9+StjdQIV1wPW69AoFMC2+K\nwpOhAF1sk5jp6TasJdtENeokFw8xB/KX88pC8gRD2JmbrJN0+OEagJ1ITJyJ\nxCUuKYl00uYTJPKIwvHcVndBByq3kBs2puorQS/pPNPKZJhwkeocXx3vQxi8\n0ro/vylPY24ze9/lwTjY6hs96KXOVisBfwYjyHB6xRON9wCSrYabpKqRWJ4s\ndlf7\r\n=EuPz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.4-alpha.20210317.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && 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":"tsc -p tsconfig.samples.json","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210317.1_1616005856930_0.7725065579770194","host":"s3://npm-registry-packages"}},"1.0.4-alpha.20210326.1":{"name":"@azure/core-lro","version":"1.0.4-alpha.20210326.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.4-alpha.20210326.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"f255ff8a595cb31b5b4d07e7a4645ffe177139ca","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4-alpha.20210326.1.tgz","fileCount":13,"integrity":"sha512-ZFUYGX0VdPcJA2XLXQsLO1F01gYCLBAfh6V8yci3sGhl2XCx4o0qQ8C5A/zPNiCDnzW4hSJa/stM8IcFLQdqKg==","signatures":[{"sig":"MEUCIQC5PmJYVyRwCxhktj1FNv8ZVCLeaayZxI9eLZx4yfEMDwIgbvnpq61oa9steEHVlkBX8yvbJYwmq5dE7JNwuCyZ5mY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXidkCRA9TVsSAnZWagAAF0UP/ikHIEcckx2Huqtj5jTB\nCz3Wtfe9zo19SVuMCJmOVpyM+SR5lrLK5Aqq7lNKlRIiCiq5xo8eOR16MNay\nDDG+vSJ/ahXdLAchYoXmx6+aFd1vVbAgTPT8SpOGPxsYhUycaJnmcyoiVIfd\n5zy2etblPCBxyXonavVW8XQaWSWoc0npL4dXe3fEUryoQUHAaTo9uweBEaA3\nbil7ERHozuYKKYuckvNEgC+gUfKqMgh61YmlAiTFuOJBnIpWUEL78qT9Kszm\ntaNpj/6NlJ2qVlhUezDi86WND0thI/zCnRSrEyN7As2h1mYnPGQNE+FPeo8A\nVdyd0c4ek5y0jNTat0CdK58Qd0Mio8Boagx3DGgxZA+9ajAiPehJM4P/Oq7e\n0kTg9z4axTzD/MTzCBPrPe41sAmhwS+bhOSGfFy9sjIEAzhN6QPFp8MkfoEh\n1gGtyds5BclR+7+IrBMVunqVsuSQHUTJhYRZFKeJTGJ7bT6D9asvOIs1rA8H\nHtGU91llI/Gbaf0enxOM2nUrpQkNeaJIExRc56PKoQLqXO+OeOjqMslnMOVK\nfnx6nzPs0u1p94WW3DIQ2smSs8aUroLBjAyHqlC2MD4GLFPAQi2pRGPEXBbZ\nqm0kKZw8M7ADWFkpI1WSRgvLeMgySUZ0Nslb3kAO5pX+pVt7JXSGVrsIH0dC\npMTx\r\n=Nn+R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.4-alpha.20210326.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && 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":"tsc -p tsconfig.samples.json","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@opentelemetry/api":"^0.10.2","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4-alpha.20210326.1_1616783203657_0.7663818821259885","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@azure/core-lro","version":"1.0.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.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/master/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"40b913616335aad52b49ca1586f4f49dfecb4084","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.4.tgz","fileCount":13,"integrity":"sha512-4IVqLl6NIqxVzL+zMdf9Nwa1ZUPuoG/IAMoWQIA6qgpKuAiPy/KiH4Q5j0Zn0q20GFiymQeLcCIH82LSlbQBTQ==","signatures":[{"sig":"MEQCIClqipcNnqIYwFlsog2AotOjl19LEF6C6C1EHDsxEr7MAiBP4gxUTygR5GCHSd94TEM3I0cAGMU8vwA9emUdKm7iuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY90GCRA9TVsSAnZWagAAwwcP/iSeUAss7Z/Z4IYYPn5K\n+/SafC6skogBiGvaQN+wZTJuHoPW5Cj1VBaCvD84c6LsVMOyjnKd8XBldeg6\nScRqoCy6n8JdeDyscwMxGRjXjYGorOykuivxGu8IUxm8cRtWMjpx6Gw5DxLF\nIJNKnAdz7x/ej6YBgDJh8t9nA+TVZ7JlsumS4wWljSCWxHryuoLoqIiyJeIt\nmJIwuHseOaSu7uu2Ru2gwUBDFIkqYrkR2mAiUZSAM1B4Zk8xkrA6/An/xNM7\n9oI69vWJuWG3YYOO4HuLAkJCNtJtXBM5MIh01UMPlwgSBNW5ZzvxZDvnT2Vq\nD7wT+HVd+yWT716j9QZm+E6Zr2OhflUlIb9ukREyQydD5YYk7Mng77ZNwSaw\n8t7Gwn1xccD/qmKTSl8aQnyBADb9HzNbXbyyONMXP6788XP7WwnW9Je0cqnb\nVthddoUu06UW3PNprYvcYd78nhaH73oKLu6/67QedzLvQiQ0OHEpadBlcVGX\nQdstwV/sGESFt+SHhTb6HMdYYo4Szp7BqBVlrxe2PsFrtvykwehYootrKhQH\n0Pk0i5T1MMdrZWg0RfWuiGVvZ0PmBJYe7/x1/twUc1/fXckU46ApKb0xcQcw\n2whN7BNQl9seWVv6l9JeNEeQv2IZTaYjOnpeKPeisclfbhFHMEzpW1NHj/ad\nmn3X\r\n=KKdW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && 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":"tsc -p tsconfig.samples.json","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.4_1617157381918_0.5762283521462399","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@azure/core-lro","version":"1.0.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.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/master/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"856a2cb6a9bec739ee9cde33a27cc28f81ac0522","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.5.tgz","fileCount":13,"integrity":"sha512-0EFCFZxARrIoLWMIRt4vuqconRVIO2Iin7nFBfJiYCCbKp5eEmxutNk8uqudPmG0XFl5YqlVh68/al/vbE5OOg==","signatures":[{"sig":"MEUCIQDncrmy9ZqQbKfKDTvj7EJJT3Fv6d65/13f9chtGtYcugIgFdfHzxrKA75DKik1ZlEB3jywgSziAG0rpIur25iEa+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdHuSCRA9TVsSAnZWagAAAUQP/RoH6lkAjCIRAPFg5pGF\nu01H3wpGrfSQEIp7iRgRuKKPRwiFTOpymW06eovepCMKHruw6COl4l7LMT+G\nTMfG1Bd/FBIFft8wJFrbz1fjl+YN2G/EKsXebwpTMyqJ9EcKMhALhZtpHKn+\nmtuxOrqAbef8LHnU0KxFeOexPoGlt336nAdhAKw3Zr9tO5qW4xUpejwDSjTV\nNUGEAmg/4zc8YAnJWjmcC/7aXqhr6zmKLUZl5M2/m8ZTUjn+l19JuckYsWYC\nw9WKIcsCxVG5+4vVI5UjPmfws5MItnYinv6Mfn7KoERUnDrZF2LjnOarw0uC\nPlkxwY1tIBVMihY7A5NQ1/tx/DlmviEPdTPy/+yop2y7IqqUKe1/Kr/8eG63\n1sopIwmtQdhK6Qyz2jlqodqKUn7ZO8fs41IpaH6Yx1uxvOH2Uy5qgnN6w5pU\nkgl9cUFILjVkrYZW6HkGQZ/ZTTZ12atL0MDnMBt/rmwwim/I4eLOfW8/QciN\n/Y7ITbpE9QRdyNRcksfO0Qup/R2od/BM65FeVVJg4tOZLHIxksVFdQBSglvS\nwu+zwJJkYUcmsb/2/djxnupcV/Ny6siceV6MT9+pnewVlZOPAg9tdd1qo/CB\nwbodIrHmzZaBsqFvMHjR+9GglSEYYgRlT3dBgV8i0aomUzMqSLnTAnU0lDUP\n0b/l\r\n=tIkc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.5.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.5_1618246546363_0.5509732813930894","host":"s3://npm-registry-packages"}},"1.0.6-alpha.20210518.2":{"name":"@azure/core-lro","version":"1.0.6-alpha.20210518.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.6-alpha.20210518.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c8212f00af4d0d726987c3c5ab0cee470f721c6d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.6-alpha.20210518.2.tgz","fileCount":13,"integrity":"sha512-8cBbAgdWRDB4Dr5/pB1Ywga2IDdCf0qy5MjaIqY9PYEsX7nerKz3W2WPiQfdfpMgB1c+Qsi4wdrkDkiE/HXf8w==","signatures":[{"sig":"MEQCIBKd6uxYwOhvnhCPcqkw7aXFzquKSeBYf30+fvW1Ck34AiBqICfmEzvdsoAbpHtAuaTzqA/iqLksxsawHGaGTFd46Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpB+ECRA9TVsSAnZWagAAWxkP/0K1Qr+8LUqhgANskk8p\nZuZnkEmQFq4ddtpy+a9qhLd2lP6O48B+Nv9fGx5OdwU4IqcU1mlcL8tmHVjq\nmvyGcrqulsS0O0lllMjEalFU7GuhxnTa1bIJ1h6gpnATwXCSmgRWqLDtBTBg\nr5wBVNn1cg/5+AN6URAOBLRnc5vIaOmKEmJUwbIbm2cUDBCPAX2DeqNzQJ1v\n/aH0nWYhbMkdgELY7Jj1YWwuH+CjR59jYEJO4QZQvh+MobpgH2FsMMaK3GHc\nHHkN5lhGuKYs4ys+04ylEFw6QxlMiFYUcgje1Px+v5xeGaGmaKF/qpVIZ20y\nmzCdwrb46AML+l/5sC7E1zwVaAquz6MSPj6uMn25nsizZCeoGSXIS3yr5ZFB\nPjDIvT1OSa3dzo6D8m6AvwxoaRFIYWMWtQuIjSYDz6AdN3WH7bm1XToBI7VH\n8xbpt6ULO9bP675TCB8kNJezRxSvRTp8BZvLKzuVcCCklYlCyBsq9mz0CQse\n+upBUN9scl4/VJFSCUuk5+KEbuilg0IabAdu4GVt+hg5BRW4QJXeegOOSuGZ\nc8SK450gHvJFMAsMPCG7jI5317bWGpkLihyCuhpVHGJZD8cEfgt1sM6BEHRe\n42SIfedWG6cyFjzgwwr72bF/1hN+TLhyboumNyUJPrR2ptxv7Byy9FkCs9BX\nLN+f\r\n=o0G6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.6-alpha.20210518.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.6-alpha.20210518.2_1621368707852_0.1695981584137478","host":"s3://npm-registry-packages"}},"1.0.6-alpha.20210611.2":{"name":"@azure/core-lro","version":"1.0.6-alpha.20210611.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.6-alpha.20210611.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"933eaf45beec2f282ea2ade0fd89c1ebf39f5179","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.6-alpha.20210611.2.tgz","fileCount":13,"integrity":"sha512-kvCvwCHP+BKX5pB/VHxDapEn5UiqvZ4uPKOB4uatCvRvsE1N3HXkx7vjOgLsClRc7EttrERF7g1IhPWRakDPaQ==","signatures":[{"sig":"MEUCIHct0GeSp8iCIg3GnNN3aFMOsE1U1IKMxaaJAHFr3EI1AiEAtI9pfHM3RRfKzDHkusEJSgrrk2tpi71OncIjBbar+GU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw9x0CRA9TVsSAnZWagAAAV0QAJ+koe+t+KP76VsvZE57\nDkhKLp2ZtRTtu0CoVCLXU4vLULAV3AGMMPYerDvIe6uBQrBdYDQTuFkDV2VD\np+OTVF4D+SwAtt+p1xvbygZilOlgJXAT2j0Hx65rDUBzFfP3FBrqUYtTTfXg\nVnutu5d56pDv6dJjIm56GE8ASFoAKOFBW9T6x74LLAP6/LS0wK4rkR99rZtp\n/v67p/d78RPhfPakCe/bE8mz0vDvpl3JRgyZQ5fVprAvOmOAZW4BDxBYY4gb\nklwjyj4WGFTSIkue8PeeI2p8/xa5e2bk1is72C/uz2l7srLMUeCAKR6U3WB9\nylExAiD9rXmiHvceTQctgyGHp5LVS3li6ZKVm5r4uAMZ0NaHqeDiy0mU19QT\ndaI5S7nq3EX31/HrRzF4jJidKvKsPQyS2STOVocbZ9vib3EAFJeTy89E+VTN\nkSlx//nleRmbZzzqc6LUJaFX7Rjh3nexzH7jLSa4ba72PbN8KBaXNpkgsWoF\ntF971QOJHSDSGafAcR7/s0Mi+bjKY2mj24oQL28z2oEZ2i+5MciF5lpOlfjX\nsLt/rZcH84XTXdVOJI/3eFqJBFhU0k/ReyI9eDkT1jAOKCsHOR16rgR+/P8L\noz29sTt3GoX5gimlzKC1cRjO/VU+CY+GEVF+JMFSSz1Y3tbpE8ONsZdQiuhM\nCUzi\r\n=DL0I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.6-alpha.20210611.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strtegy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.6-alpha.20210611.2_1623448692629_0.6445316069089859","host":"s3://npm-registry-packages"}},"1.0.6-alpha.20210617.1":{"name":"@azure/core-lro","version":"1.0.6-alpha.20210617.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.6-alpha.20210617.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b79f973933db94223e42ae1167c5bc1fdb2fbc85","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.6-alpha.20210617.1.tgz","fileCount":13,"integrity":"sha512-P14112FMvzqJvX4mpf3bcjuXjyjyAmA/a1TeBJlCo1UJogtIkcGk/p2ma5uCxsDa+8qBlHYxnaw3h5l2Fv/tpg==","signatures":[{"sig":"MEQCIFCCHv9bNyL/3V09tWLGUirt4JDued7K2Wwhvh4/QfYwAiBGBKlZq7ldHlhMX91dCZj1JZEJO1wCzFwUB8y93keZRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgy6wQCRA9TVsSAnZWagAAIv0P/186FoiDrhNB21O4uVTd\nFOFThWGpKxXhr0Sl0KnYc4qjEu9aHQG1iaDM8DNTPQeS9OoarH4tnORi2oNc\nZ3yYzuEMR7H/+1GLpUPY9xM1vsxlAH/hOU3m/a8Bhczp9xBq1zydTFHEkwxu\nqbp5mLEUDYave/kBXL4aewbDtP8lz7yZ2l6TiZpQxssiP0WOSmfxtBEcbBUq\nLBHsnGuXooCWwLaTrrhZhhsgIJscx4bnYrMvPRYRkhkMhDF52oP6tzkzd001\nWybIaEmoY4xj32Sk3tQFKWGDjVJ/5ePkwd5iFDQYXk12dcX4sY+1fJGmo5PB\nGQrikDxVDJNxpPA/xOqYP7T4KnMGJOmQsqqDA+LqmyO78UZmT6zg8X5WKyI/\nW2Vq5J6on3k12408TUiFbtWqvaNHzDgQhUoUMvR6gOzNP54p7gFGKmd/kP2M\nM99HO1mW2RSIn6f1V7Z6RD2VD7EudViNRDYsK0fhgR/4aRKQXDtQf01eIzZG\n3oHxp3s/Tje2XhgfNknWsA7GWd2fUbhW0GqYQ6uuwPX6Gpsxnyt91NTbVAwm\nBrJYHCEX65AcXfrJc4Kd3oEt8tAp+P4qZYp12UQCo99eYAQCj7ezhr9u9+E5\neCY6nwhuycWZOFkio08BD7QFwSoTqfPeWIO03TuJpVY9WY/BqtEhpioPsdWt\nS/t4\r\n=73tx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro-1.0.6-alpha.20210617.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strategy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.6-alpha.20210617.1_1623960592022_0.03853757319917728","host":"s3://npm-registry-packages"}},"1.0.6-alpha.20210623.4":{"name":"@azure/core-lro","version":"1.0.6-alpha.20210623.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@1.0.6-alpha.20210623.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"dc3de0ed6979e670b833a5cba10155cf6cf55e32","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.6-alpha.20210623.4.tgz","fileCount":13,"integrity":"sha512-2D/rtEaeqf2P3UzbvTvekeRy8Uo85ZxCkumIEyEY42DyjG4lHDPGGm8IxzQk4WvHH6/3KME4JVr644MDV7pKyw==","signatures":[{"sig":"MEUCIQDyrhfRAtupq1UHIF2HZe/V4xanrHMVovLfzLZzxMOpRQIgIyhaBZl0eqOgwMZhK9EuxcOA3hutpgcfa7QNOtlPQP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg05gHCRA9TVsSAnZWagAAW/kP/0cejQPH7lS7Oi3xJ/y2\nxGLRzbQhRaJVCVtu2UZVN+lNu2oqMsB9ZqFovFSIDLGTX83koIEcXNUzojyV\nMBPdA1e+NLTASOyH3CjC8U61LDsWpK/BffZ8THRwPuNCXebxBJkRSnCYAZVD\n0TG7r/jRbb5aECRKmmDWA5OZJBzlJjtrB5q5RzeORUrqoO+CjIjRF8c/8HyX\nP+3s7xF8eouK0JWMCzT8ZRp19dXNWbuSfgOF1DrWvh3SytyTu1iIIGLKInLR\ni7bYth7cdZlj86uKRmgWZ2i+RzNMZtDuSJJDSuSZrNQAMMOJBIdKibGRCKVf\nuP3AVJo9K4QN35YpvGaWSl9AruoI7dOTsu7FGD84a9W6g06jKCSUvL9rxUjZ\najxBfubT9bpsLEos71PuVY1eWgFAGoy/TgBpUqm8ZnWIdrQTDuuDg7gySteC\n4o/fogrGYgaWViR6RMhvkn9LOzKJnlu7C1jPt1MmpS+J3l6MkxAmV4UmWO5v\n6R4w9AyqTgTAEobI/l6u1rSElRSoT3rMgsGXVcaROtfJD/bNSb76Ea8CVbVh\nEwxRQ6XvBCyrEeZGSz5zhnwYLhjrWSAkmW516YiO/EzkgtsHHCkJcx54JRb4\nvbr8zx449NRDUVDmpGSIbdOuK2lXgLL7UoJ7gIPQ/IyQcw6ZZso+6zu1rawj\nn5DS\r\n=FI/N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-1.0.6-alpha.20210623.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strategy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^1.2.7-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_1.0.6-alpha.20210623.4_1624479750945_0.0556548319306609","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@azure/core-lro","version":"2.0.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.0.0","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1cbe7d8e0db1f1d311a8b2d00de9acd93648962b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.0.0.tgz","fileCount":13,"integrity":"sha512-GS8e1nSFhQ82iNx/WNDrAPxpHcPeanPguNcWJMMmADpy4DyrrABzrRQCnF2/wO+TSC0dMLBE1wb8CS6+9RNZ4Q==","signatures":[{"sig":"MEUCIQCPgD9PPWK9R4y9QPorejm6PImL+GnKs3XLjNcFx/YdKwIgJbV3LHKN4r4OBR0d9uPjDh4VusJKSJ5BWPGIgjFXhQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109455,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3MyICRA9TVsSAnZWagAAHd4P/1o8XSvfaa/dVPzmTgb/\ngCiu3eD8mOxEpsHu48U/0OnShRFT/OCMSn+drEWDv3knNtT44NG+Hdptl4sr\nH/LGjcE/bjdofT4ZdPX5ddW2AjgcoLA8/PSwzmUupbVygny6xPXpx/nM8s8s\nPDvwj+DamocuHAuPldHPckfSHYW5a+PtaCfOxOzIY/0+KbZAt+bmrmPRnLZO\nrbsZpFizJe10ly8YC4Z7872NSO+6BzlIrQJe7CDZv/RC8ppiAx44LQ2c6c3g\n0DS07lr+fCJK1ncJsyKDcLq6MB2LyNCwmmbX4kkmiR7CqQVNuViKlL9gu4zO\non/xuNXW/wOxQd4IUelKc0qNz7CIl6Q2To09wKUrDZyr25IVUegdjsrY+8Tu\nrpw/dN6FOdJHzHDc6XL4i55gK5pywBIL+D+yM4Q/fKh+FguzI8a3rR17KuAJ\nFhl+ZxyMY9qczigOqza+/NEKtgTiW/refwxul5RzsPtLxZmIGlJ47HoW/cyK\nUfvUeo5Eqt/xQmLAAr6nm3rnBElrumAlvYklReZHylvuPSwh5xC1i0EBI/fd\nvMbUtugMhGjDytvPG1Gegpf4Do2TCuZIRBticDQtuemZZa9dwuaYCVa2R1NC\nD0b8a2fm2l3JpQxSt2TZpn+bK9z4lVerv1ctiAYIQJFM0wPcRVgQMjZF3Va/\nDQju\r\n=uu2I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.0.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strategy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.0.0_1625083016137_0.47640131278235964","host":"s3://npm-registry-packages"}},"2.0.1-alpha.20210702.4":{"name":"@azure/core-lro","version":"2.0.1-alpha.20210702.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.0.1-alpha.20210702.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"6641af4ff5572bba52225681183b143e860ce99c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.0.1-alpha.20210702.4.tgz","fileCount":13,"integrity":"sha512-SpAupdUXnfQqwBXsuOCT3PS64YSzhAYgoc9JEYp1wJHGniYTpWd1AhW5VtGoCNcLofy2SKNjeX5AiHaEL4YB1A==","signatures":[{"sig":"MEQCIHviTNqdVVOKJ8Scsb5e6TuB6aHmDHQkE5cCBR5EI7/dAiAaixfQO/VvTT8+OKgn59qKNSy/YYjWoPKnaxealT9pNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg32ITCRA9TVsSAnZWagAA0SIP+QGtkeZ5yYh6Zhtjh30y\ntDey1oBghPIuqZ3SWmC6puY6NHXUW68DazqctqB76S674vmBLrKdNN+DPzNV\n2IkFq/QCJS5DYOJqF4M/f+0jG6ROwpQPNi7z3gmO3YICFRBLwKobB8fKzPNC\nHTVTNxWyqWVtKra+aUnB74FYidPyINxJXZUtfwkwNJGmIg1g/pin+vfErAmn\nxJh55Pu8TK/IoHX5nEg523Uji+UyMxh/JYkUue4rSdDnLNYWbhYrm28JmWiY\nSpABWJBKCfbuqS3oCOrhwdvsbvw+NjSOnRM7AkaJ9vgCFBn9cn084dMOkYtB\n/FMh6cUwXYCsbzX0eLWxUXEP89IzNxONLL4Vby//Fi4AmCAdHJzYyffk+6lT\nc2zKcs0u97hJ9sS3xKgpBohsyKoZVaz1tkMWI75K8e5hMYU1cg5spH6JFhkg\nLXthQta9gHzV0HEN2bZ6ySYJdQ3OL2rE+NEhlkOZmJnvZogqIoRPrvOBJGrC\nCzhKMR11PIqlQ2vVRD1gFQSnnH9wdYT14hypl9t8tc9M8GOS865QbX6W4cK8\nIUf2Ml0c/E+NNnK0RtnOYyHzaN9HRSGpwZ/fb59KdL47tJpu4zdHEYttTv86\n9FWDduDv0gXxYijr+sR55Fq+xnGtCcoz1irD/nmdy3sHv7P8i1yoa2375JLB\nY3Dz\r\n=zTBB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.0.1-alpha.20210702.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strategy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.0.1-alpha.20210702.4_1625252371017_0.6299280888425356","host":"s3://npm-registry-packages"}},"2.0.1-alpha.20210706.1":{"name":"@azure/core-lro","version":"2.0.1-alpha.20210706.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.0.1-alpha.20210706.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"eb4ebd8e0f468ac268081d4ac6003735534a2e5b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.0.1-alpha.20210706.1.tgz","fileCount":13,"integrity":"sha512-X33B93HLZ0Bz/PXekxvBPgtczb7YCHXaUQZ2gMEfreZ3H84cJTkgrfLZBxZx+mbz5cqJqSuaJvnECyqJmXQ65w==","signatures":[{"sig":"MEUCIQCFIOcX9cIHwGFKLAXBW2qkPchItJUkCI+jauSgtIfRFgIgUOuPDDJrrVUM9Jzuc1cb6s/YYaM0AvEs7sDKN3UoFTQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5KR+CRA9TVsSAnZWagAAuKsP/2ozRfoQ+rJgfL4sW+7F\nMxX2Rr3NurGuF2rwfD7sLa9bz5+CV5kiiYVaL5o0gxIYcBpkkxOwBLklnnhg\n/63kNE/4VGKlik5DHyZaGoX55M285JdgrdP9BB20yt5RACHWtspuq0szC8eb\n0atreVe7zgkAs8ODrCSxJOfuz3guFzgu9BKzvawQhfxuAGf5vPWl0/CvpJt8\ny79JCldXLXzgqh0h9ioUyp568qCQosPOmGpspJk/Vg5hPi6RV5hVwcmb7M8H\nc02RNLvn6NFopf3DkJYc8Eg6mONgQTFedrwx0QxC3KLsqFaOpEYq5JToJPJA\nWJeIov66vUFVSy/4neUU9wyZAsu5YFwfowcg7zNXpg1NuE3Ey2SDeTQRp2Fi\nVc02QaRjuMZ80VqktmHxuhTdAEEBhXaOE/cLaZhasTOr+j6KZpiWxxFX0oDB\nMmh45Sb+5tu6JikuuueuznjKBvfoy0xp9m8p71owyyubCaXtuzraoMlktg23\nMHlOaRjW0LO+H4jos2gwq/R0asGIhxCzQB3if5T7N5IYvo4ntGtedMdfNhGW\ndew8GOsmC3GtadY7cpTLFadpqjv6ObzwrixXf0oXweGdim/WoXMwSIu9+IkX\nFKXxliMaxb2uf4Om6JAk4tRo+0Ht5HjiKauQSVoMHrLdXKEEKpYKgmyjXaxG\nWlc8\r\n=9lFr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.0.1-alpha.20210706.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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 . && npm run build:nodebrowser && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test:node && npm run 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 && npm run extract-api","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"","test:browser":"npm run build:test:browser && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","unit-test:node":"nyc mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-test/index.node.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","build:nodebrowser":"rollup -c 2>&1","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strategy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.0.1-alpha.20210706.1_1625597053655_0.724663626802736","host":"s3://npm-registry-packages"}},"2.0.1-alpha.20210713.1":{"name":"@azure/core-lro","version":"2.0.1-alpha.20210713.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.0.1-alpha.20210713.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b0e875c2cb4be8b19f5238fe82128bbca032e6c9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.0.1-alpha.20210713.1.tgz","fileCount":13,"integrity":"sha512-cV/I4g9a/b5XTXgXi1Z1eqqx8K6IOE62gBT+Q9RzHtaw3hJ7c2uyT5z14S78C0zrSZh3Zzs2cPpzjpNfHrwnig==","signatures":[{"sig":"MEYCIQClHX7EuWHUftB08S5EyzqdEVkr9ermWonUcu18FEMZ+QIhAIhczJJk4j7C0qM7vlJWoFi1OMKqTtadSHfTM64H1r1z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":108966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7d44CRA9TVsSAnZWagAAUsoP/0zB9XxR+Z+tlfLWcVHz\nKsGCaUCPkCVWMDN9fq6Krew6guixJuEnieU+Ug4s6fTc3R4tgDBNJ3hD5VMZ\nQ9dTtdzSEK3b+iwU8I8BPOgBqi4mGSsY9HlMa5NsHKUsBUO74PIop55yDBSK\nsE8uZ73ANWXTC7go1SxmmPVCmQ6/mXoT84d9MSQb0QKauoGrDQy6hDAr7g/X\nWwcMPyp39yuukCq5lSSRDu6W3EpXSPI+uHiEeNclTqQ0EUUPH4Fi7d/K1GiV\nSq4Lt2SDuu1ox8xb4bqFy61tTgoP0jRupP/D+rYuHytE/BBu03L7RzQIidZD\n2VDFqvidJWmfqT/TluIZ4Qo0brd9a9YAYiWtQDdnH3fK1Zhy/RmE3Y8f1HQ6\n+ESGDTmzc0VnyTtDL/vj/t0lXyehOOhaTSYdC1X5mCcqiOOxFUeXM39TAknT\n54XlRYmALmCyrDOAHr34PSgWu1ihdr2FxxMeF9hF8YtWu3MGdCok/oAanvoQ\nURhE0pweOyiwG+paQI2A9YLYME6TgGD/JDU89NTN0ZzQ6/5zguDn5z9IEW/f\n9RMbxG5k9g6LewrOoQ4UC+tVf6qVrC+WZ4ygBuQbHLBYprvD1yY+6MoXDpEi\n3GMPT6italCCR5Hxxq2pMNSFWqwFYkfoJVTgnVw38txX5/dF1rw3dGV1J9jZ\nlWEa\r\n=KNth\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.0.1-alpha.20210713.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"LRO Polling strategy for the Azure SDK in TypeScript","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.0.1-alpha.20210713.1_1626201656117_0.7317435107263983","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20210714.3":{"name":"@azure/core-lro","version":"2.1.0-alpha.20210714.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.1.0-alpha.20210714.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1d9abaa21df3f1ef25cf6ce04d51a7616c952c5e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.1.0-alpha.20210714.3.tgz","fileCount":35,"integrity":"sha512-xSmE4vy/aCXdhz4lTyCf4tXuWCOadORoqltTp5LEUhJ9zy29L8l9h5rkeA1EKFH551xezOzb9JKr3A1Zk9dF/w==","signatures":[{"sig":"MEUCIQDp6JVApCNXCmjsONUkITTFjO/toY+JEdDmNNtLaGRMBwIgeLBbwm0UIGq++ytYrLfg/nd5+acvqAvIUpeqsOVLB7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7y/RCRA9TVsSAnZWagAAKWYQAIPI2hKbYrj94HbUWBvP\n9BQqaZUF+CxXmE66TKum+ERO4ulWEwJInP5sMSTa9gcP6zuHgtqGyntDQA7N\nktYdJbNy8tQg9TX0zJRyHu+I4hy71/GofPrz+bQZFlDDdc8lRoBG93sI3/DA\nlBy7PtwRshwENIEkY/nwpTG5ARspNNARiTQHiH0qzGS/SvIwZ2EbqmdSuPQ0\naFUpfmQZiK1encPWDyWAEG3w33BfV3cTGNM0whALZ+CZvyFKPWdf4fTOPwnA\nC7W3TKNWdOXBwX+0pjVHjhviaz5wqXMJfyPFx0viUgwGD1tEbrLqsftSQFZQ\ngl28RlI/S11st4IJSCQYAKar3Wq6znFTkghVPjDnJ7kWPaHqF+mh1Zfff9IQ\nhlejRZwCYDGn/vIQ3tOmH2xmi5nTVQghUIXXQ2G6Zbr4ZK+SFOjKHroq23KA\n68YCmroGlKpUl4/ZdXFKh+Q5rVW/ithR22h3lRP/oogneLkW1c/JxAvOgjOz\nKy0f8Cov5c5aat3jxN8VyvBZEHT5SnxvMnzeHcfwBEGxYfUunQ8xqMuSZi1S\n4b/aEejRtjW8r3rmBc/EAM1QYIVLd3zv5j8b+Gay44Mvr5Bxi0Mr4VaVwxYJ\n/G6R10ke4O8mPLkW91robTd99yVwYGAZLSrqohqfoj1Uh+NyP4vaTjrjcc+l\nxSZk\r\n=YPwF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.1.0-alpha.20210714.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.1.0-alpha.20210714.3_1626288080598_0.9593827178778533","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20210716.1":{"name":"@azure/core-lro","version":"2.1.0-alpha.20210716.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.1.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"43e6bd4efc4c8983c0d04349d912571a116fa2e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.1.0-alpha.20210716.1.tgz","fileCount":35,"integrity":"sha512-saUslOlcv6ytrkq0uZMmg3X57J7DaPVgRNxn62CliHhy0S04R/K+6VjE4M5mmsvM6eK41CrBr3M1JFfHVR+32g==","signatures":[{"sig":"MEUCID3iGHQVqePUxYHQe8XJeUrzLrSszMEUEpFcLnYOg99iAiEArybAQJXpG6czJanaMH60UdMtlbzzYpTfkyMWwun+UZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8dQYCRA9TVsSAnZWagAAdt8QAIHxCd4AN5SUjA9+jQr8\n85GdDKIoivRZnj8XBtzwl2dJ7IXqbmrmc1C9xjCWZZzHGXiy7KKhYM3h35Kp\nyvTQEeHS5aEYcJRj9ltLkfPuTeQAwNXUNLtd1qVu1AUOes+NseZijUKXktD1\nNE7hwsvkccExcbBPIwB+fykA39KmOXLJCREG/vr0apoWZcEHEOp9yYTqjtt1\nlaD46hawvwkTu4dHJTSCXgG6EcD+YedkH/v1cAHimvArr+Ni/RvtRzG02H9e\n0lS0xRcnurfFFOYKKdAXhw33N5U7ItvI7o5pOgBTjyA5Ibrwk4cB6MObZJRg\nb2n8ZLnCfzWboGtHzaVkmm07Z8CmPDDNqrUF6e91iEjp6UafQtYDxTKs0soo\nczpkndO/rPpR1newMZ767EeDbLhLw3iwdFqO2Ese5f7J8Vyb8YUpjm/vc8MN\nlH3D5Kb11RzLxztGAcyL2CS6riG3tFOq7nUTzi5f5QJvVYIadsy4gavUpokv\nWj4+4dRKSsYqCgovuPUzerIwqJkmzmG99zZHr4G+ccQ6N2P9EShqNFBstAQF\n8Dxl+qaR+55WIZBn8e/ir6gU7zNARgklCUiOPFPscjxe2GjN2O4UyOuUGMuX\n6LHN+P2JCsXo/LRHHECn4nECGt2JllVBDENjBSO4VqkYL4sdWkoBXIIpSspf\n3Qvk\r\n=iuDp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.1.0-alpha.20210716.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.1.0-alpha.20210716.1_1626461208577_0.5785846240654973","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20210719.5":{"name":"@azure/core-lro","version":"2.1.0-alpha.20210719.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.1.0-alpha.20210719.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2ca20ecbd54a1b0ff4763f64fe787edcdd21b20f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.1.0-alpha.20210719.5.tgz","fileCount":35,"integrity":"sha512-jmVgK37OEj9Zv1Xt84JrLPiv3vKgtgzC1qyNZFoLxMfScnDQiVm9RPYFUuFevZ3t/nDaip1PzFD+MKe1OihO2w==","signatures":[{"sig":"MEUCIDe7ah29P6gD0AzZac9U33mO9CBUHn77n6X12fAy+PjVAiEA6RUP+bg5OE+Sf/S+oCLkwknYw4Y9LKEY+FvwxX0Bjgs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9cfHCRA9TVsSAnZWagAArhQQAI+l8QiWGdCazRsSCJ0a\nnSMLPEQcdRScvdUq1ysTY1gHhBywi2JSQJ5Z2gLhqBUT5OyHFveJkMqx+Htx\n3IIGffAu1AuzVH4JGOPg6RDTFJkK4CVciZ/yePqy+/D5g57h7QyOOttJrQI7\ntxcvoB41oON2qhgS2O4bOXnAgUa2XSe//DxYuDXxh3Ws6XH7T3v3qaGC96nU\nH/D/EAsPZkriJ/vo+NCXqy/qvUv6xGDkNR+dJJTl+oRzNdTjFx9Vf97fmGLU\n0b7NevfZRdCavTQf1tAOoR8pK6nTwRVUaitl9hwsMG3gnbCb+vtmlXDHveGm\nxwi8jDpJLcTZlKZPswMFFAZJexrQVUY/6CTMEUqtDU8qwUMvlp64AZarKnJq\nEek7CVry2+WW5xttpu0+YmEddYNm1BgUOvZUZHRzH7hfGIiewIeOAfTsjOGu\nOMrefaxSQ4AmCBUAGC1doCdDHLSSHc33dlPj7XwO8BpO5Ap7ZyI0PTRdXgt5\nX6ZV4qSh5uQaiMPDB7BhofEpIMrKiWl+U3AMulaTfFv1L6jWg0gcuAwfcYsC\nChtzeFvXuse8/H0g4OWOGmbnAoHMuCNqEOmPWbhLcXELtNKQUGrRQSlACx6l\n5IQbWjB9gve5pwnnHLjtKPZnqbb7lpbd2Vs0+bQEtf+QB9jCk9cBx67V9d8e\nw3dt\r\n=6LTa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.1.0-alpha.20210719.5.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.1.0-alpha.20210719.5_1626720198942_0.5716673803372678","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@azure/core-lro","version":"2.1.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.1.0","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c06e7012927dbd3063107f4ce6b50adbdeb96297","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.1.0.tgz","fileCount":35,"integrity":"sha512-7T9+HxZArl1wIUM/jacaeeMC9lUo14M62y3Htkh9qkTjI5glc7NlY2XOQ67n2jN1HONd8FvqCXE9CS4ZRxeLcg==","signatures":[{"sig":"MEYCIQDN4H9ZrNuajSlwMCx41TLO/QjSrEe/U29zCmk7ctNH2AIhAJg4sCiB29c0kW+7kEogv3VJ+b8eBc7+OhiMGlRyfWeD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9dFeCRA9TVsSAnZWagAAqmcP/2Y8thk0bFSWcDkUWyg2\ngcYGMx7HRjjM8Vvt6Utg8TdUlL2GPkFaKyD7zst1B5MbHVA4ArPt0qmGEMem\nuiFFpRQCCtv92gDk+J1VxYq9fwVzy1JtLhzDXegUpmh/z0cLCVSbSbz69e10\nADuIy/Nx7gL2hGFTwOm5hFuEmjFu/5QX88FeGKUDGSMIH6bcBapBwiDDqxEz\ngVOoEvU1jYhsssay8RFaUNY+waoYA4aK+0ovzdb+P1cUWtoCdk3NVyIowdGR\nVGYgLsYzbWPd10QQ8C5MEYdrxF9UTc2Vo9/kdNUGtJNll1YFLoaotsotoaj+\nDh2sUSWJCKC8SQPac3nm45UmHjX4dfbBslfX3xd6fvyt73t1MiNE7PbvW99Z\nXbq+HijqJjGsbaIveIAdjwAkzMhq1C41Uen4Zih0TXujWZP5bzaxV/mUUxOE\nDCVSA1TahqxFjkuYDfEVvYWdDiwrrgli9BT/VKNoAKTeOMxujr4GFc8OoYLu\nnd1z8RrD/7Nh7nLw77wdxG756SL30bqwaqMizaZBu79dsPu8uYZqlH58T2HH\naIzf3LfLEuaIep2AgPl3+bn4dZ2Ghxs9zeM7fsyMkIrmrrMOntF7q/fv6Rrd\nUT7ZGOEx3nmPY/7zyRCWFGigXCdBqoR1HWL6vdbO7TzsysG/Z2WdlEwLsDMt\nBEtb\r\n=hGVC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.1.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.1.0_1626722654381_0.6492255474193125","host":"s3://npm-registry-packages"}},"2.1.1-alpha.20210720.1":{"name":"@azure/core-lro","version":"2.1.1-alpha.20210720.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.1.1-alpha.20210720.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5cfd149f0a0321d305b3457c38d460ba7155ace0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.1.1-alpha.20210720.1.tgz","fileCount":35,"integrity":"sha512-NW2wcFi+ddEPhe70MkzcjkykOrV6CKyhHPuWx6zgd1cHPwKFIaJQ7LSlXTMMSrldzMxlfQB9BbZ23Aw+hcv/hA==","signatures":[{"sig":"MEUCIH4FXnuPpRKIU4Kc5mEnOQ1qzWQzYGxkXMYYylVcPscEAiEA8bkmRjxFZ+9DziKlRLL1x4mSPnhOoCCwk/wu7VQuIWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9xliCRA9TVsSAnZWagAAd3UP/j/FtcPXTckBAd8pDHjZ\nEo0SbXnwCE8sojyF3LznWGzWBh3w6LmbkGAcMvWO2bryjZ6Z6bwY+UHAT7Gu\ncD//FHFSh+aJoNXZ9RGWuQYMGkjdY+Av/JvHGMF7/vVLRDTLREZ4pKnRPuo4\nygeJjzR1JlFfmFJq6hLMjBmctK4MIPWZ552T7CTzHdMv29DCKks7mwAKFulm\nQzbbGmaAmfy/+2BxNF9If3BIUYurDweD5JTrkjPFdNPjUpLY7edjF1Fy6R5+\nvbG1+UHC2UukPOsA+n1jsLSECa6uMgkxNQ3bUW7WwMX0GMmsyehcV1uDK7LL\nw4COS9WEZXih3wrPELIDfkk3kpiwLxH0qmTxMgS+IEW8otZxf9I+MnlBEuzv\nSVH52U2yvnq4zAonwCeLD+TbbzymG+6iWEm+8U8ZCtAuoEVL3WJ6TnQPCfQA\nbxkf3GHhFNe9I9O8UJhlOl2/5AwHB5235fy2A++sctLMAuVJacVtewS+DMU0\nj8fCvjUBmxxH6t/YzNMrI0jaUO/WKBNLy5+a+OG4wpdlJG9uOXiM/4fQRjtS\nYwWG9YkfKCi0NRlqYxsSp4cy4tCWenL9+2wpCvfPn1RoBVn6RmdED7iT6cky\nzYnQB1BR5wdF76yGWHtspxWqjXRLLf+b0/dIFeNa2WAxF5H2hyHPs3/kzumu\nepT0\r\n=e+G2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.1.1-alpha.20210720.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.1.1-alpha.20210720.1_1626806626554_0.6652708500070432","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@azure/core-lro","version":"2.2.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.0","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"82252566b811c255989f90e639f00f177f02ec55","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.0.tgz","fileCount":35,"integrity":"sha512-TJo95eNT1dwYOPCb0m1C2zyxVlHuRRkKGeg9TKu8XMF2qh4v6c1weD63r9RVIrLdHdnSqS0n6PTXBpWoB8NqMw==","signatures":[{"sig":"MEUCICM597uj2N1tw4mWIqFGKSDtE6KnDfvBzeeASucj0KpYAiEAsjODSl0qPUtYN2VzTHve5oLztSl26rIsCZ50557yTBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDH1KCRA9TVsSAnZWagAANoAQAJceaAlrvkttPixyaa6R\nKhKcYc7GVZkgVndSdzDibGxgkEbIK9FsA+kEI/MBTy9GU1jTW9df+bk7xG4a\nf0EJAme37DdMzk0hOZeF707ofk1JBkTw/uRBHfw59Pyh8yQLEU89owNiE6MG\nuKhbrC7YbfSXl28o6IdfJVFTRKcniT6YqgTmW2+FxH1rL16eLlPKJxxvHD+9\nSjAqu5maSaEDjGs0IBE0CUK1yCIjKlQH4McH4U57NYjTH0tJtYA+W1TsAAjh\nD1s5m8FykI5UEq8yvvwyClrKFm04/XBjrEmvmEPwHijSankhdTGOAKS979QB\nNkSE1fMH3tlYObzVCS7Vew740TmsHW2G1pJ4n7UBfxFAnFdFRvUcrbaBsjbJ\nGsAW0Ik18J5RH11CFXU7oNRV6ObCbU3XUZRBzpwuUxXAdMYGqupvn0+ww28s\nO0r3IkarpupwleNQasiewEHHAOnZcIMrjJFHMSxCcYAFvmTNYglFuOoTkglt\ngX+mVcNg9D0v185ucc+3R96wY1rEzjWyuw0AYgxL62WBqSL8JTCHTUpPzHmu\n57/zx0zEgyHENciUoZcsjs9iitCjMwBOET/8Xyk/ow3Ja/9zNDZpCiUv2Pp1\noF+QkqfnVq6JWn9y7/Ma4GUxXyOEKULQmEB7h+eMZ5b8V+QK3g6NlJNnDQZK\nbO5w\r\n=eltY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.0_1628208458163_0.491559407346541","host":"s3://npm-registry-packages"}},"2.2.1-alpha.20210811.3":{"name":"@azure/core-lro","version":"2.2.1-alpha.20210811.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.1-alpha.20210811.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"546e1f79119a73a3826ff339173bd961e4a3025e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.1-alpha.20210811.3.tgz","fileCount":35,"integrity":"sha512-UvBWekm8gdHqptBCxGrInj+UeGT4nQpjwSvrDwLS2J4FXZleKHColCMjkUzqDvRy8okO/bwtASBp2q184xo/pA==","signatures":[{"sig":"MEUCIQD757Q0hHAJdgOiq+R9y17X4w62OI7eUQ+j1CqPfLXPLgIgCHjdZ454Uv+JJMINqWnGrbeExbb0ZBWuU111NIafe1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFBxsCRA9TVsSAnZWagAAOJoP/3Of55wB6G4pzkLF6j0A\nSWq0oDwvpUx7dQRD0i71YY6kP3BxbA7RJ02p+oDtnkSvWzpc64Xmkw7YEFOJ\ntOcYq6ng7k/NWrnN/fbMmwCW6G0G65VryG6rs4/85szn6p/5ZmdD3Qvhxomd\nYG2h/j3xupy0Q2CudbrahLdVpk6oaT8ZbNBRCV5uVyW93wkVZV/tG7/9HOjq\nCuO/ky++KPjC1rHmzD69viXcCdzJkGt9AqnDztpf4hl6sEqS/pTyMKO9Oi4H\n6nz0s55THBJqLpESkGgAqQRNe5bXb8ORT5zX5hjd4a37Ct1ehG52+4zLvT7v\nRS0LcOeaDr5vaNDegUnpbCz9VkdjFCvBJUtqVu9zrj6xzVYwO/T8HE7InGGV\np3dtzdosW9VKcnubH6CW6jnKW8P1EIGHFyNqabKBwMWbd5O62RvPfqq8SqIx\nr863tGgsMjtsoJtB1tfutGPeraTFXmmxCDTvN+FIcGFRUU76T12nPRk22uQo\n6cjtSLAVJGLVQAwql2WpHDwsSREA39Xb09Y3yEDp0IT5h+Lfc7ai2E1ZmdX3\nmshhyD1SaMDM1V/QNYv6IBuom9t50Hlk6HkDeHiXKpyRI4CGGvfqrXkI1RJ1\nn3qhiAuYVdtVrlcIzjhgBmkOR5LldPVMlnNgKQy6ahXl80hElzfyl/beN/IS\nbi5F\r\n=al94\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.1-alpha.20210811.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.1-alpha.20210811.3_1628707948808_0.6193621323057841","host":"s3://npm-registry-packages"}},"2.2.1-alpha.20210816.6":{"name":"@azure/core-lro","version":"2.2.1-alpha.20210816.6","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.1-alpha.20210816.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"6acab18c997affb1405978292764b7eb2de9d983","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.1-alpha.20210816.6.tgz","fileCount":35,"integrity":"sha512-3/bO48RTG/QlMyq1UqYYB19/ntTxmt5HWGF1RMQPgQQyoJZhwLOZ1aOIWpy5w8aOe0goReBzBNUuaaAaki7PlA==","signatures":[{"sig":"MEQCIECe32eioJ7E8AcEa2l5KAQwZDgwJye/D0kmzGAh5RfIAiACCZYDk/TXTPPIlpDevEBboo4x3uSQ3FJ1hU32HazWHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGrRUCRA9TVsSAnZWagAADPoP+QE87XOZjKOkpTAodOfC\nWsh0Jqywmx9amNpCZexg+X5b3MhMrOQI4W18N6pPfAZ7x/uBX8/OXd5pHGVq\nsmyDwnNAazbtmi7vuToEtv/LlQy1wJ/1/nuSoZqDlFjy5vuiSJ0SNFxOb9M9\nK3e6sAV7kbkdaMaRdgalSaEDco4cQbpum6/t9gkakrv7tTFZCZ5e7CroN3nn\nPdzgotGwNeAFJcO7uzzGzBJ986mzXbo2bHBYuVVPAyqMnGYw20Ua9ICLTzZB\noe7a9EkjaZA/GF5SDtx5MDvNI4YgW+a6U82vzAZ35v8vjKEwn66Rls0c5Klb\nvSSE3hBic/gfg2WMq22ANHeZjXGQ4k5GtnoJ27ixyTp+izQh0yBoc7JDkqlD\n8W8kTQtr0bXIENuBJwlN1p6rMxRW+CpLdj/SNHXoYSWL1VBqkNfalhAh2oF4\nYBkVbtah5TDxc+NZhIMIS/+d6R6H3bpdug5Bf4Pzj3nfr8HUh7yWpUw6Ct1u\nghlPycW4aL+m8EtJz35BjXczjvOlRU+CMSMQhLojn7OM0IXnrwxNQj5B9yhM\nNCxgSscqNYqMaU5rPse7MJKVbNQpFuGj5v8lzsmlttZEGR226NYzg8+Li2mN\ncm6jkljYz0MWTruM2hG0rrcQoaUAsbI22zXP/h9HjM4duC0W/HMU0E/7sLi+\nKCAM\r\n=ldoV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.1-alpha.20210816.6.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.1-alpha.20210816.6_1629140051826_0.129430706461918","host":"s3://npm-registry-packages"}},"2.2.1-alpha.20210830.2":{"name":"@azure/core-lro","version":"2.2.1-alpha.20210830.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.1-alpha.20210830.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"72979ffb0e1d7516aae60b0ee0f3adfad3c19f71","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.1-alpha.20210830.2.tgz","fileCount":35,"integrity":"sha512-soPEaq4vTXMzYx8JvPRmKbqGz3p9haqiPY8AopQEsXECxMjWH412awONK8CfmE8dmE2BoTdyjpWG6g09rucTtA==","signatures":[{"sig":"MEUCIQCQA5alMVetEXfKRtIypKkSPGuUh70F+Xqy0yK8jNllpQIgMslrRw5MPzxlpfuggOqkjfh/rmgcSLplUkOh+zn8ib8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLSDwCRA9TVsSAnZWagAAmo4P/1tp9dFWddG10LHqSkez\nbpksDDsbNbU68DCGMx3JooFxA/wrc2ZV5sdsQJuIajgjtFNHlWtYe5ken4rX\n3XkJpxaSwC6a9FrYL+FM50NATn/z28QsA3cGL3cExSa/NB2WCgCdTepI/dQc\nm+jlvRpbdnesiYzW3XBF6cRxM4V1jilzLgPSahjFHVTZVgso3t2byT/vcJG7\nIAn5xlqUE5dn38Ku9q1oOekWJyHk/kI0HuaD/ptNiylvM2B53z5JSEUKwu8w\nYpCp7yhiPRWydBwZUMGJmuk1OECrEpUU+J79tugjo58WpH8HLvarDaV0QXor\nV5sR1f08BpVNX3s/KamHoQHALTHAvxI1MQanquajfpn77JJOxlcSEQOyevab\nc4J5JfwYptVyLWfpoU5nLpnwWOyD0dUmgcrfbnhwb6cl053vacXPvOtF4Xqf\nOorUhGhqasf2qh7adkNXT3rKJNs2D98WzeAFlrNivW/cMwG1ZYx/D1x9OVti\nK1vzcoNe/l0HRGc/agNNBNNps+kC5gXZNh/2eQi1fg4EDer5PT2L9DTJJu7l\n9+FdWgCGzKOZ9yj92IKm4h/w66ur0PcFuS7dJe6lzvcxxgdL1vpQeRxxlKPe\n88akolHTLuBK5uwcV4Ab64iPzwwVodoCFH98f+1d+AghHVW6ZCy+WNMhfBG6\nVFEY\r\n=nAn5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.1-alpha.20210830.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.1-alpha.20210830.2_1630347503881_0.09473585413227892","host":"s3://npm-registry-packages"}},"2.2.1-alpha.20210913.3":{"name":"@azure/core-lro","version":"2.2.1-alpha.20210913.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.1-alpha.20210913.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8567236d91e1e6b2e756a4557c29f2f763458927","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.1-alpha.20210913.3.tgz","fileCount":35,"integrity":"sha512-0NNxyLNQAeyLnvbl8KzBlmogu6KBmW4xaxPhTlPIcqkIgdMX6NdfunFLXF50BEf6iA7QrrtUBczq+rnBrO5c+w==","signatures":[{"sig":"MEUCIAlgTjKspwYTiid+7Od/orghHvdQGk+Fe+UR2T9evqcMAiEA6l5IG/Oj4tsaRqhQY2Q8s03hgj9W0MNf7X6V3LjOAB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP5WUCRA9TVsSAnZWagAANQoP/3RPN+bllmEcDe0xXf64\ns8lJv6u3JWBCmzMhtqRBmPV3cIR2wApzCVsrCSbwzclHjF05rOIZJtnWxrqu\n5B3qkddYNS2AOPWHqt09IzcT9yhQzifYLZ9Q6OyWc9bjGxLNMa/t4IFaR/Fl\nqk8urRTYDJM6CEMosSRTKDZfr+/e2jsNtFjqej2CPYs5qSDzoUTJ6dq4iedC\nC1KbFc8+L6+14yNJVZI/ldmayAPtuNgiAHWgnGUqfMB62BiktuI3t46eG4c3\ntdXGDF8tx3TXm//2lm+iUWDSECPnUpkbrS37X3UxTsGNjG+ks0lU1QAzb2Dp\nu8CtqBN8sIJ4/Rgxdo+bDBKGOxAloG4UEt8ZnsPZkOmXY7GacRd2o4gNVier\nIGD3ZbrDtFPBFwvOEgpeyhyIFbVgxBJrS/JqhNLa2hEeewM9BWfcs4jcrqyQ\nVPiM7fudEZV60Z85HNWTL2MS51Pl94jRfVx1rkbI07kX+ew98SHgDtdvpweC\nACmTSXCmBYyt5Y8vW8F1kooeqmc5RSFE7DLSZmh15bS5gHuPXIiZ9hCxnYSu\nIgF65FIF5KZ4i5JrW8SgRvJPl5mLpuXEgqXIhLbprZF8mTBQp1waRIfcsDXZ\nnV/hV+Th0JwwA9pzaDRnwdXdZ2jC7YLwWmn4Wl6vfrZxICYaZWdH5IdE63+U\nJfL0\r\n=d4LJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.1-alpha.20210913.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"7.7.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.1-alpha.20210913.3_1631557011860_0.5389853337591621","host":"s3://npm-registry-packages"}},"2.2.1-alpha.20210930.2":{"name":"@azure/core-lro","version":"2.2.1-alpha.20210930.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.1-alpha.20210930.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"834600d0fc1aa17be3d67b6123034e4bc5649471","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.1-alpha.20210930.2.tgz","fileCount":35,"integrity":"sha512-9b5/oLseq7R8h7CpyTvvE0rUARkX8+ohSAlf2jiSkK2QTV1Zlfq3Kc997/pasK2N3BJZrxR+uut0Z1PZBv1xQg==","signatures":[{"sig":"MEYCIQC5lGL/4isLKTWqsA3Ofl5er/SYNimMYNwM3WIZUeEJtwIhAMju6y9DUmndxAelJTHaqgP6GjjfBO6fYpY3nX0PTI6u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214643},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.1-alpha.20210930.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.1-alpha.20210930.2_1633025527544_0.058373982427673","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@azure/core-lro","version":"2.2.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5527b41037c658d3aefc19d68633e51e53d6e6a3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.1.tgz","fileCount":35,"integrity":"sha512-HE6PBl+mlKa0eBsLwusHqAqjLc5n9ByxeDo3Hz4kF3B1hqHvRkBr4oMgoT6tX7Hc3q97KfDctDUon7EhvoeHPA==","signatures":[{"sig":"MEQCIDB4VoChg3mYP8OdnqrqJB4MNrxUi9NzOmdGrhD+UrbOAiA0GmQ8qm1ER97qLjFRmsMkVrpf9ALK/1kNm2ZUU9UL3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214586},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.1_1633031535778_0.22356424881412051","host":"s3://npm-registry-packages"}},"2.2.2-alpha.20211001.1":{"name":"@azure/core-lro","version":"2.2.2-alpha.20211001.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.2-alpha.20211001.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ba06e4ae536b06d764d353f68435b35db2347e85","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.2-alpha.20211001.1.tgz","fileCount":35,"integrity":"sha512-0G+Zr4IbIBaysEkItaK9eccNoIqbRDRjMNF0i466ffFfpWxFlM8XoCyx6Sp2bmZN2y4dae+CMPRYcghWai38gA==","signatures":[{"sig":"MEYCIQDaMN3ZS9MFwNv+lV+ZAJOqOlPweyQd8vlyX9xf+jwfKQIhAIcRB2VSriUrw/LPEOx5rD45zmSvfy/4ZyUx+1iaOF4N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214743},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.2-alpha.20211001.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.2-alpha.20211001.1_1633111793237_0.35715213550449865","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@azure/core-lro","version":"2.2.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1f81a712d6bea6912918c5157553e6c7883e08d9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.2.tgz","fileCount":35,"integrity":"sha512-pn30b+HyJHg0+G4ZRgpL3BJa6LQnKdKl1X4JDMpuVsX+kPxs2FNoweNqD3Li199ROroIvFbi6pE29y0J2vvyIg==","signatures":[{"sig":"MEQCIESyS6vJVK12aPGTX83GGEuKLXuO/CLCSlU7XbVFWlMdAiA7qeewsMHD4D7PY+g+TPBD+0cjBJJ688Mga6KpXDky+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqP29CRA9TVsSAnZWagAAogIP/iSJTAQb/C3Z477uFqPw\neF5VikVg+seYIy7mXhx2YfOYKlMFw08k6cTbm0AuqXi5GaIIqE0cCsekDliz\nEN2/tmF1kHH8E7qqtDKVxnc9wEhbJ7dvd1yV2MIO9wVN5Rn96dLAadBaB80Z\nNequhRK4WwXzs2GvvbnKbjHXxNsJVDF7qj4JYIhK0aOq8d4SeAF7PrMAWqU7\nuPLcRTztvAiFIwFRtGoiQy4i8VYRwZ29BJqN2Z724q9Kg5ann4r+5XCAgUa5\nZBCliAGaA8B/ih/nFzbjjWABMLdFA+mxHcYxkuITUVhqTd8qd7mIPmhCakbt\nGeHV7lOJl+dsaekm60k8HkKB/6gi9ute6+pE7dQIaI0VBqYArHj9SZBHZOFD\nYJzT6lnds0+/mBW5sU+8qVSMoVFoOYJv7oDNoIL3tjAaVglB2yfJNpl17ee5\ngMd3KfRYdUIFa1Lo8Ho9370FIWUIcecFmW5dFyOE/79pEq1dc7aA8uUj9lZN\nACBMhI7Yb9ypu3USehrrIkbkntRZwgqHtWHCTkE6sjd/pwzNq1gI8JhUBrQz\nQ6RnLT3KGbe1ibrpytAh+Pv8M3P3ukkIR70++aGXWYfauIHtsd+c/IlVC5R7\nCCEF2AsAfvSz41geHbwwmN+kUV4u+dwW7N6xdOGWk0RmmnPmFYh629z/LfcH\nMVZA\r\n=TBsV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.2.tgz","_integrity":"sha512-pn30b+HyJHg0+G4ZRgpL3BJa6LQnKdKl1X4JDMpuVsX+kPxs2FNoweNqD3Li199ROroIvFbi6pE29y0J2vvyIg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.2_1638464957659_0.8374149876433894","host":"s3://npm-registry-packages"}},"2.2.3-alpha.20211206.10":{"name":"@azure/core-lro","version":"2.2.3-alpha.20211206.10","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.3-alpha.20211206.10","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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8d978964ef2549abd1cf10e788cc81cb05f81e0a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.3-alpha.20211206.10.tgz","fileCount":35,"integrity":"sha512-Tsu1EpfMdN6dCaWMmBwxTLiddzMRyMGQx4aHT1UQKYsxa7dGc+rRAwcIA0iXi7CYL+m8efbMS0v7t2uKusR9yQ==","signatures":[{"sig":"MEQCICyhzigqTePuoDhEqzryqwdsDkyvC+JaRmG04JWozjwuAiA06uQk2BuKMuYepTKEboSLx3bhcA8DsAeBRE/sEVugEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrqKrCRA9TVsSAnZWagAA4BIQAIOhgfYMvp97BP7kV+x6\nzvxZoyHVZsSJ/W8EYFaRup8kZHCaT5RO8jjS4JYB+axbWgYF5HCFQTiTd7UW\nD4UlsMz8ai1qS3wT5P41DKbuiIwzdYSMqxU+hIILeDdIFJQuRfBJqvFF9Z74\nhRqgY6ZaUz5LnJINVszEpTAh+FFZWGSWMnqcPc8nEtOX7fCZdIUQ9qThmhLU\nTGt6SkA/4ePbQZzNKXT985vE3e+ps9Pe6u31qq+ie0itSyxvYGWEkJi4uW5/\nRiwNA5+tUrPa+IoRLsPPVh/kFYgUboaIQNHhB3Umh1/4TvvEjWlvs0ASDk1A\nJpZ3ppj8OC48W+DWyHon/HPWT76AhiGQXZGeCu0/LYS4FV22UFJRUTUY5y20\nCkp1Bdww83sc9rVJsMBSIe03C2L//OQl8kdvWSLmwP+rMr6m5g2/bSSKjJuU\n1350azkgsIFozBDRl4XZis0HNgjrIlaSm7p+h0g0kILyuq+bglPrEw8kLDDM\n5saeNLfT/sUT+4ns3BLAOXqm6PFzn1cDDYG19598fo00isp2lUlcDOONugns\nFOd7dSuodwXtWqt7q4pP1huSqNWsvQWxAE+jjDgePfWuleRUoOprXgCgXiXf\ne86U6ww1oqCRA676QFLI6+pStBArUVBvyKjKY7KwBJOUZ6EfXi7bWwG8PWE3\ntJqB\r\n=0Dhy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20211206.10.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20211206.10.tgz","_integrity":"sha512-Tsu1EpfMdN6dCaWMmBwxTLiddzMRyMGQx4aHT1UQKYsxa7dGc+rRAwcIA0iXi7CYL+m8efbMS0v7t2uKusR9yQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.3-alpha.20211206.10_1638834859780_0.26996889878957764","host":"s3://npm-registry-packages"}},"2.2.3-alpha.20211208.10":{"name":"@azure/core-lro","version":"2.2.3-alpha.20211208.10","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.3-alpha.20211208.10","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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1a20aaca7d91f1e61a8fa1db275f86f8405696c6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.3-alpha.20211208.10.tgz","fileCount":35,"integrity":"sha512-2e1MI9RBpFnnsIXOEG9KWPJRDhOZlYhNl8WMA0eJ1EtY88HUvow+05XvJpODUN6HX+CxqGGcw+cAnSUvn0Bf/g==","signatures":[{"sig":"MEQCICAw4n0uezaaK5Wucqrh2qI32xd4YZPLCuXCPFhbHs1NAiBgyIetKHy6fgzw8NOaMQycMnFnWfep4yhvegEGkThLUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsUKECRA9TVsSAnZWagAAdwoP/jYDQ8HmZqQn3ynHjobr\ngEUNyoTq2ZgugWnP2W5zzykB5Gy23I3zWZTgO6MKYx7DfQHnXb+Ad4vq30vC\nbgmwJVicT3Lo1JzRz0WJBwmE8F7avmWidkBKwLnUexig/ZFwnXksdcjd2GSM\n50UX5Hyw3g3kGqiMo1kyDwYDNL07Eb3Q3IGD1OQqGcXghtSArccTNryy/gpm\nR5NX/cfMBOepS+zm013n1BBxIjOCgLaOASlqFcYjGnXj22/yMfdgftYkdW88\nWb0DfybeAwzwVJ/bINGCukylxPSE7WVLfahO1lm0rWLYe5SqMb9GDcfvYbYV\nahd8nC6SXkvT7GNZyHrtl+CBZ/st5R4UKvwcy6pb+uoO+jwvI0nZVn27Yky4\ntlfQlshN7VdtptN659sNakB/9xJG1qawnw/X46LqG8QSuXMcEMwLgJAjWzs+\nFeDzzwkf/neeOUFPC4mPpoevLw1M1siQM3hPwnQqli76IrgPNoZCXb3wnwWK\n2/WO8S//0v7z/PXP/ZfwTAZievQew1sBfYH7nP5w4bJtsLxNN6zwZ/eYQQXA\naHU9LF+UWVX8rMUpLo4IDriHZ1a0ElHZGYvBm2gjx5Ib6FtTU27cIzEgeZT3\nP3MOZUBPL6IFy0cMO9cN0N9pt2zHNCU8M9uEvXzjKqVBvlPosDKHqnXKJgLP\nPHeA\r\n=VwWf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20211208.10.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20211208.10.tgz","_integrity":"sha512-2e1MI9RBpFnnsIXOEG9KWPJRDhOZlYhNl8WMA0eJ1EtY88HUvow+05XvJpODUN6HX+CxqGGcw+cAnSUvn0Bf/g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.3-alpha.20211208.10_1639006852227_0.8228726100670911","host":"s3://npm-registry-packages"}},"2.2.3-alpha.20211214.4":{"name":"@azure/core-lro","version":"2.2.3-alpha.20211214.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.3-alpha.20211214.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5a4918b437eb2842867a5a36372803191253c244","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.3-alpha.20211214.4.tgz","fileCount":35,"integrity":"sha512-9vQ5J61pTSzrmbucjEbvIUBWIkchENnF5z50aTlHF5qyXc3uhC0F4q8oAAN8QYZ1R/rt7RQDCfSmXO3ixZcv8A==","signatures":[{"sig":"MEYCIQDdZDgdJMtkSCc1l9j6c6nsH35RLTcdGgN0g9hvdGQ2cQIhAObth9/z2aM38mgY8w8wLp7mdGHPqC7sSVHWOCulfoHJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuOvGCRA9TVsSAnZWagAAbZkP/0ziJI/y1SG+AojUYpVg\nLt14gIyjy9wpAABEZMj26G766CvEXDnzgQmlyk/d3Wt85c2cBLrQjgRTQtXs\n0BFzS7A6kju0FfBVqLUgVzCs+UBjyNJEc08ezV+qCB88g63SvJJPIolHDl8B\n51/0gIMAZEK3HXwOuaQ/ZhrW494NVqpzlMrIjUcsuwlECVkHa/0uF4pg+dDN\nxEEf/X9Mv9cTjclD1Ym6wNAgXginBGvzPasDLAXP7vflObmFVVVL33yjz8lR\nB3ZkpJdoUchGPvR+Yd5Xs4lXIjHnXu9acC5UGA6aAqWA2cD4qiXAyixQh+z2\njYNuzg4+i2FdGlX96hHEHHcN8RX6Qtrizpgg61WNmJrYLIoAYH5GN8YSc/3E\nKUiK9ZyaUt2HmXO/lKCEzyQYHCDnzC18Wz0oKLm6w05rZMPDGv9xcxNjouBT\n4C4W/osDoDk1g8Lp6gnH+UvmCHdRJ2GNai6b15zohCOxS4g8HFAUu3QrGALs\nxopBaNOYB3b5o9VJLTPwy5SHzXcF61hl0kifkKaV7cpAplKjWKxrPGd6SUxd\nGqwpWv3ZGe8rA22F0KlNx+2uRuYyTRVCRIZHz9mwxiiza/vEfPTdpCRLWdXu\naF22PGlveMfxYMSLb8oI4EpbdIRzkyJfteBdR16RXgZVchdZaM6cgAB0TiFh\nkfQK\r\n=Ff7T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20211214.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20211214.4.tgz","_integrity":"sha512-9vQ5J61pTSzrmbucjEbvIUBWIkchENnF5z50aTlHF5qyXc3uhC0F4q8oAAN8QYZ1R/rt7RQDCfSmXO3ixZcv8A==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^1.16.4","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.3-alpha.20211214.4_1639508934493_0.5802728967704629","host":"s3://npm-registry-packages"}},"2.2.3-alpha.20220104.5":{"name":"@azure/core-lro","version":"2.2.3-alpha.20220104.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.3-alpha.20220104.5","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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"746ede7ace5686b44a5e4318b67a1da140d7d78d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.3-alpha.20220104.5.tgz","fileCount":35,"integrity":"sha512-UysiNIEXmzMVhXt+ej7dleDhvNER0vlQ8tPIK3T82JcPBuO6zojscnlJ5ZLyQHW1xc7k6bQORj8k8HUvYA6+wQ==","signatures":[{"sig":"MEQCIA9lXnYdd8OCkHvzsHf41f0QbTwZBORt2UaaDO3fAYkLAiAkEcX26DCmLBQ+kce+Q7BEcigzscGDqjx2hCBsNU8daA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215536,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1JxGCRA9TVsSAnZWagAAUDcP/3hjEsur3QGD46wN6/4R\nWfjWRCmElEp66O3SQcGSkAVvivr+buxpSMEh6vfbMFlDxWvlFgFQrxVuKAmq\nv+US62s3tbs18WE1ypA2SRbU1cZQtNiVhfzVOZcYzxR/J9xyRmmJoIlAIP3c\n6GSLqmKbqA+nPVm+HlZEP4yaThEpkOIfzCES8WEWgt2qgaUzhFT7swDOKb6A\naJiZt9k/1JVOcGuLX33EZRAkpVexqwsMmboZCWCn8jO8sHtDBDMnvr+E+MYc\niVXvcxWUqecVkH0eaW92NUBuVM4FP//xXVk5S65NpDtmS3t++cjucD3Id26O\nEbvaowSV2TkNMouWyrHHMqVKT556LYT/Qpy0bwhfRD0pl6XNqDaGmHUTyEUs\nE+U6MhRf/dcWNpOgYRJobjqc7yZP5hlOMuK+dTaQPkJBVUPwNIAOFpU7eSlZ\noAlTMvztUv8SqQdXM8bEiaccttdaHGpAr/6D7j5W3Ie0W4ny5o0iRKP4vwW0\n8UWeIlPYvPyITXwBi4kNlA3+8YzCHE5Q4YmsTz3uOVlwQRo7jk2BHQeLVzCW\nchPFvarDJh1rkZbpWe/79bpQNzfDIc1p4lqcjLV1AIccMHUh+JvHKZDzWVww\nsVjVt0CSvKFftuzSte/EWeEZN79U2V2lL/h+JiDxnD8CAi9F6dicykFi9jSo\nWMQf\r\n=1LNt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20220104.5.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20220104.5.tgz","_integrity":"sha512-UysiNIEXmzMVhXt+ej7dleDhvNER0vlQ8tPIK3T82JcPBuO6zojscnlJ5ZLyQHW1xc7k6bQORj8k8HUvYA6+wQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.3-alpha.20220104.5_1641323590240_0.05660943881177216","host":"s3://npm-registry-packages"}},"2.2.3":{"name":"@azure/core-lro","version":"2.2.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"3e245d37ede00f6410c1ea1fb76679dbdec627eb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.3.tgz","fileCount":35,"integrity":"sha512-UMdlR9NsqDCLTba3EUbRjfMF4gDmWvld196JmUjbz9WWhJ2XT00OR5MXeWiR+vmGT+ETiO4hHFCi2/eGO5YVtg==","signatures":[{"sig":"MEUCIQC6ZfrrT/QQDa4o5SHxcGw8jv/FOw3zVHV8vBGjxdmqsAIgDQYFtl0Xh7OH+wLIeQxTnp45gmRdySUhtbMOISQqrFc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1zSTCRA9TVsSAnZWagAA+1IP/1+fJYkbQ63PaxjoGlaa\nWpI/kkS6RUWUTkuI4yhQtFmK4ZwaZiOZlhH0xgf6FLtfORLasr2VeiVQUNc1\njegqueCzj4/8SaAS/7DLCfKDRCgw3fvLsMmrJ2EZPkai7ALfMaPhT5TZ58Ib\n0CvBVLAaklMifRUz0GZmJuRkKYkhN+F7gAPkmftekVZWJjjnghkbtdPBh0Nq\nY4vK5bwyjCWDMS82UxX7KFQjTTaZ+H89F3IY7wjWvm7JMVJGvcC9PWvB0Vv+\nKhVhVrQJfaSp2/C95CHorGuJWcPFv3OHHVaESzzXMkloeSwIAT9wHcvWrXhE\nlNuirG6RC5upCYn5LqxmAgsn7jTnVUjbiYLygEmpELe2NcYT6mqF7icGjT5B\n6z4DFp2M0lO8elDuVkZBzn2XEqBaXSCbItzn8sAblGtNnn4GTQFpliOB4ev0\nBW7V8Fl4o690ftQeIRw9TMzZMIdJQnIuF+qdopLVRb9cCPz1iyGcxbvyvHSj\nCS698O/i/OSqiORBqO5hdVpBfPPy1BadgIKWJfh+rUt+ztjJHmSqI8hpNx8O\nEirk969/eD/iP0uuYgcP0hJ+bq2F6lGlQiqkhT39HyoL25kMOeqqICope+f0\naOl8IVbT1vS12SeEgWhOMhANXLsxGLkzVjeH1iB0e8ux7RyMyfr7vOLQQR0i\n+MN2\r\n=MPd7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3.tgz","_integrity":"sha512-UMdlR9NsqDCLTba3EUbRjfMF4gDmWvld196JmUjbz9WWhJ2XT00OR5MXeWiR+vmGT+ETiO4hHFCi2/eGO5YVtg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.3_1641493650934_0.47641381220443435","host":"s3://npm-registry-packages"}},"2.2.3-alpha.20220106.3":{"name":"@azure/core-lro","version":"2.2.3-alpha.20220106.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.3-alpha.20220106.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8288955a8090a919669615759bac07b1d6af1084","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.3-alpha.20220106.3.tgz","fileCount":35,"integrity":"sha512-01Rb98hcTteK9Kq+4Hh9a3YTzqn38MsqvPVE6KUoOn1MmbigYLDInzjY/tsktjDCy4NiQo9nr6X4Tahk2+jKuw==","signatures":[{"sig":"MEUCIQD7mH+svmsEFEZpMlNyUOz2h7tcMiuDYV+aorNy6FuWcwIgTuNKA34nrmEMP/w22FiX7N2QasUn4GGUHopFngxKHsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1z5gCRA9TVsSAnZWagAA5BkP/1vA8OpwzVPwuzlQ+q2l\nbDn0A0ZQODLRHPwOuYvIlkaP83tUd4/ZeKisOXo2OJ5KvFbKW/i96dCKTEaB\nzLPIO8h3nyzGeDqCOrbmGEyk+GbAL9tKnZ3XH36fnPs4khWtxrcoPNn0CR1l\n4KWNa6u0xiXfxOYA+/buWlNXw36H7mlFJDi6MJCDaZBQg7GcNW3E73MjfYx+\nwoefWQe2mygYCvuzDMSJWB17zVxcW0a5Nn0FsEyArpXQei2RYTlHYiqPuLob\ncJG8kfwEG4K0mEK9ntDx68QN8G9ipSvwUbEwytcpUMXcdPgAHn9UxKfGwcG0\nVvKf4I9erXDrlsEmsd42mMtsNd16+omn7aVyDs41BP/IQmHeEFgvEXzBsAry\nbB/f3uM6SHF/JinYgfC6+IwLgiSERB8XnE5BNzcj42NHSeAx7rLRXe0B8Swc\nthPY2zmhXFYkr9VhmcuCZ4GPS748Bgxf+k6f2GtUVyUqOh0mAhdYwSDjsiZK\n6KsYhTUZB8rhQpsZcWnEIGVKGVH2DcOB6ovNPkeEviwf46xDi6PKNAWs2SAZ\nkdiTcsxY0N4kwhUSa0TMWc5CVwoEvrTR+5T9XfCVuxjJVZNd4ZEZ+csvPaWk\nea282FwVXXZeCUerXUyOBj58Gpmdg12h/HP3jpF4csNuU/QCJHE1gPWNEo+d\n27oZ\r\n=FenK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20220106.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.3-alpha.20220106.3.tgz","_integrity":"sha512-01Rb98hcTteK9Kq+4Hh9a3YTzqn38MsqvPVE6KUoOn1MmbigYLDInzjY/tsktjDCy4NiQo9nr6X4Tahk2+jKuw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.3-alpha.20220106.3_1641496160092_0.03577109221086183","host":"s3://npm-registry-packages"}},"2.2.4-alpha.20220107.1":{"name":"@azure/core-lro","version":"2.2.4-alpha.20220107.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.4-alpha.20220107.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9f0ebbea8c8116f16cb2544a519355cdec56a16a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.4-alpha.20220107.1.tgz","fileCount":35,"integrity":"sha512-cyVD1h2Kd7ZaOBCecpxJ03of+1Okr0T9aKxSFZUDCBjOzcvwZHWgXW7xj4yM6dpsx7FKTr5P+Szc6yvjhQO8Ug==","signatures":[{"sig":"MEUCIQCf5ghHxOwSIvPm2mVW/hUr1Gyf8Mg4TfBItKdPHSHPsQIgGQymH58mkMoweowuOZugGoUxo3n1kEsB7FJPeb9VwZA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2JBiCRA9TVsSAnZWagAARecP/3idDeDLD2Z9m3x5ts8W\nr6uGskXrPdrQUZdPfK+ROzB19YFI15f5f2wqFMIm1HwpbZCn1l6hHrRF5HxD\nbBYuKdZ41J0dZPd/T3i1GmP31lBJjU4o9a/chOnNSPHzZQrhl/an+Lcl/Kk0\nJKdH1Z4qrSGZAAET87D40q/QEYVe42YX7/b64j9GuxIWQxeCpxmoqDL6OCAg\n+WwUAkAu4M2z/v/AcWYwCyaVGSRgtbjiSzXAA8+NRji0DZtkU5mj1PDrzlcE\nwSRBWn4XAtlNBUBY7fKZVPcZRZx5bd1uIGxXmuoj2uVIa5LptROHVfDjQum7\nysVY+lVAbAqOrYwjQ7kw+XHWx0QFfGd7perGSXs2iMFIEdnvE+m+zKHbbGgd\nnEq7224EdDZHds16GxfQG5/ry7sn6VOGwPhjBTTu0YSaPL1hmAhJyLQw+O9Q\n5WZSE/8VaM+ENGSQ25XQRh9r37UDdR/394uAUwFtWhz3yZcw3nscsHtxirZZ\n5bvtMK9gF3aUNHS8rAOohdAQkRv8CxEa+hLFKi70WTxuAzB6uWxj4e2guRMA\n+Zfu7EPK4zsX8Ssi5I4wh44heROzwDioMSZ54iqsLvlQGqsGJfa7YGpBhL7T\nJUKGirmf7aTk2poEVtIThorTPbu1Ti/N55RX+tARWOIhX83wg4epZCfqxPLx\nUUOt\r\n=hTZv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220107.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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: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:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220107.1.tgz","_integrity":"sha512-cyVD1h2Kd7ZaOBCecpxJ03of+1Okr0T9aKxSFZUDCBjOzcvwZHWgXW7xj4yM6dpsx7FKTr5P+Szc6yvjhQO8Ug==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.4-alpha.20220107.1_1641582689831_0.9466206051344694","host":"s3://npm-registry-packages"}},"2.2.4-alpha.20220131.3":{"name":"@azure/core-lro","version":"2.2.4-alpha.20220131.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.4-alpha.20220131.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"899f482982d0ea27659ba7cff9598b2e0fe29034","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.4-alpha.20220131.3.tgz","fileCount":35,"integrity":"sha512-ei3AEVqhinPcnUcr0/Do6fp+RLVqqOHLEuOcApnKPmB+krQtvBessR/1bulITbfpO9ZjK699MB9APAFPZKjugw==","signatures":[{"sig":"MEQCICNWsqqk6wwQVnOqZ2EvbTHCKpTUf9f9nxmyS4S2mj9RAiAYE1Wu/DaBTkK7K9Fw2Rg092zCz5I1lQEdHJHnSBZ2bw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+DSxCRA9TVsSAnZWagAAd9IQAIP3SKcw3rmJ5WrOwmOb\n5LhJDRg8L+Z2hnlfPVwAu1ylpJRTaIr20zHE8xtfI6iAP9ZYIM7L2e7Re4+I\nVI5rwJ30eybQoHk5rFVe36jBNUfPWpNR+CK5OUC+6SWH9KX6iXu3EMWlFCXT\n5hw3mK5HrN1ut5NntbmcdadsHSuNir0VZz3fK2KtJ4Bi/hEv/P53BK+5UJld\nKs34/OyOuNcVcVcmvbToefC21dQI7+Y0stORdpxRaqCyQrxyzcc0jMtduHk6\ndH80s9dg1mMD+vHSNwWXthd21knZY41zhPbTT3e1IHW5WZkbEM6r/ckXO4oC\nuODkOWeWhwCvRKAAyQ6QVTQD71tPqW+Z1xLJVnTd7HTZpoFmNIolmX5YpU+1\nFUGjDtUMJcaOxjMmMZ3P0Koom3BorzKL9MBmH3OYiwtScHBBTvholgePUfPW\nxYMUN6l6A3IC5qNSoseQg6qaIPBlqKfFUVzmWiwfnbDuqckaUA0mye5psLBO\n4RhUp/Fnvo5RXVUKJL7dFFqlw5uVawYnYK6GJdUXWs3vsYQIdfDy0B2sSevA\ndlwZo4iU0hUhA/pCeCTa6R05DFcQ+QE48434u1288lPurAGk8hPrNrZnESzB\nddieh2PjbcO5Qau3Bkb5sIft+F4Q3LcLhz+Uc/jt5QGaWls44dLlN93cyzFb\n8eR+\r\n=jL/l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220131.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220131.3.tgz","_integrity":"sha512-ei3AEVqhinPcnUcr0/Do6fp+RLVqqOHLEuOcApnKPmB+krQtvBessR/1bulITbfpO9ZjK699MB9APAFPZKjugw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.4-alpha.20220131.3_1643656369604_0.7335504380938447","host":"s3://npm-registry-packages"}},"2.2.4-alpha.20220204.4":{"name":"@azure/core-lro","version":"2.2.4-alpha.20220204.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.4-alpha.20220204.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"bc4f5b291a9a62a667b11bafed6912990d92b58a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.4-alpha.20220204.4.tgz","fileCount":35,"integrity":"sha512-L5IDsq/3t7ZZy4+3zMirGhN1R3O1Ga9mk38v3N5hSvvB+X5J7eIDe+tboHqAVj4shE+5auY5SVPtDZ6Gqtw+PA==","signatures":[{"sig":"MEUCIES6YMpGZFG89WOXIrhYBQBWW/SSTxplG4O8qrEqxTkFAiEAxeYc5mqCbCY1Hjl7Rh5kbKVzZWdi3lxxb45hb9GYkC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/XpICRA9TVsSAnZWagAAXxcQAIy/u2G67dicXrB5I/uC\n2rEgx5JaXZAq3ab+GWuy6PLQ2S183XvKCQhZSDVz4bYpUsi37m3MFOP/TBpg\nSzDTODNUmMyHG1fKnyBSyn4JDub/iJBjJWSjZ59Mh9+6koufZQQbwg/VaxDE\nEAr4f+2od7f2N4z4nAR0On7F9FdlORehKS2UTKFWAekb64BI+9RB72gqV0et\nDylnNiZZYxY/S+pEHp78+Td85fWp+DqL51kwEHuL06Mkbt3345sbboAZGhP7\nTOPqHWbj/FTF4g7FtVr09MGJlelNv3q+BJ16DP2zmQY1sup9Y1aG0ofdy6yM\nOnzu0tnT/lHd17bIWeMd0eDdJ6lZJe6Wc36pRLXd9VAjk8v3AEdnIuwMXNpM\nS42Ldx17keBAHRVrj9qv39mQJByAr7CplUTvFt9HsxF1xq4GSDbL0bq+2Kus\nxXi3Le0aOfOLHul6cj9gJ7X+Gk8jyO4MyibF/eK7KgDyEb7vdtkTp3IBSzNb\nmH88ppxYNiRr0oPcsHZFb5cw9LZm06pt9ZzjVp/uYLltZvTZ3nbaB+jiC7na\n2CvTxZjMTNI2T8f0raP3O5qsp3p7jHS5pAaAw4bNEP0DZYMX5IIrAuE/Ij4I\nrTTdF2Rr2wjSF+n1WAvzjiaTFfqkXLaME5ICH4s1vDMnJ4UaEWVwaDZWKSpj\nKWyE\r\n=a/Rz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220204.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220204.4.tgz","_integrity":"sha512-L5IDsq/3t7ZZy4+3zMirGhN1R3O1Ga9mk38v3N5hSvvB+X5J7eIDe+tboHqAVj4shE+5auY5SVPtDZ6Gqtw+PA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.4-alpha.20220204.4_1644001863989_0.013072305580994703","host":"s3://npm-registry-packages"}},"2.2.4-alpha.20220307.7":{"name":"@azure/core-lro","version":"2.2.4-alpha.20220307.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.4-alpha.20220307.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"6386db5f7690c83f74291c0485beda26def1443c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.4-alpha.20220307.7.tgz","fileCount":33,"integrity":"sha512-F0GULZslLttfV9OhX4dzj2LeKNO/rhWFUl3PEFrbZS5p6m6tHkwgXAe+rC2F8gJZSdi6JiTNCQzkJS2DUhxxMw==","signatures":[{"sig":"MEUCIEkIRDVPkURcTsB/8N5WgJeOpsh2BDZNzxnDzjzfPsJ8AiEAzmXWbLrvxpTxVh9TBRWzy/cgqjzH4EztsaXY4yKDNdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJlkSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKig/9GjBvQ2rUFUp3+Bhj+fhJm7DSexxo/xq6snpy2M5ZrdINojM3\r\nvgofNhfOvGdjs1/xxPDpQDDwuSzmd8XJ03h7gcMkn/ywu8E94pAFQ0xVyYvT\r\nKwzngXm5adh7m1ye2W7klH64pto5dkcsVhA/2znLeMXeq3Fh9soGN/g9G11D\r\nvZ86LZO4MzDzFozvq9Dyo5P4kWWa0sITKEkh+QObq42rABtrjh2IDPmeP4Is\r\naq5YWvzOdXruO/Lg61rhjY6SpFbFCEjtG4NgbP2nlkuLFNb2ebw/x/XMrRt1\r\nl/ERNk710uuEI4l99B0hH/h+04fxNi4X+PYcVMz4w0Ttle7uYeuH9WU94m3h\r\nO2HDF37DnFR3gaUBRzLgkJIMrhkJL1YveScMKZH9udO1l7RhoUTrF8fnAUhQ\r\n56PIXs0mymuOOkjFRk05NoTDD6jeKv3Flm3MzxAnKLOjXRfl233KmnR0aDgD\r\n01m8JJ8wlDBShnlPxmbRbALBHwE1GSdWmwcBgj+vwUUAD+SBbyV97NkkQv2k\r\nmGJqDgUUUTuMohFd8EbHJgfgNBF5zCnq3VREp1JyylUQs3a5W2LpscEyizOO\r\nviKv1+Y+p+klh7miG/5tb1sPuv6TN2gKjb9w29Q/ClihH+kKfeH7bxwB6rCK\r\n9HWm+NOsbZ28OtrB8F8CtDF4IBOIzDaL18I=\r\n=6Z3f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220307.7.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4-alpha.20220307.7.tgz","_integrity":"sha512-F0GULZslLttfV9OhX4dzj2LeKNO/rhWFUl3PEFrbZS5p6m6tHkwgXAe+rC2F8gJZSdi6JiTNCQzkJS2DUhxxMw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.4-alpha.20220307.7_1646680338590_0.05325950290852943","host":"s3://npm-registry-packages"}},"2.2.4":{"name":"@azure/core-lro","version":"2.2.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"42fbf4ae98093c59005206a4437ddcd057c57ca1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.4.tgz","fileCount":33,"integrity":"sha512-e1I2v2CZM0mQo8+RSix0x091Av493e4bnT22ds2fcQGslTHzM2oTbswkB65nP4iEpCxBrFxOSDPKExmTmjCVtQ==","signatures":[{"sig":"MEUCIArjxgTvxcAlxj5BeLS0uIn/zsLpiWqPV35OYGOEcdYAAiEAq18MnhUPu0R+f+DDYW+GVIZDdq2+fX09YVLd9mSm730=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJm6GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy2A//SWwJy/pQxlM2OwvIDdCLNgPA/TrFb1KiV10L/WjJWwwPm/xL\r\nKm6hoJPFfMUIeHkF8Q3+S8u8QRD6C0PNrkNfOaUuqge1Mn4GvaXND1/tuBiv\r\n2b+Tk2Kjh90vh8Yu1z+2yBnQmmr1nJiDU4By51QANdMQfqne6vhnR46f+Gdj\r\nx4Kq8Ep1Y33b2fot6xBvumUSlKZffVItNNI2b0to+cYCuYXhWhRQvAHXhK/Q\r\nQjp2E2OktMNiKi8fX1Jhlb6j5hhAIDjaS7+Zj9y5Qx1t+hD1gAa57BLH/S1Z\r\nqtxRNgP5iqD7k4QGLfd3zlt99+RZIAyAPo3Nv+Jjva0YqSjIv7o2XduwauCn\r\nxWP+36Pwi000NYs+Kod8QD3f/QZ+T/lyTSHLLiNGa2Tq2jbukGZLCiYdEMPy\r\nK01Rn3rl50/n2cGvJ3o9pUtEnwtOVebTNexYyxnqZhMNoDp3q9AafuMR36Dh\r\nn/mL3sPNxa/VcqjtoTIcBb4T2sE0wtLy8bKFNRGMTjP+TgRNcZOmtP5YB9Hq\r\n91T41VLJJ7+gG08r6//b7vE6dE7+iox40D5JeNiRgrZ0Ad5Iydd+vcKsSmKX\r\nSKEhk+E4NpHecJ6xi6FScmgCmqzktARFJptE4pDhRe/Ki1k09Y90moyf9rbO\r\neZONKAr11bqBwMTqWBKL7qU/MB2RDMs+gP8=\r\n=Xy0s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.4.tgz","_integrity":"sha512-e1I2v2CZM0mQo8+RSix0x091Av493e4bnT22ds2fcQGslTHzM2oTbswkB65nP4iEpCxBrFxOSDPKExmTmjCVtQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.4_1646685830682_0.7833968364516939","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220308.3":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220308.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-alpha.20220308.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"96c9ffaadc805d9e8f0f0546c753478e3457afa2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220308.3.tgz","fileCount":33,"integrity":"sha512-rYq6ai2lsmG+vouf2Y6zEeGb13SnvQfJyQ7lFGEozEvI6+1Nr0bCYMaa/Ka5Adna7Sb3ol86HzbvZa9KyUflPw==","signatures":[{"sig":"MEUCIHw3HN40OO3jnzxNuusvwxGTTE+9t8f7wCNDsbQbLGZzAiEAv4Qp6ltI1ihBDh+xDEpgaax5fhbYLDAW6Hvyt5hnfJ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ6sOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYgA/9FB5iCZIMVvAfrCQjO2wcBWgoB3zrG5y0G30768PdJDPazltS\r\nD2F/ayuOHQ5ZQonKEFBC1dNWSHc9dAOjYL9dsp2HVbJqakrymtR7XJDf7vff\r\n9BZkm7ZCmsAm+Ig4vuIYRzLFhVayciK6bGyoq6t9tFLYAp0RwdhsqmabFlhu\r\nH4Za/as7Mz3jWrd+V8/HxpGdEtcqkFn8nKBgFKC0dZnchOG+gmArEjjTsdSe\r\njxGTizCgKVZj7+Gp/nYRvROzpBpUXSGef8ZvYZbSBUrNwbr+0/SzOFMn2ijh\r\nTM+rjoPDfCMMh6duJZFjksbRa8+WlzneRLpEoSpZQaCo6wKete09vgqScNWl\r\n/iq13TBWVElX9oQFp1YHZ/lb3/D6mpiBvbqHC9oAIKbfQgRrNmQfoxgYCERl\r\n/UnBq4e1r6PNkVVexBIO3+3DNoWhnKJq/TJ0IK2LKEcUxAV0woCWemdDxL7a\r\n4UfqSwYWiJQXbd7xZc2dyViBsCqkXiW3O5wLHa1jSZwVvSRKA6f9ruLrL07+\r\nv5dcbxSNMW52b7d0FZ2rm1lRlfV0084n5tgufSrUrFSfD7sBaAWJ3qcftSYa\r\ny28LnZqb35JYxNttlGy88XN9YutDOriQ1egiddSKFIf/8QuH1zLZWlafQAu9\r\nkS9bub3jDzx+mIbasaXKPlWd3xSkQ4VlKmM=\r\n=vvUc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220308.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220308.3.tgz","_integrity":"sha512-rYq6ai2lsmG+vouf2Y6zEeGb13SnvQfJyQ7lFGEozEvI6+1Nr0bCYMaa/Ka5Adna7Sb3ol86HzbvZa9KyUflPw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220308.3_1646766862555_0.4101220653397637","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220309.5":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220309.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-alpha.20220309.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"65dd59040ef135f21759e53439f305bf5c0c4510","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220309.5.tgz","fileCount":33,"integrity":"sha512-GfEK52RC0tOV64Jupz6B846ZBf6tEnRpkTF4vQYIm7TyhcHtppnY/HW/DCEPqCu+3xtL1kypIeKERDC4+VQb8Q==","signatures":[{"sig":"MEUCIGilM8KiXxsoOhS9ysAUJN2BT+fgFRMkJQu2Wa46XTSSAiEAniigFdEyz1c80K+az1Lsop0qbsP2MhfRrPrzJLh8neE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKP0EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprlA//ax9mSduMm7nNWb95p66A98tR6d2Z2tEPEg2Ywp8GFwAme0xT\r\nmqg3nCpG1zZTNR6UbAgHvil+gxwJPVfYpko3bRS1UzwJEYXalzcFm1tcpAHm\r\n90ers+/F/6ZyixrCD2lmdc3rOGSaJTBHV6vlIiSgI3TWPZNy2u0423KjCTin\r\nrgreHFj95nGSutsIBskHx4kU5DAg3NYT/djnJnu0+0Fn22o7caiUGhvL8NqI\r\nssXOrxQvRQMK0hu5oyjGFxuUI5Pwh6nLehwfSabIdBscAn67giaG0XVyu8gO\r\nQbwk3bfmeGWJO22VaUipGNwmnybahIKzBdUNJf9h+IhRTsQPls0Bw9fx1GDS\r\nOKXlQhxfOuDUrQrCxb/xoYVRob91j5GLmszMFgIMFoCdQMtowKOFqjlSUY0N\r\nHhRSsjmVHbhCNDqyD2zUhHQI0Gg+h/jEwwF1MjYWWtb2PTMsv6kMQrqcmfs1\r\n0g2b0tSpnV47e1fUHauyNUZICc1IOdEN/+aObsLtHixyfIGlnEfHE4a7NpWh\r\n7q6+qsuDlBkGyfQo2zPe7FfEl/CCVZdOVdwO6E36CfXMlXc5ffT0aDXvS8nm\r\nmZtgSwUMeYIewfwk9j+w6znN3MNBTh1VpzwAmx1AxcJ+EK7C+laiVFDQbnmg\r\nmCS1rH2hBiiflNLbfKGlVbPaZDluxGhO3WE=\r\n=Ma0e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220309.5.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220309.5.tgz","_integrity":"sha512-GfEK52RC0tOV64Jupz6B846ZBf6tEnRpkTF4vQYIm7TyhcHtppnY/HW/DCEPqCu+3xtL1kypIeKERDC4+VQb8Q==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220309.5_1646853380142_0.8883286882509658","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220310.3":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220310.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-alpha.20220310.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"3ebb96aac8fa6da399a2b4534ed673e1fc2b8e63","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220310.3.tgz","fileCount":33,"integrity":"sha512-McTW7iU5BUbRJZ6hAJ2lgTVGMWVlq+QIhLIzkJtZO+UknbWwQy4L6fHQcy6RmUwkLBZOC6Uf6CSeDEy2sPsv+g==","signatures":[{"sig":"MEYCIQCz1vwais8hYIaHXRIvmULj9FjRz8mzOJt5M8JNyzqvtwIhAKOMvV5qjbzIf5LGmVDMr615iXH+ppzbgqRXWpkgxmvf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKk9sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrzbw//fM800xJu0pqAZlGb6nKdqK2MRhb2DJi3ZkhR88ovp0h2j4co\r\nGXwkASp22ebvQwDosu89RWmKxq7+NPVfLniVxQkBmPlstwlyviRZi13tgkkb\r\nuP1FhVXasQTXXmgXLfDOnfo8l0kJ69Yt5DUor+zm812saizJE/4H3z0jy0ho\r\nLdjDS8eWr5O6EG4L0AhigupbcZpMjuEPXoDonMgey9Q7i716ULhKXBqb3VdM\r\nIGCpZA9loLc8dmRWKV4j3H74FiU0V58JzF6G66lxEA1RP5Dotjn8fC5KqA4D\r\ndhZ58aoqihKIl5rkmwLmWHOE1443j0NAVnFJIfd9i/OiulclULcq+DkfgGoN\r\nngCi27W7W49+6B8cn9EFxotW1covb9NsMiLVi2JN5ZshN+pXNVDxsyljm4C3\r\nXuhcEdrLiE0jN2K0h/ZOJahsMK4+pdTsQ5rBFtntmaVddfrKkQAIrE8AoBc4\r\ncap8FC0HG6ai4xSFsMgbhO4jeaEce//8anZXfNnqMMAG9gUbhtcpB9VYgGYq\r\n1xOaiQmo2nfGKqkrHmnyHSfOXLJnPb106+AK9jrShCn9vlMW2BmY3R3yKuKE\r\n+xfrg5ymN11kZmGFiDWhCGbkc3GwDPcKjgW6B9SNdR3Vt2BtWl3BiG7tq5o1\r\nOqc3ve0Lx/Ff5iJjWZkX+L0gkpock7O4SKY=\r\n=gLAA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220310.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220310.3.tgz","_integrity":"sha512-McTW7iU5BUbRJZ6hAJ2lgTVGMWVlq+QIhLIzkJtZO+UknbWwQy4L6fHQcy6RmUwkLBZOC6Uf6CSeDEy2sPsv+g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220310.3_1646940011811_0.05572038561298154","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220315.1":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220315.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"74b3842d32ed086015fc4a3c3f682d6d157609e9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220315.1.tgz","fileCount":33,"integrity":"sha512-UZ5uAsENYkl6gOyY1niONXjYOOS2oR4lEYTadCHmxTvU+pHv0nWCX3p/nWjRTXQNUb5gKdK/lTTq5sxrYDdBlg==","signatures":[{"sig":"MEUCIHrrhKOXgteCMLGpRDNoL7wxfdSbeftctFEwf/8CGcMaAiEAuXIMCKVmVghMA8nPFbZutnpN2/BqQogohEgwZlpKiPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMNgFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpfsw/8ClvMXeoMsLqSVTcYrBStN+GoEjfJm34vH6RUaZYkG+gCf8Z3\r\nF3W825cpwY1HWki4YviN10T/G2xuHiS8hlKdKfV2yuiYPY/IdO5xJclwhpJf\r\nZjDuoYtAvWL6hCiHRJiyfc5PFG1q0zEpL/VmZGAcbe18S+Lf4Kq5IqFt3/zT\r\nEkOtkZtQeoHBnn7nlfxzOig0pdWXooCY+dN4VNjDSVg3UKlqP4JTj4ZCopOl\r\n4c25XlYoN2ZVaUPcdmuFIzDFQo57Oj+SPHh21nN0S80ppR3l1HR6HR8sBEWY\r\nr2BPWt8bdAfRdUYTPT2SsCTG+QEJYG8v+EwSG5wpQDMOBzmITZoa9F5sMnqz\r\n/GbGkGG67OXT8VjGVpmpJm1L1RnA/6KAtmFw45DleqY9P3muUnxqxDAdJRMp\r\nKLoNe8HkhiO9iHUtV9lKSqBiedZ67G0O4V5Z+UUjgpQTHu31GYCSIPFGixdc\r\nl8QFO1vjHcudkHD3lhzDbXuVC1DeteLQSCikG55Gp1Wbr1gusplI399sM08r\r\nyFY8CJTAwWcLGMmZnZ92H/OBFSbzea8d0iu7LU2RPhGow/eN4d/Lx+/CdSf1\r\n9N5An3BEb0WBzl0rbEO78cbTSmGwDL6q/dWxsiySMHIw854YII7vwRISRmkv\r\nPYwOeW8sE2+78RllwPzpBe1sNICh5+N7yEM=\r\n=R46m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220315.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220315.1.tgz","_integrity":"sha512-UZ5uAsENYkl6gOyY1niONXjYOOS2oR4lEYTadCHmxTvU+pHv0nWCX3p/nWjRTXQNUb5gKdK/lTTq5sxrYDdBlg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220315.1_1647368197730_0.41640218700839116","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220322.1":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220322.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-alpha.20220322.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8893d6c81609caadd9c8a76f74d08c36a51f8619","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220322.1.tgz","fileCount":33,"integrity":"sha512-Ni88eL3WvKB/2HRaj2IoWObsyyuMN+H48Vsr/HTD/z8ouIUc6/Ub6jNWoF5sqAtEuN2HyCMXuWRbKsSJ1hwDwQ==","signatures":[{"sig":"MEYCIQCnek91DW07Pvstjul8LVieZidcdhhdqnGAaJbyzgq4PQIhAOuEyHHUrKEMBDqUyxcvubDzgQ2oNk+aFusWBW0/sofq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOhH8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmozww//TxFoymcrvTdFzPrA7GjXSDTfXkDMB8EUP+anzeAq+rlzKZpw\r\n9cMQxIO4E5kWsFKBcJaZmMKuDP3veya6Fj3NYrfwfyqX/TeUUlfS6t5AgEKl\r\n7Lx1K1WQK4UPrSWY5FV36fCC1xSXKmdIyhen8MHBsYYr1/5z4YI0GcJe243X\r\nm9/dA0S5xj/iKcKfU+0n97002g4CWxdeYnUbLqP9DDIyci1SIKjPCQ6TWEZj\r\np319wwvFCrZWnDIh5VJ2hLqdCtl4+VQD2WRj0e8EafSgXp4o0XntcgYHkvK+\r\nsB4RMBkV6hhxmsStjzdHoDjpsDbvmqG232go/gFYAnOjGdyq8Qq0hZIujqCG\r\nT75Ag9bMGDzaIE8u62OvRwhWmqFJP6vwWgJdaBu55aHv8EPrW9lV+PIXDXeo\r\nmRh3DwqghyFHqo2rZC99eiBzNO0eLmNUw0xZhDo/T/hwIh8YgB48emCy7bby\r\nGVeBKEuB+ETPBM40bRLJkXITxJ70kWrTeZwQ3KyWlBhtjVtoGxmlk7sVDeCK\r\nIHivWc47PM/CR4ZcOgHBkwTNNwG2Wz5680Wn/kvC1VXyGLVI1kCyl6yZRqIw\r\no2LGfZr0cfzcXkEYFdYD7xOwCi5G5GJg7uiMs/I3gAZj75oWgzUzhbGfZBin\r\nQHyECtANzKztYYkZLGfQ14ZWOsUH9RyWBzg=\r\n=bKYa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220322.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220322.1.tgz","_integrity":"sha512-Ni88eL3WvKB/2HRaj2IoWObsyyuMN+H48Vsr/HTD/z8ouIUc6/Ub6jNWoF5sqAtEuN2HyCMXuWRbKsSJ1hwDwQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220322.1_1647972860226_0.6543289185642396","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220406.3":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220406.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-alpha.20220406.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c9a806f1ab577f89f4f0422d3896e02491d3bc0b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220406.3.tgz","fileCount":33,"integrity":"sha512-uz7Bfg+bmA3lXjTruesHYUJtJ2KYnx4J2R79JTT3gCr+8LrcZFBb+PTzmtcuiDsVHQInisi3AOPJXNj0QnGECQ==","signatures":[{"sig":"MEQCIGNHODcZnJqqLiMbeDWfSe7uN2QqFCkUCeDN9Kd3omuNAiBxOn5PTXk0XI8zGM1HxvscqJdCdliTF4i918SLLocHGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTdjWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5TA/+Jc3RYud1447gIBmcPFPiWmYTsnEVS4xZMNTS/+fvLogrqhwV\r\nmBLndcA4kj8Mdo+/ofD1HE9sptVSqHkhh+s0GIekSkCqAcjhmWtBzStvm6Ct\r\nSWv5K7Siv/DFarYAcA2o7r848R3ID/8iOGO4nhKAHJ5Uu8YDTYlSmnCAowS2\r\ne7VJjSrwjJv5ptvN5YhAevlAV1TEnHebVaTsON6yUjn9fN8lySOUxl0hDj86\r\nESfVhn197fE2Ulbf06Jgjek8YnMmwkPxlOpmTiyUiY9ljhhbGDLrcutV7Xom\r\neJ/SMpDuPUUOE5FIhcLGciZ1v8JS3itxV06GxNbde61n1zDGoqQRxmvH/+sl\r\nNA9qLBfUY51F4IAiBPHyZLYtRD22htIhEdTY9VwmfxGl8ogdFaiGX5rxl04K\r\n7otqjR8YDZnyvzq28wiUa+6LDVz6c/xv45TDyhBLkgc6GZRJ2QvKnlAw0BWh\r\nHJneVoqfOOFMfLpCukzZjf1AzmWtH12yfYUXjG9qGtJmXtkl/pGWh6OMt3dm\r\npRDDV+yni3Yhi/S3cxxRKcoFA0DgeTuliLAIjPGbY+nktXcu3rC08Tst0QT2\r\nCsRoQy8hblVcgtvP5GN7Hg19tY9LT7JgNt576RkVkGBMWQJWlEXfX2lbA99L\r\njqgzz+zNxxT4nF5LcCZewHm/yf+VRzWW4ZU=\r\n=tesV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220406.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220406.3.tgz","_integrity":"sha512-uz7Bfg+bmA3lXjTruesHYUJtJ2KYnx4J2R79JTT3gCr+8LrcZFBb+PTzmtcuiDsVHQInisi3AOPJXNj0QnGECQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220406.3_1649268950564_0.8259581216622256","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220415.2":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220415.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-alpha.20220415.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"60e4ecdc748df34b90f0f6b6d1db1736fb1b7229","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220415.2.tgz","fileCount":33,"integrity":"sha512-NJ45SPpHy2u15bEdIgklJXSkXS8sjlf0dHUtZUWqh739awSxleM8hZUHS5ANT2h6Q7nMC2No4m8NeDgfal9wqQ==","signatures":[{"sig":"MEYCIQDoC1o1bjXHBvl8BakaDhjcLgR2mGDtmLhb5LKr0xmYKAIhALdD0S/LECJpj0uvlcwAdkG8leZb+VMFPmjgWtZV80I4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWbdrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMvw//YVeVwKyFXm+M3b/TB1lPtD0WlqAyip6wlSnhDLqVdPueooQg\r\n9FG4qFoimxCZxIvdh6E0BHtSt/S6gCSNYotCxfrADNYbvwYb0jmK1up95bFN\r\nqXu38OxH7WT4As7RFy4JrkftKe/zSM8XVI4jOofuBo+t1oDYKDUXWZsMaB/T\r\nRNgR+JAlClIKh5cDJySQ4jJPTQFHa1hiS8+Pee6msIwYd4DZDB4yha8zs2GB\r\nAEbL6upKXQldX3iRvgWp1KO6d1Y0ZCd5/oz3mOxzO2FLpmjgOCeIjid+L+Ot\r\nZ+3HH7obkEmuY2qjR8mjBbSzYC1Q9KejG1rd1P4p6NhlMLlCcLdjjh3JLlQl\r\npaFu6N+jLC4jppwLrJv2aX9Nd22PKiFypkW6A6P46UdMl082pw0msAn0HL+x\r\nwuW6GQwq84VOd4PWOAQLIEY20PlwpJIhI2AlUNteD6IVW7Xr+051+AMgFXWN\r\nt9yGTAFlR4iKzlt80qbNaaU/nqBwE2Bdn6VZahvfKrUzNs6Mq20sgSVBeln7\r\nOqqsHctcSKHVi1QvFeqZb9wXzDy2gxVw5QR5RhOt87M4rc+LNtavXm3w/nai\r\np/H0B5Br728sad/UTFmvGwDpVihcsxhvvaHTvB6JE/YvojbV/+ZeV3128nGz\r\nX4uzm939ep8u2HNrP5GsXPcXfqqrKxkmVgU=\r\n=HhXO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220415.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220415.2.tgz","_integrity":"sha512-NJ45SPpHy2u15bEdIgklJXSkXS8sjlf0dHUtZUWqh739awSxleM8hZUHS5ANT2h6Q7nMC2No4m8NeDgfal9wqQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220415.2_1650046827689_0.14000653115307204","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220420.2":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220420.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"104ad01ddce8c0e1a1f575d0d33f5aeb62561575","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220420.2.tgz","fileCount":33,"integrity":"sha512-toBV/H3YHaHhoA/7w2ZVE324GMHh3S1ZN//ybNNR2XpqppUYIDSfV/VbD/2/tzW4pNYm3rrXB2mgpVk3AFOfvQ==","signatures":[{"sig":"MEUCIQCWKWgfU3FQgMEYuv/KnvMBP5IcFi8NtTe6IqHb5q/iOgIgGZHCa4/h9ZfOjUZX/yOnPTQWQkq5sJDlieV6H7broOo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYE5cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoChA/9GmGQiCSWJCea3DPJJI87HJxqA1v7uscz6h7JpdEhdal9GK0K\r\nBlvvhyKs5uc2Td/757VW97MjQo+g0s6Dm/PAaFYDZM7mIO1+NQm9mPVFd3DO\r\nx+Ynv2ldU3sACHJCtHDtXTOgJiRcCmsrmX2Zs/FC5emptYpFVOydQC+rQSEO\r\nkKrCn02cRDGmKOdNjSBmy7t5ZoPxEG5jZ5ZRK8EFsmZTtjECVIqFA3YfPHVs\r\n5TYrrASgXRsMp1FsYoWRJ5jZ3OYMQYA/y+uODV3H4ix44V3a8tCzVR6TiEeE\r\ntH1uZeK8sDg3TbS5aZOlfhr0FsS6k+UvdMhLuArr1LAYVlM05o39nFj+Yoo4\r\n8Ykybw5rpHAFBjKF47dfzUruKTaAikjFKC05RzgkZgnm0G2ywIN+sw9uqRMq\r\n5rfgVuCdw/Nk6Jyml/idw3zzKRoB6OFAD/ZCmV5BZpMClF4IG6oRLWOIpZJm\r\nabACXCxWsF1cAKHBORR18DAMLJf5dlTj2x/GEKLLKqh97oDTSyNxYYSrcWi8\r\ntP9FwyfiGk+o0X4Ak0SQ8uGhY7GdU4YhyNP/JQuleKnla3q6W6eguvGA4VMN\r\nkhpPVMfjXqcSlVSgYDC/1NdXSaygKU3Pfu6I1P7yc/RGqYq3FOC/USttHPXc\r\nHvubjZ7RXa8Pb/sMnAOTHNDEPg6CyLLYko4=\r\n=aSe6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220420.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220420.2.tgz","_integrity":"sha512-toBV/H3YHaHhoA/7w2ZVE324GMHh3S1ZN//ybNNR2XpqppUYIDSfV/VbD/2/tzW4pNYm3rrXB2mgpVk3AFOfvQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220420.2_1650478684458_0.4226465733856093","host":"s3://npm-registry-packages"}},"2.2.5-alpha.20220421.2":{"name":"@azure/core-lro","version":"2.2.5-alpha.20220421.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.2.5-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b553fca39bee7a1673d03d92da919f5234f73179","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5-alpha.20220421.2.tgz","fileCount":33,"integrity":"sha512-Oz+7BDXmZFUUPo0JiDNMqkpaN5IKDrsT/lwo/bdI5s8GhgDwZ7G3rSWjCVplwlgw9DXKjyh7a3BsR5VcluEpgw==","signatures":[{"sig":"MEUCICmRXzpieWUn0NGYFB1Q7yNSzEXrTH/zKnt51wylI7V0AiEA3p/RXyFP3+QjwIFkpoWckgCnGfkJQp32mejUEIo9nEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":217017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYaBiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsbQ/+JgSaRqnbr4+yoIdNn6PEdl85f4l63/ee7xYRefsczxAyZ6yy\r\n8ea+lBr4+o6cmAI55AMX5HQ1SEwxj7Q5hrF+6LR6ijodNWPl+IC3wpvq3rWc\r\neV0/pvN6V3G3PAcsbru66KWNxCroN26tBuYVI0CvlfIKeic3erVtthQqCKIG\r\nKgPiIqieyp4m2kMQDyBeNd2Z7ZAVeeh5SGuCwukLs/WOF5J5TerbiNW+JdNg\r\n7N+bGvVNxuPcxzywUsUuNDiATMU1B4r6i+WAPp9bahgyCwetwcgrkGp4N78B\r\nbu+egE4R1CQuyaeqVCNQ8UOFcxDarKiMad48BwDOtfdiuurmrajR4cSe6N3Y\r\nVGaD+yKuca8tHAgxSMVrdfsXPXs8EeCJQj6RxQppv2/f6DYipQuy/r+vjhr5\r\niApz95RgYS79g4/rIC4jRhc3firgknzPYO7T0rxIeTqNRSYAO7UjD4AlTt6Z\r\nQmR8qgP/LYlekQuxykgVUwKeJZKOyFxLZmk6n1Tdm8Mz+4rQxcr20EtBnZnL\r\nr9VHzY5s0ufQirlCvlil3TK1uXwMHE17NunTmIjteLHyCaexnSZ32zAFD7Yo\r\nmDKM/87YL2AsOBNJS4q5i42gHRKVotb0rqrQQ4zUeH9Z2UHo941mnwqJ6TbH\r\nCXOOjRvS0vAzs+XB32X2cnQ0Ij1K28iapgQ=\r\n=QjLe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220421.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5-alpha.20220421.2.tgz","_integrity":"sha512-Oz+7BDXmZFUUPo0JiDNMqkpaN5IKDrsT/lwo/bdI5s8GhgDwZ7G3rSWjCVplwlgw9DXKjyh7a3BsR5VcluEpgw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5-alpha.20220421.2_1650565218013_0.19730565845660197","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220518.2":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220518.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220518.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"d6169ae7a052c836e12661d0daf6875928f8af36","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220518.2.tgz","fileCount":32,"integrity":"sha512-DOvJemzyX8VXnqnl9Z6GkFOeJR8H7iHYSEdZTIgdi886qEuUKCN+NBfXaDZah5NIoVmfMOGPrjBmgetVYK/vFQ==","signatures":[{"sig":"MEUCIQDQaKTG4pyh8uspc9bsvbFoglkqHTgKuKXwHTANqqCWMQIgflWuyXKcX7iOJGMPB7OtRSUrjP+3wrYPYs8xLHdkgZ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihTa4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdWhAAj6VPP7mww/ZGS2v9KMTiDXcSEkg/wtOpIjvGzBQnORFHPL5b\r\n1T80C6OHarAX64sWKm0AgnyVPZQQP0K8cOuYmoF3UM8jE9HDJCo/HHPqpLm/\r\n03SLUFRSERTKLDUKnSRrsS8XLl3wub718czjc1k1sCY4suMZC92tsV3ZGYqv\r\n9pQnvKf9eceiaaeEKtmvH+9D1bILfFXM9XN0ruq/lSGSU+oLZsfvcvvFEXGg\r\nVmvD3RtRNIAS/TWtz4LFm4duucr6OylKOt0cFDLVe999oSQJDsPIR5Bi+93L\r\n5XLryLMFCpYbvvZjRHcd9VzHN1yQJsyFyuqOKREBTN+GhFOw14J/edpmeg8N\r\nJbI1xnd+0Bn1cnufWrXATWqVPnxGBrDutJ+NHRh1oLtPm0uky19r4dXve9tX\r\nWXB/SwkkXTC4ofvJCCoZwzYjPk8GPkZHON0opzTUOcZRaV/L3jJ4jSnYiBtb\r\nFtK15zzDwWLULHks8qDTR48wDZCkp6uyCiVJ5XhsiQSKCAb9l6V6gdny9fFo\r\naRmyFyZrik/D+zkRRdD38KG65DLuYhpINPg4xihQOTHgu7a3kLdm+l3m7M2K\r\nEAhQ7biFXP2PZuObaK9J3Uhkf4NGq4Edvnqw6B1Lqw9rOWsJIzznm7cwn4w2\r\nLLkksGjaKsrj1OBN0s0eAcSZdPq33+LPuqQ=\r\n=Rc1x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220518.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220518.2.tgz","_integrity":"sha512-DOvJemzyX8VXnqnl9Z6GkFOeJR8H7iHYSEdZTIgdi886qEuUKCN+NBfXaDZah5NIoVmfMOGPrjBmgetVYK/vFQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220518.2_1652897463927_0.08764842563550879","host":"s3://npm-registry-packages"}},"2.3.0-beta.1":{"name":"@azure/core-lro","version":"2.3.0-beta.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b4a12ba861fa079490385bc1ce343c912162f991","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-beta.1.tgz","fileCount":32,"integrity":"sha512-Ij6oRo+e+AQuwwFOhj/t/IQlDICmJBYLVJ/DruCKC9AGRwzeRO9O6yMXr6gHo575tTEgYmcVRHWkOv+8wmHHVA==","signatures":[{"sig":"MEUCIBPtK+78STAeiDmPDJr1hYCKTXQm6akLwtPnZ9DtADDsAiEA4waZfeSOvVv+tlXw/qFUBnmhaxjWE89qK4yca0+NTZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihT2BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7WA//Xrce1UM7llDQazHg7kkkXPRX6mhUQLJMvy+YPTtX329VM1Tc\r\n2cX/p71vZFeSE7H/Qv+E3cF7xKnQ67IqMDmHW0OaqfWvbnWLq+xXUgv+vXVF\r\nPyUWYqxpGbJ0m33gep5C3OPv04C9ZVCieNWBL+YaNtnQjiWEXDOJrExjpGkD\r\nCt9fPieDJaedQb6t8QkGrvfwsqOxOYhzRmoFCgRT488gEtEYEblzzomO1Pqu\r\nZaUO5dZ5wP/VHc4ijHoFts6DXuEgu2Q6KglDoBi+dFTXvr7N3AVzVHiaGLUP\r\nfM4SR71zf3zE8ifULNttjtUdUyxMTyaBxXnqHGSdWCcWlDWmFOzzj173DAJZ\r\ndbx9npoHFi2fKx+7H98AoeIYVrEgFO5FNUB9emFP5zjhxX0tCRmN9pxG8TC0\r\nLDzfwx1IEiW2M8xZLCjbunLw4ZRCr+nkVZrJwtsCoZkLbsCChK1E/P8sRKnJ\r\nyHWGxs82vgWPR88biSEEiUGY39r8YK3+aGLRYBDit1ZNsEpdTfFOIJd29n7s\r\nQnY52pwqG2kiBXLOcmk2tmAQeoV8IS/PWIGxuAAjcpZ+rIjg+f0vRdTViRU1\r\nI27mYB6pAfWnbsD0GwBuGwn76g1II95dg63cpoCvDyRxkU0n9CJbWkuV60So\r\n3W3fit+spZdM5F30rGvRW94ExVcqgCmSUaw=\r\n=JAT5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-beta.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-beta.1.tgz","_integrity":"sha512-Ij6oRo+e+AQuwwFOhj/t/IQlDICmJBYLVJ/DruCKC9AGRwzeRO9O6yMXr6gHo575tTEgYmcVRHWkOv+8wmHHVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-beta.1_1652899201398_0.3179615179294084","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220519.1":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220519.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220519.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0f6cc36af67bd62a0853dfa22b5ef2db6ed0aff8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220519.1.tgz","fileCount":32,"integrity":"sha512-vjC4dC1gEoRT/J63qrFdBjbpnQNYilf5gLminqDTsgMB/HIPCm29peCdO2fleAfztAHDWKjn67i/ALhFpqIxxw==","signatures":[{"sig":"MEQCIEZ0YpwEpiUbSPo+RiSL8cb9/5woFgBQM8Z+8xePPWaCAiBTzacK3ZUs2oDyhdVNBlO9kvCwoM+HLIWPtpGovKhheA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihojCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpozRAAjubY5oGD/LIgAsmsV+lUK/h8iHbWgeTa2YzMNb6PBPcLBb2U\r\nEH43PHjdsIdraEJUGbqbOyUhYQxHXOlc+eI54zX3X4OKia2jFTzXNyEAxtAJ\r\n3MF9/lUMZTTY0no8JipsLIR2HQS1Woj4vdfe5bRXvvzjJzz8/ZNsVO1zMOed\r\nd6zlwG+o0hEeIclOQ0gX8o/vZzqYkZ2VdK7ZaOiWy7HMkzoGk+tW1DwUBjWD\r\naH+C3N27wW/I2LLG08wXu35nXtspuccTwV6dfPGWqAVyyaES7tkaBEtyMhrX\r\n/LyQ29Jl6x7Fs5LshuQxYhM3HLE97Gv57qvdgumDyykS7YMror8vpbcLWPe9\r\n9rT2Z53rwPRTMmTu1nUb5dBVEjfLREbNmS08kLV/1NxGxiet2F5Ehm7BpKQ+\r\nuA4IYNXDFGpWLJxatQXU/sQ2dSziznl6fTkBmAYfJ4/H+DE5z2212Uhs0vxr\r\n7TOAeQJv5lxHUTRKqW7CUSVPmvuhNa5RONKjOBkTZSBinhrvPPz15h/iADNx\r\nQTAvyYGMdV+Pb6P/piVU6iDW1V9WVkog1N8pCM+ABO2agUjeGZQu7G4nKWTk\r\nkC/9q8To6jkwQ6PXMthvmtI9Kj+3sD0h5u2h2+FgcyOF7/+9StgE2gCBBr7R\r\ntM4xpPO8ShcaenfjasvOyVLNpaLOM5yru+I=\r\n=8xP1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220519.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220519.1.tgz","_integrity":"sha512-vjC4dC1gEoRT/J63qrFdBjbpnQNYilf5gLminqDTsgMB/HIPCm29peCdO2fleAfztAHDWKjn67i/ALhFpqIxxw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220519.1_1652984002482_0.870078160914338","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220523.1":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220523.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a203fc8c03fbf9974545d659c6fd87a83c8cd5a1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220523.1.tgz","fileCount":32,"integrity":"sha512-6rWku448CZEz8UyWH/ts8lJ/FaNbJqKgBvmDzNyy23xxpkakxwiBXeS6nQnokpziJmgDk0BWxILlidBkjluQcg==","signatures":[{"sig":"MEQCIAwX/mI1vXm0ehJelEpBuRy2UYmfn5PSjH/gvXonK6D9AiBLmFNXOdI7TgfePZZKvCFQ9R5PtOwtd6mqNEjzuUcQVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii88gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrx3BAAnOwUO+ZiTjCj3t/tCSAuo8yBWLRlwQWNz/OSmLj4gJ7ORIQo\r\nslMZr2+CKU0D9IK3wGrxxJb1scRzptf4V8X2JWSu0I89A/HxKFUUwisZfXTo\r\nnubG6YjRTtjAvmrHwC/o7LFP/RtEVtj3U2Om1rngHJrAqzCECsBSL0HSJVA8\r\nieY8yi2DWJZ9LrX9jsddTVDtVEh3TDulgcxjXGdAA1Qp6Nd7/hJ14d7ch2ik\r\nmy9eX/Ueo4o+zHIMZFHTKv3lxTtQjhHn72tPP8DTIlw6oK6piE9/PjjJ0dxV\r\nU5rDS9B4Byl9XYCdpCPBTnZNF4M6iVg4YnyU0NGUWtQnjAFY8KG04hKst68O\r\nlsDdjOy2ePfNsg0s/r+s7rVbsfdhXH6Q5Xbqa6Vg2EVM1XU//WsmkE155N0V\r\nx9MXFrmFRYmKryD6p2LdT5MX6i0VXfp/Fws4XF+ucvnQyGcUirghw7Ul41gd\r\nNUl1w/PET99qNbi23jrix7thsOnNreOrDwu+0Jb3CagA8DBwvZPhwwMTpiO/\r\n9P9DkrYu+MOgF0o4pKXZ99WO8ZZx3pe7JAXnX/3tDwre8zU17UmWM7saR4gi\r\nO6jhHZAdxYOx1YS0AntJ/6LLdtzvVY2WVwgjBMlPiMqOtrF4DHf939if9n7a\r\nzzA2rWndFlcU1Lt4u8ru9Dr0zfsQ7sFZWFE=\r\n=zdV7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220523.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220523.1.tgz","_integrity":"sha512-6rWku448CZEz8UyWH/ts8lJ/FaNbJqKgBvmDzNyy23xxpkakxwiBXeS6nQnokpziJmgDk0BWxILlidBkjluQcg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220523.1_1653329696124_0.4515578578174435","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220608.2":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220608.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220608.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ad20f5924b8276311d9d6ce9a8355f99c3c0208c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220608.2.tgz","fileCount":32,"integrity":"sha512-EVAhIZM/enkke2ZxNuyK6N+UHd6A+MOTTdSmerJoBe1dOQrYMsKvFBIlYakaW8FbZX1Wt9UGAIVmYwZhkPZIrw==","signatures":[{"sig":"MEUCIQCLMXYkRmLhCVq/oc2YEyuL6XXB9Cl33orvqYsduXnDYgIgGA/zADQAmFCYznh7Gjjx19CijTid21LY5MSjK1qrqMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioOZkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmox0xAAi+/DrgVaj+bP4ALyuaHi7mobWor87hk30Nzy88sR83+lIzaJ\r\nAOauS4o3GfxbgTWJfYrqYw0fnIMGv27oi2ZDHXUJhGnc0QLUHy45WyqV0cwp\r\nmqecwVLhDYQxyub42SrpzXPFUzod6W605aiqcYm7PH7kvcL2WKUXgXMQ6+fc\r\nt39A6r0xjLQPLdjvwbhTM2r6Ve+DN+H0jhKDlc7J9VosNWvneSkHpLt4oZVk\r\njeK/uylzi9jHKrVhI8FX+dTo7lQxIfmeM+B88UQID3sZysLq8l3adw4jO8TA\r\n4yG7H9sMK2LmE2m6LzZJqH1RJpUAXO/723TyxEchYbg+WjVd55hAqsXKMJAf\r\nNCHVtsjuOx/BZIV19r+nW3d+0ZKVHA63k6fjBC5BI83vH55BK6+xOFmdWqDN\r\nbiPYIAB2YKx2iYRBKZZ7zmF+bMNSLzgdQk4HTZMt7oKOwh3mOFqDKMRMmSHl\r\nKQKF2Yuta0ecYHYDBvAdOhKGtBDJMOetxJu+Wa6fYvapePMEvkGR6YpVTNkZ\r\n+g76jeAn8PVWdXKtAqjAJse2jKESDf79mpG8xcvL6tYL7VOiEQaNi8qgOzhu\r\nAjwGws3dN3HzzScaguT/dkRSeBxfD5DR71iIXSF3niswo+8whLd/xAd5ayAL\r\n3lAoYB5+OzVB0nDVObqiJbo9JGZoyFi0M2o=\r\n=/Yte\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220608.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220608.2.tgz","_integrity":"sha512-EVAhIZM/enkke2ZxNuyK6N+UHd6A+MOTTdSmerJoBe1dOQrYMsKvFBIlYakaW8FbZX1Wt9UGAIVmYwZhkPZIrw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220608.2_1654711908252_0.8436196845055621","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220610.3":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220610.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220610.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"997e368234b30d119b132f10968e710b2baab68f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220610.3.tgz","fileCount":32,"integrity":"sha512-O21EN63yqEZSeofJC0e6DraFk7lA8wJbSwAG17RllMzHLjrIVtNIiKhLLmZy7U8bxV9BGNik1dfCBQ3q2sLi5Q==","signatures":[{"sig":"MEQCIF7DzlL3uOxQBwAx8Tp3pz2nIPlAQ5kEShEDKrkFwcDDAiBzWqEZ2pY8al04zt1MDrATmuA8gWi26MWiF4dgbNVkPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJio4ycACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqinxAAgD+siaUqMBQOgeezveA9S0YRDet0kXckUmztISn9gcGMqXzX\r\nA8g1KkNeahV3YsB4tn1drSQZQ2O5l91f6rnDAsr1OomTTz4bZc/+Sn97GgVh\r\n3MZEvza9YIZehqnuU9ISomr31rz8mQZ2rsn2ovVkvEvx18k8LVck67cEYfYH\r\nwGFwvhO15AQ8nsuBjXJGOfjG8AniyqvEtu9s3wYJ7eN5hiMY0+fxGeZZZNmY\r\n587TJ+cbEAOqhu+MFaqU3uSFN4wLRpxzwSQJQ5qSBFTMSq4F70ZPJcmHExS+\r\nqKRr/sAnf2XqvYzCdhfF7vmJtCgjsVpGTdI8z3LjEbWBQ//HvgxYkF/sb4s7\r\nqnm2ZcF9Q/flOvA4w/EYYh9GfHYuyct2pCmoNsmXHR8UCWupB3T2QC+DpjfY\r\ndF0bry5nFjPQKeMR0FDnDYlwZZ3F4D8auHSISChMqDGIhZJdivfRGsP7HVKa\r\nlunZR5qf+4VflE72/wtjnvFXD/sTisM8TjZYDYzbwzSI7vSHsy06gW652o4b\r\nY49F549WXgSPZgZJTU64pRYxBFVlVmcnTYWBtW/v4bNMFK+ZOfasJTS9xa+6\r\nfR2rdscJ+HkZXCQGm7qJK4g0EKaojJJ5/E2jonDAtlhcF2noaAzEfj99Mjbh\r\n04p8RCHKq1v6teuB9QgtOCIAFR+sCKq4LLU=\r\n=BA0T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220610.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220610.3.tgz","_integrity":"sha512-O21EN63yqEZSeofJC0e6DraFk7lA8wJbSwAG17RllMzHLjrIVtNIiKhLLmZy7U8bxV9BGNik1dfCBQ3q2sLi5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220610.3_1654885532495_0.2804078361769995","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220627.2":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220627.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220627.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"552356daa009c21b80cbded90f2d076c57cc8cf9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220627.2.tgz","fileCount":32,"integrity":"sha512-m3ce+qHFZz9VpjaMh74Flykzn41WzJ3WFWBnfY6O1B4k2u9+SssUQ+ddsr8uIi9g8HGnqrMYIVinp209sV/qBQ==","signatures":[{"sig":"MEUCIDXAGvGbgokXoQwf4UK5ZPzvETNiiEDNmSz8HDP25Gc0AiEA1ffmcsBQLc46rLvEi8diCvcHvBmMwy5Sd++5glNXx10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":215069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiufKPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7WA/9GKnMKH7RmkEr8caGXM1NGdDj5Ag685zVw0PxmtezoGrID5kJ\r\ntpFWp7CWCYQPBl98SuYne/vk/8NJ7lGTlIZn93964jrknQrAbY9esPtkUj4n\r\n/BNK5K1JQ0a40MCEPj24n9HK6OFUWv3T9BvCJv63K3AZZGGQjDhbSkG2QRNv\r\ngWhrVCfokWaCuijDxeK01jUmGRk+JBjFEMawRReBp+Ng2wEjhbCz+mM9x5gA\r\nStSN1FYv5/hEGncO8GWNPP+lxbi9kX15HL0TeIlv0ZAQmh8HW8S9/8RMvYCN\r\n31rmy9fSMkR6Lk134mFvbRoX6x7imAtZN52HWukQe2tF5q05roFLubTsZpKu\r\nzpO2mQMgItH25f+X37YbnZWLDU9fANddHUlj5xp7AHl/1Jwf57ks+w5mx6V8\r\ne7miG/m14S9MR8IQb2bKJrrlQ2z+hBBkpcTpnR+B07ZhItah2hBO6GbIxs44\r\n3eSp8FNP2D7uIfaXbMDvzQm7+nque2Tx4zGTCCFrypytyiTUZZgSXVFsryfW\r\n5jLfSDj9tZrqbjIVsIdeUeDrXyL5YrHhgki9iwW6OcRvj14Irxh3LeR7OaTR\r\nhARzpV1J7F3cqLXX8Fe1Lc1bgG5ebXiUdxDfSgqail1RHUhO7EzK5zXxAio3\r\nNRFdsfpzRI7ys/ufpZgFQKN8aR04rrcYsK8=\r\n=I1cS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220627.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220627.2.tgz","_integrity":"sha512-m3ce+qHFZz9VpjaMh74Flykzn41WzJ3WFWBnfY6O1B4k2u9+SssUQ+ddsr8uIi9g8HGnqrMYIVinp209sV/qBQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220627.2_1656353423469_0.8597116697216285","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220701.1":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220701.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220701.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5fce524e04c27b59dbc3e8fcfb681f6ea1cb0f87","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220701.1.tgz","fileCount":24,"integrity":"sha512-Ri73bpKLMq5tSmLqL1ngR/RawAHOUKmOZaTdjrQTdHdVGriFaYxKlLZKzovw424Z/q2x7HXzPNEkqdU1hKDuOQ==","signatures":[{"sig":"MEUCIQD51afOy5XgxAqz1FQd1IsE8MEW3av3OS2O9mDk4ZcQtAIgH8nioHju8HdE6MsnUoTfJMv8s+GfFHZ5CDlEIMRr6kY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivzoKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUlRAAkec7jQSF6gZ0oGJZ9nKL2oTmR7es/9WzI2cDXmMkgUVQtk6I\r\nTc70cPss9lXqqGVdFldTOwgBSQoC33fQ5KCxq/6mHSjrxX/fvcviYUrzhqZy\r\nmXD9iCGjSLYa2QHeaesBYUf9eK7sfOnPGYjyrqBp+iv9ul5PVrbLsq05WBpi\r\njFbdokDfh9uojkNXkp5Ro6ddePXhOaJBNloXhzMee9MYd4mRTt9bP2hTcNUx\r\n11zzNqqBWrrHhZwbYFpRAyLzXB/bDOJ/2pfODwNDDY8f6hOYg4JzCUx4YUhC\r\n0IBeZNFpkVfPryYjWGfiybXUpIcJfEJhW/2A+jjbG/Eb2p/oFmvfytht1p4S\r\nzOr49+O3W8ZFpPPNWiaThqsmtxmDJgHMYABmUHZuRlA92YQZ5sOOHx/YrIJc\r\nDiX9aw+azsEGBjb7DwySz8KsTEeddR8s/6tP8PvDJa+XGBZQOd7+aCZKWEoT\r\nVyJLQxFtDwzAsjlbC48GVZXAyOHeG66zQY93VyLIbLNCKrsSD7mm3lhMm+Si\r\nlpvPSqw5/6Jm9ZKmjxIkxloNB6OsnCpluwvzoT1VGtIM+nNjQ/ogqqfTDkrj\r\naIorwumDOo4ynCvM6meMKffbPJWY5YYaAfAYMaq8XGfHivLPtOY9ZTL3F0D0\r\nXAn5LmrorlW9h/VtCtNX/tZpG6Yw1/hiFaI=\r\n=+0v+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220701.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220701.1.tgz","_integrity":"sha512-Ri73bpKLMq5tSmLqL1ngR/RawAHOUKmOZaTdjrQTdHdVGriFaYxKlLZKzovw424Z/q2x7HXzPNEkqdU1hKDuOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220701.1_1656699401892_0.4336849956205482","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220725.3":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220725.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220725.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"074987e1aab4dee9d2955bbe187e6bbcc0f8303e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220725.3.tgz","fileCount":24,"integrity":"sha512-nzUnGkf29PWCZlOoVXSUy5zR87g6lTRyEfzd0S88ijOifESZlfKKrKqf1Dc5ZAxs/NgNwhd9VtVPFNHzpmU0RA==","signatures":[{"sig":"MEUCIDbUosW60ZKB/exh4VfBxq8U2p7FBrC8zbTi2QwYSoDOAiEAoccCsvL/9ePUA5fCWBRpRBMfYANeQK0FbO73no5xmdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3t3FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfTg//S6YeDZVeBObkf1WxU5qVFZSruMhwQvO6qm8R/jGSbYApV76y\r\nO0sVKkhJ8UEz7vh4Vn40vWjz6VEnIiWrJODzdS01T1JXbjCWp8tklFvK0fkF\r\nbjpOj6McD3xbXUf/rBAPqGQGdrqTtk/DosEm0N+xUZyfpVgE2giN6HqlKoUm\r\n0M9O/qLKMyAsmH9MxnYY29WRICtbaWDnOXDq1oN864VsJ9zk3C7OxELEjbiq\r\nCWWaFG5lb0U5N7EvFiWH/tXwjOm9x/yjCoAq8Kb5NYLFLIx1uU5QDyz5HV+S\r\njiK4yzBIl2S7tL2Hp6g5ZMqdjoTGiTcDx3Vx1R6vRMElfljuqLBQFvOZCnmD\r\nAcSJ2w8skCfHL7Nr+57VRI1JS5+VTXo6yD1Zy1Q2cAF8+tTcYWeDr/8w5ZBl\r\nRAZjn61MPFFWCsdcIycbWC+u4EcrZmxMILCFZKtbDcdbnmuORKPOZsksEAwC\r\nsWBta6MInbKmS5s8heG/whhkxal2LQgcA51t4d6tYZqWpsCR2Sbhvw3zgD0i\r\n9eImOaVjrFlmVZz7Fx/ejOozo53aLiCKcTgsLZL1VZcLyob/7H0zVYNx+20B\r\n3y0yKIDf1j/LU1TB2TLAG4u9HvsrpF4NmHhVH+PL6vgRVbkwAcHt8ny2zdfg\r\nA+XxG+WkE9Ufp7LVln79jZ4b1OAk/Xar5Fc=\r\n=OkcH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220725.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220725.3.tgz","_integrity":"sha512-nzUnGkf29PWCZlOoVXSUy5zR87g6lTRyEfzd0S88ijOifESZlfKKrKqf1Dc5ZAxs/NgNwhd9VtVPFNHzpmU0RA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220725.3_1658772933124_0.03835238852665701","host":"s3://npm-registry-packages"}},"2.2.5":{"name":"@azure/core-lro","version":"2.2.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5eee9dc765ad767c7cb862d9b47ece0ca460afd6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.5.tgz","fileCount":24,"integrity":"sha512-/7LKDHNd2Q6gGCrg7zV4va/N90w250pE4vaQUfFt+hTd/dyycgJWCqQ6EljQr8hrIFiH93C8Apk97tsnl7Czkg==","signatures":[{"sig":"MEUCIGj9IPK4ElAK1MVJBpLr2o1TsfN3cDNdHeFi8JlbsysFAiEAvhSrrY13giygqiRf7AYqWcSKcMJpW3DIuJ16u5KtzLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8XPYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGmQ//ZfaO/a6nnzmHD4FaHsQdJIqzrdq+xxcRJind+qkccZj+1i/A\r\nogCHKEjIhfNShOZnCaFzpVdMQSKhdzMwxxUrgRZuI78fgJ02mA9milLSwZBA\r\nZkmQVZ79liI/JcdJm0bfM7F7rV7Aa3oLyovWT2U7OEKAFAX7XxmufDmS1G7I\r\nrKw0XhBat8whw5TbiJkyXVvRgRi13Ra/FmE22K6GHhZKdj7mziZzAZe4GD19\r\n15xUTl1yi+q+nsKgsRvBFWdea/D5bOOP4UoEKLUdZVos2IvbEZuF1Mc6HMq3\r\nbNWSxx6E0qJAadz1ZGXoI2A06V9iGvgnEzfOD+OhcQQ/SH4wNHxEPB8V9Jlv\r\nxLP4Cpf0iIoJojn3gsvn+/5ZlUEZNGQGcx+oyCpvNlyQX0KoDWVNwHbpOr1i\r\nlwQ8inP1ceYTDd9jnd7TZtUIrDu3BM4ogFSy/2AKm07Zb9xb0j4XmGWSe2qH\r\nQNAs3dzcaqPtJ1xc5zLFE/gNhcof5eAea/S/vUKWFY3GienDgKKClwntB2g/\r\nwtKQ1w9AmmiVztYwXYSynsGIah4Ue+QlodNs5diV29axwG0kCm9WBldxjZ8M\r\ndGoL+Tcvo1MYHK2Tyy8KknjnoD/3GqGGkrHgHTMhlVHItrJ1RNXV/H0g6HE3\r\ni6SIouEHb3s/M3OEYCOmwAnHD0zAEb6AycM=\r\n=Ok+/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.5.tgz","_integrity":"sha512-/7LKDHNd2Q6gGCrg7zV4va/N90w250pE4vaQUfFt+hTd/dyycgJWCqQ6EljQr8hrIFiH93C8Apk97tsnl7Czkg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.5_1659991000278_0.3019987064289804","host":"s3://npm-registry-packages"}},"2.2.6-alpha.20220809.2":{"name":"@azure/core-lro","version":"2.2.6-alpha.20220809.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.2.6-alpha.20220809.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0269d5abc8c4fcca23315b5c4acda69ea4dfd377","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.2.6-alpha.20220809.2.tgz","fileCount":24,"integrity":"sha512-uya0YsWZxI+y0KmlZosiZHnzxuQH2G9enGYdWmRBLIXRMOkb2hMpJCwsI0YlFe8A1rCW+xOiSvbN7TzYtXf4tg==","signatures":[{"sig":"MEYCIQCdo4t6Rhk5GhACOp1l6/myZtpCdeQ6RpHt/YLKM2yUcQIhAMx7Iw5n3wqF5sDoTLRI2Tz8iZL0B504riF+sFVzP8sc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8qTKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqODg//dTRSChOE7zi6dIdiPXsPfGMxGljXebyy3vM4HNdJAzN9gxuv\r\n7nj7w/tUOiQiiT+wi1LMbiBOBfOFw6if86uQd+z/RfqlOUrS4reTRekAUWtf\r\nbUAni0sOSblYXoj9jZvcKJ1CUR5XsEcVJYIbj6ix3eg1pftkJOT8GsKCCYF7\r\nNqwh9HnZNBeWNZt4jcHrKCiq+dys6zuewrTcIS6fQ4zdiSZHntnr6sCuaky3\r\n9xRu8jXUCC9p7xngzHwcOS0jF952day50KsSaNfFxm4qVY7ultNHLwgbGzwG\r\nhYqw9rqFaRNyDacqogewpZY2b3+2XXAMHUSo9LgWXRZj2KwkZ0H3PR5/xPIg\r\ncSL7da8dwQyFFzBOYCxbwQuw0QDso/BLzHDScC51Atp9zBHk+3x8PrOuVIAt\r\n0lsYVoh+oa9O79eNYhhHAs9RMSnW9EPGZTNSxfD7EwQ4D+6iWqRdOdX6TRMj\r\nvXD8IN+4DALotm1DGTSPCWuPPwSmiZkTvYCuPKRgAK0cp/k6zkNPgAy97dEC\r\nsiTKIMZQRC6ZHeDLm6qTjcEccqkmQhD6T9hh+6hGBDdl+Fsn3NWFZKM9MjYm\r\ns9Spx6WGmgQI41W4b2Wj9t+d8SNP87Rp7fTjpGq/ygB5p/P8PUP/N3w3bv/7\r\n+KSMXptIgZzDSeiAGGVSBuHb5HnummOYCrk=\r\n=H7mv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.6-alpha.20220809.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.2.6-alpha.20220809.2.tgz","_integrity":"sha512-uya0YsWZxI+y0KmlZosiZHnzxuQH2G9enGYdWmRBLIXRMOkb2hMpJCwsI0YlFe8A1rCW+xOiSvbN7TzYtXf4tg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","uglify-js":"^3.4.9","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","npm-run-all":"^4.1.5","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/core-http":"^2.0.0","@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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.2.6-alpha.20220809.2_1660069066338_0.16144770995189717","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@azure/core-lro","version":"2.3.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"f972e42f58db570ff67abc919695be8517b985d3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0.tgz","fileCount":40,"integrity":"sha512-n53pk9Gs450rv1zDr9H7aPmMkYHMu9Bwks9qFlK+P46b4virATRf3TNuBZH7DIGVs8ePjtRCNYhcM4D+/Gyn6A==","signatures":[{"sig":"MEUCIQC6Ykm41Yp8xEHrCsDiXqvqlgJ+cMi8bypz7Ib/jmcraAIgF3FmR9YZifDQsybCp+r0igJpCpz10LHIliee2w5Ifkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":296860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEYNyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiaA//ah9SBUeo1JefWBnE3UIktIH3RJqToKSIh7CV4wdnW8B8Tud+\r\nnboAC/bs8tJXIKRezJJX9kutp0Qwmo3jBTjza08RuVRhqBJX0z3pnUAqjQhD\r\n42waixiGWGebpPZLkwAqtuZ/7ao/cYELbkwI4HumAAv1hM6sOZ9XFvELvSMT\r\nmZYuxQCpbqaudQuwIti555FP0bAxJxOyTL8TgOeuQ3iXZo/Lj+wSQIWc/pDa\r\nns9Ej0znvZYnbJZnQB7mLexcKeBDQxPeezLJJlAzLeAfBBAm3MRhEgkW95re\r\nRm7DAB8yUw22qmr/Yzkas5Zz3KSYYYMyaevBoQ6RsN0hOzDGsLaZssU/7xkq\r\nFiLdKGnr/76tVsWiWd46aL6HGkTPNTZ6rwAFEmf8Tdso67LFG7JEddW20TC3\r\nfT7c5P/fBh9Kt56WtF8/DYsPRTSh3F8sEf1HyZjTN5R1N3hUC9ELfZDKO55E\r\n9YDTgYl9cmRqABezbCPIHQFE9v8hYoZBFmaI7GKO44MNarl/MV1JjqG4EPP2\r\nrz240PvstXyK0MFDPyrzuDpmy1rBiVOXV02bgVYtqA4thFo+2iYjJz7SJewP\r\nbpsF/jFNv5mZ8Tp9bGI7PLyFvUNTVwMaFmoQdQXTd+eX7M0x4j/KO4YxNKTE\r\nj52xLEYchTeMirQK4V3wp25MaJjaQChGk0U=\r\n=maLU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0.tgz","_integrity":"sha512-n53pk9Gs450rv1zDr9H7aPmMkYHMu9Bwks9qFlK+P46b4virATRf3TNuBZH7DIGVs8ePjtRCNYhcM4D+/Gyn6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0_1662092146309_0.5909405314499405","host":"s3://npm-registry-packages"}},"2.3.0-alpha.20220902.1":{"name":"@azure/core-lro","version":"2.3.0-alpha.20220902.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.0-alpha.20220902.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8e29da2182a4ce6d3a159490c336b10bce01075b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.0-alpha.20220902.1.tgz","fileCount":40,"integrity":"sha512-w98e2ww4LBaqMksMBCAMMYSb2pOsxoV2xz1KDZ+MKMiBWisQPNCcctQjJd3aZ/AMIsl+aF1mHsBP11SWy4vi2g==","signatures":[{"sig":"MEQCIERhaLYLjSCFzeO7ela1JTsmXH+L5zKW0g3UVOzO7NPVAiBUT6y+VAKpsVp/H4Uob79RnNIPbMHlVXbdfXtrvRWeqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":296937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEkn2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSrA//QscgJWmgjAiTjQNMCiCrPd4LTVS79+bzO91b96dKfieRaz4J\r\nwQ7WkTDtw4dQNKV7Ejm8V+wD3f1OOtnN4T2Q6r6yvlu+wLcDVNq2xtgmE5Vw\r\nsmcmg0I20+GavSp7MfbdO0M21mf0raGAsP2IJ0m2M5I3SM8ud81M8xy2fqUv\r\nRIkgtjEhC2aRtYn1kO7kj9CgCrpjLtJqfKlPB0uwoGjnWUV9D2BvH36svwXg\r\nNZqTjpHPgg5lc6mvLEDKh9X60+numYBUIRhEsj2KZJzs2ffKDVDuQ2y0oIwZ\r\nOzU8Z89qpYcOouagD3oY+jVyCEQojgqmg3UIY3apPpEYgDesPOzWxdh/M3o7\r\nueaBgEEBLOHtbQwEUAmx+6bBZXzzTAVUJxE8JayL0eHWmSa0hd7dwCj6yIAq\r\nL5mt9yB6MONyJW1M21qJQiZCXj05UMdoUMZ0znnMXyaUc8plT7n8yYrLtdZo\r\nWMADdf4EnLgdX22adVa+1G9CJsqlic3BC8lnACgna/SseC6l7VODFJDXcy1P\r\neqxZfQpWRVV5iq25u1jFeRKtjibpc6jYTxE3uMDatnK+HddCWTaszws9JUFi\r\nwPaZe/gnEA12zoW4z2y9txJKkK2zy4FyVJ+d5fArtBRliyozqKR/ORrHhUGz\r\ndwXcTv+vJ9PQeS00FJcFtFvIFOCsEYAr7To=\r\n=+Axs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220902.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.0-alpha.20220902.1.tgz","_integrity":"sha512-w98e2ww4LBaqMksMBCAMMYSb2pOsxoV2xz1KDZ+MKMiBWisQPNCcctQjJd3aZ/AMIsl+aF1mHsBP11SWy4vi2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.0-alpha.20220902.1_1662142966389_0.5365831120482958","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@azure/core-lro","version":"2.3.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c8270b2785ea98c793af28ed106a470650859049","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.1.tgz","fileCount":40,"integrity":"sha512-nQ+Xnm9g1EWcmbqgxJGmkNHfOHRUmrbYIlRT4KjluzhHQooaGO55m/h6wCX0ho3Jte2ZNBzZPJRmi6yBWeb3yA==","signatures":[{"sig":"MEQCIDrqH9Iz5Ld96/qSUyzU9XdvCiwGc4Q1LekY+10cMU0ZAiBJ8TLpeLVeg1r2kxGSUPmuGir9FFtczdvU7JcpHPWYSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGr9IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAjA//e26Ezu8iqDPAlbSuoprevfRrIpZtYxwjObttFRbn68p1rtOl\r\nF1Zu7U5DwYcBMlfDUfzOtufzoa++sGObvhToeLCI63xKuP5iR1vIRvkHl8Qf\r\nDveMP4bggdo4Z/0C6fEhw9B7iVh+7//9mXZJVkT78V+pb8R9bH2MhQpeIB5r\r\nTCivmGU4vmENJpzUd1JiujRysNvQcWljfpLubTSknalkhW+G8ZJdIlnaE09U\r\nghTwtk4HG3+Cel0NFAXae4Zcuo9P3Mj7lHolDDhplnDc1+hY3LmiAq5zPwxp\r\n8Wtb3YBj6CwOgNsEoLJrMNw7aKUpkGKtja5cYl1rez4S13X/K+wCXkP5mENs\r\ntN1QdVIuA0hdbkVD+kx/SolVlcJgc1JRkN0VV11NzHSSylx0A7n+FSiVRq17\r\nk2LSE26rbq2jO6xMyRMZWKW7imduIcEiRCLwlinARrnrrJ7SYXY/vdmPiM1a\r\nh34wUup9gjcWUCzQ8TQ/TEYDzgtXTNEKQSlehh4juRWKuhy5AptZ5b4UK03G\r\nQTzm1TPcopfFNIYV4iJuQ40aaLJtbzlRCMvNA7MzJIvtnlhYk/8sgjOFgOLp\r\nke6+hcv56TBQegi5367YNc3ppTORfb3Bo99M1cUbLyVxvXQJJYJN8O/TYRXb\r\n1bWcSuQp6itnJjCccq/AIuq38Zemg1JmjdQ=\r\n=4Z6G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.1.tgz","_integrity":"sha512-nQ+Xnm9g1EWcmbqgxJGmkNHfOHRUmrbYIlRT4KjluzhHQooaGO55m/h6wCX0ho3Jte2ZNBzZPJRmi6yBWeb3yA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.1_1662697287683_0.5265831271781904","host":"s3://npm-registry-packages"}},"2.3.2-alpha.20220912.1":{"name":"@azure/core-lro","version":"2.3.2-alpha.20220912.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.2-alpha.20220912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"7973a47ae617d2878a7c5bec81977990a132cb9b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.2-alpha.20220912.1.tgz","fileCount":40,"integrity":"sha512-KFn77bXwSegjn90dUuHym1p3UU8WK7KLndInNY5Xrw9CT9hv1zozXGqzzmBU4hhKoqcnZ04sMPY7hd6qMe/R3Q==","signatures":[{"sig":"MEUCIQCFcOEs7a+RtW9vH/Soz49PnMCSd1rU8aw+OCurbY0ufwIgUciY5/3QGxKA0oeLpp5P6p1CTSVxBYSW4dz3gdlR1As=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH3a3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpH+RAAiMmzw5KoxslN98tOrne7x/DZgu8x9y0FTq7pWT+O6+ubzmGl\r\nzBnKlduCfRlN/kLS2+xzDwyzdwzMxzx+yq3bx19v9mM4+Ci6eL0oXHQnLAMO\r\nwMHzCGI8Mm768sRoFOrMv4MOYMnZTljsHTiB4P5rVL8Rq3z6r9XqmQhDfQyD\r\nguDLWmMnaOkrsdf+gxLPDm+I0idKlSmgV4VIfPDU5ClzqkSO58OcpXRczYPY\r\nZNzloL+XVNPkOXR4NVOZZS1O/x99P0esxj32D85kKi6VZNp6HfgOD1dBvcrJ\r\nP+TKPThK6GC6Ld4dtYM7uzbM9N2TV6tltPpnpBPngduNPnf1Rl2Z8lvcSDCO\r\nC1/Kxp2R7falAtG54aohyGXy64b8bcbSMQKNDl4ex9wkD7HyDpxQG78XB84f\r\nfe3E8JLkJYyAGtc1QH2wC1y4EhgKpB2CCD+RF1wutB4uUjYwrg32LTjymZcY\r\nttCA+Odya04JO0a273EBx8ozH1tzeIJKynWFz9IYdAcc/XXrVBPv44oBuPxH\r\nIFC/o6wQVvLpCEkALrM9dhN3W/azxBFqhwsGFrTyi+p9uGpvBYLg4kkH4LYj\r\n2ABpXF3yB3C2xQX0s4i8Iu3WP4Ys6/RafacHQwLVFdQPDficHCRXcCluMCKz\r\nggGWZIobCHVNy5zE4xKe+IDFXQExxdJhDDE=\r\n=5dhq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.2-alpha.20220912.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.2-alpha.20220912.1.tgz","_integrity":"sha512-KFn77bXwSegjn90dUuHym1p3UU8WK7KLndInNY5Xrw9CT9hv1zozXGqzzmBU4hhKoqcnZ04sMPY7hd6qMe/R3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"7.18.11","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.2-alpha.20220912.1_1663006391261_0.9441094959820306","host":"s3://npm-registry-packages"}},"2.3.2-alpha.20220923.1":{"name":"@azure/core-lro","version":"2.3.2-alpha.20220923.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.3.2-alpha.20220923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"495a00211db712115a36cdd4594eee9614c528ed","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.3.2-alpha.20220923.1.tgz","fileCount":40,"integrity":"sha512-eY99+biG2e82D0AsBeFCqNnTCKcAKD2BLT4umdL727TZrPbllIaWAYDGrGafzqRjQ9oH3iCj2P49UMig28Db9g==","signatures":[{"sig":"MEYCIQD7LcbPcgVxQ6lRTlOVjufXEd9aY8sfysPisyV8BPPG2gIhAJscofu9/6CNcKWvty79cUboBJEi6Q/uLTEJjG79QnCz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLffqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+8w/+N77Mbndad6RrUr6suN63j+a4nNUhB8Bln0oRooGAfMYhxCuy\r\nv/ZZW8uplX/onnP3vZfFTG452UobPvlCYuTmpz5VWKvxLwura4qL45Hto5tp\r\n2WXeGdOkPsZLNs5PCIHFKyjaN/FjVY9VRgA/yQOwI3JZ/KGX0aea+i+QhPmj\r\nMFHzGerFfqenyABLl0n2VkcHIyn0pd03aHMz6w3aGYRNSnOVwpFLgRN7/07K\r\n9cZj4Va6iTSZy3I4brwOB6Y4BQvhyXkRdnMhDu6tRmaTaqVNXRzluysR15d8\r\n9EL2hYqW1hEtq7Jv1tKOrn3QysjfxumIw9dzcaAPIquWlhybc4fEd/INmn3s\r\nCtiTZasUwEoIlME1bha9B0vkB80bNqhYzX9hSnEObSkIRqJKDSPt7KCI0OdV\r\nF8PsCHhsDMDnGqI9S4wdffyakLXZ6uFOoOPv7yqxsMotAS4J5g8TXA92DIlB\r\ntCL64AOG/2pIUJeXgOmVeay2zbhkES7WCvsDf7xTX0XU3ez+fsyFJImUv4e5\r\nMac150iJB1iDVveiUwMcB8N3KDYBvIfbJaOBxE5BAfYXjq9PNhmUfn5ysb+x\r\n1j3mwXtWhSphl9g+g4nKAQ8xM98ICyYDdP8dFKhoI/w1Gf5/RwbFvNCpwZZX\r\nc+mU5A5MgOkbszak3ztmo6Vq81GElhSpFUk=\r\n=adna\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.2-alpha.20220923.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.3.2-alpha.20220923.1.tgz","_integrity":"sha512-eY99+biG2e82D0AsBeFCqNnTCKcAKD2BLT4umdL727TZrPbllIaWAYDGrGafzqRjQ9oH3iCj2P49UMig28Db9g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.3.2-alpha.20220923.1_1663956970670_0.824816168570792","host":"s3://npm-registry-packages"}},"2.4.0-alpha.20220929.4":{"name":"@azure/core-lro","version":"2.4.0-alpha.20220929.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.4.0-alpha.20220929.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"52765ce7b22098841a8d09b88d742845a78d11db","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.4.0-alpha.20220929.4.tgz","fileCount":40,"integrity":"sha512-EqoH5ZlW+tT5qzOVq5SqyReoFCcwFk1ZO0zGfdbMlHrEOxckSSdCQulO6+CAhcA1Xyf6c3OLAz8Y3ybWQldNgw==","signatures":[{"sig":"MEUCIQCHkf2ibJmF3LCfv8QzYKuurPzKX5Zsk5nwdP9haKGisQIganyy+lpb/HKxsTlN643sEahnmdXvTy12jD+7qRdwnk8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":311614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNeBeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Lg/8CLEsNz0PpRIbPWe58Opbp29qAWGUHdz3UvjOL6ZhTrvXyATI\r\nJI6ZgbU3AqneBSnI2a2bCPKQp+hFJvOhvZc3DkJsZ9rcKpCeXXqBljnZhs3O\r\nZjFxAPpMZXDGXxFc2Cj5iW8k1jKg6BTSYPtlUjS1IO/vq4AbsqGLYC4Nhdv0\r\ncPT9OZm4YN4RSwJ+mLkMNHaY+CsnvdysLxgjD/LpVKLI1H6x+L2G4hfgha/G\r\nNggTcGEDdguWHZYSofgRvKE9belAAUWzGn44zg19GbMPtmYPoyZg1zx+DyHk\r\nWONLbIs1C7+hi+7BcElJ2uo3d8yGM90GZ7S834/YdFFLyU+yheB8JLgG+v3u\r\ngdLwQeJasO6DEfHSl68AyBTKuRfhOsw1AcmprGSYlwNICFhJFpysaQEKz81a\r\nzHmuIXEEnl2QYvP402fbhd9MyN+1POupvpcMc5w2Wc5N+beW2jkPVNk7SEIC\r\n8fRcPk7FPJr8MiEi80DJjz5pfDFszRnZitemr3l35QqJiSHRsqzveC9Qw2Gw\r\nh5o8C8QuS5p4Z/WFOJZwBEXX37YSkqTCiOmoXBgXcJS11pTySsRMiiU+qqqT\r\nyQ7EmfmvgcZOHlgOgh532ID+L4sZ5wmsPpTtVxpSYHbLkWBVKdabmHae2H+l\r\nt+w+LpfwWpECHKo3Qq0JONvBHtPO2yDHpDs=\r\n=Be8g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.0-alpha.20220929.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.0-alpha.20220929.4.tgz","_integrity":"sha512-EqoH5ZlW+tT5qzOVq5SqyReoFCcwFk1ZO0zGfdbMlHrEOxckSSdCQulO6+CAhcA1Xyf6c3OLAz8Y3ybWQldNgw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.4.0-alpha.20220929.4_1664475230258_0.06738242595409494","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@azure/core-lro","version":"2.4.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.4.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e3fdff797b045ee753aab25c3d2ecc0aa3e0a539","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.4.0.tgz","fileCount":40,"integrity":"sha512-F65+rYkll1dpw3RGm8/SSiSj+/QkMeYDanzS/QKlM1dmuneVyXbO46C88V1MRHluLGdMP6qfD3vDRYALn0z0tQ==","signatures":[{"sig":"MEQCIEX/K4hAGaZ0zZfm2HlRKKMMg5Tm8AmUlYrDro5hEGNrAiAUPf40swqn4uvmv1aiputzslAZZwqT10USdUiflO3jFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":311537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNfovACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtUA/8DnKv8E56KyHd/vY1UaiD0pjdt/U4KVV6lgFjk6klKzq125XY\r\nERcOBX3Y8VS8OgceL1X/u29kNJlm15b8LMQrFdHX25zN4NaxBIh97qwEO4ij\r\npxJUZpNTRDX9K8kUby7znX2e3I+XNz9F7hefYbze3Tv4STz5FvIVWAlaRDI2\r\nzYbiiOFIyob10Js9xTXQPTuV83ls7tWDUOPHTPf0Lx6pmyaBNe00kC2YSicF\r\nhgms5OEt/2+OG5c06JM8lKOIwyadkCY22Cd3uQ8u2Pz89FTOVM5QNvB1+blH\r\ntTQUWcLk8pghdd4MoTO5tGApBJKmwjE16kxcMDTIGA+fHcmRzMMUr8ihZd5q\r\nhUpoWOm9ITZ2tmYyvGbL+uRwoEQnufT2AQIMZbPSZ52tKzK9kVltnU0+xFDF\r\nk6o2HC7sAiyThQxszsf+aSb5yn+q02V0QkgZZo52iIf5R/asCi8WntZe7kkx\r\nFUms8j2AL8t/8HHFJ91xa0v1mPDNkI7xdjWAslUzYU4t+GUJKahQvk2hU8Eb\r\ngloZLdu0VTMd86pjAEhjsaoDoBLoen36rGDe/AQlDf+QbZfsCGB8jZvIhm/k\r\nKSM7ZD3dqIvuCKLwqZ65/ZEOapF+PHwRqAmdZGQblRsZIwhmdDZahOLKtkYS\r\nyeL02c4nOkru1vovDyad92YM2WK30kTf5KE=\r\n=iMFL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"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","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.0.tgz","_integrity":"sha512-F65+rYkll1dpw3RGm8/SSiSj+/QkMeYDanzS/QKlM1dmuneVyXbO46C88V1MRHluLGdMP6qfD3vDRYALn0z0tQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.4.0_1664481839600_0.9730549490201899","host":"s3://npm-registry-packages"}},"2.4.1-alpha.20221020.2":{"name":"@azure/core-lro","version":"2.4.1-alpha.20221020.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.4.1-alpha.20221020.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"f58315cb306b690e971cdf107a52c50bc154c254","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.4.1-alpha.20221020.2.tgz","fileCount":40,"integrity":"sha512-XTIbku8wWl315nWoHFywhQOBERVXqrvHM5M1sbkqDWc/jlB/So4x2hIS6Myt8oT/3iT4X/xL02Czth8tN/OLfQ==","signatures":[{"sig":"MEYCIQCGFukFfec+5P9kfw0EBrAG9eXaosgcWWjUA2PRQylGoAIhALT7iD7mjnxNE4CiFxmjMQFOQstK7zMeTNsnyyMtLZnj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":311614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUZDaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfQhAAk+1Fyoz3gb2jbcCzl4QAIStJIrnDDEOqBWo2sBxnLCfoDoiW\r\nUjrUe2CpeMSpnUwYri2dboZ31H0V1XvHzfApbYNX2/KtiNFx6Uhf4xZagCDv\r\n2J29Us1SrZdLPUfC8UYA/Thprd8U8TAZ7mjmgSgu2dozPDCUfJEEfWfl+z4z\r\nyCAjuwcBMKJIwgajhydXk2AnhIcmqVO5K/Duk7uq8tBvyjWRocZHQzePELpO\r\ncYg/Ct3U6i7hWXEeWEGe+V2ViaCqpAtiTv0SMydILz8WLuyQNMPpT8VUS8GI\r\nEgil8KSz/lOBXGILYtAs4HRH7ndscdh9s9kr6Pdm2hz+LayueBw12aKfq9zL\r\nAPTJ8KT74N7yFOgbtf3DwEGCGv87eKc7yHmmFLuAvGQbAQYYl0PLITj7LIAn\r\n3fD5m0gfxKkNFptOnkc2e4EkqL/0nnfQfKKtITgPz/8tcSwaunmvfu/+PvSA\r\n1Zjq22aCP8QReR28GjpHUNxsTQ2bXMS73kJilMCq6Bk40Z/qE6kveTP8gYlE\r\ng2aDhy5hgg6uB+EdCdHLJMXwqLThPBVe95LfnUFYV7kodBIR8tI4JvvBrWZO\r\nPwONptax01AyUQf5EQ2s+hB5vUZ1Cw+0GpaE3oMUW0flHEW2FQo5pOJnpNPC\r\nLxeHLjQ8ZZWnURvwjqPCk+wkHJ7EiyqPToQ=\r\n=LML1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.1-alpha.20221020.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.1-alpha.20221020.2.tgz","_integrity":"sha512-XTIbku8wWl315nWoHFywhQOBERVXqrvHM5M1sbkqDWc/jlB/So4x2hIS6Myt8oT/3iT4X/xL02Czth8tN/OLfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.4.1-alpha.20221020.2_1666289882119_0.7734244023275663","host":"s3://npm-registry-packages"}},"2.4.1-alpha.20221107.4":{"name":"@azure/core-lro","version":"2.4.1-alpha.20221107.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.4.1-alpha.20221107.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ed322137de000ac4ee1f9e2916389345fb83e01b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.4.1-alpha.20221107.4.tgz","fileCount":40,"integrity":"sha512-pG9PVDaV8uZBJi1PYpIuxWxepx9Tt0djyKvM0JohENoiHfDOCUm5dxecGtrYlcNakKPEgShQJSuQOem/zX1eEQ==","signatures":[{"sig":"MEYCIQDT65/VEjoUvJOjgQa/nxCEYIbePDozlkwExlCQUj8a/AIhAM7bXpSSPxBeNZ0wiJDJdC8/dZRJrTltK8qjkgirkPV6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":311614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaVkNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrc0RAAh0XfJE5W/E6fJX7VuuO20e0bKUQTwyEvAlTpamy+rkcUmqPc\r\nJJHi/Mzla/XLpAfJV1BLve7Bbm7eZPFyRS+W1FFP7nzWfEUp8nz5Uj4sDjzh\r\n4/ZDLRA6AY/FG3lUxVRs/NTDHFAF1zgnFRndegdMjooClPwd1TY6AUpuBWNN\r\nbFLEvluGyulQt+iJMXuT226EbAh3Q8csPtfo8nqKCLlSk4Ic1fr3ZyRzae6Z\r\nID6bAyHnruF2ZNxboW/p1zKcRyAI5s75drr5ImeXPr6aLgo4r4f+LuZj8R9k\r\nM4H5uo/u6qOb/6Loe+1Pr2g9jSXepbB/C1ZfvffUUw/STrlP6kODshbksR4s\r\nxll2mePtqeakPpoRRKtomquQaOvPI9ALB3qYO2PwHrInk7e60tMvLE/7Ajd1\r\n8GQoeR804thyqOxQ+Xqc81H5mahsNJmDwjcX54bWT61wRXOhSuYKj4rsOVZ9\r\nR3N5zpiZkxvBRqcgkoD7kL4arMtwTPFXd4yosNBqwsHL/AVj3LtFGzMEEmvS\r\nerib8llc26eI7BZCBZcJOyXcdscI4qq32TfeklgAcocQA0zgOBZS+9wUCDB0\r\nWQu5oLIl1xl68Q6SbNH1vyVFH+6So3Nnf5FZMYaNc0i07sQuHKWYtkty9aQt\r\nBgZ3fr90S/uKCSqOLmz3DDF6tJ2LrVkJWaE=\r\n=U2it\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.1-alpha.20221107.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.4.1-alpha.20221107.4.tgz","_integrity":"sha512-pG9PVDaV8uZBJi1PYpIuxWxepx9Tt0djyKvM0JohENoiHfDOCUm5dxecGtrYlcNakKPEgShQJSuQOem/zX1eEQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.4.1-alpha.20221107.4_1667848461407_0.16069194166898626","host":"s3://npm-registry-packages"}},"2.5.0-alpha.20230106.1":{"name":"@azure/core-lro","version":"2.5.0-alpha.20230106.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.0-alpha.20230106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"422f1162334593805d817bdd367bbee843e625dd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.0-alpha.20230106.1.tgz","fileCount":40,"integrity":"sha512-ZVPTxVpMtZBxnV2K+2gaY4Zgw/kda+cpEUXEfXbWCXSkWhiX91vwjTfxaep0QNipnnRJwCz3rty4IMeeBrWJWw==","signatures":[{"sig":"MEUCICMY3fae9yXn3IftOm5Lh4r7MbRpy3R4kI5RYY7/6mx+AiEA1KNeYcFGDXeFLfsHzinDhoTAh98PNIgESQwVxcyV0to=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":313358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuHWGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSow//QhngONxK6mCXVb7dpVmWcyS/eg7csOaaVgTlYLURzY+a1QTB\r\n9FF9UcUoBYIOlUCeRoI/Na3/t47uW0xb31Zt8auQ18xmCVkastHayMhlGSnQ\r\nKIzYo5VcibY7JHjx31rFYs2lRMH8b3tq+SkmC17f8usk2dpnyLzVcHr1BEfA\r\n+2SqAOCoNnS0zs+GONT4uH6iRvZbUAwBto6xqp09WazCT+/MpC4W/hkpEJYI\r\nuUo4kDLOdFIouMLJZEL47kxlzmb+YHDOCV9aeqm6nDw6RKSSMFiBDmKudGkL\r\nT7rkafPaYfu24Ti4aSUXZIfeEPjD6y9pU7fVOp64F9JnOKuvfwG057F8en2p\r\nmwcMh/qrZOrlvL7Xdepp1QaCeRPBZQZ5413uy1zK8foZ2jv7NZ8KY7CKRuI6\r\nBpHwmnBD/YpXuAHnq2hXKahUqZolP6zU69UqLeywlQmfxesA1z4gSuPl0/Li\r\nHFH6RdBA10+3sfGVUZShtgCJH6nCNu+mmjw869l8E4+1j6L4UGPpaMSMDl8U\r\nomK4QXqZyGHS9jENWGI0jJqg3++u6V/032SfypBhM8QXW1uaqcAy78n2DYoG\r\nPgYipkXSnWB4cvHNMyZo5OpLZSqK0vr4v58WPDqdWcTphkMHCGdwy9lO6Q6w\r\n/mcj/3d+fcQ2cNpjT98w1WSjddEU6CYnwwM=\r\n=UWm7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.0-alpha.20230106.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.0-alpha.20230106.1.tgz","_integrity":"sha512-ZVPTxVpMtZBxnV2K+2gaY4Zgw/kda+cpEUXEfXbWCXSkWhiX91vwjTfxaep0QNipnnRJwCz3rty4IMeeBrWJWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.0-alpha.20230106.1_1673033093975_0.40147486525222975","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"@azure/core-lro","version":"2.5.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9294f7c03f7ffc0e4bf00f53cb33b8772c043462","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.0.tgz","fileCount":40,"integrity":"sha512-Vsd5Sl04RG/p5ui/p0dAFMov5I/W4dmRjOrtWGXVs4vY/hNMPefiFH7cZEOr+1u0XrBKkpvt634IyUUD9bVRuQ==","signatures":[{"sig":"MEUCIQCsym+heWzn3PDr2eOv/6YmBz1+F7p+8sTcGRWRWohDXQIgK9llOgjGoojSNvttNADcOnNk+O1cSr/zB7FBhFcK8Ow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":313281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvlHJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfSg//dN5vcu+gucUyy5MVVRI7EfwLnE5XqVzN19R2k384N9cjJhl9\r\nHlur+H6a+iRV8ZTdgI/4T/sZh2b7y7z2QbQMWt2Es6Pmea33p1gi9F1Mc6lK\r\ndDY6WV4SI+qXdZpXy/Z7FgfUsM8YbmQniBJpFAyRdsR+Een9rttUQE3/6Gnc\r\nPRP+NAA63D4UMgTh8b89/muDlm5FdL4Oh0DWLq7hQXO4IFUzvqLPb9n4wcd7\r\neHS0QC2NrAi08BIlq6a9Xo56sI2GtW775/edrZ7XW5LDtgR8DaYf/FuDun25\r\nawxSToqWGO74bNXyXp/bfxDjk5ulY/3pSzlHwlXk8+Pjd4SGlzRPeIBFGpia\r\ns+X+z0dhRXv+am75TajZrbxkFpB/mZQarVTPrRVUCIcBAAoDZkQbia7LzIHc\r\nkTcFPvKq/xSEylXdzdOnlIs2KpgHPi1qXK6HhaDGzy1gNc9dGmonL2cX33iv\r\n0YGlkUfM/IaHmYzybMVAOLP/IkgH1XjIc58JozwCFlltX4uVZen37MyrGpzm\r\nbNtXsPPxrbzjTyQc2a9DJ2onuURSZhh/KLtwPsw8Cb938Og4F+2cAMbz3ssN\r\nFZWXAsXg7U9PdXTqdIrobCjtBAoQS/Z0zVYRt3gV0bRvUGj6f9k8tWofpV0s\r\nd9/6SKlWVFnnhYR79NDzVki4BQFCuozJv/4=\r\n=/xpb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.0.tgz","_integrity":"sha512-Vsd5Sl04RG/p5ui/p0dAFMov5I/W4dmRjOrtWGXVs4vY/hNMPefiFH7cZEOr+1u0XrBKkpvt634IyUUD9bVRuQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.0_1673417161394_0.0123572879664553","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"@azure/core-lro","version":"2.5.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"9c6be24b84f8a8c8e8ac376c5018460c5a585d0b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.1.tgz","fileCount":40,"integrity":"sha512-JHQy/bA3NOz2WuzOi5zEk6n/TJdAropupxUT521JIJvW7EXV2YN2SFYZrf/2RHeD28QAClGdynYadZsbmP+nyQ==","signatures":[{"sig":"MEQCICbrZD69Fdbr/+LsnjekTuit5LDAQdNolIUqnB1FOco7AiAlSx8RKZDGrRrFb2bMLxxEV0/+CWV9utKSYtpNaLTWpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3E9cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCLA//VE+DqpgCEo9oOdHSUsvIDZltfoS2Z58uHuXQ3HJr8au9w2tj\r\npJkuyKIaIMdvnM4rKgPJVIsLOIIbkQZWq41BICn9hcgfd3hk8sKOY3lw1Y4Y\r\n7ZrorKSXOjlTJVo20mqvJUq942+U18k/je45yq/2YMpSMw8BpUk62vGLVIIb\r\npqM/bfAc5vzBk7MyznyMMXAa8weXF8mIAWI+QT0YIUXxbkSwgqT5cPhdaLU6\r\n5pPPvR6u58kCN2AqTnNOskRxQZIlwBwYl1vzaxLwUpadTXpuq2crjyRc5KWo\r\n9Zhzf3xBLbQkaWX9Td9KxdvzKYNYBd4FKUYGRU4TKrTsVJundnuSu9WLhp1m\r\nKssjqNZlZWeZmy6whpoliSIQC3Z48RzrNWhezNN7oYYjnSi5WXadJA9N6FSf\r\nCymarIPGlmdnRPVmFJrW3VnLh53sbieedFXeZThvEJy5qD5f36W/Kq3k3h1t\r\n8t67rvoyVQDStsOpr3QqDXnB73NmN8+TlEvpcr+dwZqynOF7uKKKQucViITr\r\nJq2XyjuoJ1vPGOTV/AUAFntGFM9GmikAN+SjZM/G58gIPKCN99kujcHZhZPP\r\nhOoWwOD66z9v+QW15PwRKuEt3herb0w+pMJa3g6fcNvzYmccWP1YMZE4GQ7P\r\nx+GUH7QWsLTqQq8VCwrNGfGTAKUoJIPHc6w=\r\n=KpKW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.1.tgz","_integrity":"sha512-JHQy/bA3NOz2WuzOi5zEk6n/TJdAropupxUT521JIJvW7EXV2YN2SFYZrf/2RHeD28QAClGdynYadZsbmP+nyQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.1_1675382620337_0.8822041946517176","host":"s3://npm-registry-packages"}},"2.5.2-alpha.20230203.2":{"name":"@azure/core-lro","version":"2.5.2-alpha.20230203.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.2-alpha.20230203.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"4d3e9feee2f8904dc5b6ee2c17af1b6089a3054f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.2-alpha.20230203.2.tgz","fileCount":40,"integrity":"sha512-YtzriTwHrnRtT2qUoLl3sBXsqhix80vkBOwt1pND17DGeYeIYliTXC2DuOuiW9mw/GJ87Fpz3+1fEybLF7s5rw==","signatures":[{"sig":"MEUCIQCJjgzjXorD/EG/MBdtAjL5XNRBRpdB3A8RxKP9YybdHQIgPRlm9tin8o6wEzzMZ3zv4O6sY39ZcRv6DVFZyPuyjQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3V+sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEGQ//Z4LjZU80dUo06M9bCk4roIXcG4fMAoIEiVoO2YsunN+PCiKG\r\nXMNQWnYQCjIcIHuwwZ7SdDxURodmsh7ldXtPc8hdw83lrfBNZEnaTuNkv8h+\r\nORZcyaa2wR6T76EWT14h5XxAcaAvfJ+0Bd7HsL35Lx6SZzoGLKfft4G69iYU\r\nfHPYCkZ+5i7vaJtxgOdANSrkHYPAcPr8fijGA/+TXfvLySDjrfhd83KEoPzm\r\nYu7P0s+yA6GrowYYgwPD2GGInxY/H9QnO/BTDNkobt11Ko9Ig30v2nRFoo3I\r\nlrU25XIkTWojXYOSQrpaFu7yWw50/W2zzplwqL7f6tkYAJ4agNDaOHB2UpV2\r\nRK6szs+IYjn2TO6lI7Gqg1RM6VXnY6dKC0i2tM0KFjB7ec7V1YPMNcxJJfSv\r\nHd+s6kDKFdqQ+fy/y+QpET6b73O5+adR/dm8925xqkTQa+wZ6krD66UUQtxl\r\n61fD1/4Vcz68V6ODevv2fY9EvKmCxYz/7+RDErCy/qDiLdBWQT0F549TZ9Wq\r\nzGxHFHmA5p6esyGdarDC6x+vhLwsZ51z9eNZe9Dbn1zSEocz6zVGFLZFlYrI\r\ne7aB0h47IdVQidNds9jTU/YAQFEtimiojemz+tzD0YdiIbuZvnafP8PveK6l\r\njiSWVnYKCMuHK0WYbBU6qS9Gsf3Km3JP9ww=\r\n=RV4t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230203.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230203.2.tgz","_integrity":"sha512-YtzriTwHrnRtT2qUoLl3sBXsqhix80vkBOwt1pND17DGeYeIYliTXC2DuOuiW9mw/GJ87Fpz3+1fEybLF7s5rw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.2-alpha.20230203.2_1675452332042_0.030182551762516052","host":"s3://npm-registry-packages"}},"2.5.2-alpha.20230228.2":{"name":"@azure/core-lro","version":"2.5.2-alpha.20230228.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.2-alpha.20230228.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"12686f6f6ced4356556171ec60255883c6c8202d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.2-alpha.20230228.2.tgz","fileCount":38,"integrity":"sha512-BpBstyg4mxNe0a0vOb4uA8slgH4zv0AJckDIxsJVSSpv7oFe2shFO4JpR0qhDydJSBpl26Yw1jbd8fClpE9HOg==","signatures":[{"sig":"MEUCIQDnRp+AkqednOj1MIev4W+xqRU85ihTv7nX1RflHhnf/gIgfMd2JplpAmrfwIR2RbX0YPGGzDMBRcvQsEiM8RZpYfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/lPJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGbw/9FS4tcdiEXViP714V2pPxlDkX0Cm05G6RaW5nWtLEzjpgCAFg\r\n9YWnAemWWCifgSYb3qYFv9p242ppNSuDZT1Ma31248hUovN2BtsVJhigbfwL\r\nONCpnSaIniGNzxzJJsVtYik9DrdHnUHdpWZoEFxzkRbbQiNaKkCf5Jcn18Tj\r\n9IWujfDcvy1BxG7yZ9I+pw5+CC1BYqu0H3Tf70U70lV62duXhUTSA8oNGOl5\r\nCQD72R6ebq9BO6aUbtHYji+7i4Mg+U/e5rxZznz00rHmHL/8M4RceVAYntDD\r\n0yVf36Xk8cDS41AAR3y0rqGsfamTnTNXkLO0Bq2ZfGXwZqYc+M3Rf8gGlbpG\r\n/79tEgb0LLNAeT2liEaVPktZZE5u3X6JZNEsVVrFNBOMPTzP++ji2zX/vHgb\r\nW1apMcZhbEJ5PxOmdj9Qc3EbDSxnwP1qCkXr91zWcDfRPuJ1UNjz0oRqhhwa\r\nXAXVtfjHHb7KY8jBzsnDbC6kJNGfeNBRmuNsqzKTisKL8hWwUAVlVmpfP16R\r\nWolUDa9Ixd906b5n9txoFcLRxlIgtr//bVE2nOgpcfvOkp6SnOb1qybrK/vj\r\nU7It4jYv3adDTJrASfV/Ixt6MWDLG2YI7p4+ofjgl+bdGsyX/6+TgeIeyQkJ\r\ntZQk2VNCuhOGwX5iIa3tX0uCbsd21ykGfS8=\r\n=3IBa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230228.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230228.2.tgz","_integrity":"sha512-BpBstyg4mxNe0a0vOb4uA8slgH4zv0AJckDIxsJVSSpv7oFe2shFO4JpR0qhDydJSBpl26Yw1jbd8fClpE9HOg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":">=1.2.0-alpha <1.2.0-alphb","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.2-alpha.20230228.2_1677611977531_0.9185910008167877","host":"s3://npm-registry-packages"}},"2.5.2-alpha.20230303.1":{"name":"@azure/core-lro","version":"2.5.2-alpha.20230303.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.2-alpha.20230303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e15cc712e90c7c0bda2e351ddd595fc8e5b00479","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.2-alpha.20230303.1.tgz","fileCount":38,"integrity":"sha512-Fwus7hw3HuSzbyaDbOUTnK1tQbD8Mb8K3zMxboE9/1k6ECsVR0y5ue/6FzwQi6/h9jGVp+236/T5b2+f4gzv+Q==","signatures":[{"sig":"MEYCIQCxknU7Ixvtl3qZcPakuXq65E69g6RofHs5EStkOqOF3gIhAOnxh6bCsYl9d7WRYA5dmmSCAzr8Jtp5DEEhiWiY1Dul","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAkgjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPwg//TwDgjKVCDL9MIBUhzSUGE3SQNvBnF0UOk5LlIBbvnmDfC96W\r\nbB3sjMUlX95IjhXYeXbj2vq98d5g48f58cdXFeljCPmAyCyF959r9kjGdQIM\r\nDxdZ8vEwr9JXl3BBMcp7Fyv/tgqKO6ahtOx2tVGR8WUZmS6Qucn4sasvP0Ad\r\nHnfjKzLSIg52fM3ub0VNVP9mDTaTpUXjfrr+4+jYngiazKX7Ju4RrdEfjf7/\r\nDzOl9dyk+Rp07mJWoWn7cd5Wlko721BEgn6Y0fc1wuL7jXns+aR9OpfLcpCZ\r\n+5d5zKqGT2xWTu9kLsULrta34FmCf6TcwjpbVokstANC1KpIbgCG6cMePurS\r\niHF5I0tgRJZzf0+N3nzOviPW2MS2aahyH+WHKvPf2+PDrIXT0XzlwJetoMMd\r\n7LpIPHC5KQRwwna7AEe55ikRds1E8FlqCryxLwRAfxz3Ri3uG4J6WILRovvw\r\n0StcoTvIgth6VW/vjOXB16YvR+8sIM6/WczoxKDoMnD33Q0WfkFn9NDhyR3O\r\nTf3viwu6rgAKTvQGRmhgPaXTCxUsKPJIg3pPgj/B7X21UIExA0yPW/x6pRQY\r\nEkSPjQGrDa7V4X/uiZO//zXlMj6fQmrCEtOjsbIlGXE5QNUDVppFc84Y5SrF\r\nM7XC6dp3nOeUnK9heR7DcrKwtKLhncgRaYk=\r\n=4wcb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230303.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230303.1.tgz","_integrity":"sha512-Fwus7hw3HuSzbyaDbOUTnK1tQbD8Mb8K3zMxboE9/1k6ECsVR0y5ue/6FzwQi6/h9jGVp+236/T5b2+f4gzv+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.2-alpha.20230303.1_1677871139758_0.43358488831441644","host":"s3://npm-registry-packages"}},"2.5.2-alpha.20230307.4":{"name":"@azure/core-lro","version":"2.5.2-alpha.20230307.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.2-alpha.20230307.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"caab716fcc0bc6617d05022f3cf44c3375cd4165","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.2-alpha.20230307.4.tgz","fileCount":38,"integrity":"sha512-jqkbkXwyJhZ3//P1G7s7h6K3RtS8El1VQyDnWUYiDRKajrTFKnLqIG5ALP6LOFu4+lI+/Tdm55QnimcK0a6DdQ==","signatures":[{"sig":"MEYCIQDRvfL8wdFUzFwTOiHX3XiGRzfDZCYMxZLnFnQ+Gutm4wIhANDDdX4kK4EMIJcKkMSNRcB4bgmSr19LqY8sRjlkOBIk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB43aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7wQ/+Lh3PNOcGBAZbIAkSd1Y/zeEPmoaVVld3W1kmJyTLRRXt7mEH\r\n9X6y0iIgUTkqgfH6J/ZonaFIopjOv5qp1/0bX+ZtLWnZ279okbeX1XOiY+AW\r\nVJZr58ItG+FwNO83lk6k3la/MFgTGUOK70NSqQi4UPV87SaJWNfiUAhsjUrN\r\np2rt6HKb7le5NgLXFwSWw/BegLcKDW5CyL+Ju6zPNwR3T56halcxTrrtT8Yx\r\nDxp54nasp5g+LBNP5a2CW3pciTrfNF0zsDEAaVI/9yikQ7YlDV1GAgQDIypR\r\nRUFLwVZuWuTEE6pMBbav+Ef65bq01tX9FxZtTFb/xBBnB1m16N71RdAVc2ae\r\n9hGhTejpTqwmw+dVC881CWjGNLIKfOd6j6WAR4CvLPbETzu73ktq0RzZFE23\r\nq2MOg7Gv8e5s9KohEJSqLGgQlEs2+bG0KxSt2T8FOH1DThQ38NMdbMgKl4gc\r\nZS3EE6mmi8qW+iOgB33MqyynyPsvP1YaZfBJ8rUEstam3CqwT6BUOu8pVatu\r\ns9H3JUP64wUS0Dr4HjxFhU51/yHPMguFH9qFaJpdDBBVO0l+j/stx82NdjVk\r\nn3xcO/seUxO2A+KvgDTRSLSAdL7OnWwCAOnGlrGdAD0kXCv2zsipWTrX4EQc\r\nmNqEr9MNmZNucfAU+PAW/3jZ9KKv9SNvcTY=\r\n=OYHa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230307.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2-alpha.20230307.4.tgz","_integrity":"sha512-jqkbkXwyJhZ3//P1G7s7h6K3RtS8El1VQyDnWUYiDRKajrTFKnLqIG5ALP6LOFu4+lI+/Tdm55QnimcK0a6DdQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.2-alpha.20230307.4_1678216666377_0.10425222743841878","host":"s3://npm-registry-packages"}},"2.5.2":{"name":"@azure/core-lro","version":"2.5.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"712439f12b39ade7576f55780a4e005472c67b19","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.2.tgz","fileCount":38,"integrity":"sha512-tucUutPhBwCPu6v16KEFYML81npEL6gnT+iwewXvK5ZD55sr0/Vw2jfQETMiKVeARRrXHB2QQ3SpxxGi1zAUWg==","signatures":[{"sig":"MEUCIDLBl5xxIlQPdUbzZDucDZ/NgMO53zqA0b4ya2+2wJeUAiEA2JT+ZDwaVYPwm7gz7GDMOAhvthfSsmd1b9wj3Mt31c8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkL1CNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcChAAiPxsY4tPZFJrmlvoTNBj4qy0vboBGUhAUu3ycl9VqL673FiJ\r\nd1jFoehekC2Mn/Filr/qmedM8dHbpbWvCamaPiHfMGCi0expLBPnd71PgK3H\r\nN9tJ3IcEhWkMw96KSzaThDkxoovhnR8bU+fGugxJTinlPgZ8v2dqg9wNNmL/\r\nfsxzjgYKVWJ4lWNtHxjURj40ERAq1C0Mes57P7O9b/xRVK7zRjXOcNzPfZG4\r\nEEeRoUBfy4MgpRucZV81rXDGNtsZBNqXoDT43lPqdzpTmuooTgv00J9Sjvil\r\nGU8nEa8cllEVbVW93owzGLVdx4GkpK+LaSXwB/DuSg1cE54+F/DXP2QRqCGZ\r\nWNxURMJphAScpe7n56U2rkHenzJ7776XLYoC564VP8Qad4aYZPLJAY8BfbOR\r\nFcEx27DjzxCMeBky9UXI/LYWAoaZ+2zof6WIBG2kS4VDyk5VA0ObF+xD/mvb\r\n2G2kPMd35wBcTlJoOcdd6YZEJAIF1XJSAs+aQcGng/K0IIMfCtHPfwdTTewv\r\n1upSsP5JSO0NmfhE1sApUchbDgxzt2Q2qVMNwtQPHqf/J7h2m8q6XwhGqtko\r\nm/XulxISeuxBdBEMMzGIB3paT7lgl32QLxPIKyI7Q4Vna3BQ8+i+UeGeSwIu\r\n6YZHA6YC+8nhIC/HrVPSWIZJtDwVlc3hF5U=\r\n=DmXR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.2.tgz","_integrity":"sha512-tucUutPhBwCPu6v16KEFYML81npEL6gnT+iwewXvK5ZD55sr0/Vw2jfQETMiKVeARRrXHB2QQ3SpxxGi1zAUWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.2_1680822413371_0.6020224138303112","host":"s3://npm-registry-packages"}},"2.5.3-alpha.20230412.1":{"name":"@azure/core-lro","version":"2.5.3-alpha.20230412.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.3-alpha.20230412.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2cdbc7cd780c474c37f31eb36ce6656f32acc01e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.3-alpha.20230412.1.tgz","fileCount":38,"integrity":"sha512-RKZ2oM/HM2SEIU8nIxIUcX8c/eekuSP4BbZAap0C4pw4xaGajgHm4RiKeHAOflOSqM8LTTV9d3zZ1cGs/VUJKA==","signatures":[{"sig":"MEUCIQDZev7nqh17xBT3wwxu5lsjkzO4mYLP6Xx3j77DC9px+gIgKudJNTwCNtCCL6Pixd8Gypn7DThkDGOM/x0ezHjnKyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNvjNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1aA/+J/4MC9S9Migb+H5/I49TvoghfAUAS55vUSnKMIOsoppW1XKq\r\nryEdDL+TomhHBnPF0uru05YrvVv5SGZ2ar0L7S46581IgP028M30NKhy3n+p\r\nJZWKqKkQ1d8zIDZtgk9APrGsDeyWojAolg6Ig6B+cCsTe4XMuquv96WH3w6a\r\nobzbv2sZ4kqkwGK0gkWpeFZ3vK6yIvCmsgJtjXEvIyrQBDB9PC9MfWXVZLaO\r\nWc62WZMuOC923+uzIFSupqPZA/fg87P+1jpw83t0jIa7VR81g2nQp0QAGlHV\r\nrmwO5zhHNPEsuFwjaOuQnHtB1kHAcl2a4uDj9IhIhGulieys5opugP6EHpeA\r\n2OUfZIz4dbuh/SmuMcWrNv0LNuv+knx6cmMYGvQT+SDNhsHtvTIzw8EFx3LR\r\ninZOWm68oemkiy0vm25xjc0STR+f9plXFm4O3RE17iq67xKDMkFTmOrSYN+A\r\njvOyRGjM6Cn+ueMl4HHs7aUPJFoo6k7BiKe2hAlnWOJh23UHZP4BXkG+Xerr\r\ngePAMz5vLEnSGt5HFbpTCtL0TfWW30mglTEBRdQvIOKLdbR+Xfu4yviCLZ3r\r\n8UdGF+Jthv3DEXwnkca3X17Uq10J6XVXwnR90gt9fFVCNSf6zCiDHKQMuWtI\r\nAW05pMmzw+ylP1ldCcCwQoh1rsm1AXvz7Tc=\r\n=E12c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.3-alpha.20230412.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.3-alpha.20230412.1.tgz","_integrity":"sha512-RKZ2oM/HM2SEIU8nIxIUcX8c/eekuSP4BbZAap0C4pw4xaGajgHm4RiKeHAOflOSqM8LTTV9d3zZ1cGs/VUJKA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.3-alpha.20230412.1_1681324237101_0.047311696200409425","host":"s3://npm-registry-packages"}},"2.5.3-alpha.20230419.2":{"name":"@azure/core-lro","version":"2.5.3-alpha.20230419.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.3-alpha.20230419.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"5a32a4cbb8be3090ec64932be90096e87e37b234","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.3-alpha.20230419.2.tgz","fileCount":38,"integrity":"sha512-ZK0XiLqxilCnIZXQRgUCYYa8mVnZElWdMSmBxNuhBgOYV3w2FjrXfysBH3xBK5Rw8Jd8SAGZy+qcAOxHHqK+9w==","signatures":[{"sig":"MEUCIBP9Pq+UveOY0euIQF9wTIk3Tnss2hbl7BLlg8g6Tn5wAiEAp6h28mBZ6gHzC9/d34meMU+RDxVQ4ttDp5hH6d0VqJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQDD5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRzA/9G9yP01wLsv42DeK8/aWJidXCR+1/R9QUOtckoe524A1uJRZH\r\ngQwv8046FCksuDAratPW0I5lszrQ6rjetQ0te2HPAB2sZJT0YxcC2IlcjptF\r\nV6+FcYUFFLbXymp5aCHgWBUwx/Ma++XaSbVL1MEvjpZKeIK/BOMLCjHvNhed\r\nczPPAwG+3qtqsTat2SZ0NBmgz3520VF8b7IKkYJE3eRKZvmDFQV5RpUjPFXo\r\nFUgflOWe36F56bghIiSjWx9PM5m6eyzTw22ydnntmnycYMEQNKr6ZVDV003I\r\nROREF7Bt6xZknfAdcj/NAjlrOkqdm8S0TDqlC61eZ8eoEy/lM8WYf3U0xB9K\r\nOnIr3m7DPmNzhQY0GRWATtcnoisWCFdpMFCoZGWIs0hK7HlHJ5UEbDZQZGag\r\nBu2pBTSQrYP/ohfXWQNdNLVERyoBwdFz1OXt6qd1g8VUb9UwCUwpmItV7thw\r\nZTNjrMQRY1pLco+tybcduoxY34vggr12/LG+q1y3gLu3HLYC32XoBcyeLsv5\r\n3Pvt2Qos0QDn+1KahudNXpOHP4TVL3ZRtuGh9fITVEZu4JA9P6+aykyw37eQ\r\nkOU+ZKuLs7gKlKmu9HgBX81W2Yeshh/5muD/HfV6yaTss71QD/6wra4uJ5aB\r\nk2qZy3lnWm07bRk4fDtIcTBZd42z4gTTFLE=\r\n=eHIh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.3-alpha.20230419.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.3-alpha.20230419.2.tgz","_integrity":"sha512-ZK0XiLqxilCnIZXQRgUCYYa8mVnZElWdMSmBxNuhBgOYV3w2FjrXfysBH3xBK5Rw8Jd8SAGZy+qcAOxHHqK+9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.3-alpha.20230419.2_1681928441418_0.08870077025555867","host":"s3://npm-registry-packages"}},"2.5.3":{"name":"@azure/core-lro","version":"2.5.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"6bb74e76dd84071d319abf7025e8abffef091f91","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.3.tgz","fileCount":38,"integrity":"sha512-ubkOf2YCnVtq7KqEJQqAI8dDD5rH1M6OP5kW0KO/JQyTaxLA0N0pjFWvvaysCj9eHMNBcuuoZXhhl0ypjod2DA==","signatures":[{"sig":"MEYCIQDgyikzFr2JPNNE2yyfbr6T260UfskXMTiZ/XkTbx0kgwIhAO9HdPKnNHzH+un/W6YxRpLK6qxbC8/hdz8eMNU6s7h7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVCbvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZUg//XNuTYs7RkdcgNKshmj4s9Jmh37mGacHpHZ0lcXp60IrLof2B\r\n8iGNmSJQCmxdV30RLbjzMRf1tnbJw3TipF0Dy3qDuFQPnHzXpzcdSVn89kbq\r\nteb4c5eGWuKHt3mH+SY281Q10JFkbChMaWVz8vKovzMXCh888+FFfRUhzsGw\r\n5zWtHuzSrtO/cYHxexAzODnYWc6coFGoV/DAui9eVyFfyNVEMYojbqJp/XNv\r\ntSij9rer9lWhWcIWt7iNGPEdlb4UuTIVsWfCeo5C29R+vfI7RG780i4FHV/n\r\nJ/srlDtwHELAF2oyWU21cX0/5z8inxN7jePcHdGNVksfHMahkyvpGZ648JAw\r\nMOgCHVC3Ie+H6OxAhuWPVxkEZwR275FQCmjIv5Y4PbOVmqqkei7++YGaoFOi\r\nwHyvhb9PVUi2U9qOSQ704mHaEod6LGOczHSm2lK1iRYM5hGD4lJU+D6Prsa7\r\n0oaL56JkjKM9o9HsUBeIGAtNcGV/S4K7RfhyObJevy1yXVpMgt6CRAZ6pPtN\r\n5FfuCbtSxrHUf8p4g2JnbaYI4MVWlyN4gMmx9qW2cmY7EdOPBo5Ure7NcBLK\r\nLQ+Vng6+Hvm6EgK5B6F+5iSJrM4m0Y4wIepE4O/oTVuN3JFyuMOJeYPIpzt4\r\nzMglPJJiT1yrwOFm9etYdqgPSs5MXiecZTU=\r\n=4cYI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.3.tgz","_integrity":"sha512-ubkOf2YCnVtq7KqEJQqAI8dDD5rH1M6OP5kW0KO/JQyTaxLA0N0pjFWvvaysCj9eHMNBcuuoZXhhl0ypjod2DA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.3_1683236590830_0.5256389119656579","host":"s3://npm-registry-packages"}},"2.5.4-alpha.20230613.2":{"name":"@azure/core-lro","version":"2.5.4-alpha.20230613.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.4-alpha.20230613.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"fe1fdf5b7868836883b670129d6fe39866e3961e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.4-alpha.20230613.2.tgz","fileCount":38,"integrity":"sha512-+jInOVM8epkzmiesiav8wihqUlMYCSJ2bN3h6cKzoaxCbF2YVcghsoticDUMv/rtbpceTC8mv/ZJrXsXT9u38g==","signatures":[{"sig":"MEUCIElquSs8rXONPHivxBeJySQQNzTwOOnn7tMlulOWC+ldAiEA6cv2xV/oamMnsifcLgITQGUyrc+l41J0/88/112rIMk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315363},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.4-alpha.20230613.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.4-alpha.20230613.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-+jInOVM8epkzmiesiav8wihqUlMYCSJ2bN3h6cKzoaxCbF2YVcghsoticDUMv/rtbpceTC8mv/ZJrXsXT9u38g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.4-alpha.20230613.2_1686680316929_0.8486779314318738","host":"s3://npm-registry-packages"}},"2.5.4-alpha.20230721.1":{"name":"@azure/core-lro","version":"2.5.4-alpha.20230721.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.4-alpha.20230721.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0d6a6157b99b654a1a7ceebe5f70f72d33537645","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.4-alpha.20230721.1.tgz","fileCount":38,"integrity":"sha512-g4XsaoHbozMs+PZrk67TwCaEr6Gw8m+6JGkD9opP78wec46qLvO9gURB4Pa3HWx70DVaFHCsBqmNWU94gsfocA==","signatures":[{"sig":"MEUCIQDfB2y6p1si3LK/U4TGT/C9nqcPOVah96Ow9ktyJS1KmgIgaMahAHM+k3Yj3jsSGvb28AMVIgHymNcoCX+mnjUTWxo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316185},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.4-alpha.20230721.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.4-alpha.20230721.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-g4XsaoHbozMs+PZrk67TwCaEr6Gw8m+6JGkD9opP78wec46qLvO9gURB4Pa3HWx70DVaFHCsBqmNWU94gsfocA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.4-alpha.20230721.1_1689963498509_0.4566277933706766","host":"s3://npm-registry-packages"}},"2.5.4":{"name":"@azure/core-lro","version":"2.5.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"b21e2bcb8bd9a8a652ff85b61adeea51a8055f90","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.4.tgz","fileCount":38,"integrity":"sha512-3GJiMVH7/10bulzOKGrrLeG/uCBH/9VtxqaMcB9lIqAeamI/xYQSHJL/KcsLDuH+yTjYpro/u6D/MuRe4dN70Q==","signatures":[{"sig":"MEUCIQD6QthqN2h5x+F+gP4FzvAkWvTW9dGzbXl5mLPaJnVg7AIgHi3ImfpR1OgiZtc5u3Q0omBOa3pugtlX+d1bL65fUbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316108},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\":\\\"commonjs\\\"}\" nyc mocha -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace  --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-3GJiMVH7/10bulzOKGrrLeG/uCBH/9VtxqaMcB9lIqAeamI/xYQSHJL/KcsLDuH+yTjYpro/u6D/MuRe4dN70Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.4_1690238374207_0.9029236785022072","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20230904.1":{"name":"@azure/core-lro","version":"2.5.5-alpha.20230904.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20230904.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"c3946b47dadb1e0fdd7a3fe7dabcc1a1dde676f5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20230904.1.tgz","fileCount":38,"integrity":"sha512-kuswl04efsZqL7Kioky6do2sIzz3hUd4WFgbgPlqMeB8T406RnRrzTeRYhtZqIvR/bOzdwtq+9oravsQ7zEYDw==","signatures":[{"sig":"MEUCIQCYUiIbq/VQK89wJq6t2y/8adDZyaKy9RMIOoteGp/VvAIgM64wCLxFhXlcv1i4rAcXKeLRxJEeGu2N3X0DFRSKzHg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315965},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20230904.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20230904.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-kuswl04efsZqL7Kioky6do2sIzz3hUd4WFgbgPlqMeB8T406RnRrzTeRYhtZqIvR/bOzdwtq+9oravsQ7zEYDw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^7.1.1","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20230904.1_1693851193083_0.08338851362225852","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20230925.3":{"name":"@azure/core-lro","version":"2.5.5-alpha.20230925.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20230925.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"ec979240463e792c4dd28b3252a9f2878ceb07f1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20230925.3.tgz","fileCount":38,"integrity":"sha512-WmNYQDQXg2XVqu5CRwVkdlAVpOyVZJL1cXGTbgaqg5pq+eMLfsrpgSa00e+L29NQunreyBAOle4Ggu1/YOzBIA==","signatures":[{"sig":"MEUCIQC0HUGpf2c3D3iuhbCmkgBkrvww2cc8IZYz8Sgb8wgb5QIgeb4UKXlYN0ELd/EH3ETLtJgFHp9LdbJuc7NYymFlpIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":315967},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20230925.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20230925.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-WmNYQDQXg2XVqu5CRwVkdlAVpOyVZJL1cXGTbgaqg5pq+eMLfsrpgSa00e+L29NQunreyBAOle4Ggu1/YOzBIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20230925.3_1695667965834_0.2720683945393554","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231002.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231002.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231002.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"fc972409b2838c887bcec4d96b74c9470a885991","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231002.2.tgz","fileCount":38,"integrity":"sha512-ejAbfPlWYqPzyXZSnhKiE2+AIPExzgH9MIHHgax3bEUOe9+PcXeviSlilJFUdeWO/rKeFKTRw6SBdQcFpAhGPg==","signatures":[{"sig":"MEUCIAY8CPqVjV5oKMOY31NiSjUFKsDl4tgtHVNQegTISkY9AiEAzVhzF02yj39WdqT/PsYu4E3/fuoHM0e327qMn6811nE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316181},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231002.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231002.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ejAbfPlWYqPzyXZSnhKiE2+AIPExzgH9MIHHgax3bEUOe9+PcXeviSlilJFUdeWO/rKeFKTRw6SBdQcFpAhGPg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231002.2_1696270690906_0.42501764808326103","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231010.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231010.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231010.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"de9dd221050615aaa323039b0bcd8eee854329b1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231010.2.tgz","fileCount":38,"integrity":"sha512-s2+lALGF9Xomfdlrq6rMKEjkPIjLWdR4TmwkuhvuBic+DUT3AX5s3WSyY9Ex0HW1wonOdta9gDqWi5o1OFi+LQ==","signatures":[{"sig":"MEYCIQD47+7ybhjZBuED3uFZZhlaxOJD2gSfBRXZ9m0KRYDZqgIhAJ5pkB/4i7vfPmr3vWS+mP3RjlIOn4J6ALdg3AVQBsnw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316181},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231010.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231010.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-s2+lALGF9Xomfdlrq6rMKEjkPIjLWdR4TmwkuhvuBic+DUT3AX5s3WSyY9Ex0HW1wonOdta9gDqWi5o1OFi+LQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231010.2_1696961938758_0.5621311020975193","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231024.1":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231024.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"8a33f485a6e82cf7694140459a160601f188af28","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231024.1.tgz","fileCount":38,"integrity":"sha512-gUPHzayV3Ky3Ec1PtrWKDfCuvMgnjGK1og1fDTIGwka/jSKF1YZWa1e7SPxDTaLR2ZJk7Z/Uwv2VRQcdwaus8w==","signatures":[{"sig":"MEQCICRaBkov3jyxnge9D5j0fYBEtgg0ff5f+5qfDQL8bMLYAiBvJMj/4cTyTvPfsq2+nXxpPu9z30VpqlCAZweVf3Ig9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316179},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231024.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231024.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-gUPHzayV3Ky3Ec1PtrWKDfCuvMgnjGK1og1fDTIGwka/jSKF1YZWa1e7SPxDTaLR2ZJk7Z/Uwv2VRQcdwaus8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231024.1_1698171385919_0.20370238379604033","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231031.3":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231031.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231031.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"66eb3d3c8e1519ae0f49a66f124239eb2885ac7a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231031.3.tgz","fileCount":38,"integrity":"sha512-iulmNwhdCYDEcf0FR9t3EtGrmO1JeUgBhS3HcHxdUH1umJF9moazjetpJt71b0u67g1VyAnTegqVU0x478eabA==","signatures":[{"sig":"MEQCIB9FdD5EHLdjkyvhNyNz2vKpYimUI5sXMpX+qAeMIvQxAiARhVQAyALyk9BSrNJkS+xPCCVezyXqhEvt2b3HQlaGoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316179},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231031.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231031.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-iulmNwhdCYDEcf0FR9t3EtGrmO1JeUgBhS3HcHxdUH1umJF9moazjetpJt71b0u67g1VyAnTegqVU0x478eabA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231031.3_1698776210715_0.048687273993054614","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231107.1":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231107.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"17b6b489a4315296273a18aada180009409d9f96","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231107.1.tgz","fileCount":38,"integrity":"sha512-I0e7JRSmHi/oFySuRtMXFDfhviwv+iy80GKvXmgtllb8bnw4Yr3o09uT0Ict8lZCWgWi8TS5yG2FlFVhJ6lPbQ==","signatures":[{"sig":"MEYCIQDfgUdtZ8nrAmLuAF8MIFqQ3t0ZaMB5pPJ7E0/7JbYAGQIhAJyCBEbeBYfJQoU98yOu2DwVG2EdovzJpXrL75lPIqf+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316245},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231107.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231107.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-I0e7JRSmHi/oFySuRtMXFDfhviwv+iy80GKvXmgtllb8bnw4Yr3o09uT0Ict8lZCWgWi8TS5yG2FlFVhJ6lPbQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231107.1_1699384806105_0.9669252852160504","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231122.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231122.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231122.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"17c372a2f220dba7a9d8a12d96f1e4005c0f3ad3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231122.2.tgz","fileCount":38,"integrity":"sha512-f+A6qbShz+Tis2Spre9y7Tc67PX1hzpgtCgnZ/g191qv1lZJrMv3iR5I6zsCIjJBBeNJZR+nGbp4TpUa3pg91Q==","signatures":[{"sig":"MEYCIQCs3L5O9oAU7YeesqIcs8NEZMbbgw/yotn0e8/YWNubewIhAOVhnHkV9/vrjZjkC8Tq3ItTCVFMHbebaN6mbAhxSMYC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":317319},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231122.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231122.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-f+A6qbShz+Tis2Spre9y7Tc67PX1hzpgtCgnZ/g191qv1lZJrMv3iR5I6zsCIjJBBeNJZR+nGbp4TpUa3pg91Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231122.2_1700680440931_0.9683813079676535","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231122.5":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231122.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231122.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"1848af4549c4b593b2f0986c009cee4cb7daafdb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231122.5.tgz","fileCount":38,"integrity":"sha512-ThFlI4a5gBXixo8VBRNyZ35snKEjRR/kKyQuglQCNwNEbIxMeO0gNA4ixO/enEenU9M8ERcYvTkq6Uy52NfUuA==","signatures":[{"sig":"MEYCIQCMBSCCBxMgyjCawqY3dKBxLcHIKylWqWICctJwbSHzcAIhAOs3EedNByKMwVcH9tSu1r5NgOOvtdoTwRAdYKxciKLy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316245},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231122.5.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231122.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ThFlI4a5gBXixo8VBRNyZ35snKEjRR/kKyQuglQCNwNEbIxMeO0gNA4ixO/enEenU9M8ERcYvTkq6Uy52NfUuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231122.5_1700694419879_0.18313799778649908","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231123.1":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231123.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"f5c430f5420aea90cd2508b242639ef7d0477392","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231123.1.tgz","fileCount":38,"integrity":"sha512-pVOQdUE+z3B4dQyOlq3E7UvQ5s+QWTphiNillwpxAkq6DPr0fS1VPWTRlyq2KVOmqzhJMnxDJGPBQEyDdL0l1A==","signatures":[{"sig":"MEQCIHbz6jerrXqXj0OZflZ5D3t7tiVIIcF22vCl/Kxn5wdXAiB1AFz5TU+F9HOsv+kc7k4khd+Ka19jIOVEbyqOJqAQ0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":317410},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231123.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231123.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-pVOQdUE+z3B4dQyOlq3E7UvQ5s+QWTphiNillwpxAkq6DPr0fS1VPWTRlyq2KVOmqzhJMnxDJGPBQEyDdL0l1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231123.1_1700767071152_0.8042205979691455","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231128.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231128.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231128.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"33056dbc6259aec7d325e9905ebbefd3f59e8235","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231128.2.tgz","fileCount":38,"integrity":"sha512-NkH7xb983efYmrTftnUor5dRnx0f72xOkMEp1XeLTyFH1A0KbljNTFvsV9XtiEZt0YbHgIWqvRBXKep0/pJekA==","signatures":[{"sig":"MEUCIQDXieB0kbtDK6iDcCkssSMy7YvMo73MgrNPC08WXDFqNAIgJmFVqdRXmAMgD54TpPDePzhyTX3JKhSsmgDK0wSUXEU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":316245},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231128.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231128.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-NkH7xb983efYmrTftnUor5dRnx0f72xOkMEp1XeLTyFH1A0KbljNTFvsV9XtiEZt0YbHgIWqvRBXKep0/pJekA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231128.2_1701199332054_0.5897782214908913","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231129.4":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231129.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231129.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"e4835b3db6b3d7859ce8f8a89697df2969ce62c8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231129.4.tgz","fileCount":38,"integrity":"sha512-5NuVRg8IPqq7DwXUJoWzDKWiS4PYqD5OVE+qAH4Wq0H/BL6xuBQD+0XYw5AXT5x0FiV35zOhO66ij4qmt5eAuw==","signatures":[{"sig":"MEQCIFUyFkry7JnMO+FqnlQg4GDLt9QG72Ib886fOBX93NXXAiAU4ZvJWsKTlTYqY+gxNBcMQztk4nj+aV3+N5YsPrMnnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":317410},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231129.4.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231129.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-5NuVRg8IPqq7DwXUJoWzDKWiS4PYqD5OVE+qAH4Wq0H/BL6xuBQD+0XYw5AXT5x0FiV35zOhO66ij4qmt5eAuw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^1.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231129.4_1701285676870_0.11113175297832312","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231205.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231205.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231205.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"7ff4b050073d3669dad054e14847dba0da13264e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231205.2.tgz","fileCount":38,"integrity":"sha512-Go5uX9wfTpfW5TvJ2GaPhVxjtR130Dm2mIXnhgq05gRpF5uhZCFHxxZbHmhppAfhZ3jvhHVt79ITsv3z2GOZ4w==","signatures":[{"sig":"MEUCIQD63cPEn1klrbqq5DMVRvanSJW4d3Dg0IMVK4UQN/1j7AIgFlNM/mIyfQWOTMD6vF34uTBfM5WSt3nEiXTHH/miBoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320222},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231205.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231205.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Go5uX9wfTpfW5TvJ2GaPhVxjtR130Dm2mIXnhgq05gRpF5uhZCFHxxZbHmhppAfhZ3jvhHVt79ITsv3z2GOZ4w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":">=2.0.0-alpha <2.0.0-alphb"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231205.2_1701803736773_0.17624788272184855","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231206.3":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231206.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231206.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"34706a3e7f08b651791a8ce47d4165049cf9bd3f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231206.3.tgz","fileCount":38,"integrity":"sha512-DupcmYQWmnOZxpPmKGDDhFzeegf0iU7lTUN2KgR3uh4E1jfqy7y/mLa17mSoJC15XA03adI11J8X06bLt91XjA==","signatures":[{"sig":"MEYCIQCNfHtGNuqhxf3NnIbgttfZGvWnjPOu0bbOPdSZIk3EmgIhAJn5YpXSHWdz4bTkmTJ5ehLD1WLvC0CQBOOx3kcGjfX0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320184},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231206.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","audit":"node ../../../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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231206.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-DupcmYQWmnOZxpPmKGDDhFzeegf0iU7lTUN2KgR3uh4E1jfqy7y/mLa17mSoJC15XA03adI11J8X06bLt91XjA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":">=2.0.0-alpha <2.0.0-alphb"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231206.3_1701890095170_0.6200155191849139","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20231213.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20231213.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20231213.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"142ef9768e6d1e80efe81f5a8f868a602fcd3b54","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20231213.2.tgz","fileCount":38,"integrity":"sha512-O5CLKo3A54AiYsjuBRLOWgxUG/eLeP3Q1CbdxMofsN8tvLcrudb2A7+FEFhhgYtFmW7dcX/SdiUrO7hzBfXODw==","signatures":[{"sig":"MEQCIA2a/WPb5S52VW0uEN1MBjrvmY+4ePxOCSyFHrBPGcfZAiBWuxmeg949MNMFDkSUZTCk1Gx0iTulAPIJZkQeQuPdnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320037},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231213.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20231213.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-O5CLKo3A54AiYsjuBRLOWgxUG/eLeP3Q1CbdxMofsN8tvLcrudb2A7+FEFhhgYtFmW7dcX/SdiUrO7hzBfXODw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":">=2.0.0-alpha <2.0.0-alphb"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20231213.2_1702494848697_0.3506635074847011","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20240101.1":{"name":"@azure/core-lro","version":"2.5.5-alpha.20240101.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20240101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"a694bb55ea6acceadb5fb166ff1971b54c5918a3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20240101.1.tgz","fileCount":38,"integrity":"sha512-/ktqlJhO8PO4NdMfbKw19dMc2tO4QmAvAJDpF5MKVtY83/SUoz8pNbQcii+mPHyVA8BY1i26jZeFOb8hlrwi8Q==","signatures":[{"sig":"MEUCIEJrtNm3AFsu/aetYkAqp9E58XH5Ob7bIISF8bpQT+lTAiEAvKsQirif/8guMkVwbBVIJ6Kr+4c5tZHsQYKf6lLSpi8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320113},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20240101.1.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20240101.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-/ktqlJhO8PO4NdMfbKw19dMc2tO4QmAvAJDpF5MKVtY83/SUoz8pNbQcii+mPHyVA8BY1i26jZeFOb8hlrwi8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":">=2.0.0-alpha <2.0.0-alphb"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20240101.1_1704137068308_0.2390844172135005","host":"s3://npm-registry-packages"}},"2.5.5-alpha.20240108.2":{"name":"@azure/core-lro","version":"2.5.5-alpha.20240108.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.5.5-alpha.20240108.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"0847e0107b08c42a48152ee775de89565f4373c4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.5-alpha.20240108.2.tgz","fileCount":38,"integrity":"sha512-OlPW0khyykNs33UwKHb1NCBZ1V9kWak0BgN45zfubwJIoprMfi9YP8gT4LenhwKEUZDOuFQpFxMtghkXbjZB+w==","signatures":[{"sig":"MEUCIQCswIl67Rq8WbIm9EBTYoX0SR0a/qO4M/TYG3R6/T8rBgIgF6AatqN9hNLsFGJkoei2/QBoPWzTjrvGgVN15uM2DLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320093},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20240108.2.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.5.5-alpha.20240108.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-OlPW0khyykNs33UwKHb1NCBZ1V9kWak0BgN45zfubwJIoprMfi9YP8gT4LenhwKEUZDOuFQpFxMtghkXbjZB+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.5.5-alpha.20240108.2_1704740979349_0.006774407744206901","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"@azure/core-lro","version":"2.6.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"7e8b6067991e874511a0667140ae415065f7163c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.0.tgz","fileCount":38,"integrity":"sha512-PyRNcaIOfMgoUC01/24NoG+k8O81VrKxYARnDlo+Q2xji0/0/j2nIt8BwQh294pb1c5QnXTDPbNR4KzoDKXEoQ==","signatures":[{"sig":"MEYCIQDL6Ryz+ohAEwUlDhtdkoimyh7vXw9E+Ji+/2yRj83JbwIhAI/DWyOqWXAsXNtaVLbMaJ14cQydLcsVYIyZ7vpJytGs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320427},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.0.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-PyRNcaIOfMgoUC01/24NoG+k8O81VrKxYARnDlo+Q2xji0/0/j2nIt8BwQh294pb1c5QnXTDPbNR4KzoDKXEoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@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","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.0_1706836251092_0.8875009982256634","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240202.3":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240202.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240202.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"nyc":{"all":true,"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"extension":[".ts"]},"dist":{"shasum":"2ec5b44a8baac9ca3733f37d982155fa930724f4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240202.3.tgz","fileCount":38,"integrity":"sha512-9eqMshAgQwVTb+1LoIqv9iVqClnPMAAaPtnvvmhgbbRz9/uNuQhQhGeWem0YQ82A648kbP3dT/s53XL0HRLDrA==","signatures":[{"sig":"MEYCIQCp1DSAtLa8Kbp9fIEQ0EJm1sCPra5zWErCsgEKcSmVNgIhALBThInqxizLC6humfGD+oKiA+Hs8umauQTTaP1N7L4M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320504},"main":"./dist/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240202.3.tgz","types":"./types/core-lro.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240202.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-9eqMshAgQwVTb+1LoIqv9iVqClnPMAAaPtnvvmhgbbRz9/uNuQhQhGeWem0YQ82A648kbP3dT/s53XL0HRLDrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","karma":"^6.2.0","mocha":"^10.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@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/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","@microsoft/api-extractor":"^7.31.1","@azure/core-rest-pipeline":"^1.1.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240202.3_1706901088836_0.6984443228836368","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240223.2":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240223.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240223.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"715634f4de245322feb937a0eb1bfd8454d30b38","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240223.2.tgz","fileCount":316,"integrity":"sha512-IvEF37DA7/8fyygYaTp6qYtTIqwIjOQsTTcjVgn596wm4LJ1Z4jK215p5CgQ2UuckmPyErCaf07u3c2UruQuJw==","signatures":[{"sig":"MEYCIQD6m6DLEI5LmdxlhHeX0yDfStXOLb8XaXtO9Rn7D4dPcAIhAI7uT5u7zk6okhjATv4KpEbCfuMA2Oh9NMGCZLEv0zxL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1306192},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240223.2.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240223.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-IvEF37DA7/8fyygYaTp6qYtTIqwIjOQsTTcjVgn596wm4LJ1Z4jK215p5CgQ2UuckmPyErCaf07u3c2UruQuJw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240223.2_1708716036171_0.5825912469147603","host":"s3://npm-registry-packages"}},"3.0.0-beta.1":{"name":"@azure/core-lro","version":"3.0.0-beta.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a2ce8560bc7aa558918d7e63c21adf5494d26b47","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-beta.1.tgz","fileCount":197,"integrity":"sha512-KbkVHWhLnlDQRtIZGCPQFB6y2xgeL7p5iICRYTCDjHBpWX9W/I3HkkvbvK4SordNsKwWbLKfPLrOJKJdsJocEQ==","signatures":[{"sig":"MEUCICOMNEyEaSb32zJt09HeiY0T2Mc89iHzXVV73tsoaMhsAiEAq7xn5sHom5j3rGq1+x2rIgkwcgPTk8qR1WJQaWJcWSw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848883},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-3.0.0-beta.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-3.0.0-beta.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-KbkVHWhLnlDQRtIZGCPQFB6y2xgeL7p5iICRYTCDjHBpWX9W/I3HkkvbvK4SordNsKwWbLKfPLrOJKJdsJocEQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-beta.1_1708915735659_0.6056442421249586","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240226.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240226.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4dc6a85f8d6adddfdf01387cfa1ba8d45937fac7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240226.1.tgz","fileCount":316,"integrity":"sha512-rQNiRIRSIJy2NNmaMRALA477WixTOha5OABPV2vpXNiLykHudVdpst320KTjyvYpR0Vu3fhFbJ2rbY00q6YJcg==","signatures":[{"sig":"MEYCIQCBiTWHQDjIh5+oszZkWfU6odLL6UpMlNW+gYAEQw5mBwIhAN2DtRthLyAgJRkPNNsny1SYdonKJngTqkXt3upgQDOi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296710},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240226.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240226.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-rQNiRIRSIJy2NNmaMRALA477WixTOha5OABPV2vpXNiLykHudVdpst320KTjyvYpR0Vu3fhFbJ2rbY00q6YJcg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240226.1_1708975477208_0.03063694086273605","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240226.9":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240226.9","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240226.9","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"916bb36b8818a5d1f91a0751a8803bfdfcf8bc37","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240226.9.tgz","fileCount":316,"integrity":"sha512-g62GjJYG5yLZvu07/10W6g4eSwASfwrwts98c8CFnBGwhDYXA9HQiAMYJC9YW2MxOFTgiL5G+Y5x2Fm9TPRf/Q==","signatures":[{"sig":"MEUCIH674jcGSpUW/9ZyWe55gMSiafhoRaFkcf/IYsAKo5iCAiEA8JGkVi4eToN4zO5xZqZBc4K1jL84k0ZV4Y5yoXsPSYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296595},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240226.9.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240226.9.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-g62GjJYG5yLZvu07/10W6g4eSwASfwrwts98c8CFnBGwhDYXA9HQiAMYJC9YW2MxOFTgiL5G+Y5x2Fm9TPRf/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240226.9_1709009565019_0.35306112586187344","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240227.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240227.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3dfd6eab6203c18c319c4c316cd22f3f494276c4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240227.1.tgz","fileCount":316,"integrity":"sha512-Vor0u76fSEMo30TDkgt/ftkVwpJVKg9uuZTkbNCmqT4uuo51gsNB6J1RrFauP84nUYIIJjfzi64uBzoWNRD/vQ==","signatures":[{"sig":"MEQCIF8rSA0+j8BikaGaePO2EHar2g10u+IVEihDJBjqHAl0AiA+0cL9ytR2vXmD9m3oezQzhmYgVK1zNWAaQpqpwJI5SQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296594},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240227.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored 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]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240227.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Vor0u76fSEMo30TDkgt/ftkVwpJVKg9uuZTkbNCmqT4uuo51gsNB6J1RrFauP84nUYIIJjfzi64uBzoWNRD/vQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240227.1_1709061614249_0.869585991318","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240228.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240228.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"004ba5fc2686573a8f58f1c1ed15873a4b2f4ae9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240228.1.tgz","fileCount":316,"integrity":"sha512-3JvCRppvfTeFhgYSKjgSFlr/lMsUXvNGG2Jl4msFOEjmIFLBtpYD7mvBeeoDBmAP+OCvMsEgu5Aslo8zkB2A9g==","signatures":[{"sig":"MEUCICqRr1268psuCDov+wW0iXfrix1M/NqBj7OL/DS8KxatAiEAwfasoOlR3G7cEjZE5GyM+9Ey1LCw8g/nAmTYac2+Hw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296712},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240228.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240228.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-3JvCRppvfTeFhgYSKjgSFlr/lMsUXvNGG2Jl4msFOEjmIFLBtpYD7mvBeeoDBmAP+OCvMsEgu5Aslo8zkB2A9g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240228.1_1709148282487_0.3941710897800679","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240229.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240229.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"817a90d7a92850110b6dcbf75a1d4b8722020396","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240229.1.tgz","fileCount":316,"integrity":"sha512-rkYXj4igChjNq4dfZJfXrjgXmH/39Eiez9w4Qejaj5gYpiLPnEJRMohrjRJ1XGkBwOZdQoxT+4wOPFk3Ho3sdA==","signatures":[{"sig":"MEUCIQCzHVTqQybUp6TtUoysiS6WC0VWQ7kgEXoW/cA6W81UQgIgKzZMJr4JWGJmh6rYWvN9aqtEsFTSzqKPBfkH67bLKe0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296711},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240229.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240229.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-rkYXj4igChjNq4dfZJfXrjgXmH/39Eiez9w4Qejaj5gYpiLPnEJRMohrjRJ1XGkBwOZdQoxT+4wOPFk3Ho3sdA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240229.1_1709234696127_0.9954097774754445","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240301.2":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240301.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240301.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1b96735e6a9f97a3cdf61f3089befa0e626071d5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240301.2.tgz","fileCount":316,"integrity":"sha512-mS0aTFL+Yib+AWq8YcrpbxNSR2Qt2SNJ+T3HCmpNPWzH9b/tWSbflHqEeLfxZrmLfjIlf2chQBq2hbocRfOHmQ==","signatures":[{"sig":"MEUCIQC+hX211hMPtv5awxr/gCVE950Ce8CqEQJ84wwq2JcNDwIgOqekggeJcXf8Eg+ZxNnr5AtIDOGDviyxOCHR8p2dpLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296711},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240301.2.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240301.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-mS0aTFL+Yib+AWq8YcrpbxNSR2Qt2SNJ+T3HCmpNPWzH9b/tWSbflHqEeLfxZrmLfjIlf2chQBq2hbocRfOHmQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240301.2_1709320995189_0.42144547930568965","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240304.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240304.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e72a3594b92bcfbcae493695d94362629757c0e1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240304.1.tgz","fileCount":316,"integrity":"sha512-ZZmxHNlOcO4mXny6qbj543L+xJfu2ZGNisB20gCkM7LNo0Unn+s3+/Z751Oqriu7TgYHBFxvGqfm2JbVqB0F0g==","signatures":[{"sig":"MEYCIQDpnPwINfGg9Xyel7ljoNybPZrydlzAW8tLAyESqIH/IQIhAIFDvB5PVTp2X5uFuaUogodoSRYjBmDuhmCFg31K7Kzp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296706},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240304.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240304.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ZZmxHNlOcO4mXny6qbj543L+xJfu2ZGNisB20gCkM7LNo0Unn+s3+/Z751Oqriu7TgYHBFxvGqfm2JbVqB0F0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240304.1_1709580236371_0.27731575546106213","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240306.2":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240306.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240306.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"96cc30ba6a3a31338293b67887673228f0810ef6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240306.2.tgz","fileCount":316,"integrity":"sha512-UKONmiY4VEbE2hGdAtJZhs/MEbPxkUGCur04XzpY+nefjagNQKE52f9xWcfkb+dxabh/GLFE5qgvORHyXHZGTA==","signatures":[{"sig":"MEYCIQD5AlljMm1agYK3ivqBA3vPl4CIsv4wrCC0hAVw0pIIaQIhAJ94CQ9TqRjhr+od23Kps0kLxSxZPWviBNskfSLtK8iq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296713},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240306.2.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240306.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-UKONmiY4VEbE2hGdAtJZhs/MEbPxkUGCur04XzpY+nefjagNQKE52f9xWcfkb+dxabh/GLFE5qgvORHyXHZGTA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240306.2_1709752849446_0.2631212655399886","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240307.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240307.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dd9a45f614c5e030927d559fa237916fe17dae08","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240307.1.tgz","fileCount":316,"integrity":"sha512-aeeQEYmcA54rVvMWfC74g5oK8ssm+kr/WPzKQO0V6WSrMeictAYPZ9bCvfctam8XmCVzDcMA/HxbACFf8np6ug==","signatures":[{"sig":"MEUCICwjYEHzUrahIgetAsoZCtQ4/PM4b0GOKmD7++eWlG0VAiEA87/3NEKuD89pbW4A4SR1/syDLwOVERg8c3FTGFXJ+rk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296712},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240307.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240307.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-aeeQEYmcA54rVvMWfC74g5oK8ssm+kr/WPzKQO0V6WSrMeictAYPZ9bCvfctam8XmCVzDcMA/HxbACFf8np6ug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240307.1_1709839450227_0.6414790890688495","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240308.1":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240308.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240308.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"08e1cf280fb7c1bf90f61ded6a090a10a32f7f11","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240308.1.tgz","fileCount":316,"integrity":"sha512-McLslbSomo6F6FlFVAX9ngzT0hzoqymPzIsmyldcIDOzL/GTwepyGTU4/eozKJ2TBbe4COw1jkJj0Gor+MORrA==","signatures":[{"sig":"MEQCICvZC4jhTWYR859oPpcg0DIKtxFKEMTwtWjJ9ZLimMn8AiBhOBFgarfreEMD6in7dsWOQfDUJ+eERsVG2MYE1+Pdtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1296711},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240308.1.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240308.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-McLslbSomo6F6FlFVAX9ngzT0hzoqymPzIsmyldcIDOzL/GTwepyGTU4/eozKJ2TBbe4COw1jkJj0Gor+MORrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240308.1_1709925901853_0.21863823538419802","host":"s3://npm-registry-packages"}},"2.6.1-alpha.20240311.3":{"name":"@azure/core-lro","version":"2.6.1-alpha.20240311.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.6.1-alpha.20240311.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"730930e4e6d24209e32296fa3774ca1a0abe08f5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.6.1-alpha.20240311.3.tgz","fileCount":312,"integrity":"sha512-iUr3YFPPoKtFlR7YmMGYKzdtv//SIsyLLrLi2OX0SfysiCfVO7uE47h9IFdhZYnKIP519cjxBmcYvnndsPIzbg==","signatures":[{"sig":"MEQCICuO1OrMup9GTM/9yDUjo/QNO39hb68+y4K7bXhdRKFgAiBRdl3AD9t9IZBsOPVGKVxu9ZBNtc3PK1/R9yrLNO9sGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1294581},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240311.3.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.6.1-alpha.20240311.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-iUr3YFPPoKtFlR7YmMGYKzdtv//SIsyLLrLi2OX0SfysiCfVO7uE47h9IFdhZYnKIP519cjxBmcYvnndsPIzbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.6.1-alpha.20240311.3_1710182193161_0.8050816680723498","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"@azure/core-lro","version":"2.7.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.7.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d6a34846c88c507832d1bf314e2393c1a98dfb11","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.0.tgz","fileCount":265,"integrity":"sha512-oj7d8vWEvOREIByH1+BnoiFwszzdE7OXUEd6UTv+cmx5HvjBBlkVezm3uZgpXWaxDj5ATL/k89+UMeGx1Ou9TQ==","signatures":[{"sig":"MEYCIQCArBBseHZjw6PFvZA/Nq0Zn87aGuGy9uMgTAWL0aRkfgIhAKwisnoBTd+jnNxu4FPrA8wguNUWeJmx5KV8ZzNWA5lb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885809},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.0.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-oj7d8vWEvOREIByH1+BnoiFwszzdE7OXUEd6UTv+cmx5HvjBBlkVezm3uZgpXWaxDj5ATL/k89+UMeGx1Ou9TQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.0_1710438778241_0.2818513631284325","host":"s3://npm-registry-packages"}},"2.7.0-alpha.20240314.2":{"name":"@azure/core-lro","version":"2.7.0-alpha.20240314.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.7.0-alpha.20240314.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b82e6c12f6d2e086ba78e84ab8c1459e834dc696","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.0-alpha.20240314.2.tgz","fileCount":265,"integrity":"sha512-0f/7NkwEM9LJJuHoKsr8InJOLGjKOWBXHMk9Z6opSwtMfzy9a9Ec6YkepRoNrJWyYBwuy6z1awx/5n+ulRqquw==","signatures":[{"sig":"MEYCIQDgWmeusoJ8MWXSgoqLEgA+Fzk0U7f7T0sWUy9Sujk2QQIhAPIHr5YFmv20vahxtGqgBnSWlwha0HdJ0ELBSQzDJDPf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885866},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.0-alpha.20240314.2.tgz","types":"./dist/commonjs/index.d.ts","browser":{"os":false,"process":false},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.0-alpha.20240314.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0f/7NkwEM9LJJuHoKsr8InJOLGjKOWBXHMk9Z6opSwtMfzy9a9Ec6YkepRoNrJWyYBwuy6z1awx/5n+ulRqquw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.0-alpha.20240314.2_1710440432842_0.8658976137579377","host":"s3://npm-registry-packages"}},"2.7.1-alpha.20240320.4":{"name":"@azure/core-lro","version":"2.7.1-alpha.20240320.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.7.1-alpha.20240320.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9d1a7e3577ae948607370aea72fd7de0c68088c7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.1-alpha.20240320.4.tgz","fileCount":265,"integrity":"sha512-ys9olFM7TIWZEBD3v8OymEXT6PsM0fgGXIYtEJxYQIpKmP9VofLMaUUsst8isn+s9HzCYZ2PQxKi8k5CW8Li3A==","signatures":[{"sig":"MEQCIEPMr2W+EPWcnpsXjTtBNe4u++ZskY0FZEB5LFpFoz4kAiBQF1Mwhms4eot2mIxJcg2u2HHcMC5JfeIRo7gA6zx7hw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885848},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.1-alpha.20240320.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.1-alpha.20240320.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ys9olFM7TIWZEBD3v8OymEXT6PsM0fgGXIYtEJxYQIpKmP9VofLMaUUsst8isn+s9HzCYZ2PQxKi8k5CW8Li3A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.1-alpha.20240320.4_1710958951097_0.18606081545483044","host":"s3://npm-registry-packages"}},"2.7.1":{"name":"@azure/core-lro","version":"2.7.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.7.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a110ba4a57094de4b2fa37283de5f2c7f487e1f9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.1.tgz","fileCount":265,"integrity":"sha512-kXSlrNHOCTVZMxpXNRqzgh9/j4cnNXU5Hf2YjMyjddRhCXFiFRzmNaqwN+XO9rGTsCOIaaG7M67zZdyliXZG9g==","signatures":[{"sig":"MEQCIA77hcqELh8p1Tp9k2SjBTsAKcW381CufEdTfpyHUm3lAiArWujU+oguGex84IU9/oojS1xybRmbP9yBXOKHK7H9dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885791},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-kXSlrNHOCTVZMxpXNRqzgh9/j4cnNXU5Hf2YjMyjddRhCXFiFRzmNaqwN+XO9rGTsCOIaaG7M67zZdyliXZG9g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.1_1710970588031_0.630711791627502","host":"s3://npm-registry-packages"}},"2.7.2-alpha.20240322.2":{"name":"@azure/core-lro","version":"2.7.2-alpha.20240322.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.7.2-alpha.20240322.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"032fe91291deb9e590b928e5355996fb1a18725f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2-alpha.20240322.2.tgz","fileCount":265,"integrity":"sha512-D19lfRGCM03ae5O118t8TlhJp8mAzDl1FEHSHDftYTFbn/uzUrYsVGziNQReOW1CfGGUXg4ZwXU3st3dR2/Mzw==","signatures":[{"sig":"MEQCIG/d2SRg3GbqVlaflSpjgy216UJXeoMaQFmZZYej7zL7AiBWdq+4aIYmV95oCQ0/DxuRs+vXtwQiwsj7ON54l8g1gA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885848},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.2-alpha.20240322.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.2-alpha.20240322.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-D19lfRGCM03ae5O118t8TlhJp8mAzDl1FEHSHDftYTFbn/uzUrYsVGziNQReOW1CfGGUXg4ZwXU3st3dR2/Mzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.11.1","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.2-alpha.20240322.2_1711131861787_0.26447152334949875","host":"s3://npm-registry-packages"}},"2.7.2-alpha.20240329.3":{"name":"@azure/core-lro","version":"2.7.2-alpha.20240329.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@2.7.2-alpha.20240329.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7d7a3aba8687aff613e775cb5275b7612863a364","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2-alpha.20240329.3.tgz","fileCount":265,"integrity":"sha512-e21wcKH4g+60BZnqt6xPaaEPkBraTnbSTzfNsuP8wlklVf1TkGc9H/RuwaaWj3yZftU2l8q0lO4+wIpnJTNAwg==","signatures":[{"sig":"MEQCIDmGOsk8hH4JU8QQKEypd+WbyHw8OgyCS4Ia2CATZWOGAiAkfjEbd9BNpUOqRZ98nIK9tLljTWtRPdY3fqRHggPGkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892852},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.2-alpha.20240329.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-core-lro/azure-core-lro-2.7.2-alpha.20240329.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-e21wcKH4g+60BZnqt6xPaaEPkBraTnbSTzfNsuP8wlklVf1TkGc9H/RuwaaWj3yZftU2l8q0lO4+wIpnJTNAwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.2-alpha.20240329.3_1711736310231_0.7132658428808099","host":"s3://npm-registry-packages"}},"2.7.2-alpha.20240410.4":{"name":"@azure/core-lro","version":"2.7.2-alpha.20240410.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.2-alpha.20240410.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a4814e3a37326ba119b49d9c34ff91146d9a752","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2-alpha.20240410.4.tgz","fileCount":265,"integrity":"sha512-2Pd0bayX/EaZJ9NnV7D8UyqWSdQbgAxr1f/M8G8ouns/lItBaBO7zRF+gXtBPGRwc1r0AJwSbGCphJadkR5Muw==","signatures":[{"sig":"MEUCIG25XZ1Kd+vdYQRJ4efU33jKrvbPHErL0qJavrevkaqNAiEAgApgGiSJ7/OO3YwBiat51DGcaci2tLZHAyRtiwdtwBw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892852},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\7f9297e3-83dd-4012-a5db-62593f58862b\\azure-core-lro-2.7.2-alpha.20240410.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f9297e3-83dd-4012-a5db-62593f58862b\\azure-core-lro-2.7.2-alpha.20240410.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-2Pd0bayX/EaZJ9NnV7D8UyqWSdQbgAxr1f/M8G8ouns/lItBaBO7zRF+gXtBPGRwc1r0AJwSbGCphJadkR5Muw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.2-alpha.20240410.4_1712779756107_0.602460264490555","host":"s3://npm-registry-packages"}},"2.7.2":{"name":"@azure/core-lro","version":"2.7.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"787105027a20e45c77651a98b01a4d3b01b75a08","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2.tgz","fileCount":265,"integrity":"sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==","signatures":[{"sig":"MEUCIEyzpNude7LwI/HdaIhNark2lzmxNSaDiVJhrqDFXRBvAiEA6czCJDvk4Euvb8p3mku9InI9BiPimRdZS3yM8B8nc0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892795},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\b0057c47-ca2d-471d-b7ea-273a0dfdd16e\\azure-core-lro-2.7.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b0057c47-ca2d-471d-b7ea-273a0dfdd16e\\azure-core-lro-2.7.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.2_1712798162977_0.40951185251566047","host":"s3://npm-registry-packages"}},"2.7.2-alpha.20240411.3":{"name":"@azure/core-lro","version":"2.7.2-alpha.20240411.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.2-alpha.20240411.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70af135b53e98ea47878efed24668a5b3b80eeed","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2-alpha.20240411.3.tgz","fileCount":265,"integrity":"sha512-Y12UThi8sAomIXixt8K07xAqwgkDNVwezhvEZYcS3Ebzb/6d50PJFzZu2JM+ZpNwIaqQFDhkOiHPJPsopnhHjA==","signatures":[{"sig":"MEUCIBnYVuTd4dWlMJ9pd3y1boNrIhw8lsQyNcUGb9/qCwfuAiEAypQYoEjLf8WbidOwpcjRnZABlOlKunIOf0Ol7Pj4tOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892852},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\85c40fcd-df16-476b-a440-05db383546c3\\azure-core-lro-2.7.2-alpha.20240411.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85c40fcd-df16-476b-a440-05db383546c3\\azure-core-lro-2.7.2-alpha.20240411.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Y12UThi8sAomIXixt8K07xAqwgkDNVwezhvEZYcS3Ebzb/6d50PJFzZu2JM+ZpNwIaqQFDhkOiHPJPsopnhHjA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.3.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.2-alpha.20240411.3_1712860732593_0.21643901420445077","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240412.3":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240412.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240412.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"102c4ce51dfa7d2e6dd42f2083a68245053aeea3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240412.3.tgz","fileCount":265,"integrity":"sha512-SSorSf67qkNI9pmXZcR20GEtiDM9N4Bwhhnz70T3AFU0fNFssal6GPiIKgI2X1y72pD89IFbIyNAata9VTuYNA==","signatures":[{"sig":"MEQCIElFkOH1fZdzC2lCBUo+qfWyd6EAlpoEWbyYfzlQ/6LzAiB/EhM6CXvqjum9SjUI+Eomk4K2AUkpcbwwqr4NGSlXXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892852},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\43afd492-aa8e-431a-ab3d-0a321720692a\\azure-core-lro-2.7.3-alpha.20240412.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\43afd492-aa8e-431a-ab3d-0a321720692a\\azure-core-lro-2.7.3-alpha.20240412.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-SSorSf67qkNI9pmXZcR20GEtiDM9N4Bwhhnz70T3AFU0fNFssal6GPiIKgI2X1y72pD89IFbIyNAata9VTuYNA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240412.3_1712948421695_0.29352230394003986","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240415.4":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240415.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240415.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ee6077c4dbb1b9c19c78b341170e8a82c42986e7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240415.4.tgz","fileCount":265,"integrity":"sha512-SG7DNAeuEJoQIf8teIsbyotgLd4849lkqkpgI42wbnnZmuumy4xIegO8rdCsROhIVjB98UR1u1u+qErGm53zjQ==","signatures":[{"sig":"MEQCIBuNR7/e3Ht9O1m1Qk8cUI8igUMFPY040V7BhEf+natSAiB1dqjTj9agqxSz8ZQhqm1+i8ipYb5HJwI6QwJCWYDObQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892852},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\b25dbb53-5bb4-490a-b231-70b431162b47\\azure-core-lro-2.7.3-alpha.20240415.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b25dbb53-5bb4-490a-b231-70b431162b47\\azure-core-lro-2.7.3-alpha.20240415.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-SG7DNAeuEJoQIf8teIsbyotgLd4849lkqkpgI42wbnnZmuumy4xIegO8rdCsROhIVjB98UR1u1u+qErGm53zjQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240415.4_1713206256330_0.8573967216772758","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240416.4":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240416.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240416.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d64355aa69225ad584de5784dda5005814910c02","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240416.4.tgz","fileCount":265,"integrity":"sha512-rGXsL3seaDLn3oTcDJsl/Wlg08FY8/zJ0XIHe7SoEnJSPVBi1snm9+Mes1iLvoB1tqC2XEZgeq+Kzm2FINNtAQ==","signatures":[{"sig":"MEUCIFiis1ED5baIOCCgZSDcKSs3MDtGdmkEAwwhT0PswwU8AiEA+SyestA5aGWjsEgGZOw83FaFUBveooBuSRjIwBiws4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892852},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\b78ecf76-4b11-467e-b48b-bafdd5768393\\azure-core-lro-2.7.3-alpha.20240416.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b78ecf76-4b11-467e-b48b-bafdd5768393\\azure-core-lro-2.7.3-alpha.20240416.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-rGXsL3seaDLn3oTcDJsl/Wlg08FY8/zJ0XIHe7SoEnJSPVBi1snm9+Mes1iLvoB1tqC2XEZgeq+Kzm2FINNtAQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240416.4_1713292563659_0.7808133058976547","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240418.3":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240418.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240418.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b00d8b2b1a3460040d3ec14a3db61241745f928e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240418.3.tgz","fileCount":265,"integrity":"sha512-KU6/JznrynSLxsdiEz1V8Wc2pBEJhzaVHHiYukADUKyA2bzlHFye0jnlPhEwEnjNCnU0osBKmxL0DYcYoHNFRQ==","signatures":[{"sig":"MEYCIQDXtl/wg+pSPhHUdM3nWU4z4aCGSzKu+Z7EXGRv279OOQIhAKEKGe/4fqq9MSW+SeQ2UhGSOLYsQeXVBvE9arrYf3Tu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892850},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\8384cb7d-d5b0-4862-bf56-aad4783168e3\\azure-core-lro-2.7.3-alpha.20240418.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8384cb7d-d5b0-4862-bf56-aad4783168e3\\azure-core-lro-2.7.3-alpha.20240418.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-KU6/JznrynSLxsdiEz1V8Wc2pBEJhzaVHHiYukADUKyA2bzlHFye0jnlPhEwEnjNCnU0osBKmxL0DYcYoHNFRQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240418.3_1713465963995_0.8670683413480196","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240419.1":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240419.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d6b5dd0d57022b7dce4b5547e5242fc7dac29e4f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240419.1.tgz","fileCount":265,"integrity":"sha512-Lp/7aYvezM9iCGJ8Xk5ceNKiueOJtb7uE9GdPEZIQVIkbHPjQW5fgnsYMbTdpzLetkCaZ5+awQ/Gf3fOIF/3kQ==","signatures":[{"sig":"MEQCIHdhKhreXGJwvrpIfJXFgTrSiOBrGnwl44RbHCP8JxwtAiByLwYCl7IeUhdKFDsWsNdMYYnOo5RDPLWpbknQBK05CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892850},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\053926c9-7e68-4b60-b060-1ddbbb03d174\\azure-core-lro-2.7.3-alpha.20240419.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\053926c9-7e68-4b60-b060-1ddbbb03d174\\azure-core-lro-2.7.3-alpha.20240419.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Lp/7aYvezM9iCGJ8Xk5ceNKiueOJtb7uE9GdPEZIQVIkbHPjQW5fgnsYMbTdpzLetkCaZ5+awQ/Gf3fOIF/3kQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","prettier":"^3.2.5","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240419.1_1713552094836_0.5496602470226257","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240423.2":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240423.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240423.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45a187d22c3e49d7d7152bef77f993280723f60c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240423.2.tgz","fileCount":265,"integrity":"sha512-Eyu+QyzjHJZa6b8j2sfnYSq26PbTWzU/w8nzkA6IR8Ed+xFdxX6Mfm/CDXqzErBSTkmUW/hyfifOMhkS5Lm9nw==","signatures":[{"sig":"MEUCIQDA8LyHm7a1ZdkpGLWDSz/44Ap/YPDHLXSRBy7iy4RHqwIgFTG250fNjJlZvcx0acxGmsG55fDKkYXaQ91gmWWdYRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892824},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\feb886ce-2c37-4ab4-b71e-553566a503f4\\azure-core-lro-2.7.3-alpha.20240423.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\feb886ce-2c37-4ab4-b71e-553566a503f4\\azure-core-lro-2.7.3-alpha.20240423.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Eyu+QyzjHJZa6b8j2sfnYSq26PbTWzU/w8nzkA6IR8Ed+xFdxX6Mfm/CDXqzErBSTkmUW/hyfifOMhkS5Lm9nw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240423.2_1713897528500_0.5814514910902819","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240424.3":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240424.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240424.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"554fb94c920877196c8e65ade8a1e279a562ac34","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240424.3.tgz","fileCount":265,"integrity":"sha512-GMWuGb9BFYAXNiJStlyyQoJWsOedEcX+A8HbewdOHEcpg3laLCzH1CgyrXdwHg2tBULWh9kCQwTBVCm/CiVWLA==","signatures":[{"sig":"MEYCIQDS1bOyoK4oQK5TFpGBN0LD1IhNZ7NCSlRlqOZwFjreqQIhAIj0AoLlNa6F8jS8n1VZlU4tRPC73+0ZambnDr5f4EA+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892824},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\1e125ecb-71f2-4c09-878d-3eb65b71a372\\azure-core-lro-2.7.3-alpha.20240424.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e125ecb-71f2-4c09-878d-3eb65b71a372\\azure-core-lro-2.7.3-alpha.20240424.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-GMWuGb9BFYAXNiJStlyyQoJWsOedEcX+A8HbewdOHEcpg3laLCzH1CgyrXdwHg2tBULWh9kCQwTBVCm/CiVWLA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240424.3_1713984597518_0.21742055579363417","host":"s3://npm-registry-packages"}},"2.7.3-alpha.20240425.2":{"name":"@azure/core-lro","version":"2.7.3-alpha.20240425.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@2.7.3-alpha.20240425.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8252370372144e93ae4bf7d8062537f6de4b789","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.3-alpha.20240425.2.tgz","fileCount":265,"integrity":"sha512-AhgxTY6zxz1/uasgk624AWYh7PNeigCvwn6LZCQDNlf86at/Rzn8Ab3p5yJqmfEjWuK6ntCpom1lrMW2kbMIqA==","signatures":[{"sig":"MEYCIQCR0JLA1X/y1b/7dp0HXnagywuG9s6lEtSUnoopOZLlzwIhAPVq11YHW+YEpg1SHVD2wy1JNXVWGHhJtoWvtjIkBZzG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892824},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\1aec587e-61a9-49f7-b1ed-814c6cb04260\\azure-core-lro-2.7.3-alpha.20240425.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1aec587e-61a9-49f7-b1ed-814c6cb04260\\azure-core-lro-2.7.3-alpha.20240425.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-AhgxTY6zxz1/uasgk624AWYh7PNeigCvwn6LZCQDNlf86at/Rzn8Ab3p5yJqmfEjWuK6ntCpom1lrMW2kbMIqA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_2.7.3-alpha.20240425.2_1714070189228_0.41660722441180753","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240426.4":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240426.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240426.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8848815b7b3c59894c29a6879c8ff2638250898e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240426.4.tgz","fileCount":153,"integrity":"sha512-gq+Rg4cB+Za6e8UA6sH6+68CY202bTyqGsxgU7ORStTQu3p4w/h7x6p/hCrJgtEHQH9PPdoRPz+cqjs8PtP37A==","signatures":[{"sig":"MEUCIQCzNX2HmVwA/GwoiYt1IgeKp1H2C1qdfrsFGNhNY/gMSAIgIc5Xv3gabAo2yFtR3lIroJGNrXEnOvhF6xlDXI7iLUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498108},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\8102056e-f356-43a8-8bba-fe6951ecc91b\\azure-core-lro-3.0.0-alpha.20240426.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8102056e-f356-43a8-8bba-fe6951ecc91b\\azure-core-lro-3.0.0-alpha.20240426.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-gq+Rg4cB+Za6e8UA6sH6+68CY202bTyqGsxgU7ORStTQu3p4w/h7x6p/hCrJgtEHQH9PPdoRPz+cqjs8PtP37A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240426.4_1714156741216_0.8297377883265091","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240429.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240429.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240429.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"209787b6fd9d6f0e349c768acc53fa31eb46c937","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240429.3.tgz","fileCount":153,"integrity":"sha512-DK97db7tAdNq0PmlotVWk7SU037O121fm94EZspJRu+gpgzc/9fXycBrjJjz9YpEGqhSeKkqhFKPMYPrgHfzJw==","signatures":[{"sig":"MEYCIQCVwVEAiH+t08SUrtHSUlwWmT8+WYIYwLsq4qhbkVyAjAIhAMNiToksj8qokpNwBQ0paBV3lPLMrVTwwZT/O/FPihJy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498108},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\9f324c10-6e6b-4c6d-9070-e3485751e0f0\\azure-core-lro-3.0.0-alpha.20240429.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9f324c10-6e6b-4c6d-9070-e3485751e0f0\\azure-core-lro-3.0.0-alpha.20240429.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-DK97db7tAdNq0PmlotVWk7SU037O121fm94EZspJRu+gpgzc/9fXycBrjJjz9YpEGqhSeKkqhFKPMYPrgHfzJw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240429.3_1714416521531_0.34265491501721423","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240501.2":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240501.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240501.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8adf6c5e3e2ce3595b0d38e038ef10276d4e3c31","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240501.2.tgz","fileCount":153,"integrity":"sha512-geqHzA2C5TCBLHgEvIMUFdrhDXeLMn78mRi/D3ZVMuunEZvHGm187zUkoGTP6EZ+Px5Z3fGt5vfZIUJcWcY26Q==","signatures":[{"sig":"MEYCIQCxkLZ+byaih5UKbq685XWxvHHyl2vaaSNNOhDdIH/eCAIhANeK14Gm8zRDwW04MJf/s3udal5ESkgOAnAga6tRIC2T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498108},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\ded2d1df-6815-402e-ba95-0f49a695dc55\\azure-core-lro-3.0.0-alpha.20240501.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ded2d1df-6815-402e-ba95-0f49a695dc55\\azure-core-lro-3.0.0-alpha.20240501.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-geqHzA2C5TCBLHgEvIMUFdrhDXeLMn78mRi/D3ZVMuunEZvHGm187zUkoGTP6EZ+Px5Z3fGt5vfZIUJcWcY26Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240501.2_1714589020280_0.2719168336143234","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240502.4":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240502.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240502.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8cb7fe8bd9b4ef50069df3648943c49f96a191d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240502.4.tgz","fileCount":153,"integrity":"sha512-6gwmZCW7Ye+llqu3Kmkz9z4sQkCV3Jux1dh0axi6ymckbIBHAAWXeh1EoYCbTUN2Dg3Hmeco9bgXGiiSFVraEg==","signatures":[{"sig":"MEUCIHsIPX0mlJz9UFFGpLu0pULzNfjcz2vujr9u8DnVh05wAiEAiAzVjUsi+yZ6ew9dpz0qf9fnpA5/lKO7ANVZaENGhbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498108},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\608e5b49-7dff-44cc-bdd1-e4efe77541f1\\azure-core-lro-3.0.0-alpha.20240502.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"npm run clean && tshy && dev-tool run build-test","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run build:test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\608e5b49-7dff-44cc-bdd1-e4efe77541f1\\azure-core-lro-3.0.0-alpha.20240502.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-6gwmZCW7Ye+llqu3Kmkz9z4sQkCV3Jux1dh0axi6ymckbIBHAAWXeh1EoYCbTUN2Dg3Hmeco9bgXGiiSFVraEg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240502.4_1714675300667_0.023149757151863737","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240503.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240503.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240503.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d650a948df7594e6c6b87ed3a2a5e173af5ed6d1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240503.1.tgz","fileCount":153,"integrity":"sha512-PeQ4CZ05Gp2pLSGbCY5X5gArIKiStFT+WkgLHXAi7P1peq6iBHCYKfGiO2DiTJ557tXCz2+BYujTSeOm0Mfhhg==","signatures":[{"sig":"MEQCIEnWICPH9Izm13ZdhyhuDWZrzomF7mEGQiYQTEPuc8ggAiBvw98Qs6wrNZgOjJdRUPXceyeNIswdMZc7mnuuEhMhOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\e93aa3e3-a199-4f6f-a21e-0a85aa00f944\\azure-core-lro-3.0.0-alpha.20240503.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e93aa3e3-a199-4f6f-a21e-0a85aa00f944\\azure-core-lro-3.0.0-alpha.20240503.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-PeQ4CZ05Gp2pLSGbCY5X5gArIKiStFT+WkgLHXAi7P1peq6iBHCYKfGiO2DiTJ557tXCz2+BYujTSeOm0Mfhhg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240503.1_1714762166404_0.7943890235022086","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240506.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240506.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240506.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5387dd85cb7025a6deccf038d40854d840b618a5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240506.1.tgz","fileCount":153,"integrity":"sha512-ovh6/a5Urk29YKdxq0+m2WsGrODQi69ItRhfoKvsjhwQ4veyPp8iq3Z/qdJ8vPJyQsBhF3hhqU6RxEwVXnUGWQ==","signatures":[{"sig":"MEQCIG9kcCP2sJNZ1SnJwPCbsWuCFPmBl/fZQZitq2rgzFKTAiAM/CRGj7jMHG6blUwBOihHq3AWaksVJOoEeHPYuZL0AQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\b5d15685-120a-4fc8-b837-c4b799b17771\\azure-core-lro-3.0.0-alpha.20240506.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b5d15685-120a-4fc8-b837-c4b799b17771\\azure-core-lro-3.0.0-alpha.20240506.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ovh6/a5Urk29YKdxq0+m2WsGrODQi69ItRhfoKvsjhwQ4veyPp8iq3Z/qdJ8vPJyQsBhF3hhqU6RxEwVXnUGWQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240506.1_1715020023087_0.5384209805031479","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240507.2":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240507.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240507.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d5e406b7185bb482ea3ce895762a537728e682e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240507.2.tgz","fileCount":153,"integrity":"sha512-0QuIcxfUKjNMrI2WaFcVOZXGjB6JKBNa7PqQ2YyZ69zNGAb/ilbQTZ16ryYF4MqzzYq7mbXrEWVnX6BWnI75Nw==","signatures":[{"sig":"MEUCIDzMZqLqRo1F0rK8s5cKhd1vaYzNKM4fXY1kSgK08k5yAiEAu0ECv1LqAjM5Ezszr3k6kPJwSyLItF3AEjhwHABnRtw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\be2bc4ac-d10d-42a5-aed1-7c9684c6b1d4\\azure-core-lro-3.0.0-alpha.20240507.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\be2bc4ac-d10d-42a5-aed1-7c9684c6b1d4\\azure-core-lro-3.0.0-alpha.20240507.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0QuIcxfUKjNMrI2WaFcVOZXGjB6JKBNa7PqQ2YyZ69zNGAb/ilbQTZ16ryYF4MqzzYq7mbXrEWVnX6BWnI75Nw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240507.2_1715106447113_0.10906326549213197","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240508.2":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240508.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240508.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a323d4f69606c5b9a58d68387787bd2beed677b2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240508.2.tgz","fileCount":153,"integrity":"sha512-d3O4n8w4kJ03w7gJnPdKgFPlRs3W8c5nW09ahCJBFSJNiNJevXpvymlYxWPFRvg7if9wDjAAHFQvPrCnFBKF6g==","signatures":[{"sig":"MEUCIQD1XaHATJPTX17fYK+XZnhtHFgYDWcTPkZgp7ZzJpiEtQIgJng8cCdcVcxufN8e3tFVnQXdOBeSfAY4Frqb+5x3H6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\ddddf24f-6130-4aad-8476-ae032815ad0c\\azure-core-lro-3.0.0-alpha.20240508.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ddddf24f-6130-4aad-8476-ae032815ad0c\\azure-core-lro-3.0.0-alpha.20240508.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-d3O4n8w4kJ03w7gJnPdKgFPlRs3W8c5nW09ahCJBFSJNiNJevXpvymlYxWPFRvg7if9wDjAAHFQvPrCnFBKF6g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240508.2_1715192998237_0.355980896462331","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240509.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240509.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240509.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9640a07b4fabcc0809f76dd8bac87791b1546074","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240509.1.tgz","fileCount":153,"integrity":"sha512-27cn33F9S8WGcfojYLzfi16XGVNLG1D/rByizs5ED1gYBfy4dhGXERUMYSfP3rZ5P66NsW6FexrCxehDR6v3VQ==","signatures":[{"sig":"MEYCIQCRDLd754d6CUhfpse+1FxnWsSExLpRJsupQMwTsEYpRwIhAMhimodQpcDXpyUMyJLg1Eady369EE8kflBKIYML4G72","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\77d6788f-1cf9-4618-a5cf-99336b8a1b56\\azure-core-lro-3.0.0-alpha.20240509.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77d6788f-1cf9-4618-a5cf-99336b8a1b56\\azure-core-lro-3.0.0-alpha.20240509.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-27cn33F9S8WGcfojYLzfi16XGVNLG1D/rByizs5ED1gYBfy4dhGXERUMYSfP3rZ5P66NsW6FexrCxehDR6v3VQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240509.1_1715279654647_0.008308056996507718","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240510.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240510.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240510.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5265cef6e826d17136bfc1264fb4e988bb48ec6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240510.3.tgz","fileCount":153,"integrity":"sha512-wclehNacDrXfZtt9zf9539Ua+Ne3cINR6o6hkcDpert2tw8PzcTRG/IE+gerdqsxOUa32+DldF03wJPoU39c6w==","signatures":[{"sig":"MEUCIDarCmLjz9xpo4RtL87SaZhVnbCVn34mP4KZGhFzVT/9AiEAwxH7Iy5QgdQGuyZXXNaySUte9vqBUCmdSVJe4dcYDlo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\88cba1cf-affe-4b9b-ae6b-4231ad400dbc\\azure-core-lro-3.0.0-alpha.20240510.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\88cba1cf-affe-4b9b-ae6b-4231ad400dbc\\azure-core-lro-3.0.0-alpha.20240510.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-wclehNacDrXfZtt9zf9539Ua+Ne3cINR6o6hkcDpert2tw8PzcTRG/IE+gerdqsxOUa32+DldF03wJPoU39c6w==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240510.3_1715365605807_0.38115429633236153","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240513.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240513.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240513.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35781bbdf194ecae133450ab3221b07f522c7eda","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240513.1.tgz","fileCount":153,"integrity":"sha512-rG1kh6p8CeRYiUknuK1a4uvTCQaCKIW86GAiqF8s+r80cznFtLV7EeW3R0T42xpHeRTsz3U90vIvx3JAfi/sNg==","signatures":[{"sig":"MEUCICMtD7JFmDtaDpItikVUBV2SBNDioDhZfXptK6/QHyNCAiEAgZgEUIoHiJEAwqp47AC3zg3DfmC9pgp9WT1s2ELoAIs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\e232c6d8-a75e-4027-bbef-deebeb387086\\azure-core-lro-3.0.0-alpha.20240513.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e232c6d8-a75e-4027-bbef-deebeb387086\\azure-core-lro-3.0.0-alpha.20240513.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-rG1kh6p8CeRYiUknuK1a4uvTCQaCKIW86GAiqF8s+r80cznFtLV7EeW3R0T42xpHeRTsz3U90vIvx3JAfi/sNg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240513.1_1715624681369_0.2695262628238244","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240514.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240514.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240514.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8cb21e82cb521d9c4ff86ae651247efc8e7d49ca","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240514.3.tgz","fileCount":153,"integrity":"sha512-kyg7OHiEjfJJAM46HWKe8RsCtUp+Cp9Rk6gLt28+guX4i7FnBeV8pg86ammcRXfHCdJKTlQtqjSP8DIdncZohA==","signatures":[{"sig":"MEQCIEGtOjgQvIgyzNqxFt0sgvGNcomm4DKx3u0RgM1Um85/AiB0AVnYF/9055a+7si7VqpE2K9Y0NbK/kqYlLAqh2fGYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\6febbb4c-e575-4be9-9337-09ede6eab8a2\\azure-core-lro-3.0.0-alpha.20240514.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6febbb4c-e575-4be9-9337-09ede6eab8a2\\azure-core-lro-3.0.0-alpha.20240514.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-kyg7OHiEjfJJAM46HWKe8RsCtUp+Cp9Rk6gLt28+guX4i7FnBeV8pg86ammcRXfHCdJKTlQtqjSP8DIdncZohA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240514.3_1715711949621_0.8527177342175012","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240515.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240515.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240515.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c55a248884e1deddfb3c4cfe4ad4a4c6072346c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240515.1.tgz","fileCount":153,"integrity":"sha512-OD11yzE0Vb4p7kQB4spEqjB4ynakoWjoYpCCUO4adSBeCHjp2Lfferj9iwOkr8j0og+rnSyHBFlH4QbsyZQm0A==","signatures":[{"sig":"MEYCIQC0lqHFaZKtKhzWaAvgn45/nLKAEs+6Vs1ntSHBjiQniwIhAPutkzd9UD+Iq2DZ5S0ii2kZ4TDgGJ8AR6PK8mT3wOT1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\2ba0f351-649f-45d8-922a-47295291e519\\azure-core-lro-3.0.0-alpha.20240515.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2ba0f351-649f-45d8-922a-47295291e519\\azure-core-lro-3.0.0-alpha.20240515.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-OD11yzE0Vb4p7kQB4spEqjB4ynakoWjoYpCCUO4adSBeCHjp2Lfferj9iwOkr8j0og+rnSyHBFlH4QbsyZQm0A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240515.1_1715797577111_0.3550229076595437","host":"s3://npm-registry-packages"}},"3.0.0-beta.2":{"name":"@azure/core-lro","version":"3.0.0-beta.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-beta.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"ad32e842093e5f7873f8a98a24ebe4aa45c98a2c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-beta.2.tgz","fileCount":153,"integrity":"sha512-8WwZaYHwgp04oA4bnJcjgoHg9Aty4k/fu1EUhaC+r7OhiPwLNKchaY7NH4Z6KqSS8MpFOjmdUjCPcgyAvtweJQ==","signatures":[{"sig":"MEQCIDWAniattFtMo4AWDV11dCp/FZIvZkAiGJ5aATM7l4qvAiAvryqBFvthutEFgDwsU9bPyNL+jwO+CMNs0YEOHMbnIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498035},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\4d5a152e-f908-49dc-941b-8c47cdf25d7a\\azure-core-lro-3.0.0-beta.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4d5a152e-f908-49dc-941b-8c47cdf25d7a\\azure-core-lro-3.0.0-beta.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-8WwZaYHwgp04oA4bnJcjgoHg9Aty4k/fu1EUhaC+r7OhiPwLNKchaY7NH4Z6KqSS8MpFOjmdUjCPcgyAvtweJQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-beta.2_1715850276426_0.7009095941124559","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240516.2":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240516.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240516.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cae2870f241d925cbd3f42098d86323e52dff7af","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240516.2.tgz","fileCount":153,"integrity":"sha512-9SjsD9/zfkEPhUNbY64kaG8t+b+GoUtpyv0LbuY0eQNLeOMz+DTvk7R0hLXi1AbU4A5W8dEPWUgM5E54E+DHfA==","signatures":[{"sig":"MEUCIDjCoGKxk7TjtXEDZUDLOPxiHx2ftVcMwa/JePn/YBQJAiEA2wjb2AbrAubz+xoUWxDQwFI0jxLrvAQqvE7dzJr1TWs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\a59af0fb-de0b-4cb2-9b39-5c0aa1b116ff\\azure-core-lro-3.0.0-alpha.20240516.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a59af0fb-de0b-4cb2-9b39-5c0aa1b116ff\\azure-core-lro-3.0.0-alpha.20240516.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-9SjsD9/zfkEPhUNbY64kaG8t+b+GoUtpyv0LbuY0eQNLeOMz+DTvk7R0hLXi1AbU4A5W8dEPWUgM5E54E+DHfA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240516.2_1715885116986_0.77082012559726","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240517.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240517.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240517.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c6acca8f643c48fdc1aa5c6104c4943ebe33e58","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240517.1.tgz","fileCount":153,"integrity":"sha512-jOlGF6zzoTjsQIQQEAnhEmshDpWc6JCHDcm5QakU5sJ9o1qeImjMw2wOmfH/ET9CxPm921P6UTPno+QBVw6XXA==","signatures":[{"sig":"MEUCIQDT7JtAl6qNy1AJDM+waVK0S83bq4LiB7pGyn8+KyNPogIgXIBkEIGEE16SS6jI7pAcwDiCUO0IaoYNWmc1NYmv/IA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\fe48d054-01fb-4005-b1e0-809e469a8b0c\\azure-core-lro-3.0.0-alpha.20240517.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fe48d054-01fb-4005-b1e0-809e469a8b0c\\azure-core-lro-3.0.0-alpha.20240517.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-jOlGF6zzoTjsQIQQEAnhEmshDpWc6JCHDcm5QakU5sJ9o1qeImjMw2wOmfH/ET9CxPm921P6UTPno+QBVw6XXA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240517.1_1715970310597_0.6922400626039031","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240520.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240520.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240520.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f049e43d0dd5159354eca8ce87f982e5e37ba1b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240520.1.tgz","fileCount":153,"integrity":"sha512-AcvSDFUzZN9joWz2KZk453+0okaAYV0fGjm0iCziwMG3VxdS7gK8+Y1w+bYjLW8xK2mgPsQ02ZGVbJvUSvtjaw==","signatures":[{"sig":"MEUCIHkSQdD9p69TgVhV6k5MRt/rLj8JCubzJSQJ4vvY6K5mAiEAk01tK/CIkIWE5jLKc66pfNLftwEHxYgxNvzXC886AG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\ee87ae67-cd57-471f-ab2d-836fd10d6a85\\azure-core-lro-3.0.0-alpha.20240520.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ee87ae67-cd57-471f-ab2d-836fd10d6a85\\azure-core-lro-3.0.0-alpha.20240520.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-AcvSDFUzZN9joWz2KZk453+0okaAYV0fGjm0iCziwMG3VxdS7gK8+Y1w+bYjLW8xK2mgPsQ02ZGVbJvUSvtjaw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240520.1_1716229478693_0.3706720580908833","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240521.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240521.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240521.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"330a1963b9692b880f4a3c3c12ae66e510941bef","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240521.1.tgz","fileCount":153,"integrity":"sha512-01z3Qq7VG+7QIaOrAYZCnXfeQuUHJYAJoZn2o73OP8ppwrBE1dyNVval4PDvOEc374Cp3JVqIluKkUAfwvxs6A==","signatures":[{"sig":"MEUCIE0MZq+L6TkXAG4uyNJQLUyaai8PlTXlgy++dQP8wYhyAiEA8PZym5i32DDSu/l0zh1IRId5j7z2SIKMIjOcVzIAOXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498085},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\d1ad5ad9-535d-44ed-898a-96567768f6aa\\azure-core-lro-3.0.0-alpha.20240521.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d1ad5ad9-535d-44ed-898a-96567768f6aa\\azure-core-lro-3.0.0-alpha.20240521.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-01z3Qq7VG+7QIaOrAYZCnXfeQuUHJYAJoZn2o73OP8ppwrBE1dyNVval4PDvOEc374Cp3JVqIluKkUAfwvxs6A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240521.1_1716315878679_0.5905913786165751","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240522.4":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240522.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240522.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a2496fa4e8bccd37b2b0bc4b757647961e0dbb9d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240522.4.tgz","fileCount":153,"integrity":"sha512-PBANsfzjYGkAPZj/C7BoOzimcu6hbIzyr1Y+PGPv78oaehHD4AQaAQFs0jlfozVqRiw4CM9V17F5rkf2W4XbCA==","signatures":[{"sig":"MEUCIQC4HH3mgl+SKJXAe6uyA6wbXkAAm2ebTRibnQ1K9xwxdgIgEOCI1Pa+TDw7fcfxJK1ZbNEK1VUhFmWK9HUpNP+LeqM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\5728a9f3-dffc-4c74-ab7d-6744e35277e7\\azure-core-lro-3.0.0-alpha.20240522.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5728a9f3-dffc-4c74-ab7d-6744e35277e7\\azure-core-lro-3.0.0-alpha.20240522.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-PBANsfzjYGkAPZj/C7BoOzimcu6hbIzyr1Y+PGPv78oaehHD4AQaAQFs0jlfozVqRiw4CM9V17F5rkf2W4XbCA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240522.4_1716402805370_0.47807041274024975","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240523.4":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240523.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240523.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c0b724e0315cb36ec6452568f790d5bd8a7590d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240523.4.tgz","fileCount":153,"integrity":"sha512-pRm67J73edbph2+VEi6HO7cnoGUbUVn2C2Ky0MPK2klGddT66f8cfqm0iq3fZpecRUZWIewdHx/kCLa4vqATGg==","signatures":[{"sig":"MEYCIQCsY38O0YdJ8AYeEIilK52Fl+q3Vkgn2SqaAiTcbhcxewIhAN+h8btz4Mphxg2qq8wVxrgZX22nFTcz6TG3VIxFWRub","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\a1ba0ff0-3d75-4945-aef8-6a0014f9597c\\azure-core-lro-3.0.0-alpha.20240523.4.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a1ba0ff0-3d75-4945-aef8-6a0014f9597c\\azure-core-lro-3.0.0-alpha.20240523.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-pRm67J73edbph2+VEi6HO7cnoGUbUVn2C2Ky0MPK2klGddT66f8cfqm0iq3fZpecRUZWIewdHx/kCLa4vqATGg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240523.4_1716489254435_0.5465234618817125","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240524.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240524.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240524.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a2fcf2454e569bd5ac3b355d27841a2ea3dad4fc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240524.1.tgz","fileCount":153,"integrity":"sha512-nbCK1ZaWMVFQ00Ge7aA1p9Vt8afSbn5HQYMUZrRd8cM/xnC71kp5niKmX8Zqi22F+ASYcv4Cl+pYvRPViCuydw==","signatures":[{"sig":"MEQCIAWBAHkMS9ShV/bDl8LuvfcW66hpPhK7ouGHjCxTroNcAiABfBS1UOZMm/tv+lRXnctWm5iDHAxKDcLRiUOhBH12dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\892f3000-1840-4703-9c63-11d06a84097a\\azure-core-lro-3.0.0-alpha.20240524.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\892f3000-1840-4703-9c63-11d06a84097a\\azure-core-lro-3.0.0-alpha.20240524.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-nbCK1ZaWMVFQ00Ge7aA1p9Vt8afSbn5HQYMUZrRd8cM/xnC71kp5niKmX8Zqi22F+ASYcv4Cl+pYvRPViCuydw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240524.1_1716575280001_0.5901864013104376","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240527.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240527.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240527.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79f78faa95124f2036cef8d100a34b46a47aba87","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240527.1.tgz","fileCount":153,"integrity":"sha512-V+swQQCDMkjIjeJ9w5yv3BTgAb3QQdx8qGJK1vJy48gSIfj7oGXK/sHJ27I8GAKo1ADGdlYwHBcPAw1lGL9g/g==","signatures":[{"sig":"MEYCIQCe+hd3ofBulD5cjcUlyQaVkbieEoDv0UJFMJZfPHhrVgIhALraLh5dDdl+u60mN6DX5XIz5sh1JHjL4ecGv5MwfFl8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\9510666d-b289-4deb-9777-ee4f7bd5d7a9\\azure-core-lro-3.0.0-alpha.20240527.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9510666d-b289-4deb-9777-ee4f7bd5d7a9\\azure-core-lro-3.0.0-alpha.20240527.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-V+swQQCDMkjIjeJ9w5yv3BTgAb3QQdx8qGJK1vJy48gSIfj7oGXK/sHJ27I8GAKo1ADGdlYwHBcPAw1lGL9g/g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240527.1_1716834619691_0.26652830098641433","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240528.2":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240528.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240528.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c375787fb6977149cbeee0251fe10fe450e9882","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240528.2.tgz","fileCount":153,"integrity":"sha512-QDm1OqGWbtRUvf2JPPMrbcnifj41yhvhblaWa3SDGDFcros9/aq+rFCuStj8Djuak2c5M4xkWuetqVFExpbXCg==","signatures":[{"sig":"MEUCIQCiwO9cSpL/B3hSC68XQFVAztjuhNT0G+EpKSO1PRSKiAIgdWyeQBfDsEoX+4wTxe7OAzb6DrJQMhbAURlUTNlvREo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\6508ca09-c71f-4977-b91e-30135573154a\\azure-core-lro-3.0.0-alpha.20240528.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6508ca09-c71f-4977-b91e-30135573154a\\azure-core-lro-3.0.0-alpha.20240528.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-QDm1OqGWbtRUvf2JPPMrbcnifj41yhvhblaWa3SDGDFcros9/aq+rFCuStj8Djuak2c5M4xkWuetqVFExpbXCg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240528.2_1716920788947_0.28116339176214367","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240529.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240529.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240529.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a03232be366d59dd052458faedf0ccde93927ee","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240529.1.tgz","fileCount":153,"integrity":"sha512-h5IvqT03Lj+1On+CPFKnpGfhJ3TKCZRrTX9bVCclf+dofpz/3f/m/riGDVvxzMxlh1DaZqd5oWBLkWv8RujrrA==","signatures":[{"sig":"MEQCID6qosz1rXVZ/VYeipB+rjE+VRknZFGya29TrMS6HFNXAiB5Ivv5ExA5mkpB8Qz0R13JLMKVjYMFfuyYyILMY4Kosg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\ba1b54f9-69e5-4845-9a34-113d59caa6af\\azure-core-lro-3.0.0-alpha.20240529.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ba1b54f9-69e5-4845-9a34-113d59caa6af\\azure-core-lro-3.0.0-alpha.20240529.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-h5IvqT03Lj+1On+CPFKnpGfhJ3TKCZRrTX9bVCclf+dofpz/3f/m/riGDVvxzMxlh1DaZqd5oWBLkWv8RujrrA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240529.1_1717007177977_0.26179127546394687","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240530.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240530.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240530.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6bfbd0af1d0445bbc8a72492cfc38219db3b6a3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240530.3.tgz","fileCount":153,"integrity":"sha512-0gw5GsYgAqVFcANIrFvVqICVlC502qyVmXG9moXSvXEkQBPL4xdrTQzczZohNoZNHgC7Lf0AxU4od86yH+N4/Q==","signatures":[{"sig":"MEUCIQD1DZ6E96MuAAD2lrFATZVZ1YnrjXE9A2SJNUeBbTNlcgIgD3c0rfy+57eHGOPSbhTfXNTExstTMKUWuvVvILG55Oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\898838d2-6e17-433c-a1f8-73ceb0920b5f\\azure-core-lro-3.0.0-alpha.20240530.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\898838d2-6e17-433c-a1f8-73ceb0920b5f\\azure-core-lro-3.0.0-alpha.20240530.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0gw5GsYgAqVFcANIrFvVqICVlC502qyVmXG9moXSvXEkQBPL4xdrTQzczZohNoZNHgC7Lf0AxU4od86yH+N4/Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240530.3_1717093689997_0.4391569207488246","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240604.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240604.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240604.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dcbb2792d580a6a6a676e2be2b6cc56bad6ca6ae","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240604.1.tgz","fileCount":153,"integrity":"sha512-QlUDnPe3HtGCaDAWo+l7QYCYvXRQLr6VtDdhMcbiowtgSmfKLQpkITc7UtFbc/oF+iuorEjbLDrCcVf38fWdLg==","signatures":[{"sig":"MEQCIF9loqdHKOmtWy7TyR72sQI4LMCHGwW8jVMktqoXQWc2AiAkc45t2wR/eKCUWiKj8MGai5EqUWyUmgibO/Ry0aK4ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\22da30b3-c088-4b96-9623-ccf6df815f53\\azure-core-lro-3.0.0-alpha.20240604.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\22da30b3-c088-4b96-9623-ccf6df815f53\\azure-core-lro-3.0.0-alpha.20240604.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-QlUDnPe3HtGCaDAWo+l7QYCYvXRQLr6VtDdhMcbiowtgSmfKLQpkITc7UtFbc/oF+iuorEjbLDrCcVf38fWdLg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240604.1_1717525670149_0.5310936408981395","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240605.2":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240605.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240605.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"263c3174479d7c5d4d1757cef4f469a1c67bc9f1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240605.2.tgz","fileCount":153,"integrity":"sha512-mvpJbov/nVkJj70HBynXVPNigUeLrSC9y+WA6MFG+BWmej30+9n5+ZAVaWjy7TvAH0Xu/O9FlK5A+Y8QMcw/2Q==","signatures":[{"sig":"MEUCIA0QK7zjGcD5T5smFzhjf8q0IlJmWzwTuFP7xlqUZTXiAiEAmKTvOq9abeZlhfdgwufCqrliorsRLlxMOYUlXTuMgWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\572ec79b-637a-4ef6-93cf-a402e5675416\\azure-core-lro-3.0.0-alpha.20240605.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\572ec79b-637a-4ef6-93cf-a402e5675416\\azure-core-lro-3.0.0-alpha.20240605.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-mvpJbov/nVkJj70HBynXVPNigUeLrSC9y+WA6MFG+BWmej30+9n5+ZAVaWjy7TvAH0Xu/O9FlK5A+Y8QMcw/2Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240605.2_1717611931849_0.24366224469106657","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240606.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240606.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240606.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e02bd4f569672d9bcf1947054f2947dac8067db","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240606.1.tgz","fileCount":153,"integrity":"sha512-8aOsaGcfiI35Rw5ovMabvUVIOQTYXHqnRQpBx4axlPf49o8lau3tRDWwKSXlU3mpbEUJUO9FkyXDJwV+f6PUew==","signatures":[{"sig":"MEUCIHU2Y4dL8hnl843aKv6n5Wcs0f8WchU8m0PtIHRmXBTqAiEAhzHxQvBBnxJBsMubLtbs5e8Z9h4U5AbRThEDPbegp1Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\ef72b89e-0b0a-4eb4-bff7-9177b238ba9a\\azure-core-lro-3.0.0-alpha.20240606.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ef72b89e-0b0a-4eb4-bff7-9177b238ba9a\\azure-core-lro-3.0.0-alpha.20240606.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-8aOsaGcfiI35Rw5ovMabvUVIOQTYXHqnRQpBx4axlPf49o8lau3tRDWwKSXlU3mpbEUJUO9FkyXDJwV+f6PUew==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240606.1_1717698509533_0.5946396209744966","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240607.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240607.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240607.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5942492bd1f75c8cba25d2182705ba25fb8d6c0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240607.1.tgz","fileCount":153,"integrity":"sha512-dGD+83fZOehQ835hghzPHBc61O38aQnRzRvcBaLUzgTrah1qU8G1aVyVRBoHsHZeW7CWVZ0kYbeXsJZE1rB9Og==","signatures":[{"sig":"MEUCIQCwCNx+V+KXWTgo4XmwAq6g0FxXlL3Kn7IufhhqwgE9nwIgPAmDEUAM7x55cnLNddUkUOz/Vmmr1wbaja/+7dL10N4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\af3a6438-f5c7-490c-afc2-194edfa8fc56\\azure-core-lro-3.0.0-alpha.20240607.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\af3a6438-f5c7-490c-afc2-194edfa8fc56\\azure-core-lro-3.0.0-alpha.20240607.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-dGD+83fZOehQ835hghzPHBc61O38aQnRzRvcBaLUzgTrah1qU8G1aVyVRBoHsHZeW7CWVZ0kYbeXsJZE1rB9Og==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240607.1_1717784924325_0.03967895251667852","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240610.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240610.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240610.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"03ef71cbcf4183f4a2ac9d73238a2a91d35d4d4e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240610.1.tgz","fileCount":153,"integrity":"sha512-UZWNCL4OZaynQ13TrNtXhBBic3TVEAG8U6zxhW22bBi10Ha4AqRRPaoFGKpEngtrskpKhcB1iM+Lj+C9TrE/RQ==","signatures":[{"sig":"MEYCIQDHYVquEdRBffMntjYA8+lQIWsMGQJCo8J3yWZYPBMe9QIhAPjvYtiU5bQlaLKOq56IRkgNq4nM101pvDFFLOflbPld","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\0dc925c8-8d7a-464b-a152-94ccfeabb9aa\\azure-core-lro-3.0.0-alpha.20240610.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0dc925c8-8d7a-464b-a152-94ccfeabb9aa\\azure-core-lro-3.0.0-alpha.20240610.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-UZWNCL4OZaynQ13TrNtXhBBic3TVEAG8U6zxhW22bBi10Ha4AqRRPaoFGKpEngtrskpKhcB1iM+Lj+C9TrE/RQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240610.1_1718044033799_0.3633335741520458","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240611.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240611.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240611.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a2103a7b44d85f71d73a7b23c1b9b437fda33936","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240611.3.tgz","fileCount":153,"integrity":"sha512-rm6vTS1zgTHYPEZbfpRe9jnFHmpUuJGgWmJOVc7QXkZgEtcJZwGyROW3O3u3gO7QhKokXBu5glHq/9hig3c/6w==","signatures":[{"sig":"MEUCIHkwTaeRu8J0afjnmDywly+lfVUzM8rRljCNooJI0xBlAiEAxGB2eRtFF4qvzJmrgKh3Q0epnEBxMsMeLlMKPct6v6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498065},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"https://npmtarballprod.blob.core.windows.net/tarballprod/azure-core-lro-3.0.0-alpha.20240611.3.tgz?sv=2022-11-02&se=2024-06-11T20%3A33%3A32Z&sr=b&sp=rw&sig=tUejmAi3VY3TJAK6%2Bs1WEVxz5pGtQ4U2HGsSGsGZqKg%3D","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"https://npmtarballprod.blob.core.windows.net/tarballprod/azure-core-lro-3.0.0-alpha.20240611.3.tgz?sv=2022-11-02&se=2024-06-11T20%3A33%3A32Z&sr=b&sp=rw&sig=tUejmAi3VY3TJAK6%2Bs1WEVxz5pGtQ4U2HGsSGsGZqKg%3D","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-rm6vTS1zgTHYPEZbfpRe9jnFHmpUuJGgWmJOVc7QXkZgEtcJZwGyROW3O3u3gO7QhKokXBu5glHq/9hig3c/6w==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240611.3_1718130814173_0.9466769039684553","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240613.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240613.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240613.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1dd6f8f3017f75f4553f59d11b913a07c3672f26","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240613.1.tgz","fileCount":153,"integrity":"sha512-FRMNuX9Sb/EBz5K/6/Dyj2DPtkdKydZlG/rI0A6/bfOI5q3c7bi1GHThsHTcqpY6YlVsj/M796qGmWmM2AQ5aw==","signatures":[{"sig":"MEUCIQCV5GB1dgPS9lFyVSk1lIWIXKlPY97AucdLANuEZiK6DQIgIi7dZog8tNAuW9CxmWDWpFawnmiRjuR8up979NIAdzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498209},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\f1b0eafc-4a7a-4ac0-a94e-2b3ef23c26d5\\azure-core-lro-3.0.0-alpha.20240613.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f1b0eafc-4a7a-4ac0-a94e-2b3ef23c26d5\\azure-core-lro-3.0.0-alpha.20240613.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-FRMNuX9Sb/EBz5K/6/Dyj2DPtkdKydZlG/rI0A6/bfOI5q3c7bi1GHThsHTcqpY6YlVsj/M796qGmWmM2AQ5aw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240613.1_1718303351416_0.8246692749146198","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240614.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240614.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240614.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ab93861cabe3fe61a26256f26353cef8a2fce6b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240614.3.tgz","fileCount":153,"integrity":"sha512-t03EMzOHN/ktyZDIouvGsP1CQmv+E5g+2Yg7nxOivNtmf7FXwjkKQVhCctCOekKzWYb5Rt391ZGhU4WNou4lng==","signatures":[{"sig":"MEYCIQCEQN4+iLYlcf9F7SFshkTUUhUo9eFDWEFCBRuQH4ptcQIhAO33pzV1ADlhNtdD1k6n5rIWz1EMX04fuvaXE6c4ZCZ6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498209},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\272183ed-35d6-42c0-b90d-946449e989da\\azure-core-lro-3.0.0-alpha.20240614.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\272183ed-35d6-42c0-b90d-946449e989da\\azure-core-lro-3.0.0-alpha.20240614.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-t03EMzOHN/ktyZDIouvGsP1CQmv+E5g+2Yg7nxOivNtmf7FXwjkKQVhCctCOekKzWYb5Rt391ZGhU4WNou4lng==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240614.3_1718389525284_0.9707208971310952","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240618.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240618.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240618.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"835c2731cc6da90238636b3d507f7659221159f7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240618.1.tgz","fileCount":153,"integrity":"sha512-RDJk2Kiy4YoZEmvlG7KZpGiRhV0YVmRkJLT2WwEvcDPqwpXRhoUvgo3OtpHwk1Xr/kEeYXjtDBSTQR6Ig66Phw==","signatures":[{"sig":"MEYCIQDoSErZk+z2jZmXSouNOBI+hseWvjbl/QlX6jvWg6c0kQIhAMv8XV0PaKMDjboJe1z9JKtgb8vtb8XHoH3Wt9PB6EBC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498209},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\71b415c5-1416-4920-9fdc-a3aba31c1d79\\azure-core-lro-3.0.0-alpha.20240618.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\71b415c5-1416-4920-9fdc-a3aba31c1d79\\azure-core-lro-3.0.0-alpha.20240618.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-RDJk2Kiy4YoZEmvlG7KZpGiRhV0YVmRkJLT2WwEvcDPqwpXRhoUvgo3OtpHwk1Xr/kEeYXjtDBSTQR6Ig66Phw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240618.1_1718735195030_0.9497634615606265","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240619.3":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240619.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240619.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b0a9df7c9685bac1fb930cbeec6d1dfef26ffa9f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240619.3.tgz","fileCount":153,"integrity":"sha512-Y9qir2lZ5003S4NClTlpGNtesOZNUUT5obM9bUYJvt9n23DX9YRQT/zGR3CvciYJmVyOIEes+ZigopVlJX4Egw==","signatures":[{"sig":"MEQCIFIDu/ukspJciSi0zaq/Wzvbj9M3XkSGhpJ4mSIy66KZAiBE0sBGsY0o0K6R42WIpZ5aCFZiYffrTyymQHdQZ1N22g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498229},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\16b64fcd-2cae-4a41-9937-c069d44980f1\\azure-core-lro-3.0.0-alpha.20240619.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\16b64fcd-2cae-4a41-9937-c069d44980f1\\azure-core-lro-3.0.0-alpha.20240619.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Y9qir2lZ5003S4NClTlpGNtesOZNUUT5obM9bUYJvt9n23DX9YRQT/zGR3CvciYJmVyOIEes+ZigopVlJX4Egw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240619.3_1718821612252_0.5950123107802201","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240621.10":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240621.10","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240621.10","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f7ac150541e5c276f160e4d56b36540a7c02b73","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240621.10.tgz","fileCount":153,"integrity":"sha512-eaC3CpKQJpQH+CmxGwL0NG5WHNbpR6Qa60xFqyI9g8ETrBiTg2M9gyFh8Pt/fsTN6QvsPrEfSAswVTzOKCV/Ug==","signatures":[{"sig":"MEYCIQDNr8vCMT2akKH1z/jWbUFNlJ4ubmWgowb1SLm0lGlAJAIhAJ3+HsMa8BgPfHGD15rwsdJgnNSG+dgADi3aam7/r10X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498230},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\56d00c8c-7f5c-48a1-86f4-804cb8735ea8\\azure-core-lro-3.0.0-alpha.20240621.10.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\56d00c8c-7f5c-48a1-86f4-804cb8735ea8\\azure-core-lro-3.0.0-alpha.20240621.10.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-eaC3CpKQJpQH+CmxGwL0NG5WHNbpR6Qa60xFqyI9g8ETrBiTg2M9gyFh8Pt/fsTN6QvsPrEfSAswVTzOKCV/Ug==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240621.10_1718994731721_0.3045522654482107","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240625.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240625.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240625.1","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cad8b8ea3d7534f318e20501c197e2b4bf49036e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240625.1.tgz","fileCount":153,"integrity":"sha512-G9vcKXXPtZY1LPC5PiDn0L6MwbKPep6UJh2iU7oi/CbPadRXsaG81idw1HvS2uLmdXSK6iMGj6dtnbzRrxhW6w==","signatures":[{"sig":"MEUCIGgyA0BcTb841G2P20t9cCIb2SxKFcXMIvF3hBW2ko2qAiEAlc5kNyCZ/Hef/C2k420G/1i4ROE7SU7Nt7nmw3dw0Gg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498229},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\7b0389f3-42de-4df9-8695-02ede68ff4fb\\azure-core-lro-3.0.0-alpha.20240625.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b0389f3-42de-4df9-8695-02ede68ff4fb\\azure-core-lro-3.0.0-alpha.20240625.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-G9vcKXXPtZY1LPC5PiDn0L6MwbKPep6UJh2iU7oi/CbPadRXsaG81idw1HvS2uLmdXSK6iMGj6dtnbzRrxhW6w==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240625.1_1719339827451_0.36372572852624097","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240626.1":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240626.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240626.1","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea2a86de91144aab80197aa0fefb16ea59243744","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240626.1.tgz","fileCount":153,"integrity":"sha512-3HwRm3mqCsus7I/TtJp59kA0ye7z69BCHfS60Rv/0fKz2uOfG2v49D4a2hHEdBJfex18IuoZgicdOQCe3v9lSA==","signatures":[{"sig":"MEUCIQDAXmqgNtvwzRbLT4aaAxdCXs88mWNIqUwYyVR1z0HxTwIgBAQPUjZXVI0OEgBT3NS/D9RBqJDnGk4OCFskU7BBT/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498229},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\16666cb2-1df9-44e9-bbc3-5cc7a7a6c9f1\\azure-core-lro-3.0.0-alpha.20240626.1.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\16666cb2-1df9-44e9-bbc3-5cc7a7a6c9f1\\azure-core-lro-3.0.0-alpha.20240626.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-3HwRm3mqCsus7I/TtJp59kA0ye7z69BCHfS60Rv/0fKz2uOfG2v49D4a2hHEdBJfex18IuoZgicdOQCe3v9lSA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240626.1_1719426149767_0.024995794048303654","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20240627.5":{"name":"@azure/core-lro","version":"3.0.0-alpha.20240627.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0-alpha.20240627.5","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"652e1feffb8a72aed8f84dc22c23290d9ed210fa","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0-alpha.20240627.5.tgz","fileCount":153,"integrity":"sha512-Lf3RkEyXXM9csimm3mG2wl35XVcZgwf09UhHOta9I8dfhTon/wjJ0VPWvRi01JkznEyj7R1PnMT97g8BCkQFoA==","signatures":[{"sig":"MEUCIQCQYhygu9S7kL+VfeO7BYvvG4iihVRb16NCI92SskxCdAIgJ2g+/eHvwlrEaJ90Pb9TwBKoLpV3B0D1zf6sGJUxqdo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498229},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\4ce32ff2-59c2-4c72-904d-d986b0bc6923\\azure-core-lro-3.0.0-alpha.20240627.5.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4ce32ff2-59c2-4c72-904d-d986b0bc6923\\azure-core-lro-3.0.0-alpha.20240627.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Lf3RkEyXXM9csimm3mG2wl35XVcZgwf09UhHOta9I8dfhTon/wjJ0VPWvRi01JkznEyj7R1PnMT97g8BCkQFoA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0-alpha.20240627.5_1719512724341_0.8531068117490102","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@azure/core-lro","version":"3.0.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.0","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"abd6deb2e5996bdcc2ee611e04754e1670149afb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.0.tgz","fileCount":153,"integrity":"sha512-t46lsD0jDJ1o71hIGzoUfT9jH+rIkNJAJLhhPqW8XLbPueHBnP4x5PNJ2szXlLoztH/00OcUUH3FbFnAntOSWA==","signatures":[{"sig":"MEUCIFCn2XDBlxSnLZcgtALnp/OMk5+ipR3CUpBDREQyId/GAiEAza3W1WMtEcFzXZK9fbYVTDAaL65JKkCTMMsBYZ5aVc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498172},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\89456c5d-caee-450c-9134-700591d084cd\\azure-core-lro-3.0.0.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\89456c5d-caee-450c-9134-700591d084cd\\azure-core-lro-3.0.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-t46lsD0jDJ1o71hIGzoUfT9jH+rIkNJAJLhhPqW8XLbPueHBnP4x5PNJ2szXlLoztH/00OcUUH3FbFnAntOSWA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.0_1719524420849_0.16223718207876425","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240628.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240628.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240628.2","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"56a0b7a1f462883cd42ef739731349e646717e4f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240628.2.tgz","fileCount":153,"integrity":"sha512-yvZ3652pRdPV5zwOXd56a+QsRGVeDiKaKui5wiB9Q2u01xUJiQXcr8neNAwyT0UrH8wQr0rxO9cDOdtXlj5XIA==","signatures":[{"sig":"MEYCIQCKs23ADFDqIzjoiVU3ASMrV/sWICjiFVpH2I9aTNpEWwIhAJcfNbj682ayGdqsN9x+oXNZx2uoLiUI+vza7Zuxt6i/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498229},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\6969f508-ba99-4728-a369-a04cf34a6396\\azure-core-lro-3.0.1-alpha.20240628.2.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6969f508-ba99-4728-a369-a04cf34a6396\\azure-core-lro-3.0.1-alpha.20240628.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-yvZ3652pRdPV5zwOXd56a+QsRGVeDiKaKui5wiB9Q2u01xUJiQXcr8neNAwyT0UrH8wQr0rxO9cDOdtXlj5XIA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240628.2_1719599162961_0.31754864517072035","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240701.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240701.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240701.3","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e703ff25e302f9258bead6925508c1ab72da4b96","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240701.3.tgz","fileCount":153,"integrity":"sha512-AdgbhXHE1mNLefl8RjVIfHSTyfnnRAFcsjghmeCsRgtyExlgVsd/aEptyJZErVyTxebIWqw/Mek12y2fGthT6A==","signatures":[{"sig":"MEYCIQC6ww9lX+MsYnOLK3JLTQW0jeLjqtQ3S3SwjBrzVPIxjwIhAKmb0yYPXzE1fp86PgLy+ViIRMKGLy9EAnUlSIQZ90Is","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498229},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\aa6e4fc1-3167-4bdc-9633-64a3f2fcde9f\\azure-core-lro-3.0.1-alpha.20240701.3.tgz","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aa6e4fc1-3167-4bdc-9633-64a3f2fcde9f\\azure-core-lro-3.0.1-alpha.20240701.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-AdgbhXHE1mNLefl8RjVIfHSTyfnnRAFcsjghmeCsRgtyExlgVsd/aEptyJZErVyTxebIWqw/Mek12y2fGthT6A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.13.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.4.5","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240701.3_1719858445932_0.34475091195511","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240704.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240704.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240704.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9253c67a907b287a8026b8578b5e69e17c457837","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240704.2.tgz","fileCount":153,"integrity":"sha512-8Ic7bcORNMqaFbMK78OSOcsp/tG1KN3T6x8LGSM0CST1RDRJ228+3flskhkQXU6p9tCihvyFhHSlbkTjWOvGHg==","signatures":[{"sig":"MEQCIE4Y4Ui+dN1Vvo0E3QXXlM2Tnqku77DyGPyuRKWi4os2AiBrIZS05bc8FzLqlMLbf1ki/UP+o1hm1pqoTNXWA2Cf3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\bb8d1512-1a00-4ffd-92a9-f385840a4f39\\azure-core-lro-3.0.1-alpha.20240704.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bb8d1512-1a00-4ffd-92a9-f385840a4f39\\azure-core-lro-3.0.1-alpha.20240704.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-8Ic7bcORNMqaFbMK78OSOcsp/tG1KN3T6x8LGSM0CST1RDRJ228+3flskhkQXU6p9tCihvyFhHSlbkTjWOvGHg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240704.2_1720117533770_0.005400162154172827","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240705.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240705.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240705.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7ba79f95bdfe92df57201337fb9a30ea7f23513","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240705.2.tgz","fileCount":153,"integrity":"sha512-1/hvQmaigoH6SLC3JkaC1tsxw9gfXe5tZHodukgXG/3Xh0Gp7cOOrih36wLEEdFCaWcnLm7bcc/Y3SSVGft0QQ==","signatures":[{"sig":"MEUCIAeD0Dgey5anFPwOqNt45xNHdLfwjoj5WFvgrJZiCwh0AiEA0FRHlcZ4O2jB8keTLmcp/DLE2K0IeqO3XUJaqVqt/2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4836b409-0f75-4022-a5c3-083e011cbb2a\\azure-core-lro-3.0.1-alpha.20240705.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4836b409-0f75-4022-a5c3-083e011cbb2a\\azure-core-lro-3.0.1-alpha.20240705.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-1/hvQmaigoH6SLC3JkaC1tsxw9gfXe5tZHodukgXG/3Xh0Gp7cOOrih36wLEEdFCaWcnLm7bcc/Y3SSVGft0QQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240705.2_1720204420433_0.10494521288163505","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240709.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240709.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240709.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3edd00395030e4caf3490ebc39ab1ea7246e4d0d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240709.3.tgz","fileCount":153,"integrity":"sha512-b8RziFfRE/daR7XDJIiPTNpgdGWQkSiRiNNv/BxP+WZ7i8epzigqMkne3qGqqfM/c89Tm2Fjpbp+QvKp7zgwDA==","signatures":[{"sig":"MEQCIHP1q1jTTpu24jOsWFvZGlfGa1UqWKyVD/RYhr79mVWKAiBEHwDSGa4amp+RquxzmF4WP1ExoScupDsfyWQWULMFgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\c766566e-f62a-4ff7-b05e-6c25fa1ea772\\azure-core-lro-3.0.1-alpha.20240709.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c766566e-f62a-4ff7-b05e-6c25fa1ea772\\azure-core-lro-3.0.1-alpha.20240709.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-b8RziFfRE/daR7XDJIiPTNpgdGWQkSiRiNNv/BxP+WZ7i8epzigqMkne3qGqqfM/c89Tm2Fjpbp+QvKp7zgwDA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240709.3_1720549664398_0.94497290479659","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240710.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240710.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4fce30b595998a76e888889832f8969e9da1bbb9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240710.2.tgz","fileCount":153,"integrity":"sha512-sGSBUPvW+QYRPBabhQGgFv5FISuakcAaNcAGq5I4BoQwEiYWwE6oBHq2jvqifzRTjeIoBkBoUfumK085WQVvuA==","signatures":[{"sig":"MEQCIHtznCIRwPYq1/dnDDE629dX2HPuvLxod4IW18qLJh53AiBKSrJgKm/z2uQYXVCLRM1jTxtjU1ZQQfR0ni9QyccMRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\5fce03c4-bcd6-4a13-9e98-79a63b118a5d\\azure-core-lro-3.0.1-alpha.20240710.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5fce03c4-bcd6-4a13-9e98-79a63b118a5d\\azure-core-lro-3.0.1-alpha.20240710.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-sGSBUPvW+QYRPBabhQGgFv5FISuakcAaNcAGq5I4BoQwEiYWwE6oBHq2jvqifzRTjeIoBkBoUfumK085WQVvuA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240710.2_1720635884154_0.9780792301501406","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240711.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240711.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240711.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d998d25ea0f278667e47ef2ccd89a74cbb1faf7f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240711.2.tgz","fileCount":153,"integrity":"sha512-SuE8Jj/j+KCMcNz+kSqqGTl+QvkGo0InMlPQu+qi8QJOZot0YOyEVy7/6SQUzKKV5ZOczfqaLFBKcbY9ZVcpag==","signatures":[{"sig":"MEYCIQC5QnZQ9XCRmN9itiuOZ5N0kZQaN26PKnVrBb7pX73JhAIhAJoJLJSGcvoSv3D2lrZzoOjLhgJwGqbwrklBGAG52p/+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\af161b63-9b4f-4af1-9c16-254aef761a83\\azure-core-lro-3.0.1-alpha.20240711.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\af161b63-9b4f-4af1-9c16-254aef761a83\\azure-core-lro-3.0.1-alpha.20240711.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-SuE8Jj/j+KCMcNz+kSqqGTl+QvkGo0InMlPQu+qi8QJOZot0YOyEVy7/6SQUzKKV5ZOczfqaLFBKcbY9ZVcpag==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240711.2_1720722757664_0.7175585624451473","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240715.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240715.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240715.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e89c729d3e71770adb0a8bf9e129cd3ee9be7ace","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240715.2.tgz","fileCount":153,"integrity":"sha512-UNNmrfdO7tqQuBBqGS/hnb2Do57YJjNicrP7h9rZOs0vv0+X4JM7/mHBuyg8WEVoqNP85WRDX/qjLcxGC/t0vQ==","signatures":[{"sig":"MEUCIQC5OOkeBcTkvyf34Dy2DSWzVFyow4bcSjjpOa/AYme3WQIgdOwN+JFJJq5QIl3PogPhOc5ES8tVVQM6TROUUHVkKlA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\34434ad6-0741-49d6-bb9e-d6dfe83b9c34\\azure-core-lro-3.0.1-alpha.20240715.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\34434ad6-0741-49d6-bb9e-d6dfe83b9c34\\azure-core-lro-3.0.1-alpha.20240715.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-UNNmrfdO7tqQuBBqGS/hnb2Do57YJjNicrP7h9rZOs0vv0+X4JM7/mHBuyg8WEVoqNP85WRDX/qjLcxGC/t0vQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240715.2_1721068192173_0.024101289135463055","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240716.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240716.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240716.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55a0e87ffc4503abb8f018eefa8f7ec818925e0d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240716.2.tgz","fileCount":153,"integrity":"sha512-56qtQR5EZdwNuu3ltp1t264JX+Xgbw3hJbAbig0uRt4hvuCICq6oaWDvQk3uVYs/0rL6HHJMANXB83RrbaOuzQ==","signatures":[{"sig":"MEUCIHA2BuWLciv+YSvVsAU3RA9UQPmkRy2apPJaIe6ky7qhAiEA/+ZtOywKzCob8klRdjpnIDy/p647ps5uAUnNkDgLvM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\6a426e8a-88d0-44dc-9c08-a9d728f55cad\\azure-core-lro-3.0.1-alpha.20240716.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6a426e8a-88d0-44dc-9c08-a9d728f55cad\\azure-core-lro-3.0.1-alpha.20240716.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-56qtQR5EZdwNuu3ltp1t264JX+Xgbw3hJbAbig0uRt4hvuCICq6oaWDvQk3uVYs/0rL6HHJMANXB83RrbaOuzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240716.2_1721155228004_0.7381982961413962","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240718.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240718.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240718.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93f7e435362f380e74b94d01f37301be8962acd2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240718.1.tgz","fileCount":153,"integrity":"sha512-93tAczuzBzh4mHHoWoFPoxy22l5vwXKMEooXugLr/z+Kno9IcTEDOOB0y79LNfomrDQ91ru0kXgiEa75FIJcog==","signatures":[{"sig":"MEQCIB+iup5G3DAKFr2AZvh9kaEr9K3Hg/PaAhjnlZAhGiuwAiB/EWCtqqECvNjS6Zw4/Pat3qpL7qSiRSK5BzP+RhxbCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\4e44bbce-08dc-4af2-9c39-2662adcbc6f7\\azure-core-lro-3.0.1-alpha.20240718.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4e44bbce-08dc-4af2-9c39-2662adcbc6f7\\azure-core-lro-3.0.1-alpha.20240718.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-93tAczuzBzh4mHHoWoFPoxy22l5vwXKMEooXugLr/z+Kno9IcTEDOOB0y79LNfomrDQ91ru0kXgiEa75FIJcog==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240718.1_1721327168488_0.7224713160943561","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240719.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240719.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a2da244cc281c1f9195d48130be987755b9c0b3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240719.1.tgz","fileCount":153,"integrity":"sha512-IhVsZVIAa0eOoG4atn0NCYWvs7KIAmOkkl0IfyptI3duauwgeuaiAwq2L7kkKKZZOsyCcBBnSklO3p62rBl6Hg==","signatures":[{"sig":"MEQCIGu7FkACkoG0a8pDuDLxc4/QwZD+Conu3N6pCCq57Q6bAiAePFiMuG4rWFi26qgevn/hxHEpCe1K+10VyUbDGzJL0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\2101d3ee-1a76-496d-a13e-635ac126e623\\azure-core-lro-3.0.1-alpha.20240719.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2101d3ee-1a76-496d-a13e-635ac126e623\\azure-core-lro-3.0.1-alpha.20240719.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-IhVsZVIAa0eOoG4atn0NCYWvs7KIAmOkkl0IfyptI3duauwgeuaiAwq2L7kkKKZZOsyCcBBnSklO3p62rBl6Hg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240719.1_1721413404218_0.27035305225346407","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240722.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240722.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240722.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76b33686d8e0a7049d15a9211b58a647dc2bd265","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240722.3.tgz","fileCount":153,"integrity":"sha512-iHQl0dxFUQI9ke+kQSovnPqo3JARCgz1T6Tx22G4P1i54NcVq34b4d/G31LzIV0NF3YMeu6WqnCkKcyQBwkxlw==","signatures":[{"sig":"MEYCIQDiJoHgs5QrAhdHPugSrjsWAqvTydkmypTvcfcqEHb19gIhAMMnp0mSg4LdqHIay6RVoBBUp8Rr6uRlFZLKRwcBBEzl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\b8459660-4052-4e36-bcb8-1fbe0f7383c6\\azure-core-lro-3.0.1-alpha.20240722.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8459660-4052-4e36-bcb8-1fbe0f7383c6\\azure-core-lro-3.0.1-alpha.20240722.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-iHQl0dxFUQI9ke+kQSovnPqo3JARCgz1T6Tx22G4P1i54NcVq34b4d/G31LzIV0NF3YMeu6WqnCkKcyQBwkxlw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240722.3_1721672689962_0.27113954640437754","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240723.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240723.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240723.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d05e76fa18c5900d47454e1a5bc0e1af9198949a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240723.2.tgz","fileCount":153,"integrity":"sha512-op0zuEljH9WGXKTmED95/3+MXvzHWHlcUcVvHiS4wjmPhSbNC0OGq+Ogi/w5/jO4u7/lTNjTJ+CuwripsNkVKg==","signatures":[{"sig":"MEQCIHxezkeu4ZjDVnPhFNPxnLFJ0HvzBElDuGGvCsqvcQFXAiBmseEVQjqou+2J+F7LQBuirg/hOisI+ViKzO8Cuwe6Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\da44027c-9add-4c49-9ace-fb2305fb9d38\\azure-core-lro-3.0.1-alpha.20240723.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da44027c-9add-4c49-9ace-fb2305fb9d38\\azure-core-lro-3.0.1-alpha.20240723.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-op0zuEljH9WGXKTmED95/3+MXvzHWHlcUcVvHiS4wjmPhSbNC0OGq+Ogi/w5/jO4u7/lTNjTJ+CuwripsNkVKg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240723.2_1721759069054_0.5804045180051736","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240724.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240724.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240724.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"92ed06075b02306a21c0dca3af9170cbc160cd46","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240724.2.tgz","fileCount":153,"integrity":"sha512-0Yc5HdQTtUBpr80ug3xLTUJ+C7c1OxMbJ5AlddfAzgVl7d+FtUd4LXlzI+WfPiHx3pss/WosIpCEVgp6YM7TbQ==","signatures":[{"sig":"MEYCIQDUleIzG+ssiK9Gd3EFKof9iUUCu58OmsM+Eq6HAtMEhgIhAL4vFZgHseAnQ600wmXY+E7F4fQvyA3A78hFuLWLWXxG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\bbc15860-b0ae-41da-addf-706924dde8f8\\azure-core-lro-3.0.1-alpha.20240724.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bbc15860-b0ae-41da-addf-706924dde8f8\\azure-core-lro-3.0.1-alpha.20240724.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0Yc5HdQTtUBpr80ug3xLTUJ+C7c1OxMbJ5AlddfAzgVl7d+FtUd4LXlzI+WfPiHx3pss/WosIpCEVgp6YM7TbQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240724.2_1721845576016_0.021259117920282122","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240725.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240725.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240725.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc251a230e3e6285c269804630de78124c4bf9c5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240725.2.tgz","fileCount":153,"integrity":"sha512-stcPT9bhQe/lQyPtacbLIn/nG2e1TeG+mKJvwUrEjObMaXi7+CniaD5oh5dZ3R2k1heVDZ7bcgGpo0ZEOo8RLw==","signatures":[{"sig":"MEUCIQDTyRz2GL+ynemYZYY3wEiDZ+pSi/fRkwEoDAaPY4xgHAIgf+EuW14Au7w2KdV1eCkYqqSosBU+CCkjvwojTazq78E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\31a5e1b1-c7c3-413f-824b-eb91cab0969c\\azure-core-lro-3.0.1-alpha.20240725.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\31a5e1b1-c7c3-413f-824b-eb91cab0969c\\azure-core-lro-3.0.1-alpha.20240725.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-stcPT9bhQe/lQyPtacbLIn/nG2e1TeG+mKJvwUrEjObMaXi7+CniaD5oh5dZ3R2k1heVDZ7bcgGpo0ZEOo8RLw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240725.2_1721931870926_0.6488955981264004","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240729.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240729.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240729.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7b401642080f5071b1cf1aa25b7fa1088898028","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240729.3.tgz","fileCount":153,"integrity":"sha512-EreTIjGpKl0KNJDLEL1nP9+QR8hH9Zno0KCvTMX5xiIJAbgUiiMNx0xTRhSHD64LxhWz03Eb0GOdmO0VDtk1TA==","signatures":[{"sig":"MEUCID/Z1XtZETKkBnZSIrhwBcsEgDBofuLdjvETX5heZUoCAiEA067wxOhDS2vWvpBLSrn9jVB3kRlb8vPzq+RKgSGKSSw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\900494dc-82d0-4ed3-be7a-2f8bca0529f6\\azure-core-lro-3.0.1-alpha.20240729.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\900494dc-82d0-4ed3-be7a-2f8bca0529f6\\azure-core-lro-3.0.1-alpha.20240729.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-EreTIjGpKl0KNJDLEL1nP9+QR8hH9Zno0KCvTMX5xiIJAbgUiiMNx0xTRhSHD64LxhWz03Eb0GOdmO0VDtk1TA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240729.3_1722277527087_0.5484857393255096","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240730.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240730.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240730.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eef615484493829d2b0fdc1f654d5b54467a3ddc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240730.3.tgz","fileCount":153,"integrity":"sha512-Z6E3RMCsvZ/zvPJ8gu5sBtr3IEchAHp9ZC2uUHfI4Y5ar4d0Ekox9hQY0AMUh+XvnuWh1gb1e1Ttb8H225/Qyg==","signatures":[{"sig":"MEUCICWP+C9vJW7jl2IcTgbngRker8tLI8yhZ1KOaP6lJRubAiEAyPKAFVvXiDz+lraat01FU8PGafiSy51e/Mr5xHip7mg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\1c66056d-f2c7-41dd-b49c-ac964ebc7f36\\azure-core-lro-3.0.1-alpha.20240730.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c66056d-f2c7-41dd-b49c-ac964ebc7f36\\azure-core-lro-3.0.1-alpha.20240730.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Z6E3RMCsvZ/zvPJ8gu5sBtr3IEchAHp9ZC2uUHfI4Y5ar4d0Ekox9hQY0AMUh+XvnuWh1gb1e1Ttb8H225/Qyg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240730.3_1722363921389_0.7073204981781671","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240731.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240731.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240731.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"753530781353b59debff8f4fd930be556e3045a5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240731.2.tgz","fileCount":153,"integrity":"sha512-0s8KW+5iQa77B34157E/X0zmlcQAdIbYRsBMe56wucBkhyaGn3t5Z2IhfKWav9EN7HHXBLbhNCc1d28/yca1Ug==","signatures":[{"sig":"MEYCIQDmh8x9hzdbrn28/K34ud2EP1/W52C856t+pLR+klznFwIhANQMdW+UDF7MM2pFWfTZYJ1GfFXVQQHOmmnp2Qp/wiVd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\ae9b68c3-0a64-4629-af8b-5be1bcc67703\\azure-core-lro-3.0.1-alpha.20240731.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ae9b68c3-0a64-4629-af8b-5be1bcc67703\\azure-core-lro-3.0.1-alpha.20240731.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0s8KW+5iQa77B34157E/X0zmlcQAdIbYRsBMe56wucBkhyaGn3t5Z2IhfKWav9EN7HHXBLbhNCc1d28/yca1Ug==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240731.2_1722450685036_0.3348253789198945","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240801.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240801.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240801.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"56910780be031a3fe18119d9dd218846bb556b46","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240801.3.tgz","fileCount":153,"integrity":"sha512-jvcOOeaVmOkm00qlSndiw6rGS4TwrwMVC+ZvbydC0erPNo9GHy7Nhwdxg03IUfoO8GB0XcZCkpzhLvOc2phK4g==","signatures":[{"sig":"MEUCIQCAkVX0lMzLq0Empi2vZfSxg+CQDp5Cdc6KpkB1WNRxjgIgS3Yc5UqKRXoRhZIkjxdBRvY5pOLGeOsrbHT4e6tY3qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\9aacac8d-15b1-404b-bf06-25d025da66da\\azure-core-lro-3.0.1-alpha.20240801.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9aacac8d-15b1-404b-bf06-25d025da66da\\azure-core-lro-3.0.1-alpha.20240801.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-jvcOOeaVmOkm00qlSndiw6rGS4TwrwMVC+ZvbydC0erPNo9GHy7Nhwdxg03IUfoO8GB0XcZCkpzhLvOc2phK4g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240801.3_1722536748279_0.7997230352876015","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240802.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240802.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14dd0c99594f92181db5eb43704de2932db968af","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240802.1.tgz","fileCount":153,"integrity":"sha512-oiRBE4j9D/CA2QBb7eQV2Uahv8XY6Pryea+yS6q4b1h5fcuFT1llSY01WsoeVYP2uLa7OJzx34JVsGRFIHuZsw==","signatures":[{"sig":"MEUCIQCDTcHbOyM1rJgjxm5CObndE58wHMIus2RAoXS1KWNShwIgRuVWKpPGeAwh73uESdmRS1lxsXxv86DamNdiAAep24o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\8d35b224-3908-41bf-bc1c-09835cf5efe1\\azure-core-lro-3.0.1-alpha.20240802.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8d35b224-3908-41bf-bc1c-09835cf5efe1\\azure-core-lro-3.0.1-alpha.20240802.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-oiRBE4j9D/CA2QBb7eQV2Uahv8XY6Pryea+yS6q4b1h5fcuFT1llSY01WsoeVYP2uLa7OJzx34JVsGRFIHuZsw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240802.1_1722623059383_0.7244624131285997","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240806.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240806.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e5c3847150e93009636bd18ba72f35c23554eb1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240806.1.tgz","fileCount":153,"integrity":"sha512-9LZUCPy+/Zn8DvFSXeAST8blR8x+drGtlPuwvxsUI0nVSXlpycNgPPEXHpsb9WrzRoSUyQipjaEPTAgxhotQmA==","signatures":[{"sig":"MEUCIQCfbR3EWd5GxOi62DoFErWfbMXXl4Klb0xetlUL4Bxd+wIgOxkIAevqddcZBKei9okTtB+l9OE1c6QBahQMUHIr/UQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\4ab70d4e-eec4-491b-955a-683f7528f08a\\azure-core-lro-3.0.1-alpha.20240806.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4ab70d4e-eec4-491b-955a-683f7528f08a\\azure-core-lro-3.0.1-alpha.20240806.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-9LZUCPy+/Zn8DvFSXeAST8blR8x+drGtlPuwvxsUI0nVSXlpycNgPPEXHpsb9WrzRoSUyQipjaEPTAgxhotQmA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240806.1_1722968916323_0.8632511421395843","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240807.4":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240807.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240807.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04c3b3eac29ed86113ce0463b49270067b2bed51","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240807.4.tgz","fileCount":153,"integrity":"sha512-wD4IH9U0eRb/rkKUtGw0x9XGSJrt082ZJNvmmoeJJGA6ze1MB5xCGhzhUwspu5prHxTUF/3+zxilXBaZJ1JTDQ==","signatures":[{"sig":"MEUCIQD7pHdEpz6gZaTAJLnGAa5dxmKrRpaAajtettizh+qR9wIgVZfKB0uk3x+citiarN+A53F8Lq1qjtQQ/2+hKvwJYVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\88b70048-e57a-4bcc-9fff-adf24883cb94\\azure-core-lro-3.0.1-alpha.20240807.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\88b70048-e57a-4bcc-9fff-adf24883cb94\\azure-core-lro-3.0.1-alpha.20240807.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-wD4IH9U0eRb/rkKUtGw0x9XGSJrt082ZJNvmmoeJJGA6ze1MB5xCGhzhUwspu5prHxTUF/3+zxilXBaZJ1JTDQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240807.4_1723055133694_0.6259104820875527","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240808.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240808.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5426e76fdeceb379824d274c4a23e0af2f65250","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240808.1.tgz","fileCount":153,"integrity":"sha512-mYiDwH+Gj2Ui3Ua5/kQJsc8EZbMj4s5WbUlBITg/YZtD4swQwI+vh3Rer1MAQBaAS62lELcOAP9iEvZuKQCpPw==","signatures":[{"sig":"MEQCIHarVS4DbaaIc8hrAAvRbzuumgK8MgI5DWIVYPTzaw8kAiBG1fwMEl0VKgVFwOIVnKnYCIXtQi9ae5wvB3DVYY8uyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\53079727-c433-4276-8dab-3b52d15bf03e\\azure-core-lro-3.0.1-alpha.20240808.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53079727-c433-4276-8dab-3b52d15bf03e\\azure-core-lro-3.0.1-alpha.20240808.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-mYiDwH+Gj2Ui3Ua5/kQJsc8EZbMj4s5WbUlBITg/YZtD4swQwI+vh3Rer1MAQBaAS62lELcOAP9iEvZuKQCpPw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240808.1_1723141468719_0.6886566143035591","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240809.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240809.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240809.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"478dad2655b3c677e1748b417ef7c4b09a8a1f63","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240809.2.tgz","fileCount":153,"integrity":"sha512-7iFBd3vi0k9DH9uM8FSD7fRYJprOYU+x2ZEmJAbbSVyplo+3G5YqSaJ0vPQ7mDwjk3XtiG5ttqDlPlHwSWndVA==","signatures":[{"sig":"MEUCIQDFIBi470sqhU3E6Wy96J5a/9XpKLAFzzZ1iej5ReriYgIgZtS13edE++OuwiTBC4wbyY5OmlcQXycCpotzMfRn6Dg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\5e99428b-e941-4bcc-ae27-3392ef0b5994\\azure-core-lro-3.0.1-alpha.20240809.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5e99428b-e941-4bcc-ae27-3392ef0b5994\\azure-core-lro-3.0.1-alpha.20240809.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-7iFBd3vi0k9DH9uM8FSD7fRYJprOYU+x2ZEmJAbbSVyplo+3G5YqSaJ0vPQ7mDwjk3XtiG5ttqDlPlHwSWndVA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^1.3.1","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^1.3.1","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^1.3.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240809.2_1723227894482_0.5063389281298201","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240813.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240813.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240813.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6cbb54309f140c505a3c422d6f3b50d9a8e6b153","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240813.2.tgz","fileCount":153,"integrity":"sha512-OycIXBYU1g3XDxY7M3AB9XLezWNKiBh+C8VAdrk58a/OXABrl5uFAFIFl8P19YhlFie+bAgD+k3iG9ybaRwkVg==","signatures":[{"sig":"MEUCIQD3QLxwLejKrHcu8aRTRj14dlYWLOCvdAAuivk2LmF1EAIgPHsBGhKk2GOU4tUTqtU2RRgluzgIF37HG1rGTvNIzYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497885},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\01bc529b-9fec-4427-b66e-56f99ac5790d\\azure-core-lro-3.0.1-alpha.20240813.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","source":"./src/index.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","source":"./src/index.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","source":"./src/index.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","source":"./src/index.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\01bc529b-9fec-4427-b66e-56f99ac5790d\\azure-core-lro-3.0.1-alpha.20240813.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-OycIXBYU1g3XDxY7M3AB9XLezWNKiBh+C8VAdrk58a/OXABrl5uFAFIFl8P19YhlFie+bAgD+k3iG9ybaRwkVg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^1.17.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240813.2_1723573603344_0.6069529926512476","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240814.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240814.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9492c281ab80657cd5f782351480301b850a21ff","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240814.1.tgz","fileCount":153,"integrity":"sha512-UECyQEz3BvAb3XUffpWQD1dvyKLAyBamOAIVvE9j9LZvQcdlb8n7ptd11W19v6ELrJAgiiZyzTLWlKOBSyPK8Q==","signatures":[{"sig":"MEYCIQCFqyp5bHdIOpOB9ONOMaDQ42X1JUtpwI3xwNRg3cANkwIhAMLcmv8UAbMQZCEVYAjt0B0lkPX6jiH49txSd2I5YYYI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\01218a21-2062-4f05-8d48-523cc1af189f\\azure-core-lro-3.0.1-alpha.20240814.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\01218a21-2062-4f05-8d48-523cc1af189f\\azure-core-lro-3.0.1-alpha.20240814.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-UECyQEz3BvAb3XUffpWQD1dvyKLAyBamOAIVvE9j9LZvQcdlb8n7ptd11W19v6ELrJAgiiZyzTLWlKOBSyPK8Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240814.1_1723660149015_0.31415870952423086","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240815.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240815.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240815.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"096c482d3e30df46b54ae065deed3bacf3f4551f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240815.2.tgz","fileCount":153,"integrity":"sha512-cFZrsxs28zZJnwq458tDXRiMgzMdYP9AUFeD70EAv1oIUZIiHLunChcI031URlhmgreNIn8IqjEJbo4ckYHVtg==","signatures":[{"sig":"MEQCIErUjbbEx+e0ifOL9CiGbRdffOxRAcrFHG7I8V/DkqE6AiAc8vR9SgDxZPHM1V02Pt6KqX2O6+7HZWZ9xMZp38hnIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\70e7d9e4-8d0e-44b2-a152-4a2faa0cf2f7\\azure-core-lro-3.0.1-alpha.20240815.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\70e7d9e4-8d0e-44b2-a152-4a2faa0cf2f7\\azure-core-lro-3.0.1-alpha.20240815.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-cFZrsxs28zZJnwq458tDXRiMgzMdYP9AUFeD70EAv1oIUZIiHLunChcI031URlhmgreNIn8IqjEJbo4ckYHVtg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240815.2_1723746327629_0.8409879189295586","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240816.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240816.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240816.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd3f1224cac757d4110c4e57b23f37f948f132d8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240816.2.tgz","fileCount":153,"integrity":"sha512-5FRon/4MOET0FehGTHP+0nZ4mdE+Hqfc0OOSnSNy+cjvUDwJSzDRM4XUIVH3aSRoxiqxIDu3SDBgyVO+VFsN6g==","signatures":[{"sig":"MEQCICul6VFdXy8YCB26dwGHbMdlFFv6VTl8Nj0+vib9zJBMAiA9c5h4wwHzOJTMUZHQB9SUvp974Y04ExAvTHSF7dgWdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\0b01bfce-66eb-4de2-a3bf-2e9495cb72d7\\azure-core-lro-3.0.1-alpha.20240816.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0b01bfce-66eb-4de2-a3bf-2e9495cb72d7\\azure-core-lro-3.0.1-alpha.20240816.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-5FRon/4MOET0FehGTHP+0nZ4mdE+Hqfc0OOSnSNy+cjvUDwJSzDRM4XUIVH3aSRoxiqxIDu3SDBgyVO+VFsN6g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240816.2_1723832741841_0.1963470348329015","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240819.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240819.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240819.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c74690c0cf86b9682eb2a5572cc71e157fc4090","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240819.2.tgz","fileCount":153,"integrity":"sha512-EvHqQ5AJ5rKDYRgP3CWH5pnsbg+WllG8nd1nU2Y+7XtGUzMK7GJz1kgZ5V6GxQ3QLGoz+3tHoyxWTHpUo+3qNw==","signatures":[{"sig":"MEUCIQCurG2hZsYy8F9lcbDaAmwoJv3y7zR7bosiLCrwPGIJQwIgJUKi/+8jZ8osz+oNsNGYE6eM9XPKDrYTwQThkewPl/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\1aeabad3-47b6-425a-b4cf-fb905c6a167b\\azure-core-lro-3.0.1-alpha.20240819.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1aeabad3-47b6-425a-b4cf-fb905c6a167b\\azure-core-lro-3.0.1-alpha.20240819.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-EvHqQ5AJ5rKDYRgP3CWH5pnsbg+WllG8nd1nU2Y+7XtGUzMK7GJz1kgZ5V6GxQ3QLGoz+3tHoyxWTHpUo+3qNw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240819.2_1724091849127_0.18506409781304112","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240820.8":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240820.8","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240820.8","maintainers":[{"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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0df4a1b6d8d6c672488dc09b3559e03086ddb904","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240820.8.tgz","fileCount":153,"integrity":"sha512-GIt6mr1Dkgkr+FfNTkwFeZ9t+MACeG7iQ18E3sNB1edzVn0LCGtbt4j+Yud2Af3naIz2zN8mc9gR8EojlFxMlA==","signatures":[{"sig":"MEUCIQCLRDsKGqfgemh9KxpI+iOApLXyQ1BqKT0D+DaelpRJBAIgebVjKdjAqAu92W9cbp/6L8++bBGnAGpeLHv2MPz1t7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\01be8c5f-6c06-4374-88f9-9b8c8e035503\\azure-core-lro-3.0.1-alpha.20240820.8.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\01be8c5f-6c06-4374-88f9-9b8c8e035503\\azure-core-lro-3.0.1-alpha.20240820.8.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-GIt6mr1Dkgkr+FfNTkwFeZ9t+MACeG7iQ18E3sNB1edzVn0LCGtbt4j+Yud2Af3naIz2zN8mc9gR8EojlFxMlA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240820.8_1724178630315_0.42921896577050833","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240821.4":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240821.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240821.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73f1a7402dfd02f0f23199dc7f4a9c633565be4c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240821.4.tgz","fileCount":153,"integrity":"sha512-zv/SspqufOPKkpeJwGZIF9Rpq+uV7WVg9YU/artRdxadir9m3hxPeaaJ6+kQV4TSiX8fxHPMYGu7CcF2+lLjHQ==","signatures":[{"sig":"MEUCIQDxrtSOipl8vkhVpzbwWj6MKwAsGEdCaP+5Ivg8eLm45QIgDLeZf1CnAFM1uIJvpBPcaoJYJzYavztsNK8tjM0sKfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\4dd5df0f-1dfc-45f3-9224-c3647aae2590\\azure-core-lro-3.0.1-alpha.20240821.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4dd5df0f-1dfc-45f3-9224-c3647aae2590\\azure-core-lro-3.0.1-alpha.20240821.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-zv/SspqufOPKkpeJwGZIF9Rpq+uV7WVg9YU/artRdxadir9m3hxPeaaJ6+kQV4TSiX8fxHPMYGu7CcF2+lLjHQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240821.4_1724264587643_0.7714720851020866","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240822.3":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240822.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240822.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"23d0080093860dc0ad37e0b2c3766c8e42f7715c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240822.3.tgz","fileCount":153,"integrity":"sha512-SvGyWRXaC1qasg9ViW9rxNI9iN+uK3pofmNs/4clcCxA5gO3R5xSgTaR71Mh+kHYMJ1i/Qgl6ShqU3CKrGIFCw==","signatures":[{"sig":"MEUCIQDnlSMAKXszT7/5iwcaCjUbyMVMZuIXp44Cww3LYPLu0wIgZofLjIEPu3oHFSel9emOt4bg8zjKxCMGOHeY0YJFuys=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497740},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\a214aaf6-137c-46fd-8165-c26f574bd8f6\\azure-core-lro-3.0.1-alpha.20240822.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  --ext .ts --ext .cts --ext .mts","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a214aaf6-137c-46fd-8165-c26f574bd8f6\\azure-core-lro-3.0.1-alpha.20240822.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-SvGyWRXaC1qasg9ViW9rxNI9iN+uK3pofmNs/4clcCxA5gO3R5xSgTaR71Mh+kHYMJ1i/Qgl6ShqU3CKrGIFCw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240822.3_1724355086279_0.2499902500060045","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240823.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240823.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240823.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"407238ec77bd714e57b8a56158fbbe17f5253ecb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240823.1.tgz","fileCount":153,"integrity":"sha512-MdZVQW8TrB4AKiuodZamcwhLi+fXyiFtpbVU3XYdfS6G+Q5xbmK67sgAwMs/6KXuEh4AbONyGCwNbSZi6lQAeA==","signatures":[{"sig":"MEUCICaHY2siMq4bU+zuJsAnY05+O0uBk8JN5jVTkvQ7pnvSAiEA1bfhG1Rfq2iyDIrqDItBzbs+AyY+x1T1HsUfJ61zIwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497676},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\51017d7c-fa44-4c3b-9e6e-bbf83cab50dc\\azure-core-lro-3.0.1-alpha.20240823.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\51017d7c-fa44-4c3b-9e6e-bbf83cab50dc\\azure-core-lro-3.0.1-alpha.20240823.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-MdZVQW8TrB4AKiuodZamcwhLi+fXyiFtpbVU3XYdfS6G+Q5xbmK67sgAwMs/6KXuEh4AbONyGCwNbSZi6lQAeA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^8.56.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240823.1_1724437578587_0.03547634327431548","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240826.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240826.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240826.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f21a0e5a7916faf91992b2eaade9dc35a5124d2d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240826.2.tgz","fileCount":153,"integrity":"sha512-JqX25XXdrRE/MXWf71gkjj9Jl2X21u3n9a9Fr1nfMspP9u5vnn6wQRkPFHZYndSEN4rPiRsdUXJ/u6Zk/HReWA==","signatures":[{"sig":"MEQCIAlZ1WMpWBu28lvm3IW7EhBOnHXFcqgra8GAw3IVYxFCAiAbih+2a70JA4Xzrf0CIfwBv90lgMuQDZohKOWOfQbNNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497675},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\9673f66d-8f28-4925-9953-58d1b6acdbd3\\azure-core-lro-3.0.1-alpha.20240826.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9673f66d-8f28-4925-9953-58d1b6acdbd3\\azure-core-lro-3.0.1-alpha.20240826.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-JqX25XXdrRE/MXWf71gkjj9Jl2X21u3n9a9Fr1nfMspP9u5vnn6wQRkPFHZYndSEN4rPiRsdUXJ/u6Zk/HReWA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240826.2_1724696715247_0.37012777849341005","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240828.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240828.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240828.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"88c9149306a191a824c1ad00d56dd935bd7b0fe3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240828.1.tgz","fileCount":153,"integrity":"sha512-DyfzgvuQF4LXfq2q08Brp/C40MbrrutT91pYs5wFUCwedDO1bNS9f4wvrGIg+WIr8mmdI908ZIw3fhump4sXnQ==","signatures":[{"sig":"MEQCIAtoB3/z4oVf5M39xBTkvzRaCvfE25T6nlFZQ+Cix1o7AiAEJwNDf9s/FUUvlb3Q478VFaFyBYbgM0nOXDXswEyRJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497675},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\83f898ce-cb9e-4cc3-8f04-5da2cdc92a54\\azure-core-lro-3.0.1-alpha.20240828.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\83f898ce-cb9e-4cc3-8f04-5da2cdc92a54\\azure-core-lro-3.0.1-alpha.20240828.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-DyfzgvuQF4LXfq2q08Brp/C40MbrrutT91pYs5wFUCwedDO1bNS9f4wvrGIg+WIr8mmdI908ZIw3fhump4sXnQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240828.1_1724869411124_0.8366532819307644","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240829.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240829.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240829.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3606550fa65a5ab5cdb762c25e6a5d3fc4e17bc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240829.2.tgz","fileCount":153,"integrity":"sha512-JJJe09sPKSWctHZHjutIe3XO2WvPqBO6n+U1T9H8fqDAC6S2pd6/EujuyfLXWQjm0K1xVAIX67LEc6NiPTL5JA==","signatures":[{"sig":"MEUCIQCSNe2KXFqxO63iZrlJfyBQuP2KRnzkHnIjDAFHT6G1MAIgSXUQH9MZzWx1n+Mzpw/txuO3n/NFFb5JalfVrJYLjkk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497675},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\d733853a-b1f9-4b55-9cf3-b998247f45e2\\azure-core-lro-3.0.1-alpha.20240829.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d733853a-b1f9-4b55-9cf3-b998247f45e2\\azure-core-lro-3.0.1-alpha.20240829.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-JJJe09sPKSWctHZHjutIe3XO2WvPqBO6n+U1T9H8fqDAC6S2pd6/EujuyfLXWQjm0K1xVAIX67LEc6NiPTL5JA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240829.2_1724955899127_0.7300157169333168","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240830.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240830.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240830.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3067ece96e01356781891a9951a69929a547aa81","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240830.2.tgz","fileCount":153,"integrity":"sha512-qYdgrJsAdxawp29IZONTX/MhfxCFrs7RQQ7nPfzx/Oh98ktufS056OUd+PTpIZMHSDbq0U/YXy8YQiZW9IKezg==","signatures":[{"sig":"MEQCIHXkXFm0iVifpPrrFFwKlqLKVBZOp8gBz8HRAbbS6TejAiAdfoRfN5CALLsQ/uNJcaIW2tJmGJ7c1H0mi2An16wdUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497675},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\72ac5c1e-c5bf-4648-912e-ca2afe5ddcb3\\azure-core-lro-3.0.1-alpha.20240830.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\72ac5c1e-c5bf-4648-912e-ca2afe5ddcb3\\azure-core-lro-3.0.1-alpha.20240830.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-qYdgrJsAdxawp29IZONTX/MhfxCFrs7RQQ7nPfzx/Oh98ktufS056OUd+PTpIZMHSDbq0U/YXy8YQiZW9IKezg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240830.2_1725041964882_0.15323364907725123","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240902.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240902.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240902.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f75651b47b2b550eb382f8d8811ceed02144bef","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240902.1.tgz","fileCount":153,"integrity":"sha512-nVh2EAUc7vtVQRiXvjh8k642khmRljOjNx3CjgAbWvPvDXRopfOcFo3EnBiLM5AcDbi9qgxPav0DqwqnYN/SZA==","signatures":[{"sig":"MEYCIQCLBR6GyEBDZ5GbxPLHRlzjnJnFdrGzmF/0L8ktPcQKUgIhAPkYWDCS+zVSa2SRrxxTNKUfFD9BMB9HqpLuPcuCtJ8O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497675},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\0a584e7b-395c-4bd1-9ce4-db24f106f818\\azure-core-lro-3.0.1-alpha.20240902.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0a584e7b-395c-4bd1-9ce4-db24f106f818\\azure-core-lro-3.0.1-alpha.20240902.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-nVh2EAUc7vtVQRiXvjh8k642khmRljOjNx3CjgAbWvPvDXRopfOcFo3EnBiLM5AcDbi9qgxPav0DqwqnYN/SZA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240902.1_1725301197583_0.6264600347624987","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240903.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240903.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240903.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3bf10267067450799de6a539b57c64f8c3b88337","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240903.2.tgz","fileCount":153,"integrity":"sha512-Cd65u4mLV27LB5vvP9m1oNz+2Nu1lPGwGyE6HcdEE688Fg68pnx4mvhFIKR3/PG1iB/kyWyOcS9bWcxoiXGBug==","signatures":[{"sig":"MEQCIHflOWn9iFbB6l8rZxCR+tD1IMNe5Klzle6cOLzXDkLFAiAXeVLTsZkGZ2SexHqV1Xp3bseavB8QCJ4qdACBwd7uVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497675},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\1f97f689-a2f3-4ab7-a37e-af7734ca4db4\\azure-core-lro-3.0.1-alpha.20240903.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1f97f689-a2f3-4ab7-a37e-af7734ca4db4\\azure-core-lro-3.0.1-alpha.20240903.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Cd65u4mLV27LB5vvP9m1oNz+2Nu1lPGwGyE6HcdEE688Fg68pnx4mvhFIKR3/PG1iB/kyWyOcS9bWcxoiXGBug==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240903.2_1725387603065_0.8911032927443199","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240905.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240905.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240905.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ba7cc67b63046c6005d2e84a8d061821578dfd0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240905.2.tgz","fileCount":153,"integrity":"sha512-+YqgnJsljkp9Oa1/LptPa3tQyYIZ+mvxCRTn81W7CjP5iaXKnJLKUBGLIO2ZtspAEWv0fEAt45LIew+nfn2Iow==","signatures":[{"sig":"MEQCIAoN4NHV/WZo+g+T6FfkkLpjIALJQfKQM2IDQV0LI5//AiBOc3JIs8Xo3KLFDHdfPVZ8vHwGhR/TNGqOzx6fh8L9Bg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\5cd2efa6-7a2d-4094-b699-fefec78e72de\\azure-core-lro-3.0.1-alpha.20240905.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5cd2efa6-7a2d-4094-b699-fefec78e72de\\azure-core-lro-3.0.1-alpha.20240905.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-+YqgnJsljkp9Oa1/LptPa3tQyYIZ+mvxCRTn81W7CjP5iaXKnJLKUBGLIO2ZtspAEWv0fEAt45LIew+nfn2Iow==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240905.2_1725560385877_0.8845561247209366","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240906.2":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240906.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.1-alpha.20240906.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4dcf3e88b069aee995f18ce1f1af98cccf900a23","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240906.2.tgz","fileCount":153,"integrity":"sha512-JjvgztK1V6mlkCSroJ19YCI+V8r6yhcw2NWFnq8o2Ju+Rln5dZx4wrP9pLAtoa1LimiBfsVktdv0OWKCV4gKfw==","signatures":[{"sig":"MEUCIQC2/uZHnZ9UHUWWa1Ez1TfAaCYxVgJQaX0/5C9m0pI5GAIgPciFCBHytmDxeB0c6BUrgHbxGydJMRaJ8290gVglXUw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\bcc1d9c3-1a9b-40cc-927d-c497b7515d89\\azure-core-lro-3.0.1-alpha.20240906.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bcc1d9c3-1a9b-40cc-927d-c497b7515d89\\azure-core-lro-3.0.1-alpha.20240906.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-JjvgztK1V6mlkCSroJ19YCI+V8r6yhcw2NWFnq8o2Ju+Rln5dZx4wrP9pLAtoa1LimiBfsVktdv0OWKCV4gKfw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240906.2_1725646831724_0.4985069373694453","host":"s3://npm-registry-packages"}},"3.0.1-alpha.20240909.1":{"name":"@azure/core-lro","version":"3.0.1-alpha.20240909.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.0.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9991c9920d4bfdc1d69ed126a3292d20000d182d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.0.1-alpha.20240909.1.tgz","fileCount":153,"integrity":"sha512-3RUpWGGflQ24N5yxIFdB7A/lmmQkrLqxYsOg5+hEEPkGat2SWUp+5BHaINULLxHAy5qCDO7IMrSMKKGmK8Us3g==","signatures":[{"sig":"MEUCIDwUbjPRHsSJi1UP6LaWRPQftX2vvuJFsFsY50yOvxAeAiEAgxfEYN3pzKkHqimQC2+vM0zyaBt6fde/Jqly4RKnUaA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\5ac27147-fc3d-452c-bac8-7635e78407b8\\azure-core-lro-3.0.1-alpha.20240909.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5ac27147-fc3d-452c-bac8-7635e78407b8\\azure-core-lro-3.0.1-alpha.20240909.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-3RUpWGGflQ24N5yxIFdB7A/lmmQkrLqxYsOg5+hEEPkGat2SWUp+5BHaINULLxHAy5qCDO7IMrSMKKGmK8Us3g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.0.1-alpha.20240909.1_1725906316148_0.5362973275884941","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@azure/core-lro","version":"3.1.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"b77ad7760d0ad2d2b90cff5760ba215dcb7225be","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.0.tgz","fileCount":153,"integrity":"sha512-W/vVbZumJLFMvmiUspyBzKai0O3HiD6KmsWnpCLasFr92qmafwgz+tThmnpMFH7vCS4MUl4ehFd0Z6OWb8BPog==","signatures":[{"sig":"MEQCICXlyhPsvAxx3bn6eg3oSn/cts15UZ0IFVixCzzIwQtoAiBMFRbi0tk4mt6nOHS8K5PL0FxPJb9PSq8QlbCtgl/1jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498337},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\d307ac9d-2b20-4150-91db-99d318ba9beb\\azure-core-lro-3.1.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d307ac9d-2b20-4150-91db-99d318ba9beb\\azure-core-lro-3.1.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-W/vVbZumJLFMvmiUspyBzKai0O3HiD6KmsWnpCLasFr92qmafwgz+tThmnpMFH7vCS4MUl4ehFd0Z6OWb8BPog==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.0_1726161804221_0.5428188848903417","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20240912.4":{"name":"@azure/core-lro","version":"3.1.0-alpha.20240912.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.0-alpha.20240912.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fda12959570d0603e6a4b7fb2fb17e57233aa422","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.0-alpha.20240912.4.tgz","fileCount":153,"integrity":"sha512-tGjxGOU0yMccnJzGMYBYqIojuT4EXGu9XU9eOSOPVTz2E2cpbYSdsx3zTRjeCZ1kYFCmSKXel2thbRXllP7txA==","signatures":[{"sig":"MEQCIFIAl0ZZLHrkoDoVsKxRshzjsFP+qcV5RlMN9lIt0YI2AiBi59F5qqBgHALme/yCkeF/XlV2oLBKc6bH9Pj0uud9fg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\5b382cb9-d613-4260-98c2-35b9efa46984\\azure-core-lro-3.1.0-alpha.20240912.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5b382cb9-d613-4260-98c2-35b9efa46984\\azure-core-lro-3.1.0-alpha.20240912.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-tGjxGOU0yMccnJzGMYBYqIojuT4EXGu9XU9eOSOPVTz2E2cpbYSdsx3zTRjeCZ1kYFCmSKXel2thbRXllP7txA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.0-alpha.20240912.4_1726165426382_0.15572052640479583","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240913.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240913.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20240913.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e79570602cd5487470c3b7afe2791067e6d2b1d9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240913.2.tgz","fileCount":153,"integrity":"sha512-ZoFeQVJpieMWBKQULLNi+Y5eNSskqoI1V7G5NsaDp0thJpLZx5TJ59jAWXDWbEpLVzx8sxMbjCOwQN9CaHT4EQ==","signatures":[{"sig":"MEUCIQCUsTzl/BbF5q0nNsIHehY6VbnteuJjpQnO8kCqVv7/rQIge6m8yeAcBbAiNXxrpp5iwj35I/G4b+Bmng2+TqFrsMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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_App3\\temp\\adfa8254-1f58-449b-af34-b60f393094b4\\azure-core-lro-3.1.1-alpha.20240913.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\adfa8254-1f58-449b-af34-b60f393094b4\\azure-core-lro-3.1.1-alpha.20240913.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ZoFeQVJpieMWBKQULLNi+Y5eNSskqoI1V7G5NsaDp0thJpLZx5TJ59jAWXDWbEpLVzx8sxMbjCOwQN9CaHT4EQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240913.2_1726251683781_0.43658474534155833","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240916.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240916.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20240916.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da106d84246787ce9dd1b33000d44b9818274d69","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240916.2.tgz","fileCount":153,"integrity":"sha512-N/6/p3ccdTiZrS9StWfnFJN/IlbmhDmf0vUImGIK40z+gRJ1B+bDeElwHUG6BQWVYeUdiTcTjzSJ6aOKPHMdzw==","signatures":[{"sig":"MEQCIHaKHHX5SN66NtJn+CpitenGqScZJu/HzSJbH0AtWoIEAiBQoIh1EZDpnZgkVDTu117Zj+gCvi0di6L9+LaxPemf+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\369d2578-73d7-4e9e-a343-7b6f1bff8b47\\azure-core-lro-3.1.1-alpha.20240916.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\369d2578-73d7-4e9e-a343-7b6f1bff8b47\\azure-core-lro-3.1.1-alpha.20240916.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-N/6/p3ccdTiZrS9StWfnFJN/IlbmhDmf0vUImGIK40z+gRJ1B+bDeElwHUG6BQWVYeUdiTcTjzSJ6aOKPHMdzw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240916.2_1726511040753_0.5532041393000728","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240918.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240918.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6073770fa2901d22457df0a1823154f003e5609","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240918.1.tgz","fileCount":153,"integrity":"sha512-tgIIcgjJaSMTQ5Mjg7TaKHQdCxE/3eMYW1anejnDq58OmgXVwhL5tIo8Oa57M4e3woX0K1NIwXOyUNIgt9JkOw==","signatures":[{"sig":"MEUCIQCH8fA9y7LB1kPq+TzDl/5RoYkAlSk00JFnYJKNnAeYwAIgYmqOuSpUmdTPgrRfQlUKYwkgXjowW+uI52FWDT8AX+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b1022259-f60a-4e43-896f-058ae27613b6\\azure-core-lro-3.1.1-alpha.20240918.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1022259-f60a-4e43-896f-058ae27613b6\\azure-core-lro-3.1.1-alpha.20240918.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-tgIIcgjJaSMTQ5Mjg7TaKHQdCxE/3eMYW1anejnDq58OmgXVwhL5tIo8Oa57M4e3woX0K1NIwXOyUNIgt9JkOw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240918.1_1726684249639_0.845514776630022","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240919.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240919.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4b98556863542985c41cbc0b10d5e95144dff60","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240919.1.tgz","fileCount":153,"integrity":"sha512-fqA00LFyQi106+FjXwMcpLK9HxL//mk0RLHyHJGsGb6eaf8RQUJXRRG4KtDMl1jVPVgo4HaywaHGQkPCOFYDvA==","signatures":[{"sig":"MEUCIQDnwWxf9UKt+w6n93bNBnKLFLHA+vK0Ch/Gmn8kRO2H6QIgVJW5/In+XR3Qmfjr8kboej5SV9/MOqWbU9iIx+WANsA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\7b9669eb-6bee-44a2-a66c-1a4600f24d80\\azure-core-lro-3.1.1-alpha.20240919.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7b9669eb-6bee-44a2-a66c-1a4600f24d80\\azure-core-lro-3.1.1-alpha.20240919.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-fqA00LFyQi106+FjXwMcpLK9HxL//mk0RLHyHJGsGb6eaf8RQUJXRRG4KtDMl1jVPVgo4HaywaHGQkPCOFYDvA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.5.3","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240919.1_1726769908509_0.616465343401676","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240920.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240920.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20240920.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be05049a3541c73e7b9c23eade68f5e68f5f5d8e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240920.2.tgz","fileCount":153,"integrity":"sha512-gfotasY++NnjDPH4TKR+Yv7UTxy3erd5KVQWZQCyBdykPXhoRI8PSS8S/d035Upi5foKv5+4X5oQ38qjcKguIg==","signatures":[{"sig":"MEUCIGft2pKpmNGdxiDgwlS3jCq4T4jd3s4xT8RpEV8Z/5PJAiEAijcWCJpzaWpCfjCwyMUza1PzbcMqCy0BSDj5aMy4Ehk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\18cb8323-54f1-4356-b708-71161953c613\\azure-core-lro-3.1.1-alpha.20240920.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\18cb8323-54f1-4356-b708-71161953c613\\azure-core-lro-3.1.1-alpha.20240920.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-gfotasY++NnjDPH4TKR+Yv7UTxy3erd5KVQWZQCyBdykPXhoRI8PSS8S/d035Upi5foKv5+4X5oQ38qjcKguIg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240920.2_1726856344240_0.3399168610154266","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240924.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240924.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f508ea321c4b63491b987251de47de5df19c9ea1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240924.1.tgz","fileCount":153,"integrity":"sha512-/fp1WluS3lSP7h7cMAam78oTcVLoZq7iltEqvAnf72yCN2x+fMmnkI/l7q7bPqrTeoKFCc4GfCg0vx5UfHgP5Q==","signatures":[{"sig":"MEYCIQDrO5/IoMU6ukulSZylXucpkUDVav5ECWKSBbquUahRPwIhAMZMWm5oZedKvFr1AJn6jB5W+U1kd9E4u4ObOEioAspX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498394},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\873a91e4-d299-4ad2-8fa7-7193d5274862\\azure-core-lro-3.1.1-alpha.20240924.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && tshy && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\873a91e4-d299-4ad2-8fa7-7193d5274862\\azure-core-lro-3.1.1-alpha.20240924.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-/fp1WluS3lSP7h7cMAam78oTcVLoZq7iltEqvAnf72yCN2x+fMmnkI/l7q7bPqrTeoKFCc4GfCg0vx5UfHgP5Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240924.1_1727202776523_0.9808960881574358","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240925.5":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240925.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20240925.5","maintainers":[{"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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53a5c45167b1cf684d699d32f772b5d8245485b6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240925.5.tgz","fileCount":153,"integrity":"sha512-bxzxzp1Ze9RZx+YPQhtxJ9O9xFsozbKB1jXohOJWbZ6zTvPgP+3HBqveui7VAx5P8DxmUngq6dGDH65gFmpuEw==","signatures":[{"sig":"MEQCIAhX8jM1AKlOupg7urNpZwxXYID4kL/69U8/WEj1n8O0AiBgUkLJWWauWjTbf+AUzFoV/ekybKV8MxoBNANd88886A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2bec1cd3-4eea-462f-8118-dea60283bd58\\azure-core-lro-3.1.1-alpha.20240925.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2bec1cd3-4eea-462f-8118-dea60283bd58\\azure-core-lro-3.1.1-alpha.20240925.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-bxzxzp1Ze9RZx+YPQhtxJ9O9xFsozbKB1jXohOJWbZ6zTvPgP+3HBqveui7VAx5P8DxmUngq6dGDH65gFmpuEw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240925.5_1727288921111_0.5179742714162938","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240926.5":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240926.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20240926.5","maintainers":[{"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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e02166c355b774f3d962f699b8db24d60b2ebbd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240926.5.tgz","fileCount":153,"integrity":"sha512-bA++LJPemFQZHZ/A5hYbkTdJevSksTVJbigW4l3DtMLSBzggaH71haMk3G9uSKre2hfAjDe8YbCzDQmvnbM1fg==","signatures":[{"sig":"MEUCIHDfVzbGogbe4ECBXWqWuhgZoc6xWOVz8Oe2JFWWOODPAiEAyq9wXSQtBrNj8xopntswLZM1/xjFske9xwlL7P129Uw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\7ac48be1-b334-4b06-b31c-b405264a4876\\azure-core-lro-3.1.1-alpha.20240926.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ac48be1-b334-4b06-b31c-b405264a4876\\azure-core-lro-3.1.1-alpha.20240926.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-bA++LJPemFQZHZ/A5hYbkTdJevSksTVJbigW4l3DtMLSBzggaH71haMk3G9uSKre2hfAjDe8YbCzDQmvnbM1fg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240926.5_1727374850425_0.6114232808952522","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240927.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240927.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20240927.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e3df38a35a3eb53071bfceef60efbe2e35808f7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240927.3.tgz","fileCount":153,"integrity":"sha512-6oOU2JvdR7WwyZZIgRF8GcjGU4FQni5JP2VXvWShosc+tT5m0U3vJ4TUjEQP1unC6dguUguYbW0fqkYdTtaZEw==","signatures":[{"sig":"MEYCIQDPf3Tnq/iC6HS2mmsBq3xhVvpCM6wYAT2Eo6tMTRzk/wIhAKpB3oW4CbDps2a17U9m2pKgOxUn4xtYCC04AgjjIWR7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3c2a8cec-e11c-4c45-8dd5-a38c136e719e\\azure-core-lro-3.1.1-alpha.20240927.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3c2a8cec-e11c-4c45-8dd5-a38c136e719e\\azure-core-lro-3.1.1-alpha.20240927.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-6oOU2JvdR7WwyZZIgRF8GcjGU4FQni5JP2VXvWShosc+tT5m0U3vJ4TUjEQP1unC6dguUguYbW0fqkYdTtaZEw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240927.3_1727461654363_0.38838099690185457","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20240930.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20240930.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de4e5cfdd5692bb9c8e86c0a2f242573c1022c45","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20240930.1.tgz","fileCount":153,"integrity":"sha512-RqWoztbIldcUpATlrfu+E+gMwBbaGDJKKOpLBposedv6fPM4NX5Ky7auPn4CufyCMPgRXW5tvSMkbF2G3SxTkw==","signatures":[{"sig":"MEYCIQDT7hxZWAq198nXJf/I7G+ZN+rzXleiFaHRfdWAgah4cAIhAPtMQ1gvkVW4PEMb9B1xBoeW+KP+wr5jnr2FSehiNz2h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3016cfd0-a1ee-4fb6-8858-5c7be872c111\\azure-core-lro-3.1.1-alpha.20240930.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3016cfd0-a1ee-4fb6-8858-5c7be872c111\\azure-core-lro-3.1.1-alpha.20240930.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-RqWoztbIldcUpATlrfu+E+gMwBbaGDJKKOpLBposedv6fPM4NX5Ky7auPn4CufyCMPgRXW5tvSMkbF2G3SxTkw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20240930.1_1727720496412_0.9901935646190025","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241003.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241003.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241003.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8efb9ab0f1bc726f8aa2e80e9e3cd9d9227fb89a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241003.3.tgz","fileCount":153,"integrity":"sha512-Rc7rTq6/BqhS9UBiwfjOKZlbwnfKPRMarBQmP/zhFdzmGtW3ZEsjgeaQZJP1vJq1M0UnFDyUQKfLM2BM+C7+7Q==","signatures":[{"sig":"MEYCIQCZIhCoE9Knwx7EPEGimM6t0lVOuz3HN/YONB5+AD3v3gIhAKmKUMhW2r6YqJTP07Vb7hbwmCQljR0UEcpMArLQ0wJ0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\540aa9fb-9a75-4153-8248-d077f83ae176\\azure-core-lro-3.1.1-alpha.20241003.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\540aa9fb-9a75-4153-8248-d077f83ae176\\azure-core-lro-3.1.1-alpha.20241003.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Rc7rTq6/BqhS9UBiwfjOKZlbwnfKPRMarBQmP/zhFdzmGtW3ZEsjgeaQZJP1vJq1M0UnFDyUQKfLM2BM+C7+7Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241003.3_1727979772984_0.4266586556188241","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241007.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241007.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241007.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22169169825ecd96c82306b1f43217667b0975a0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241007.3.tgz","fileCount":153,"integrity":"sha512-9F3a5iOwFfm4v1vCOn/D3NIFyZ7A8Z63nY7QDP9im0qCX1nUbBK4hnIk8NbP7AZiBmY94SdYGC6nmTEMOOPmBQ==","signatures":[{"sig":"MEUCIQD1n5dynFQMkCNTUebTTAPiSy/m02B8JGb8qlDsW3o7NAIgNAD/EyEEgvkNDJb2AKpDetcC/f9+lp0LOVY6WomJdjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1638bad7-c3e2-4284-97d3-29144d2d1f20\\azure-core-lro-3.1.1-alpha.20241007.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1638bad7-c3e2-4284-97d3-29144d2d1f20\\azure-core-lro-3.1.1-alpha.20241007.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-9F3a5iOwFfm4v1vCOn/D3NIFyZ7A8Z63nY7QDP9im0qCX1nUbBK4hnIk8NbP7AZiBmY94SdYGC6nmTEMOOPmBQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241007.3_1728325438777_0.19861955192550074","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241008.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241008.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241008.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d4468332bed5687a472871ca9f6aea05eb7d6cd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241008.3.tgz","fileCount":153,"integrity":"sha512-wRWb337Xb9X6f391VNG/sgjYhCfc9NWFaM0ge+MtksMknr8SKCi6aHiOsWHMZrbqoMyC/VtvGzilCbZGQX8Ydw==","signatures":[{"sig":"MEUCID8Jy6jQIjGCo9GPeNlqCAUgYipugMyujUXVu51h/rWOAiEA1Bqu+eqpvKdv6miIovkFrpASGvuBXWFbdAQd6B989qU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b426b46b-a32a-49bb-b214-695d72ffcd6d\\azure-core-lro-3.1.1-alpha.20241008.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b426b46b-a32a-49bb-b214-695d72ffcd6d\\azure-core-lro-3.1.1-alpha.20241008.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-wRWb337Xb9X6f391VNG/sgjYhCfc9NWFaM0ge+MtksMknr8SKCi6aHiOsWHMZrbqoMyC/VtvGzilCbZGQX8Ydw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241008.3_1728411602930_0.15216025793541332","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241009.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241009.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f52d909e9dbfe0d99d3bfd565b3faa870cc4f340","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241009.1.tgz","fileCount":153,"integrity":"sha512-Gm/6fFVpZ+f4faIMsRnpDDYcffQmYYnE2LA6LjfGtn7AFLkpSr8IHZD9ehk33FDSssZ8FKwbp5oZsAPNTiMfjQ==","signatures":[{"sig":"MEQCIDIlk9YWueC1aaPvTHXG1ycFcOxyxfsuWAYaYFzPZI4tAiATH0OHCdSOmpx2ZfLhfrlp3M1Rb9WbhPFJD1ZPbRMVNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\13459e5f-ddda-4d93-b986-ab93e3cb8848\\azure-core-lro-3.1.1-alpha.20241009.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\13459e5f-ddda-4d93-b986-ab93e3cb8848\\azure-core-lro-3.1.1-alpha.20241009.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Gm/6fFVpZ+f4faIMsRnpDDYcffQmYYnE2LA6LjfGtn7AFLkpSr8IHZD9ehk33FDSssZ8FKwbp5oZsAPNTiMfjQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241009.1_1728498238017_0.6681059756954151","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241010.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241010.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241010.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"945c5cb3b2b4c5e0aa077fe051e03f79dd56d94f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241010.2.tgz","fileCount":153,"integrity":"sha512-RDWMNKx9FJ+PWklbPQVaivV09d6CK0GRPQ0eK/Bc7ecVNYtIpTEoqCsk/vvvIF1mfKBdwqinXDma+nB+CwbKbg==","signatures":[{"sig":"MEQCIB59dpUAKoxMDh2lJg52cQdDwFxrfl9YrRlIokl2AKPGAiBUNzEi5CGVyx/6ybCzopX4KqlVG5ZGYSz6wrCNOLr0gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\de5f5845-4c84-409a-b4b2-f930ceb5769d\\azure-core-lro-3.1.1-alpha.20241010.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\de5f5845-4c84-409a-b4b2-f930ceb5769d\\azure-core-lro-3.1.1-alpha.20241010.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-RDWMNKx9FJ+PWklbPQVaivV09d6CK0GRPQ0eK/Bc7ecVNYtIpTEoqCsk/vvvIF1mfKBdwqinXDma+nB+CwbKbg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241010.2_1728584603389_0.9203362600816778","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241011.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241011.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241011.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a5a3448875df527915e4e9cc8b5b2bfcb468d8c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241011.2.tgz","fileCount":153,"integrity":"sha512-GwDiiBFVXaVJhrvtvx52YPFcMV1ElhgLs/4XduhLY3JRcw7vqdt1Es2SvxraCBQhFjdVKi+Pqrvq9zbWUWuKow==","signatures":[{"sig":"MEUCIAbaCc8S1E050Qhe+CTYmDHGpHa5P3DK1DgSGkLnj/tDAiEAiVH0ia/JZvjajBCfFa91mbGdJsSNT319zako+klvF0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fc774cf3-9544-4e3e-894c-34faccf7fe47\\azure-core-lro-3.1.1-alpha.20241011.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc774cf3-9544-4e3e-894c-34faccf7fe47\\azure-core-lro-3.1.1-alpha.20241011.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-GwDiiBFVXaVJhrvtvx52YPFcMV1ElhgLs/4XduhLY3JRcw7vqdt1Es2SvxraCBQhFjdVKi+Pqrvq9zbWUWuKow==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241011.2_1728670982597_0.6778466833584746","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241014.5":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241014.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241014.5","maintainers":[{"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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8169d238b03b4ced842d8b141e13c5384b1cf7e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241014.5.tgz","fileCount":153,"integrity":"sha512-5qNhfEQCZbrOFYZ89YBapp4dRfD85BT35AhuMEtTSLRPGxykJSKuOtrhf98qarRGqRZUFYFzsEg8B8rAIlPU7Q==","signatures":[{"sig":"MEQCIGdNjDn/jeuy2dLh2FetBFhqYbCbfksbS22AwBfTbn+FAiBQHgS2ikbE1JuRLAV41k4YexJSir0QUxz4wGq2lSwCnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e884b63d-2bc5-449f-b744-3028d29f5e70\\azure-core-lro-3.1.1-alpha.20241014.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e884b63d-2bc5-449f-b744-3028d29f5e70\\azure-core-lro-3.1.1-alpha.20241014.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-5qNhfEQCZbrOFYZ89YBapp4dRfD85BT35AhuMEtTSLRPGxykJSKuOtrhf98qarRGqRZUFYFzsEg8B8rAIlPU7Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241014.5_1728930210785_0.6742719341221026","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241015.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241015.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241015.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e95151370e271a14fb93bd6cdcbf69f834d54fb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241015.2.tgz","fileCount":153,"integrity":"sha512-LSWXjotv/hs2hF4HLe8cfNDCCDyQF9cGUZcOyzntb7k6yZnN+iafTFRV81ewizOWs0hZaze9EGJTH8yEA6UHrA==","signatures":[{"sig":"MEUCIQCcw6ngXVnz0UoRlVzzN+b+BY4c3YRTViIsozQ1yQKTegIgQLsi70RcvScUVixaz4Oblyw1rzBUCfgXadd9dJMSKTg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9aab9be1-46eb-4764-8261-ad216b18d807\\azure-core-lro-3.1.1-alpha.20241015.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9aab9be1-46eb-4764-8261-ad216b18d807\\azure-core-lro-3.1.1-alpha.20241015.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-LSWXjotv/hs2hF4HLe8cfNDCCDyQF9cGUZcOyzntb7k6yZnN+iafTFRV81ewizOWs0hZaze9EGJTH8yEA6UHrA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241015.2_1729017051502_0.1620514618471287","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241016.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241016.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241016.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"730990b4be45b4009bf4a272468f0bacba94e9e1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241016.3.tgz","fileCount":153,"integrity":"sha512-VyKFbZAcdrqt1FH52ClKnUnM5xbm+uB2Z9sHksNJZ7rtkf6cQMo+36sclPEnLstFFTOA9F5c90CjjlNvq9qPsQ==","signatures":[{"sig":"MEYCIQCcGaTSzaji5kYFZ8vQOjk6W2NcibrMWvR7wsESiza4VAIhANSYJh4wvNrBueaoRgkeVGX/G8fAJFJF3bi7Q13GvdHB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498576},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c0c52023-23e0-493c-8af9-ca90246be3e7\\azure-core-lro-3.1.1-alpha.20241016.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c0c52023-23e0-493c-8af9-ca90246be3e7\\azure-core-lro-3.1.1-alpha.20241016.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-VyKFbZAcdrqt1FH52ClKnUnM5xbm+uB2Z9sHksNJZ7rtkf6cQMo+36sclPEnLstFFTOA9F5c90CjjlNvq9qPsQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241016.3_1729103296314_0.6868680083639598","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241021.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241021.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241021.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb67e42b73eebfa59be2a434067147e85cc121cd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241021.2.tgz","fileCount":153,"integrity":"sha512-QPSNhOIgDckgFgqPE11R7bq7v/6YcrU1C0ZZSK1rzh3ML1hjZydiMgKX673QWkCSoybSx/aT/WTdCfTEAaZr1A==","signatures":[{"sig":"MEUCIGvlKitTYhQnZaVta4V7r0hHkT9X/UKPEdOWyMMkSMwMAiEAs6ga8Up03IKOghlwCiasGKPh7xfIjWqMa9FeXi6Jsxs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498577},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\cc481087-faaf-4ff2-88ec-4a7c1a294bc4\\azure-core-lro-3.1.1-alpha.20241021.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc481087-faaf-4ff2-88ec-4a7c1a294bc4\\azure-core-lro-3.1.1-alpha.20241021.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-QPSNhOIgDckgFgqPE11R7bq7v/6YcrU1C0ZZSK1rzh3ML1hjZydiMgKX673QWkCSoybSx/aT/WTdCfTEAaZr1A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241021.2_1729535123836_0.8609065280473773","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241022.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241022.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241022.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d00d4da2c995c4ff9b9ed6a76ccc4ade3656c60d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241022.3.tgz","fileCount":153,"integrity":"sha512-kCIG6R1aRqDzLIsSyjn/utwbblIzlUIkTJdz3Wbmv/6TTR1woocEo8Pl39LZAxVo66aisiFVfsIMwwrIg6aC1A==","signatures":[{"sig":"MEYCIQCGU2T4GitKrafxR16L+zc1QGgQcju2Wgtb8gw6b+ixGQIhAMw23h8NCy7MaOqmWW0Yb3b630IZeGejUkJEsX7cZF9Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498577},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\035867a2-88e8-4eae-a77d-d3e0f836b48f\\azure-core-lro-3.1.1-alpha.20241022.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\035867a2-88e8-4eae-a77d-d3e0f836b48f\\azure-core-lro-3.1.1-alpha.20241022.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-kCIG6R1aRqDzLIsSyjn/utwbblIzlUIkTJdz3Wbmv/6TTR1woocEo8Pl39LZAxVo66aisiFVfsIMwwrIg6aC1A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241022.3_1729621705416_0.05748062293698486","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241023.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241023.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241023.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"812258f880a0d6116b5cf1e49c1031a396a5a481","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241023.2.tgz","fileCount":153,"integrity":"sha512-4Zj3UGxr8UQt7jzcoM6d4oWG9q8dv7TR35DUUhuV3HMseMqMmCWtpjL8iNUWH2XdKzDvfBEHRjkFCOSQbldY3A==","signatures":[{"sig":"MEYCIQDBWfq+e4SdALcWUzWnk1hYMJ+dP9aylgci57FIqvVjLgIhAOMZzkmqkMjQO4jcicq2VknwfQePx8tWLCW9rvt81Z1A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498577},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\294356bc-3bab-4296-a74f-f2e1d9f5b4e4\\azure-core-lro-3.1.1-alpha.20241023.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\294356bc-3bab-4296-a74f-f2e1d9f5b4e4\\azure-core-lro-3.1.1-alpha.20241023.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-4Zj3UGxr8UQt7jzcoM6d4oWG9q8dv7TR35DUUhuV3HMseMqMmCWtpjL8iNUWH2XdKzDvfBEHRjkFCOSQbldY3A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@microsoft/api-extractor":"^7.40.3","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241023.2_1729708045709_0.5933539876036389","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241024.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241024.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c0c5428ed00e917f6df1b31b717fb24460deafe8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241024.1.tgz","fileCount":153,"integrity":"sha512-Y4wDJUbMO8pHzvIegQH3akU3mM4MBGLR3ehp41VKoAdwF3P6ppYOOi2fTeO7D49MpoQnKcZl41Zmht79DKRgMQ==","signatures":[{"sig":"MEYCIQDy08X/tCHjIdL665GGFa/9s49dryKqRQVY5mEHzK/MXgIhAJ5thtlL9I40HjyPbo4VsXnxnFG0jHX4fgNdhCKKpXUO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498532},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\98a1d863-e648-4b2c-b3a3-4f83bd1da6a1\\azure-core-lro-3.1.1-alpha.20241024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\98a1d863-e648-4b2c-b3a3-4f83bd1da6a1\\azure-core-lro-3.1.1-alpha.20241024.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Y4wDJUbMO8pHzvIegQH3akU3mM4MBGLR3ehp41VKoAdwF3P6ppYOOi2fTeO7D49MpoQnKcZl41Zmht79DKRgMQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241024.1_1729794284771_0.9393843841535212","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241025.10":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241025.10","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241025.10","maintainers":[{"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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6582e86eca30a601d97fb9b07e1981868b7967e3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241025.10.tgz","fileCount":153,"integrity":"sha512-bxoWy0P7FFzbdEZBFDEFUsKdY+L9k4ufxjtPbyx0mTdqX3SlE43Ulgn+uh17Hj/znsMGmtgkU1NIvDSrwkE1xw==","signatures":[{"sig":"MEYCIQDeey8HuxmHOKMEmRnBKxEihl6+rdJ6JieSTFFtJqUHmgIhAM+ZTtKENyinNWMHypYzxK0AoxussAxMXM3PDgGKDGTv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498533},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\38016f48-0523-47b7-9141-649d4c1b8048\\azure-core-lro-3.1.1-alpha.20241025.10.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\38016f48-0523-47b7-9141-649d4c1b8048\\azure-core-lro-3.1.1-alpha.20241025.10.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-bxoWy0P7FFzbdEZBFDEFUsKdY+L9k4ufxjtPbyx0mTdqX3SlE43Ulgn+uh17Hj/znsMGmtgkU1NIvDSrwkE1xw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241025.10_1729880716537_0.6404305867849145","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241028.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241028.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"56918b3e06b8558cd4285ab0705628cad7f4491a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241028.1.tgz","fileCount":153,"integrity":"sha512-f3xxDaC8qS2L7qXRXym/CrM/4fvaKdIg8AYSDXy/oihhMZTyAgGKdFy0a8wppstRtsH+1QLHCL9lsCHbzvPu+w==","signatures":[{"sig":"MEUCIQCovQfvZcQPEG6drN0WZN0ca9QtnkGMHzS1f0voQygDkwIgFupW2IaunP6VNGftAwcKYF6RNQmn6NrAQPskh3yGAnk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498532},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5b818614-3b67-4b42-9956-e7df80933805\\azure-core-lro-3.1.1-alpha.20241028.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5b818614-3b67-4b42-9956-e7df80933805\\azure-core-lro-3.1.1-alpha.20241028.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-f3xxDaC8qS2L7qXRXym/CrM/4fvaKdIg8AYSDXy/oihhMZTyAgGKdFy0a8wppstRtsH+1QLHCL9lsCHbzvPu+w==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241028.1_1730140504554_0.11247649050285902","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241029.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241029.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241029.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b97d3180447cd095b9f8b9f24f5baada0fc64b65","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241029.3.tgz","fileCount":153,"integrity":"sha512-ZJ+KMZNI4wCrSM9XLG/Hd0RNuG7yghldOn7c3Xv2sV9Sw2zBFallbVvk8sWWzRS2arRKj1XQ1x8C3vTJH3OqZA==","signatures":[{"sig":"MEQCIDTV03whjMngh2X+VuAHwqLJ6CvBOTRt+RCkLytItt78AiAmwJDBkQCap69rwAfQmFJIG8NIH2piwDOuAVs8ncVffw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498532},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\09f28373-183e-4608-b722-fe44167382ee\\azure-core-lro-3.1.1-alpha.20241029.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\09f28373-183e-4608-b722-fe44167382ee\\azure-core-lro-3.1.1-alpha.20241029.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ZJ+KMZNI4wCrSM9XLG/Hd0RNuG7yghldOn7c3Xv2sV9Sw2zBFallbVvk8sWWzRS2arRKj1XQ1x8C3vTJH3OqZA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241029.3_1730226296498_0.9539438445554356","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241030.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241030.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241030.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f037495872b50471a0142900782f51e9bcb23d9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241030.2.tgz","fileCount":153,"integrity":"sha512-fJU3bveeCsFDeSD50GRPod+KcCgWkSNCQYgry5Ew5JW3bepq1Xbrgf1B8f+iU3QkJPeh0JAbpxQj6HPsH6lUlA==","signatures":[{"sig":"MEQCIHJtRka+71lB2fmMa/hWkUCAFbR/tpGuf7RWYFpZiZZgAiBPtUu+/ThpOMOYwvssuiki7rDEmUia17PwDbYlJleA3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499257},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\731bef00-0586-4823-9bae-5404d0cdf963\\azure-core-lro-3.1.1-alpha.20241030.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\731bef00-0586-4823-9bae-5404d0cdf963\\azure-core-lro-3.1.1-alpha.20241030.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-fJU3bveeCsFDeSD50GRPod+KcCgWkSNCQYgry5Ew5JW3bepq1Xbrgf1B8f+iU3QkJPeh0JAbpxQj6HPsH6lUlA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241030.2_1730312715124_0.7010011014024196","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241031.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241031.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241031.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"85f35f3e646c03186ea42249b01af5f7dd67163d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241031.2.tgz","fileCount":153,"integrity":"sha512-ivv+82EXFK/IYP1HqxbFVgYENEyr8BzjV0FnlDmNAne+TIOFLlI1xVc0JFhlnVhg4+s/B4UJSMAmE1w4LXYo2g==","signatures":[{"sig":"MEUCIHsvabdAf2KszvMpjnrebbjWXoiNmBfuvjDxMuSyKcAZAiEAo4WUL/++pgsDDvUXN6cncVCLn5w2lAb39iUwE1AeBT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499257},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\05d2d7e1-b751-4e0c-9480-e360882fe1a6\\azure-core-lro-3.1.1-alpha.20241031.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\05d2d7e1-b751-4e0c-9480-e360882fe1a6\\azure-core-lro-3.1.1-alpha.20241031.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-ivv+82EXFK/IYP1HqxbFVgYENEyr8BzjV0FnlDmNAne+TIOFLlI1xVc0JFhlnVhg4+s/B4UJSMAmE1w4LXYo2g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241031.2_1730399035796_0.13751294224099575","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241101.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241101.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241101.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8132f2fbe6b74d0de95a01ba22e4b1d193e73725","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241101.1.tgz","fileCount":153,"integrity":"sha512-VINXWHp1X/tiZU9qct2U8gUaLQKqjtCE0C+LifFylxaw6SG3xvDBHYPhs0Ey/My75R5vWcEdpHbvxEKzGG7PmQ==","signatures":[{"sig":"MEYCIQDL2jeA1IfzH85bNw758GRrSc9L+BJBnRJwtxx/ktfkYAIhAKmCq1Rwm/tK80OHKGNnOooSjLjH/ZKZirF1Qzz4E1lq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499257},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\bcda89cb-0411-42f7-a2fa-f8942e6b9b56\\azure-core-lro-3.1.1-alpha.20241101.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcda89cb-0411-42f7-a2fa-f8942e6b9b56\\azure-core-lro-3.1.1-alpha.20241101.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-VINXWHp1X/tiZU9qct2U8gUaLQKqjtCE0C+LifFylxaw6SG3xvDBHYPhs0Ey/My75R5vWcEdpHbvxEKzGG7PmQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241101.1_1730485352872_0.2019930731781976","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241111.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241111.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241111.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a56b02014dbecf0f732ab9c0dd6a6c2fff1bf411","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241111.2.tgz","fileCount":153,"integrity":"sha512-FSF3xS5ZpTWvB4d8X2rC3o2kJCAJ+rCvuan3NoF/O+9w8tsSiTlRKS7bzvL5nn2WuQR/2QlZ6rlk9zUPWEr0Ug==","signatures":[{"sig":"MEYCIQDimrytU8K8SjzFbSngl19NRCGi/3akmHkVL47Dq43YlQIhAKVafIqaGkGNhxH7BB2OB1UzixXVRQnR8n21HMzMcmfq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b4dc0ed2-bf8a-4ff6-b174-bbac325a4fa8\\azure-core-lro-3.1.1-alpha.20241111.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b4dc0ed2-bf8a-4ff6-b174-bbac325a4fa8\\azure-core-lro-3.1.1-alpha.20241111.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-FSF3xS5ZpTWvB4d8X2rC3o2kJCAJ+rCvuan3NoF/O+9w8tsSiTlRKS7bzvL5nn2WuQR/2QlZ6rlk9zUPWEr0Ug==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241111.2_1731353297594_0.21392086496700902","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241112.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241112.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241112.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd686057ac3a76adaabcc1b2948399d0d4281bc7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241112.2.tgz","fileCount":153,"integrity":"sha512-PyeQjBjAcCEn6WBHC3kD1aamViYKB2X4dg++1fXMR6B7JujV6dZbfVK1v/4UAIz1BqpHQwjOvotGpa/kaBOgpQ==","signatures":[{"sig":"MEUCIQCg9+Ft4Wt7u1Y4xVYnLIytDbRgwB/Tvja2JdrYQsxeBwIgKAUCL5OHgiQC8hJdR/EPjbmzOWuuPmhr6/nH6EmC3/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\31359087-27c1-4e09-9310-f481defcfc3f\\azure-core-lro-3.1.1-alpha.20241112.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\31359087-27c1-4e09-9310-f481defcfc3f\\azure-core-lro-3.1.1-alpha.20241112.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-PyeQjBjAcCEn6WBHC3kD1aamViYKB2X4dg++1fXMR6B7JujV6dZbfVK1v/4UAIz1BqpHQwjOvotGpa/kaBOgpQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241112.2_1731439722940_0.11721466132804492","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241113.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241113.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241113.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97765350aa2f3d92a53e9aa0b2da9a3e2fad2730","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241113.3.tgz","fileCount":153,"integrity":"sha512-6hFH0/VN9SH3QjCv3DUs8NNq6iC7sTztrCGkL/nMa1NrQfXxldRfgJGwYO5/5QSK6YVmhGLrm8yzJIU3tR+bVg==","signatures":[{"sig":"MEUCIQDSi3x7VIFr/jRbv8vzw2gVnVkylqDjCX/F0FLX8UCh3QIgVa3SxCkvtm339EtPyJdfg5f5r8HMKr62TaQPZzxDO3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3714fb29-ec48-40c4-ac42-8e6e2893b16d\\azure-core-lro-3.1.1-alpha.20241113.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3714fb29-ec48-40c4-ac42-8e6e2893b16d\\azure-core-lro-3.1.1-alpha.20241113.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-6hFH0/VN9SH3QjCv3DUs8NNq6iC7sTztrCGkL/nMa1NrQfXxldRfgJGwYO5/5QSK6YVmhGLrm8yzJIU3tR+bVg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241113.3_1731525931714_0.40597160533900567","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241114.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241114.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241114.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c02faa6282df6687e9671d73df521e19eca9551a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241114.1.tgz","fileCount":153,"integrity":"sha512-I/T+rHYRSVMuEO2kzk0VJ+lVMwSUJ72iec0Hg1Y+Eu5Gd5e9Ku/QoBkp6zVO1FaRsA0FhXpO5OfEt8YJ066tIg==","signatures":[{"sig":"MEUCIEcI1/gU/8zJH0ZvvJC2k/zhbaS4ODXftihYcFUBlKyeAiEA+aBs9tSGvu5+sWSRNMFGcf6TGPmo2SrqGHdVFogM2XE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\25564361-4604-4983-9a3c-aeabba3ebee7\\azure-core-lro-3.1.1-alpha.20241114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\25564361-4604-4983-9a3c-aeabba3ebee7\\azure-core-lro-3.1.1-alpha.20241114.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-I/T+rHYRSVMuEO2kzk0VJ+lVMwSUJ72iec0Hg1Y+Eu5Gd5e9Ku/QoBkp6zVO1FaRsA0FhXpO5OfEt8YJ066tIg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241114.1_1731612976276_0.18432723600735934","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241118.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241118.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241118.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69dbfecfae87d2288b04678315647ec4c564a851","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241118.2.tgz","fileCount":153,"integrity":"sha512-3Z54gRK8W4U55ShFT0lGmDZLCCP5j758uBwD94snYvk2VuAHn9wDGLytnMBhy0kNdcgA6E0UFluxDs0RAfTYlQ==","signatures":[{"sig":"MEUCIQCjuOv/dTS4y3SuYUICcnUR/6jcYTZAnYYjGruiot+e4QIgEbQHr136o6KJmMQXDQj2S2WuIBKSks8ArtkN6N/elm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\67d923fd-a0a8-4960-b535-52937e3fb11f\\azure-core-lro-3.1.1-alpha.20241118.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67d923fd-a0a8-4960-b535-52937e3fb11f\\azure-core-lro-3.1.1-alpha.20241118.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-3Z54gRK8W4U55ShFT0lGmDZLCCP5j758uBwD94snYvk2VuAHn9wDGLytnMBhy0kNdcgA6E0UFluxDs0RAfTYlQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241118.2_1731959576728_0.9040157250611387","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241119.7":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241119.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241119.7","maintainers":[{"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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"653f57e35488ceb0f6530efb622a7426d41af909","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241119.7.tgz","fileCount":153,"integrity":"sha512-CwPrzH5bSAzjmMKDPlWQsnU4tDgmJNZMg6iCFjwjC0uh9IQpqGQ8yDH259JUN7oH8V3sCf45XeJVowkTIOo3YQ==","signatures":[{"sig":"MEUCIGr+0pDXfDUpML2PALI2XoZZJOiD+zREk2cvEAZ+H7OPAiEA2RyfoiUHNdY4Nh5BtYP0M9z7ZQ0pA0UABxg3r+ZMK88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\974c256e-8512-4d1e-a46a-26efdb515d76\\azure-core-lro-3.1.1-alpha.20241119.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\974c256e-8512-4d1e-a46a-26efdb515d76\\azure-core-lro-3.1.1-alpha.20241119.7.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-CwPrzH5bSAzjmMKDPlWQsnU4tDgmJNZMg6iCFjwjC0uh9IQpqGQ8yDH259JUN7oH8V3sCf45XeJVowkTIOo3YQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241119.7_1732045473210_0.2534030809521477","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241120.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241120.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241120.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9897e1da3ac2dce0e4a2b54671acf3c187d39390","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241120.2.tgz","fileCount":153,"integrity":"sha512-jPlv4J+SQihfBxP0w++Jh/C+sbsfYQV5EjCGpWKo3S2W19oY1bHncFX169HBmIMvQy+qZYAulLs8wLF8BeBGEg==","signatures":[{"sig":"MEQCIAgJ8LXYDHGDsHuOq3C22oVxGbtcgJU6476D0s/mtpNBAiBFQL0amogbZYGqJ+9OO6X9aGvK9Qdu8XNXClF9Ktgmhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499252},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3145a35b-dd47-458c-939c-d489d8805d26\\azure-core-lro-3.1.1-alpha.20241120.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3145a35b-dd47-458c-939c-d489d8805d26\\azure-core-lro-3.1.1-alpha.20241120.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-jPlv4J+SQihfBxP0w++Jh/C+sbsfYQV5EjCGpWKo3S2W19oY1bHncFX169HBmIMvQy+qZYAulLs8wLF8BeBGEg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241120.2_1732130601733_0.9895833928778923","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241125.6":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241125.6","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241125.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"906b1d0ff92552267439e14252dab6d29298334f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241125.6.tgz","fileCount":153,"integrity":"sha512-XRqhy81JLbkSFC765JlcTmGE3USC93u8N2Cx5cxMTV0PDTgRe0qFVRuS14s8giJnUmlJ9sYROExD9M2ZqNjFfw==","signatures":[{"sig":"MEQCIDOxkAGCqvcafrUSMraDC4EnPaOPCWrCFQivWmkm5OIdAiAFhFZBI4FF6yeKaB9jkS5lPCT3WmD4z4aVPs2fv7A3pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":499251},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ef494abd-883d-4bf0-a0fb-00a265519535\\azure-core-lro-3.1.1-alpha.20241125.6.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef494abd-883d-4bf0-a0fb-00a265519535\\azure-core-lro-3.1.1-alpha.20241125.6.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-XRqhy81JLbkSFC765JlcTmGE3USC93u8N2Cx5cxMTV0PDTgRe0qFVRuS14s8giJnUmlJ9sYROExD9M2ZqNjFfw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241125.6_1732562730306_0.14942115149255542","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241127.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241127.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241127.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"364276c9a1147e896c282020253b00fba2204989","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241127.2.tgz","fileCount":152,"integrity":"sha512-FvlzZ600Br9Opl6wvJHX0VjnfnKbYFeKjlqbUVTw+GWm7nIhOolrI6W7N1IAwrIxtrbI146UvPVy400QvorXuw==","signatures":[{"sig":"MEUCIBBu7Dk60pN/TpbD36Rg4+G4PbJr8/a7LXRd+oD7CknHAiEAg7ZV1G3V2toB9aiffEZj8xXadx+LX9+ahXXj7HwhYn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\198fcded-cbfc-4b11-a93e-9a3b639c02a0\\azure-core-lro-3.1.1-alpha.20241127.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\198fcded-cbfc-4b11-a93e-9a3b639c02a0\\azure-core-lro-3.1.1-alpha.20241127.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-FvlzZ600Br9Opl6wvJHX0VjnfnKbYFeKjlqbUVTw+GWm7nIhOolrI6W7N1IAwrIxtrbI146UvPVy400QvorXuw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241127.2_1732735393993_0.03904410514738532","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241128.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241128.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15d775ca36e4dff7455fc6f6a9ab9c202a2f8054","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241128.1.tgz","fileCount":152,"integrity":"sha512-zaIndRMPiJ8NhAfNgnOkLrF2phQ4OgwoHEkHY6HCX8Yix/4aHjZ09A9qoX5E3VY86EKS4xrAct6DysCf1FweLA==","signatures":[{"sig":"MEUCIQDNEpJibZ8PMQ8sW34L62XCMkf1GLPZKS4SpDjqNcbUjgIgATPAoA1IAas6nVARiFRZMFA4rZ3P4UftmlySX/VRGg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5ec24482-7634-409f-a5bb-472a3cb243aa\\azure-core-lro-3.1.1-alpha.20241128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5ec24482-7634-409f-a5bb-472a3cb243aa\\azure-core-lro-3.1.1-alpha.20241128.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-zaIndRMPiJ8NhAfNgnOkLrF2phQ4OgwoHEkHY6HCX8Yix/4aHjZ09A9qoX5E3VY86EKS4xrAct6DysCf1FweLA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241128.1_1732822012995_0.30500982419633416","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241129.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241129.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241129.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80c22c3f1dc800847b9170a77edc5e6d4e25e071","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241129.3.tgz","fileCount":152,"integrity":"sha512-U/TbTsuEKvqQwUt48K9LZY5btZgZPLXB3u8wCzvkjPyy0X4UrCMWxFp9Sgh9NuMZ0NMJLbvQB1iCE235MoTz7A==","signatures":[{"sig":"MEUCIGjy881bwQcfl2bnwi3LD0gThLT4xOicNKFOiJZk2f1xAiEAqmEeOcUhGtFQhlcX0z5kQ7fEEvOVGIiEcd0p961AERk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e7a9e0fe-2344-4914-90c2-442c2290de58\\azure-core-lro-3.1.1-alpha.20241129.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7a9e0fe-2344-4914-90c2-442c2290de58\\azure-core-lro-3.1.1-alpha.20241129.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-U/TbTsuEKvqQwUt48K9LZY5btZgZPLXB3u8wCzvkjPyy0X4UrCMWxFp9Sgh9NuMZ0NMJLbvQB1iCE235MoTz7A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241129.3_1732908279378_0.3580235383806294","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241202.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241202.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241202.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4f5afe6391dddeb27d7dc7853d710852d20e7fb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241202.2.tgz","fileCount":152,"integrity":"sha512-QlLiV58720nHOoDcq36IVBG7Cx3bWXmVYxoscsMGw/pGXuwXIQNJvCMVGAiOCuCWDHgoIJvl6FPlYvtFNyDiaw==","signatures":[{"sig":"MEQCIGhR2YQ4OslTlbOgCo0neJrKOW6EcoiDFIOdraWIUy2cAiBzS+KDf20TUQ1fO55txoXJTyA4q4PwATShCwSlSLb95g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5d9a9c0b-b899-4835-840b-22981a9503c8\\azure-core-lro-3.1.1-alpha.20241202.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5d9a9c0b-b899-4835-840b-22981a9503c8\\azure-core-lro-3.1.1-alpha.20241202.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-QlLiV58720nHOoDcq36IVBG7Cx3bWXmVYxoscsMGw/pGXuwXIQNJvCMVGAiOCuCWDHgoIJvl6FPlYvtFNyDiaw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241202.2_1733167563943_0.9692963098670249","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241203.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241203.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241203.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc7965c4d42edbfd10de801e3fb9543420cff0ce","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241203.2.tgz","fileCount":152,"integrity":"sha512-Li4X5Fhsd4KXL1UuF70iF7kheLN/lHe8BL60RNzRkgk4zVGvVHd4pPyyci0sO1KvI2msazlaTfnYuHSAOewVWA==","signatures":[{"sig":"MEUCICRgWIn74Nunc41dnYPy5IGkrvXFBO6Q/ZvdJVbXVB+WAiEAxp8Wx9b3tXKVJWDlNttpkvlF3pcyLLXeUCSOyECBQPU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\156ff226-a3b6-44c2-bbaf-6ca3ed38e234\\azure-core-lro-3.1.1-alpha.20241203.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\156ff226-a3b6-44c2-bbaf-6ca3ed38e234\\azure-core-lro-3.1.1-alpha.20241203.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Li4X5Fhsd4KXL1UuF70iF7kheLN/lHe8BL60RNzRkgk4zVGvVHd4pPyyci0sO1KvI2msazlaTfnYuHSAOewVWA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241203.2_1733254024970_0.630199772981457","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241205.7":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241205.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241205.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"63eac97e17648d5800a2fac76b715f4cead7435b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241205.7.tgz","fileCount":152,"integrity":"sha512-udJFfUAueSgwg+fZlDnwAGWRSdO3dP+KFStKiSIgiLmoUOrHxchZa4db5RQbkK++5u8K15eVKM0fVjYNlj0thw==","signatures":[{"sig":"MEYCIQCr3T9B9QKI1FHNA6BO5lu/7h2JyowCVKJmX8ecT7iI0wIhAPaxOIEDjdZSBNRzCHOUr5lptq5UlZz0W0mCWTFAZeNJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2327fca9-6608-4274-9727-5af28badce29\\azure-core-lro-3.1.1-alpha.20241205.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2327fca9-6608-4274-9727-5af28badce29\\azure-core-lro-3.1.1-alpha.20241205.7.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-udJFfUAueSgwg+fZlDnwAGWRSdO3dP+KFStKiSIgiLmoUOrHxchZa4db5RQbkK++5u8K15eVKM0fVjYNlj0thw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241205.7_1733427300663_0.006632351950330184","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241206.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241206.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241206.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"657ad562642fa127abe68cd5d528192d10da415f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241206.2.tgz","fileCount":152,"integrity":"sha512-V98Ou8nAFy2AQP3xGgKDv6VqCssX85eQXt6j5SCJ1cMpyrfZUW9XDxsDEWn2RFzoG80hOwlUNCCzwBygwgkCpg==","signatures":[{"sig":"MEUCIDNWFehYnz3jx0qAbi2RnqIh1c4UVYr5jheW3lYJx12UAiEA33dmm+cgfIuLek6uMfTSKZJSyR3eEddxwPwhTMy9Sao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\200411e0-94cb-4818-b325-c3fd60bee020\\azure-core-lro-3.1.1-alpha.20241206.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\200411e0-94cb-4818-b325-c3fd60bee020\\azure-core-lro-3.1.1-alpha.20241206.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-V98Ou8nAFy2AQP3xGgKDv6VqCssX85eQXt6j5SCJ1cMpyrfZUW9XDxsDEWn2RFzoG80hOwlUNCCzwBygwgkCpg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241206.2_1733513105028_0.2019928006615268","host":"s3://npm-registry-packages"}},"3.1.1-alpha.20241209.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241209.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241209.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a883213a8915954b4b5fab43081ce213cd4d115","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241209.3.tgz","fileCount":152,"integrity":"sha512-3YcmqEiIEhMJNH5hAMJBcZxAmkjBN69mffR+HMTCurUq1vXDWAr6KadUXh00kPulXgJ6MsqAo0vMsFVbj+xP6A==","signatures":[{"sig":"MEUCIQC8Wc0v+DaTa0n7vQquTbtFVoO30qZ3MBlzlYa+NahxMAIgdhDCQeRal8HLGFa6YuXc/CDgOJ5huQ/5IJILa02Ddsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491716},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\29d7adf3-6c59-45e4-976e-b7b949c7b745\\azure-core-lro-3.1.1-alpha.20241209.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 unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29d7adf3-6c59-45e4-976e-b7b949c7b745\\azure-core-lro-3.1.1-alpha.20241209.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-3YcmqEiIEhMJNH5hAMJBcZxAmkjBN69mffR+HMTCurUq1vXDWAr6KadUXh00kPulXgJ6MsqAo0vMsFVbj+xP6A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241209.3_1733772321000_0.4873131901162322","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241210.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241210.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"742d85379342051891bad07e4457cdd779ebe13d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241210.1.tgz","fileCount":152,"integrity":"sha512-N+HNgamyRvWyOiKkr2Y/FZFlvyslyOa2Hh4fzTXUUn6Z3gqAoh0zsVpWHhuRAtw2OmfEzwUFigJ17zgIDFu8zA==","signatures":[{"sig":"MEYCIQC9hZne1QB8rP1N+SOx8C51wATYJg1ZskM4g5fQy5ImmwIhAOlKDsX5ThFg6v5I4eTkXySjvah3sXiH4iTeOjCRULJe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\04ddc01a-1ae2-4952-9f1b-123890d2ec60\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\04ddc01a-1ae2-4952-9f1b-123890d2ec60\\azure-core-lro-3.1.1-alpha.20241210.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-N+HNgamyRvWyOiKkr2Y/FZFlvyslyOa2Hh4fzTXUUn6Z3gqAoh0zsVpWHhuRAtw2OmfEzwUFigJ17zgIDFu8zA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241210.1_1733858927164_0.5544928870346995","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241211.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241211.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0db1e86839b5e1080ed2c7100976be4c0a99cf9a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241211.1.tgz","fileCount":152,"integrity":"sha512-Za+qqjK/rC1ghv6y6V4ql1B9QMN0LnbyJFzCpmGGdU/FAEwCs54yLQTE+BQmRoV4eLJDHp68q1Bg3YVlDqio5A==","signatures":[{"sig":"MEUCIQCaLtK79SqmF1bJBU1hvVLNfEhdgOqUTtX7we5qfY4HbQIgXqKxL5kFYaTVYKqbXHeyEZDF48LJFgvnpF9EpbhyCn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\7fc39424-2c13-47cc-b0bf-69e36be3a109\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7fc39424-2c13-47cc-b0bf-69e36be3a109\\azure-core-lro-3.1.1-alpha.20241211.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Za+qqjK/rC1ghv6y6V4ql1B9QMN0LnbyJFzCpmGGdU/FAEwCs54yLQTE+BQmRoV4eLJDHp68q1Bg3YVlDqio5A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241211.1_1733945278929_0.9638929112817118","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241212.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241212.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5463bbf5dc3618b8d2ee7b71b8edc7e4aadc42d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241212.2.tgz","fileCount":152,"integrity":"sha512-Xx2pgfLyuaEzxfrem3isvl8c4GlWuneZ9sRTPCm6oh1uJVJXQCGhIrxlDQMQPFRMnNtRtx1KsGmPDNGCSAKq3g==","signatures":[{"sig":"MEUCICMeM0mjBUJ1TlsqLHVMq4mUCzsKSUvp61NXNK3kSzOkAiEA0DdlBQf0c9+dLn2XhnG/iZUhoavEcwcyKEUlJMw3Kwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ab1d0fa5-054d-406a-87b3-7438b2524584\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ab1d0fa5-054d-406a-87b3-7438b2524584\\azure-core-lro-3.1.1-alpha.20241212.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Xx2pgfLyuaEzxfrem3isvl8c4GlWuneZ9sRTPCm6oh1uJVJXQCGhIrxlDQMQPFRMnNtRtx1KsGmPDNGCSAKq3g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241212.2_1734032588263_0.6594567730112386","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241216.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241216.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c2a7779206118552f1ac87fc9a5269590b6908a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241216.1.tgz","fileCount":152,"integrity":"sha512-IC9om4laHPu4+IM8GUzpyQMHX0GnSgTrFs7fUHyNiyWxwh/FLIblknu2iEQDQR7KpWbIcO5bObmMh/g20Nd7cg==","signatures":[{"sig":"MEUCIQDQOJg0FK8aR8wlbH2XGzqqCarUuTubpgHZ8NVKK0E9xwIgJ/tjBnnuLMy1yfm4HlRySx7ZWTImQ7f+nLl0qC/on8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\03468805-0831-417b-bfd4-e8b509447c00\\azure-core-lro-3.1.1-alpha.20241216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\03468805-0831-417b-bfd4-e8b509447c00\\azure-core-lro-3.1.1-alpha.20241216.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-IC9om4laHPu4+IM8GUzpyQMHX0GnSgTrFs7fUHyNiyWxwh/FLIblknu2iEQDQR7KpWbIcO5bObmMh/g20Nd7cg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241216.1_1734377262689_0.8738011466989102","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241218.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241218.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241218.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f2baf1a4ebe72492a7a638f0d23cd567501104a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241218.2.tgz","fileCount":152,"integrity":"sha512-8d4oTP0UjgD/lN6KPZ4ajYGdMf5v8Ps6oEDJ48khRAdIop7E1+XGostl4E8tkg6SNwUNorokx1h7HPfVp0p1dw==","signatures":[{"sig":"MEYCIQDThgxlueqA+24T4otBr/eS7OJ4eWt7cam1COwsizIcqwIhAO+bJ6DcmpRUz2EouwTFkHuJdJrh15mShx0tRr67Wck9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1e30b91a-59b8-4c46-8806-487b7674c2c5\\azure-core-lro-3.1.1-alpha.20241218.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e30b91a-59b8-4c46-8806-487b7674c2c5\\azure-core-lro-3.1.1-alpha.20241218.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-8d4oTP0UjgD/lN6KPZ4ajYGdMf5v8Ps6oEDJ48khRAdIop7E1+XGostl4E8tkg6SNwUNorokx1h7HPfVp0p1dw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241218.2_1734549928209_0.26214073353137546","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241219.7":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241219.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241219.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37ce586cacf6f23c1aa54442e21de7e92f588cc3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241219.7.tgz","fileCount":152,"integrity":"sha512-wWcqHZXnSOPKx7GAYSst8yZQl8sF9c4zBMdiRi3VnQJu4/WTyFn6eyVBkspjmEmGdoybtwB01QCgvGOy9EgxIw==","signatures":[{"sig":"MEUCIAcXRrSx+C2qy1ptKkSdkBVfDVWz6JlUJo5G39E7FeFgAiEA8vH597lr42qL5/BTDERB04izhfXg7t+7StVuivxijd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4e0d4ef2-7d32-4ee3-bd4b-ebed67097729\\azure-core-lro-3.1.1-alpha.20241219.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4e0d4ef2-7d32-4ee3-bd4b-ebed67097729\\azure-core-lro-3.1.1-alpha.20241219.7.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-wWcqHZXnSOPKx7GAYSst8yZQl8sF9c4zBMdiRi3VnQJu4/WTyFn6eyVBkspjmEmGdoybtwB01QCgvGOy9EgxIw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241219.7_1734636556185_0.42364085504809634","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241220.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241220.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241220.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eac37ceb0175b66363d463612fabb33fd91ce310","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241220.2.tgz","fileCount":152,"integrity":"sha512-O6wo+9r13zYkcXsD2BsVfiXCiOV/vEJwf0bkOEN77lkbDgxvxBjbzuTn0Unkovil6nQw8fGQw1F6JBqIM+F1EA==","signatures":[{"sig":"MEYCIQDodoJmRAo0HiC0DcV2kXMXUQ+SVAIW7gi8jHo5zqCK9gIhAKtsxiVgM6S3QyAikcYI16dVKYQA99zqLHiTbfEHqBRq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\228c1e11-7e9f-458f-99d2-35bdd4255fce\\azure-core-lro-3.1.1-alpha.20241220.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\228c1e11-7e9f-458f-99d2-35bdd4255fce\\azure-core-lro-3.1.1-alpha.20241220.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-O6wo+9r13zYkcXsD2BsVfiXCiOV/vEJwf0bkOEN77lkbDgxvxBjbzuTn0Unkovil6nQw8fGQw1F6JBqIM+F1EA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241220.2_1734722733232_0.4823745476840584","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241223.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241223.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b935372636ff426052130dc6d3b90e3f602f4e4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241223.1.tgz","fileCount":152,"integrity":"sha512-boXuP/b7GkN5Gflqcyj8PTA49MF5rgw2m1+ocls3xtrRd/HUpAukmZ0mQ3J4ncSV5ve1JuALFvQGWI5slhYidg==","signatures":[{"sig":"MEYCIQD9BT68vToz8g8/ZbFGVEiPxx546w8JqmS6oTrIV0dKvwIhALbFVkEcjSL8bZyfQLrvjL8PJ8ypz3LALnQX8r9snfff","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3b2b160d-fce8-4599-9f82-227f87710b2e\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3b2b160d-fce8-4599-9f82-227f87710b2e\\azure-core-lro-3.1.1-alpha.20241223.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-boXuP/b7GkN5Gflqcyj8PTA49MF5rgw2m1+ocls3xtrRd/HUpAukmZ0mQ3J4ncSV5ve1JuALFvQGWI5slhYidg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241223.1_1734982037663_0.5821763525345784","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241224.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241224.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"adb1617e4a0c421088849b67bbe1cad1600e59c7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241224.1.tgz","fileCount":152,"integrity":"sha512-lz7VTnQDWXntgzOZBkz+qVqTbeJwvtvqjriO+lFOIJDdMI+04yDZC9P3rnNTqn+8oCc/xZj/IT1lWtTg5acHmQ==","signatures":[{"sig":"MEUCIQDXg0trxXGR81+XDjSiRPa0XpaFrsTORZMFJuHh1uYNPgIgbbAZXm6FflvypJhzz18tiRkKFJJmX2ahMHxdgdbnYfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\448a08f8-15d1-47e6-9017-826d2f04c6d3\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\448a08f8-15d1-47e6-9017-826d2f04c6d3\\azure-core-lro-3.1.1-alpha.20241224.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-lz7VTnQDWXntgzOZBkz+qVqTbeJwvtvqjriO+lFOIJDdMI+04yDZC9P3rnNTqn+8oCc/xZj/IT1lWtTg5acHmQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241224.1_1735068523004_0.34882464277375","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241225.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241225.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"06fff19c47903a5a5d68f71324b69ab4d6bd94d5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241225.1.tgz","fileCount":152,"integrity":"sha512-Qjcobgi2o05vDnu+SaU5vsJpjiOxz9BpLhZnSfupJFqjfJTI3voM0MPdWWHHkDhDcDiesKeEUIsnhjnABiBGGQ==","signatures":[{"sig":"MEQCIAt6k/AVWRIlLMaJ2RWGmAAZi79q6007JlibABcDpDJMAiAFOQmfQSitRITkpEhn9jN66v8P2tEE6cYBSd2MrChy+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d139ef28-fc67-45df-896e-c58773f2260f\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d139ef28-fc67-45df-896e-c58773f2260f\\azure-core-lro-3.1.1-alpha.20241225.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Qjcobgi2o05vDnu+SaU5vsJpjiOxz9BpLhZnSfupJFqjfJTI3voM0MPdWWHHkDhDcDiesKeEUIsnhjnABiBGGQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241225.1_1735154786944_0.6480220254352806","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241226.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241226.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34a9be843aba93d436da447e012bf1da7b0d8015","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241226.1.tgz","fileCount":152,"integrity":"sha512-MGzkSCVj/MNS4SeyzyqfY9q47zpoLYJ9OGMkJc8pXOHXs/6qLQMBxrokSI3y9SUCD2G9/AGEDoCHVVinmvQBoQ==","signatures":[{"sig":"MEQCIG0nDKnCVfvDNDL5fAkVXfHHN05CHAnKmLtbgLspm2b9AiAgbWotkqJgFG9DGylPblFdapOLVIaKgeNfLALP5efepA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1487d977-0ca7-4c5d-87ec-f27914390770\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1487d977-0ca7-4c5d-87ec-f27914390770\\azure-core-lro-3.1.1-alpha.20241226.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-MGzkSCVj/MNS4SeyzyqfY9q47zpoLYJ9OGMkJc8pXOHXs/6qLQMBxrokSI3y9SUCD2G9/AGEDoCHVVinmvQBoQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241226.1_1735241136694_0.5761463492470871","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241227.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241227.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d9ea1ab06bafb7ab8ff6da810a4322dbfa3e869","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241227.1.tgz","fileCount":152,"integrity":"sha512-PsvqedzPbnbGqEReW/vbUJKzCayJo8yORPDfnqA6tZ9/NMIF+nduQt2G6m3ewIC8w+I6Lj7h4q9QjiIVdQVjrA==","signatures":[{"sig":"MEQCIFwoVSMn5bcc5d6cDt5ad/3uj9x6LtvzqPL99fxftPAIAiA2W2VfvOwZxCpAXwe6pGpYVzjYQ6PUExwkDrO/dwn6tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\cde99160-eafa-47ad-a541-5ce7d6707cdc\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cde99160-eafa-47ad-a541-5ce7d6707cdc\\azure-core-lro-3.1.1-alpha.20241227.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-PsvqedzPbnbGqEReW/vbUJKzCayJo8yORPDfnqA6tZ9/NMIF+nduQt2G6m3ewIC8w+I6Lj7h4q9QjiIVdQVjrA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241227.1_1735327635256_0.9578578930752639","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241230.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241230.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241230.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08ca91bfd1e82260ff376c6c8e9b7cce3581b9b4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241230.2.tgz","fileCount":152,"integrity":"sha512-D9Y0xDfrQTlZEcx9ITj5XYuoRUWY60TqwMus2iD+g+DAYg0cb35Gyq6YMlS1WmSlgFWlB0eL7ZDHBmTCvhwmHA==","signatures":[{"sig":"MEQCIBXViWxrrXLrQxRZFKSO2MJhk5h/V45q5wPoyPgEqFZnAiBOnTTYweCDB9NJRjDMApI54dAQ2S6tcHuWzKjIr2/cFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2d780e91-f648-42ba-ae0d-15466c1a53eb\\azure-core-lro-3.1.1-alpha.20241230.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d780e91-f648-42ba-ae0d-15466c1a53eb\\azure-core-lro-3.1.1-alpha.20241230.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-D9Y0xDfrQTlZEcx9ITj5XYuoRUWY60TqwMus2iD+g+DAYg0cb35Gyq6YMlS1WmSlgFWlB0eL7ZDHBmTCvhwmHA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241230.2_1735586908543_0.5250737518377493","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20241231.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20241231.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20241231.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f745594822ea402528e18bd926671804c2a0e6e7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20241231.2.tgz","fileCount":152,"integrity":"sha512-xeI+5eM6KuG1KCzx+eqzoGONc/1nBtPxvb8GSnjTfvSSb9nCdOOENgmgjjApPKGV7h6yvo33qQO8Vemx/DU0bA==","signatures":[{"sig":"MEYCIQClm2BPGB7cK6MThQIaNLFr/IJgovy939aXjGY4nzFsuwIhAKtwYLkj9UvszCDyPbCvO0jM/8eS85AiHHr0kcecZQVf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\43070aff-0b3b-4ea2-8198-14ec0800daa7\\azure-core-lro-3.1.1-alpha.20241231.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43070aff-0b3b-4ea2-8198-14ec0800daa7\\azure-core-lro-3.1.1-alpha.20241231.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-xeI+5eM6KuG1KCzx+eqzoGONc/1nBtPxvb8GSnjTfvSSb9nCdOOENgmgjjApPKGV7h6yvo33qQO8Vemx/DU0bA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20241231.2_1735673194241_0.6392484642630225","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250101.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250101.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"918691531d082340dd1c11d7f5711b89f4e0ee38","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250101.1.tgz","fileCount":152,"integrity":"sha512-DvsGGKKuV+J4MMHz42D1MmKByNQ4+dNrz7ol07OACxMbK/FjRjmmr6341seADu2bR7My2YD0FgMdZzObVCjzhA==","signatures":[{"sig":"MEUCIQC1rOmKl3Fp3o/cr/oihQnFwQ/YILM0+m0zSm/+maygwwIgaQdCkq+9QPWMF3F2AAqcLg1WYvEJ+Dwm7Lqpn+o3FFA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9d143aa0-44a2-4bdf-932f-16cc98bec649\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d143aa0-44a2-4bdf-932f-16cc98bec649\\azure-core-lro-3.1.1-alpha.20250101.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-DvsGGKKuV+J4MMHz42D1MmKByNQ4+dNrz7ol07OACxMbK/FjRjmmr6341seADu2bR7My2YD0FgMdZzObVCjzhA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250101.1_1735759559362_0.13647632767757667","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250102.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250102.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"457b99049a28e213ab15d21af29677b7900b8f40","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250102.1.tgz","fileCount":152,"integrity":"sha512-luMNE9ebt0Ovztsx18y04RN6mksWI6E5IRjbAZy3BzJPjsehi+wRuz93c8tElkuZX5fM7Cnbm2zssPOtq5xQSw==","signatures":[{"sig":"MEUCIQCma7u3e9sxGrc70KNCIR5R+EaZ9U3yNReE3OS0GMmS7gIgImrJm7G/u1tAgA2OZMrUg/g3OiH5sQMp0DNqwPM9LqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6bb3a462-3277-4a6f-9917-0363b17d2ec7\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6bb3a462-3277-4a6f-9917-0363b17d2ec7\\azure-core-lro-3.1.1-alpha.20250102.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-luMNE9ebt0Ovztsx18y04RN6mksWI6E5IRjbAZy3BzJPjsehi+wRuz93c8tElkuZX5fM7Cnbm2zssPOtq5xQSw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250102.1_1735845906234_0.8214736233660167","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250103.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250103.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250103.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"824345caa2604785816860d937b4b6c9f5e1f50e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250103.2.tgz","fileCount":152,"integrity":"sha512-0iNjyAZZ91RkIUDkxxBKStB6pSD9nS3iMN9ZaqRP/6DjrRH+i9pG6Q8s63fNn/CCI/OrUlxVZRsb+cp5yjUAaw==","signatures":[{"sig":"MEUCIQCTrWGP4+XH4SsYkhkQVRp93PVyscN3hE/HYUIAOC8d3gIgLO+v1tQ76FBaYVuDh4ec3kRFdNTSffyliPRub37hp8o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\13ff340e-9393-4c4b-88ee-e7c7f1893e8d\\azure-core-lro-3.1.1-alpha.20250103.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\13ff340e-9393-4c4b-88ee-e7c7f1893e8d\\azure-core-lro-3.1.1-alpha.20250103.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-0iNjyAZZ91RkIUDkxxBKStB6pSD9nS3iMN9ZaqRP/6DjrRH+i9pG6Q8s63fNn/CCI/OrUlxVZRsb+cp5yjUAaw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250103.2_1735932556526_0.15725016230892153","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250106.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250106.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250106.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bcad8e1c14237994a4010d5478456501f95d62ec","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250106.3.tgz","fileCount":152,"integrity":"sha512-KMd7gIDOG4iUK4OsXP9icCKrdPoikQHczB1kZKVDszCUFC+WovSUyTxMV7OeOMD7WT/SR4t0OB8Udm9/mIvTQQ==","signatures":[{"sig":"MEYCIQCzPSfs/EmuvCz7dNnMaUzTI8xBAXXPtg8kRbcs0wZaBAIhAMRMycOYYBANLTZvmnexFv3J9wjWBGagfDO89iUwU8PQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\42f3887d-608e-4097-8d68-80668bdceb56\\azure-core-lro-3.1.1-alpha.20250106.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\42f3887d-608e-4097-8d68-80668bdceb56\\azure-core-lro-3.1.1-alpha.20250106.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-KMd7gIDOG4iUK4OsXP9icCKrdPoikQHczB1kZKVDszCUFC+WovSUyTxMV7OeOMD7WT/SR4t0OB8Udm9/mIvTQQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250106.3_1736192266381_0.33636570290259704","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250107.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250107.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250107.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"261fa89596216205f4c30a820dead6d9ccd9c8b3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250107.2.tgz","fileCount":152,"integrity":"sha512-q36VAnhyhbK8i5eboWil9fQIqLxhJ8tjUGh59SUdoup15xPh3I80wzfNdQa8B0q+ayMlZ1X9eihq1oqgjxpZfQ==","signatures":[{"sig":"MEQCIAp7HWI9mMz51RbSIZtDhRcTqiCUTmAwW25m12ZcdVyaAiBcy9XczOtOao6mbsEKijBSz5Q8849fRmFNiz4ZAoGANQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f704f8f8-1fb2-4b2e-86d4-55af4012b07e\\azure-core-lro-3.1.1-alpha.20250107.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f704f8f8-1fb2-4b2e-86d4-55af4012b07e\\azure-core-lro-3.1.1-alpha.20250107.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-q36VAnhyhbK8i5eboWil9fQIqLxhJ8tjUGh59SUdoup15xPh3I80wzfNdQa8B0q+ayMlZ1X9eihq1oqgjxpZfQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250107.2_1736277845263_0.8963083257742614","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250108.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250108.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250108.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7722e3ffe727b9e582227e156eef94c8ad94fadb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250108.2.tgz","fileCount":152,"integrity":"sha512-Ealpgx7IDAAmQ9B5qWYZq0tE1m4xtpmzgrClvdJnGxu6Mrrz7401OICZguJbcs9hW+wOXFAHRGSf/ebUiDICJw==","signatures":[{"sig":"MEQCIDvVOM1njNC4iOrV2L8ewwBSjsDP3xMl+WWaobQrvHhJAiAxQqNOJzyd8+rQBAh/nIoM4giAJrBKi0EWPWGR+3ctaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":491774},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0fc47bea-c7e4-4368-ba01-3aa41f56a47b\\azure-core-lro-3.1.1-alpha.20250108.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0fc47bea-c7e4-4368-ba01-3aa41f56a47b\\azure-core-lro-3.1.1-alpha.20250108.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-Ealpgx7IDAAmQ9B5qWYZq0tE1m4xtpmzgrClvdJnGxu6Mrrz7401OICZguJbcs9hW+wOXFAHRGSf/ebUiDICJw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250108.2_1736364488974_0.3487472593610035","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250110.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250110.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250110.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c0cea030636546bb3d94a21739b7d709507a1b2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250110.2.tgz","fileCount":116,"integrity":"sha512-UNgwmC5FpJGoQ97fOOl3mXUhdw/EnZ9gdJ8Bz+qhSVCTRbpCTnQceCDFCe06/eY+JqNvcVtDuqGbCRvFOV35kQ==","signatures":[{"sig":"MEUCIF5vnijx3pFy9T/Ej2zLtsD9UYe1M+OTzmaCCWB8e9kVAiEA9JhEjeLHwdYlqmVydS3xlk4qaIphf0X6QuxLlZFlQ3Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445508},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6f74c2d9-04dd-4e1a-b014-0c37ebf60f52\\azure-core-lro-3.1.1-alpha.20250110.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6f74c2d9-04dd-4e1a-b014-0c37ebf60f52\\azure-core-lro-3.1.1-alpha.20250110.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z"},"_integrity":"sha512-UNgwmC5FpJGoQ97fOOl3mXUhdw/EnZ9gdJ8Bz+qhSVCTRbpCTnQceCDFCe06/eY+JqNvcVtDuqGbCRvFOV35kQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250110.2_1736537204193_0.5904491605762008","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250113.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250113.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3707c6d4c57ba27b453ce9b47b0408319e7808f5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250113.1.tgz","fileCount":116,"integrity":"sha512-QPi0KVtXUbOzLuRC853wU/6wOAhi1FY/QzQ53DX1n1dgrX4Yu61Ci0D0dxF4ZbtGC7cOGAVULrHDqIrHsvM6rw==","signatures":[{"sig":"MEQCIHk64V9pZ2zVYgkK5fdZYF6lOIHYebylqwLRVHffB5m7AiBc/gt430099kPAMCyXs8a9+FjvD6F1VdVSqa4DJfd0Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9f9ea4e9-26ce-46a2-ac29-826f879777c3\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9f9ea4e9-26ce-46a2-ac29-826f879777c3\\azure-core-lro-3.1.1-alpha.20250113.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-QPi0KVtXUbOzLuRC853wU/6wOAhi1FY/QzQ53DX1n1dgrX4Yu61Ci0D0dxF4ZbtGC7cOGAVULrHDqIrHsvM6rw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250113.1_1736796271447_0.8566321179129759","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250114.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250114.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250114.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae802c634d907899fe5ef40e4513ffdf49ae0f97","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250114.3.tgz","fileCount":116,"integrity":"sha512-JxzA0E4LLmNAkZSwgEzuFfR7bXrq/wX5NOuid1m5nIc3L78kTpIRERT3ZND6AWZc3nJGRMwlgTUEGYKpAdtSNQ==","signatures":[{"sig":"MEQCIGe7ceW/6f0jcWjLjIWpR6G6soUmslz1vmTBjpGjz/FFAiANtTnRF+MuQUwbnXYfjlOmli0wanDGam6wGHDX2Ke7DA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\bf4ae0e4-3ada-40b8-ac65-a26beb1b9f75\\azure-core-lro-3.1.1-alpha.20250114.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bf4ae0e4-3ada-40b8-ac65-a26beb1b9f75\\azure-core-lro-3.1.1-alpha.20250114.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-JxzA0E4LLmNAkZSwgEzuFfR7bXrq/wX5NOuid1m5nIc3L78kTpIRERT3ZND6AWZc3nJGRMwlgTUEGYKpAdtSNQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250114.3_1736882677987_0.553458901270033","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250115.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250115.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"633d1e6c3e7f71e3d37def3dc40dc3ca82c22a6e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250115.1.tgz","fileCount":116,"integrity":"sha512-brtUBasCSv79ytvVvvk4YCUqlDxRiQee+gq1vClA/5AvzSkn/WXwOO5JWP6s1u3+2wtlvkEoK5vBd6+oKi1J6g==","signatures":[{"sig":"MEUCIQCggNr63uVMJJC9zd5ZUB1jh34XYc3eCntghv5PoFTL8wIgaGM5YFy8oYGulYxctASF03gT8y7Bq6y6b9fi9DmiG4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3eba2718-f440-409b-9f95-c84b81ca0bf0\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3eba2718-f440-409b-9f95-c84b81ca0bf0\\azure-core-lro-3.1.1-alpha.20250115.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-brtUBasCSv79ytvVvvk4YCUqlDxRiQee+gq1vClA/5AvzSkn/WXwOO5JWP6s1u3+2wtlvkEoK5vBd6+oKi1J6g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250115.1_1736969006309_0.8718123898931043","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250116.4":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250116.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250116.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2019c97e3bc6526e258868d8e57758c68d1ddca3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250116.4.tgz","fileCount":116,"integrity":"sha512-685o4UcJ5B1rs40QPtaP8OPy0V9gfrZ8B5cVb7RK4wnlvs/5fgm7kpRIq2yVNCx7Dk/p5+JjZOt76LPcizeZMw==","signatures":[{"sig":"MEYCIQDmzmljP2APmfwNkLp6/I1ABem0r2bjHULKKlhyw3qnTQIhAM+YUzeTVi3QgCkNG9SYMX72RQee1h83uNyH3pxfK2Vd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\eac2f120-6b5b-4091-9a34-6a5de7f3eb86\\azure-core-lro-3.1.1-alpha.20250116.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eac2f120-6b5b-4091-9a34-6a5de7f3eb86\\azure-core-lro-3.1.1-alpha.20250116.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-685o4UcJ5B1rs40QPtaP8OPy0V9gfrZ8B5cVb7RK4wnlvs/5fgm7kpRIq2yVNCx7Dk/p5+JjZOt76LPcizeZMw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250116.4_1737055579304_0.6152703115525606","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250117.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250117.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250117.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2526465899aea1a4837c61d453baa278f52339a6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250117.3.tgz","fileCount":116,"integrity":"sha512-haF6R/j5Yo5SqzX7pX+erW8iwofrqEOl1V8cuyY2SAyvH2ZC7EUTpZlkE8U7ZokeZJz2dYuTVRG7JavbIGSY8Q==","signatures":[{"sig":"MEUCIFX2puhSKBdJrp2pWxagGJu0t2UeuJJm7a9x26fG8sAwAiEA3u5vg3IpHNo2uBjQMq7YHyxw+rsfZhfbRg5MXUprdrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\8a11eae8-d28a-41f9-bf08-17561205f0c2\\azure-core-lro-3.1.1-alpha.20250117.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8a11eae8-d28a-41f9-bf08-17561205f0c2\\azure-core-lro-3.1.1-alpha.20250117.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-haF6R/j5Yo5SqzX7pX+erW8iwofrqEOl1V8cuyY2SAyvH2ZC7EUTpZlkE8U7ZokeZJz2dYuTVRG7JavbIGSY8Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250117.3_1737143633751_0.757172801900903","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250120.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250120.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f9a8f0ecc164b98415d2058118afa1fce6fbca50","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250120.1.tgz","fileCount":116,"integrity":"sha512-c9rdqBTkYkZ3QzYZcvqI1R53zy5uRgFIxrvMQ7E7kEKvhAy9KIxq3OOewkjn3rpf/VkpoKFG+Q/0cFh7SFALkw==","signatures":[{"sig":"MEUCIQDE7uw8/UUfMrIG07PBRmOI3pN1seT+UpTFgjW0DEriDAIgC5oQijZRk2wcFyY7BY3NJP2YkZRRTQ0wa4zu87IgFQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\76252121-4aff-4f5f-9fca-d24f9bf85700\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\76252121-4aff-4f5f-9fca-d24f9bf85700\\azure-core-lro-3.1.1-alpha.20250120.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-c9rdqBTkYkZ3QzYZcvqI1R53zy5uRgFIxrvMQ7E7kEKvhAy9KIxq3OOewkjn3rpf/VkpoKFG+Q/0cFh7SFALkw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250120.1_1737401162028_0.08266013085848312","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250122.5":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250122.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250122.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c65b8314d986a399b31b15f78ebd62b1bd79c7d9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250122.5.tgz","fileCount":116,"integrity":"sha512-2FOAbKy3ktQhBv6HKf121urRMImTmmvqAGknxDDD+Q/h3mgxvsHRkHGjBb0z1VBE3mos4VTc1SSFdv5GbzvV6Q==","signatures":[{"sig":"MEQCIFzAGZsyEdIRowmKAgisTcIL/IBi2TXHu6oweSoOWPeJAiBvh/Ck8+Z53GhBT5lWXdc0Fvzn0RACznWhGVqf9dMW+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f792a896-30e8-4d4c-904b-2d63ddacd87b\\azure-core-lro-3.1.1-alpha.20250122.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f792a896-30e8-4d4c-904b-2d63ddacd87b\\azure-core-lro-3.1.1-alpha.20250122.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-2FOAbKy3ktQhBv6HKf121urRMImTmmvqAGknxDDD+Q/h3mgxvsHRkHGjBb0z1VBE3mos4VTc1SSFdv5GbzvV6Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^2.0.5","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.0.5","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250122.5_1737574187606_0.6780412350266178","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250123.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250123.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250123.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bfc024e99d52d03f3436467343e88a07567a231a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250123.2.tgz","fileCount":116,"integrity":"sha512-MzLlqWSqzpURyS8Lh6wvxus3bEXLwIMI8dfhtZhA4jB4PP6j2IuN2xlcHHeZGFr7SuX4QKTFCwMvaG/SrKrYtw==","signatures":[{"sig":"MEUCID5Hy9Eaws9RhG/rYWmn+7s2t+NpcM/R9CfJw9J05hnHAiEAhzBwiA0s3s1Qvjsyq1ZQq9Kc0gfJWYVyh+TZ+isOvx8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9cf1ac80-f60d-4fc8-9405-b1042a228b4e\\azure-core-lro-3.1.1-alpha.20250123.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9cf1ac80-f60d-4fc8-9405-b1042a228b4e\\azure-core-lro-3.1.1-alpha.20250123.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-MzLlqWSqzpURyS8Lh6wvxus3bEXLwIMI8dfhtZhA4jB4PP6j2IuN2xlcHHeZGFr7SuX4QKTFCwMvaG/SrKrYtw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250123.2_1737660373756_0.3691883268024678","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250124.9":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250124.9","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250124.9","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fccf8f93ad9f3e8b1c5bfcc5693998c9a8f3a6fc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250124.9.tgz","fileCount":116,"integrity":"sha512-Gq2rB7X9Byd7PxnPCt3hFSv9ePD6nFz+/7BnsoFsiqwQUrn2H+IAHJQdv03cYRRTee40pRbKWzgU4GS2IybvRw==","signatures":[{"sig":"MEYCIQCeAhDzAz/Jip+gcP8pvRyTY4sCqHfdB/KedyQj4tn4SAIhAOgndtQ+ERV3KX6BsHcsslUOV17SLp3FMu/9ZA0ATuVd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\487c4482-19fb-41bf-b404-9fa559b180de\\azure-core-lro-3.1.1-alpha.20250124.9.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\487c4482-19fb-41bf-b404-9fa559b180de\\azure-core-lro-3.1.1-alpha.20250124.9.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Gq2rB7X9Byd7PxnPCt3hFSv9ePD6nFz+/7BnsoFsiqwQUrn2H+IAHJQdv03cYRRTee40pRbKWzgU4GS2IybvRw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250124.9_1737746625522_0.8290136472891212","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250127.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250127.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250127.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"431a5e17281e38617ddeae2b4b678c7453bdcdc8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250127.3.tgz","fileCount":116,"integrity":"sha512-9LaPFq5d28H9KytiXT6VvnpHU9jKSR7ZsUWjIaXouW27ADi0xNQQfzLzFsveYljnOzSNle0LHsXRrQOaH8XQIg==","signatures":[{"sig":"MEUCIQD+Nawnc1fgrPHe7UvJAtImIavdo7AVcI+W/5TfngBpmQIgeoG0UFwTFlpjhyr6eibs9i/MQT4awSLrXB/tJJHB00g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\414567b3-9cfb-4e42-82ef-2a26eb7a36ed\\azure-core-lro-3.1.1-alpha.20250127.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\414567b3-9cfb-4e42-82ef-2a26eb7a36ed\\azure-core-lro-3.1.1-alpha.20250127.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-9LaPFq5d28H9KytiXT6VvnpHU9jKSR7ZsUWjIaXouW27ADi0xNQQfzLzFsveYljnOzSNle0LHsXRrQOaH8XQIg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250127.3_1738005793439_0.6067091134018714","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250128.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250128.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1d5056a13ff255c1946d53322941863b0943fe0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250128.1.tgz","fileCount":116,"integrity":"sha512-0K/+S+ETAXfZf/DYn4U0RcZgniMcW0uOKKJHQD7kpDVhDmExnfuNoW9s29bqzaU6h0VzQQ0GGZcJR2o6kYQvFA==","signatures":[{"sig":"MEUCIA+Gf0OJxn4bBy4DZnIvwhEbEDu2NW3KVnqprzp0RD5FAiEArp9BlURxFmTplW6qdWHPXjrRJc25h/TE3x3lu3NTUGA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fa86cea3-5c94-41ff-8e1c-9d724c77a7cf\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fa86cea3-5c94-41ff-8e1c-9d724c77a7cf\\azure-core-lro-3.1.1-alpha.20250128.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-0K/+S+ETAXfZf/DYn4U0RcZgniMcW0uOKKJHQD7kpDVhDmExnfuNoW9s29bqzaU6h0VzQQ0GGZcJR2o6kYQvFA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250128.1_1738092162375_0.20431350416579197","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250129.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250129.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80ee5cdccea2f95d774f74d2b36e9cb910919784","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250129.1.tgz","fileCount":116,"integrity":"sha512-M1+uaHOj5+fmT8DkE92yUEO+trT9fa13pnbb0IkdLQwOEu5Ct4eW7I8vuhrrVYN9D+24yEGBdVRaqIS+xP1Vag==","signatures":[{"sig":"MEQCIHBraUff2dm0FMgKTZClWdmfUe9yjlo1bNhsMxUCyzBDAiBaht8KIt+cVv+e++rLi3hxe1ZkPSTH7KDofJRyMS9rKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a57e24df-0b2e-4980-a97b-ce5d80000ca2\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a57e24df-0b2e-4980-a97b-ce5d80000ca2\\azure-core-lro-3.1.1-alpha.20250129.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-M1+uaHOj5+fmT8DkE92yUEO+trT9fa13pnbb0IkdLQwOEu5Ct4eW7I8vuhrrVYN9D+24yEGBdVRaqIS+xP1Vag==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250129.1_1738178863797_0.5506701615334684","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250130.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250130.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d887f5c8dfcc683da62f85e163d1ddf128fdcc5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250130.1.tgz","fileCount":116,"integrity":"sha512-mr2WZ1wFAewPJVFFCMRWcamKYo3vcz/mWmw75JrV5I+wR+LiSSMUBrqX0tY52MySBqZnJaCa0FHSms1hqKfUGA==","signatures":[{"sig":"MEYCIQCA4PNCuhSViGt61fRfUliZrNBrIZd1TjYzK6EcR+qCgwIhAIVjfJ/2HF3LyfhlXOLwmB6QnZ01y235QgRFmmLXt4Tc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445729},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6cfbc4a0-b7c4-49f3-8ef8-e2c1008a5971\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6cfbc4a0-b7c4-49f3-8ef8-e2c1008a5971\\azure-core-lro-3.1.1-alpha.20250130.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-mr2WZ1wFAewPJVFFCMRWcamKYo3vcz/mWmw75JrV5I+wR+LiSSMUBrqX0tY52MySBqZnJaCa0FHSms1hqKfUGA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250130.1_1738265474354_0.8700960805074216","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250131.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250131.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08cdad262622e6ea14e5ad6dfff52ff5b078ac6f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250131.1.tgz","fileCount":116,"integrity":"sha512-AvKNbGhs6w/TJs61urqfPeaB3W8Y5FHZTYoD13DMQroBe1EuIRVzevE+2p5ytJNe6vRJeveOmLR8E8QeWxkmYQ==","signatures":[{"sig":"MEUCICaxyQKc1WlG987KBfzSrm5TgFmxb4oywCS8k3I7lJXqAiEAloWmSV24s6vZVkIerDM5E0akRGNzvLi/XoihyeICSKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445735},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\75b85490-a486-450f-8d26-36972ad15f5d\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\75b85490-a486-450f-8d26-36972ad15f5d\\azure-core-lro-3.1.1-alpha.20250131.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-AvKNbGhs6w/TJs61urqfPeaB3W8Y5FHZTYoD13DMQroBe1EuIRVzevE+2p5ytJNe6vRJeveOmLR8E8QeWxkmYQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250131.1_1738351447316_0.7593173095810184","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250204.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250204.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"60301f2abca0c57d43092298862e13fe671aa7e8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250204.1.tgz","fileCount":116,"integrity":"sha512-gIEvKbhklXnWYWF3qjzyL6f7Ou3NbhP5wCnEMeiql4/ZKjDgpp6iEKuF+MLuUqABpRiVvvrljsa4GyMSkZ65Cw==","signatures":[{"sig":"MEUCIH+AEc/T/qE/M1xwKe/LTj4bxSN4bpN19JeEjwYqHEYmAiEAhz/OX5rPuF0KJ9PxPndzoIEvXMNmk/jiMNpe23ofWAM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445733},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\cac0b209-bc98-40bd-be3e-c39fbb2d5a35\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cac0b209-bc98-40bd-be3e-c39fbb2d5a35\\azure-core-lro-3.1.1-alpha.20250204.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-gIEvKbhklXnWYWF3qjzyL6f7Ou3NbhP5wCnEMeiql4/ZKjDgpp6iEKuF+MLuUqABpRiVvvrljsa4GyMSkZ65Cw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250204.1_1738697263483_0.2966230828932612","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250205.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250205.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12a027754a8173185176764126c34baa988f82e6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250205.1.tgz","fileCount":116,"integrity":"sha512-9r/jpL+AsqQXQW8UZcP/hbUIzzhJ8nY+68mO2tlxcpWr3auw+VhPWNoEd73dPX8Xg8CU/ETzc29jDaqOkB5cHw==","signatures":[{"sig":"MEYCIQCFC2V+hiHnFEf4praTfEp8fe8qeZQopxT2pvGAaRPmEwIhAO4MuDt33nk2tZzEPigWsgb7zbDXoJYYANE/6omudU/F","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445733},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a4f98792-7f8c-424e-a66c-45e2976a763c\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a4f98792-7f8c-424e-a66c-45e2976a763c\\azure-core-lro-3.1.1-alpha.20250205.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-9r/jpL+AsqQXQW8UZcP/hbUIzzhJ8nY+68mO2tlxcpWr3auw+VhPWNoEd73dPX8Xg8CU/ETzc29jDaqOkB5cHw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250205.1_1738784183440_0.11089022661208547","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250206.8":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250206.8","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250206.8","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d3b5713129d26703b76dbf4dafdf71b0ad5da78","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250206.8.tgz","fileCount":116,"integrity":"sha512-CbMoQ4//0O09quHxAgSWgBrrl/4HVUlpdAVcDNVlhRUiQIgdpoacLGFAfRUgfhHdb57hKNQngH7PeowthK90fg==","signatures":[{"sig":"MEUCIQCNZNlpB3EFfkfUVnW8mE5INyFVj3QCkrcNQTAztDvunQIgZJTFdF89IUI/LP4a/MQ3Fy9NuqkS1VSY8rOIBZV4JwU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d454c417-d172-4fbc-ac5d-14613e4ff43f\\azure-core-lro-3.1.1-alpha.20250206.8.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d454c417-d172-4fbc-ac5d-14613e4ff43f\\azure-core-lro-3.1.1-alpha.20250206.8.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-CbMoQ4//0O09quHxAgSWgBrrl/4HVUlpdAVcDNVlhRUiQIgdpoacLGFAfRUgfhHdb57hKNQngH7PeowthK90fg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250206.8_1738869991714_0.3005775543285869","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250207.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250207.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250207.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5805cbff631cce082bb21dcd2ee82c028a4eea3c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250207.2.tgz","fileCount":116,"integrity":"sha512-GfG5iCa4RLltrJzruLO1KQP+jhIZ5x8kMksmZrHSzGWnPbKKQO1akB6k1kumKF6OCQqJISux9c6K4oV7NqY3TQ==","signatures":[{"sig":"MEUCIGAkAyURAf3KSbIFY94phqeWK96r3CKWr4/e7XbhCn8NAiEAzqKpOT4Dx7mhUUUpKtrBBZlh/uZpsNbPFDDnQdk7esI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\52ee00f9-7e06-44c8-8233-6a997f9f011b\\azure-core-lro-3.1.1-alpha.20250207.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\52ee00f9-7e06-44c8-8233-6a997f9f011b\\azure-core-lro-3.1.1-alpha.20250207.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-GfG5iCa4RLltrJzruLO1KQP+jhIZ5x8kMksmZrHSzGWnPbKKQO1akB6k1kumKF6OCQqJISux9c6K4oV7NqY3TQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250207.2_1738958847056_0.5665061621270988","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250210.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250210.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250210.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b80804603322457256258811b725328d66414842","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250210.2.tgz","fileCount":116,"integrity":"sha512-702MmqXR2n3iUGcrqX9E5WCYq4W4a8lPF8yiKhT7xMFfD09USgpYlM4RwmrTw39nTyMgS+rERB3iAqkdWFCSfw==","signatures":[{"sig":"MEQCIDSYj2A7umbE0GHvP/Xa5rEtAkd5qgrFYsTFxFmRrbNnAiAmg86NdcTM7g389ca80nHQUaI3hhrEPms/0KhmtLXrdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f736767e-dd69-428b-8967-b15258205810\\azure-core-lro-3.1.1-alpha.20250210.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f736767e-dd69-428b-8967-b15258205810\\azure-core-lro-3.1.1-alpha.20250210.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-702MmqXR2n3iUGcrqX9E5WCYq4W4a8lPF8yiKhT7xMFfD09USgpYlM4RwmrTw39nTyMgS+rERB3iAqkdWFCSfw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250210.2_1739215647995_0.9026565368390886","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250211.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250211.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250211.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c83f6231dbbf0655721e5f30938961eb13b0daf4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250211.3.tgz","fileCount":116,"integrity":"sha512-WUEk31DXdXuMim0ZK37YMucNADPbRxjfuNHvloQUzYEessgXi+SwOtOljcDvMZWZ1yYu2JBzcAc7gfWtSSNCeA==","signatures":[{"sig":"MEQCID53HySv6n7lktQF8vHRmHzdF9QCGuoli7UthHloA4ICAiBwf4ASAn3mZxLBJCPi8cOG3yzpFmyxNvCcqmXA8TEjiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\84a0e081-d610-4cfa-96e7-54f091c9f685\\azure-core-lro-3.1.1-alpha.20250211.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\84a0e081-d610-4cfa-96e7-54f091c9f685\\azure-core-lro-3.1.1-alpha.20250211.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-WUEk31DXdXuMim0ZK37YMucNADPbRxjfuNHvloQUzYEessgXi+SwOtOljcDvMZWZ1yYu2JBzcAc7gfWtSSNCeA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250211.3_1739302152013_0.35406604861632474","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250212.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250212.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250212.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ce7c5d740d9543923b30a4c938605366a9a6c88","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250212.2.tgz","fileCount":116,"integrity":"sha512-MTGXksSJ8NsTltYzPIvmG8Zqg6IIWLTHt0IbxNRLH/4TO3N5k9YZhGyVsrk+QJbMcQyFqaSGNr9VgTwu7bMwWw==","signatures":[{"sig":"MEUCIQDwQ/kUvTkzsJmZ+k1AgK5LpamwwWN8xzCrAyyQPBli/AIgf8gPT2udn2PJp8FxmSY1lXcADi7PJpyiZLXibJD2wsw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\340e3174-bd0b-479d-8c20-c8b287df5837\\azure-core-lro-3.1.1-alpha.20250212.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\340e3174-bd0b-479d-8c20-c8b287df5837\\azure-core-lro-3.1.1-alpha.20250212.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-MTGXksSJ8NsTltYzPIvmG8Zqg6IIWLTHt0IbxNRLH/4TO3N5k9YZhGyVsrk+QJbMcQyFqaSGNr9VgTwu7bMwWw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250212.2_1739388502597_0.5521776876207394","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250213.6":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250213.6","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250213.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fbe770d4c86e2634ebb3965fd58bdad6459ef83","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250213.6.tgz","fileCount":116,"integrity":"sha512-560Gb682bkokHP3wSM4FCdVlU5FTCmTo9P9GSVuWuwAkwThve4HKHu6sIkxBKYj94Q4QSfa94qIlYXjKqMC0CQ==","signatures":[{"sig":"MEUCIQCmlzfZOJc5eh1vlbMZ91qSlhHJSj4Uk11H4tXbu36s1wIgRM8sRqNpOhYTg7oqtK8kaM/2x9MTKtuwncmZRl45c5A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\8302621a-9d5d-45b4-a517-9f4d7cefa498\\azure-core-lro-3.1.1-alpha.20250213.6.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8302621a-9d5d-45b4-a517-9f4d7cefa498\\azure-core-lro-3.1.1-alpha.20250213.6.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-560Gb682bkokHP3wSM4FCdVlU5FTCmTo9P9GSVuWuwAkwThve4HKHu6sIkxBKYj94Q4QSfa94qIlYXjKqMC0CQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250213.6_1739474882696_0.6876511611999323","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250214.8":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250214.8","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250214.8","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d1733c32120f681a763f0b1eb6316ffdba27679e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250214.8.tgz","fileCount":116,"integrity":"sha512-LaoxOcd/3N7OvlaENG5X2062NwF+DAY0iHtMos86BW4n5nwVg0NSBTYXIpzlJSrkey76HPPqpNFzglCsJdMM7w==","signatures":[{"sig":"MEQCIGJ1IXyFA6DSf8hHX1FpcpCxPC41+UzAVB/ZylPU4YMtAiAXjdzOqwydO/Ogg1lUsg5D1YHtlaCLE8GXqzTClZ9Rhg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\299a530c-7b81-4cf5-8ceb-223d867ffd26\\azure-core-lro-3.1.1-alpha.20250214.8.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\299a530c-7b81-4cf5-8ceb-223d867ffd26\\azure-core-lro-3.1.1-alpha.20250214.8.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-LaoxOcd/3N7OvlaENG5X2062NwF+DAY0iHtMos86BW4n5nwVg0NSBTYXIpzlJSrkey76HPPqpNFzglCsJdMM7w==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250214.8_1739561109368_0.2008883502212202","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250217.5":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250217.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250217.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1767f6ae03c7e72e81192893b5b8a1569eb8d60d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250217.5.tgz","fileCount":116,"integrity":"sha512-+kiCABanjH5QIKSD0DHZSfVACpNccvEeZkZligwaVbDD4yjeci6kX4uuxGaghCpEUTl9c8fUY0uC3gcO/ARFjQ==","signatures":[{"sig":"MEUCIQDEJ87qMMfF3XmNDdTqadmFCJQ+ZeyuMhdy3vHQQHdEbAIgHtbDPOYrmBsP3g6jMazt9HHM8t5O1DI7r89y+J9kdb4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\50cf4f28-1a48-42fd-b1b9-26f33691195a\\azure-core-lro-3.1.1-alpha.20250217.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\50cf4f28-1a48-42fd-b1b9-26f33691195a\\azure-core-lro-3.1.1-alpha.20250217.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-+kiCABanjH5QIKSD0DHZSfVACpNccvEeZkZligwaVbDD4yjeci6kX4uuxGaghCpEUTl9c8fUY0uC3gcO/ARFjQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250217.5_1739820468195_0.16349966311959951","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250218.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250218.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250218.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2bf758320061e9e23168d69c3113d9b527d8ded6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250218.3.tgz","fileCount":116,"integrity":"sha512-BXQpYV8TPmO6n1LHzUr/WZto9iFPBOrIG8yxvC6HeDnT+3zrtt+9xkuFB42YpPLcmjTRWQyEMSzxRjsLn0Vo3w==","signatures":[{"sig":"MEUCIAJXZ6JB58f/eHPRFaqyk2B172zPcE/jLa1OJ6NHgqIDAiEAt89LjmOmxVGMyis/zjSpfvRXOlz3ChGE59Z80B4K8Dc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6adb2a7c-7104-4acb-9236-064d467d7fe7\\azure-core-lro-3.1.1-alpha.20250218.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6adb2a7c-7104-4acb-9236-064d467d7fe7\\azure-core-lro-3.1.1-alpha.20250218.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-BXQpYV8TPmO6n1LHzUr/WZto9iFPBOrIG8yxvC6HeDnT+3zrtt+9xkuFB42YpPLcmjTRWQyEMSzxRjsLn0Vo3w==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250218.3_1739907042404_0.4314544089147112","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250219.7":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250219.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250219.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de7d744bfb48c35b3982f3c10349fe1ca7aa90a6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250219.7.tgz","fileCount":116,"integrity":"sha512-SKM880c57S06tzCGYZa4JJ4EheJ88oZWdBtuF7TPhI5vFiiMnoK6PYvoHVa39GEk3sXWodMJOAvw/hRALXcMzQ==","signatures":[{"sig":"MEUCIQCEO9qKBvXga86DRoeohHfhLVv3mf3/4QvEcoq5kNEnGwIgLKSNvz+jpAxL++reS8UndVohKs14ToF27ZjkOoMhkj4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c1e6af84-3b95-4f69-a595-aebc06ec88ed\\azure-core-lro-3.1.1-alpha.20250219.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1e6af84-3b95-4f69-a595-aebc06ec88ed\\azure-core-lro-3.1.1-alpha.20250219.7.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-SKM880c57S06tzCGYZa4JJ4EheJ88oZWdBtuF7TPhI5vFiiMnoK6PYvoHVa39GEk3sXWodMJOAvw/hRALXcMzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250219.7_1739992943448_0.17541620410750736","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250220.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250220.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"178df6baf56815eab1600ae0f9d7837d23e66356","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250220.1.tgz","fileCount":116,"integrity":"sha512-hzRuH0cwuf8pSHQhn718VTN9khA1XIWUP/JWRnNR7EpJjQanQowYZwnfAKrTinA85Y+eONfemY5Eo35xb8q2fQ==","signatures":[{"sig":"MEYCIQCcQr3b1PsgPoSoLSVRIpQCYg+XgCcQTLh2UspIEFuylQIhAKgq4FPnzKZybRjbLqD8MGi4Ppv1VgoMEqh91FQWeqS8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4bec56ba-4769-44d9-bf0d-548e16444dd3\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4bec56ba-4769-44d9-bf0d-548e16444dd3\\azure-core-lro-3.1.1-alpha.20250220.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-hzRuH0cwuf8pSHQhn718VTN9khA1XIWUP/JWRnNR7EpJjQanQowYZwnfAKrTinA85Y+eONfemY5Eo35xb8q2fQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250220.1_1740079589146_0.7413571513975068","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250221.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250221.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb4e0a17b41770d19a4a8d557df243faed9524ca","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250221.1.tgz","fileCount":116,"integrity":"sha512-L+VGH6I1YNPMyVuTEN85baZ+7tOStWovukUBDSiqc/SlhkjQcReqOsWkrLtsugmbx20nVnT/x0eNpkIH/61O8g==","signatures":[{"sig":"MEUCIQDrVzaaAfYiSZfZIK485TgVMP9z1hcuY8Cd+fZoguk21wIgfOf60K+M/8juY3Pm02A2lD6uQfvuyWQDiJto4eAPL3A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0f279563-1e81-442f-8123-8398967d84fa\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0f279563-1e81-442f-8123-8398967d84fa\\azure-core-lro-3.1.1-alpha.20250221.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-L+VGH6I1YNPMyVuTEN85baZ+7tOStWovukUBDSiqc/SlhkjQcReqOsWkrLtsugmbx20nVnT/x0eNpkIH/61O8g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250221.1_1740166232746_0.36500322253454676","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250224.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250224.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250224.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b97ef708817717e835bb7f883da61b1a5e6ef90","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250224.3.tgz","fileCount":116,"integrity":"sha512-FOrBSRDxDziy6Bgegta8mkuK4k0g73YjCTvict0mIZuY7jBspNJPfjXnvnkiFdx9FI8V94LqjDPH3DvSBrVVVA==","signatures":[{"sig":"MEUCIAIVxSh/dv82vgL7RjWnx3NlgR57dKyZw0cQT2K2xhGvAiEA3SMmG6FfyUnKIjHDMv8wwYPR8nxQqhewmHQRvLlliyM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\26687455-126c-4eff-ba39-75997499d791\\azure-core-lro-3.1.1-alpha.20250224.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\26687455-126c-4eff-ba39-75997499d791\\azure-core-lro-3.1.1-alpha.20250224.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FOrBSRDxDziy6Bgegta8mkuK4k0g73YjCTvict0mIZuY7jBspNJPfjXnvnkiFdx9FI8V94LqjDPH3DvSBrVVVA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250224.3_1740425081077_0.3664670636402072","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250225.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250225.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250225.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53299265a4da27e9fa33a74a10636ac3f55ecdeb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250225.2.tgz","fileCount":116,"integrity":"sha512-vcnuWH1XwPapZ6TZBDwiRllCdxI8tO6NZ9vn+PRCGII91AjKmFTwOoN+K9HP0rHk2K76yicF6sUdzDQ3exbiLA==","signatures":[{"sig":"MEYCIQDjxkKMkJiN/SMVJqVgNUXsjk3aCsPdm6hEjOlAHs+3XAIhALuUDMSwA3IsnTxJkSgFGGid1nXg2po5QdpHoBW/MC9u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2c49d164-446c-4840-b140-e75a5393c117\\azure-core-lro-3.1.1-alpha.20250225.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2c49d164-446c-4840-b140-e75a5393c117\\azure-core-lro-3.1.1-alpha.20250225.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-vcnuWH1XwPapZ6TZBDwiRllCdxI8tO6NZ9vn+PRCGII91AjKmFTwOoN+K9HP0rHk2K76yicF6sUdzDQ3exbiLA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250225.2_1740511658587_0.15434518576516343","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250226.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250226.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250226.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"131e6b98a9df83db615a55eb55de3e7ffa29d40e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250226.3.tgz","fileCount":116,"integrity":"sha512-EkGxNheDhHy+MIbP28DPPJA50QHl5ZYNYW90wCh8AWQS9qNHovOWd6muFrj8XqXyN68bCX/Hk5bUrZ/yydz4CA==","signatures":[{"sig":"MEYCIQDoCFGzSVs0kj2QDcTizRh93lyrDhSQWvLMoWm98m3bGAIhAK16Txps304zd01BILj3G0jqA0veizVASv+Ee4Onzp6x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\158a8bd8-d186-41de-99ca-d1f335804df6\\azure-core-lro-3.1.1-alpha.20250226.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\158a8bd8-d186-41de-99ca-d1f335804df6\\azure-core-lro-3.1.1-alpha.20250226.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-EkGxNheDhHy+MIbP28DPPJA50QHl5ZYNYW90wCh8AWQS9qNHovOWd6muFrj8XqXyN68bCX/Hk5bUrZ/yydz4CA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250226.3_1740598641394_0.6168143370043628","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250227.7":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250227.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250227.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4bc334011a543c606237bd37b2eef80c66916f58","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250227.7.tgz","fileCount":116,"integrity":"sha512-UvWb+oLGo8tA4yp0ZxKMNgd2Pn+1yptFZlf7stH2w87zzpJ7u5xbTYUHv4VOCNcPzP3nUhQbYxGcUj0T6z3/rw==","signatures":[{"sig":"MEQCIH7A/tPDTxrbFpFWZIN/5QXJiA+Sa9x/3bluVC5lpq/OAiBUJYw9zUp6Dy5tyXn9XnviJ/gyyaDXI3iU1QMB2YDFHQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c9f53cb2-f107-4dd8-b77c-f1aedaf8f895\\azure-core-lro-3.1.1-alpha.20250227.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c9f53cb2-f107-4dd8-b77c-f1aedaf8f895\\azure-core-lro-3.1.1-alpha.20250227.7.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-UvWb+oLGo8tA4yp0ZxKMNgd2Pn+1yptFZlf7stH2w87zzpJ7u5xbTYUHv4VOCNcPzP3nUhQbYxGcUj0T6z3/rw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250227.7_1740684298928_0.9382575716163439","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250228.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250228.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7efe703ab879545d62845de64a96a4dab5cf2af9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250228.1.tgz","fileCount":116,"integrity":"sha512-xvzRJJ56e0ft/vWNgf49NdL22KbfOod9heLJ7emj6A/MgnjjL6V6zRqxPSX6XI5RQN7RBJfaj/AQcxy1+ry1dg==","signatures":[{"sig":"MEYCIQD0usK+D/RusD1d5u4iiqn5tstxlFYeakx5/t2tUMpedAIhAIX0B0iy+dZnVQ+qcs0799jvSj1V9MNryGZUpOZinfxN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\03f825b8-3e2d-4ba7-b593-26e265086f8f\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\03f825b8-3e2d-4ba7-b593-26e265086f8f\\azure-core-lro-3.1.1-alpha.20250228.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-xvzRJJ56e0ft/vWNgf49NdL22KbfOod9heLJ7emj6A/MgnjjL6V6zRqxPSX6XI5RQN7RBJfaj/AQcxy1+ry1dg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250228.1_1740770864210_0.9569300254406563","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250303.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250303.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250303.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d83bca3ad200c853c799be423c57020cfbb84549","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250303.3.tgz","fileCount":116,"integrity":"sha512-JRSW4+lMM7plsUgANj0M24gj5l4mJWnrAchfnh25cKbJr2C8Coa062zNECfZuFQ6hCWJRVTwkj42gM6BzFcCew==","signatures":[{"sig":"MEUCIG4in570pu/+IolQfDProOcKnSZ5B3BTDWIQpz/RsJrXAiEAkqsT0NzCwprah6PzgFJAqkdl5Vgq69QQ4QcZ4cZLaNw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\235cbecf-72de-4016-89a0-30c289fd6f92\\azure-core-lro-3.1.1-alpha.20250303.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\235cbecf-72de-4016-89a0-30c289fd6f92\\azure-core-lro-3.1.1-alpha.20250303.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-JRSW4+lMM7plsUgANj0M24gj5l4mJWnrAchfnh25cKbJr2C8Coa062zNECfZuFQ6hCWJRVTwkj42gM6BzFcCew==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250303.3_1741030167548_0.39366713681515475","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250304.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250304.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250304.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ce647815c691b47aa7dd1916d4ba0f5d3de3b83","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250304.2.tgz","fileCount":116,"integrity":"sha512-Ce1a9Fymv115FH2H8pUW6lK1lcSBmzKhrriK0ZVDOiI1w5KPh/ihxgXkQteJxHJKnJKulTOPQzwRwk/gqLRyXg==","signatures":[{"sig":"MEQCICpvI+SS5/I4oWM25cmggHHgubTxTGAlWQhuwczymaDuAiBtAqm2fnitzgHVJ8Q6nxmQ485Q0LUIyKcHQBUidHEgAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b8b82737-8533-4526-9069-2e0cfc02b7f1\\azure-core-lro-3.1.1-alpha.20250304.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b8b82737-8533-4526-9069-2e0cfc02b7f1\\azure-core-lro-3.1.1-alpha.20250304.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Ce1a9Fymv115FH2H8pUW6lK1lcSBmzKhrriK0ZVDOiI1w5KPh/ihxgXkQteJxHJKnJKulTOPQzwRwk/gqLRyXg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250304.2_1741116676699_0.3342233433584705","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250305.1":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250305.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b39af87d8889eaa1285debe798137b2894cdb9af","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250305.1.tgz","fileCount":116,"integrity":"sha512-vETO7J0B1pDl3IUepJtIZs9CuK5j0hcl/GxRSIQ9T7IbTkTN6JoDXgo61GeBpklKFhAyR7p/3OQ8nYKjXevriQ==","signatures":[{"sig":"MEUCIDNOR14GNzLolv/Lm2D5j+4Xx1XO4NRWeBrL6YYhV+CtAiEA2VpfeuA2rVDVseEF1W1UACrE7jXsAcoq/8u3FeQouH0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\72b5659b-33a4-4c34-b94e-54027045d7c5\\azure-core-lro-3.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\72b5659b-33a4-4c34-b94e-54027045d7c5\\azure-core-lro-3.1.1-alpha.20250305.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-vETO7J0B1pDl3IUepJtIZs9CuK5j0hcl/GxRSIQ9T7IbTkTN6JoDXgo61GeBpklKFhAyR7p/3OQ8nYKjXevriQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250305.1_1741205635231_0.4058284994170862","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250306.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250306.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250306.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a8fe4fdeaaecefc646ccba32c9149a7e6a29e43","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250306.2.tgz","fileCount":116,"integrity":"sha512-wMRN4z5KXh5fZTQpgsuxeDDw/NkAfjhsfImf6Uty0tMHh8qye/eodHBQIPSfs+DYG04VpzB8w+S5J1EqlzJ36g==","signatures":[{"sig":"MEUCIEbJ00hHr4WdAeFMSBOykvvB/3loCcyWl38DZNCShkL0AiEArVvA+4BXhDQykdRi6plOTmTeFfm2yeGUszhO1XWxFv4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2187b2f3-6335-4ac2-92c9-61462f8bbc5a\\azure-core-lro-3.1.1-alpha.20250306.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2187b2f3-6335-4ac2-92c9-61462f8bbc5a\\azure-core-lro-3.1.1-alpha.20250306.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-wMRN4z5KXh5fZTQpgsuxeDDw/NkAfjhsfImf6Uty0tMHh8qye/eodHBQIPSfs+DYG04VpzB8w+S5J1EqlzJ36g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250306.2_1741289888713_0.3084704957491282","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250307.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250307.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250307.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"523d05e76f0297035cc9a117b0dfeb743686cc2e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250307.2.tgz","fileCount":116,"integrity":"sha512-iFfkCtK6EWHTZb+h0Admzi1pa4biVqlTk2Q93ubAXAJDaSTM5zE7UvHyXMAY6Ye2n3Wtf0ZlcdguPBmiN0TZRA==","signatures":[{"sig":"MEQCICEwIf9l7d9CW1lQWl+cwdcMIlM1QbgIUcsYYDLIWpx4AiBsosKnJhkqou2JT/fqMmtphUqbRcnkfZHoS9mOUkGckg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\66d9395a-d532-42e0-afa4-3d5f9e7b70f4\\azure-core-lro-3.1.1-alpha.20250307.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\66d9395a-d532-42e0-afa4-3d5f9e7b70f4\\azure-core-lro-3.1.1-alpha.20250307.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-iFfkCtK6EWHTZb+h0Admzi1pa4biVqlTk2Q93ubAXAJDaSTM5zE7UvHyXMAY6Ye2n3Wtf0ZlcdguPBmiN0TZRA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250307.2_1741376102938_0.11956872988867628","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250310.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250310.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250310.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74a78ed37ded193d6f6d19bbb7092fc885cc3213","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250310.2.tgz","fileCount":116,"integrity":"sha512-O1lf4PJ9i9VL7TYqlWiJ1x7rq0tIwF2JUnfavz3WeHD6X7fZIlKjSs8xT9GaUM5heJIBE32NfQAY7l0ZIU22+Q==","signatures":[{"sig":"MEQCIBfEuq7LOlxnqycw7uFPCbIOrKCsA7tBvZmMovvMJctDAiBB8iFmKUTWqday5XypIwUe2xvUpUbF5qNbU9SrHFBFtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\25d1b51a-e0b9-4330-892c-8a32176ab32f\\azure-core-lro-3.1.1-alpha.20250310.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\25d1b51a-e0b9-4330-892c-8a32176ab32f\\azure-core-lro-3.1.1-alpha.20250310.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-O1lf4PJ9i9VL7TYqlWiJ1x7rq0tIwF2JUnfavz3WeHD6X7fZIlKjSs8xT9GaUM5heJIBE32NfQAY7l0ZIU22+Q==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250310.2_1741631027398_0.6478327289780326","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250311.2":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250311.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250311.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4245322bd475a492345b2505c93e0e679c00fdf","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250311.2.tgz","fileCount":116,"integrity":"sha512-6YQYa8nn3dhvuv1FBwfwDxMBBrtiz8pP2TI2i/GPoiNYkDiQGOEmFF3A9jXuSmnm7lB/Iy5G0oFd6mepmMrjkA==","signatures":[{"sig":"MEYCIQDDaM4BbtIkS0eAg0ZScKmWGZnAXQ0CNi6au6FJsXH5bQIhAJeHUVWCj+wyMr+Q6EFtiZcKAPD8fajT+k9kh+zEP0FO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0322d1ed-a968-4f87-b0a7-70243e1f2ade\\azure-core-lro-3.1.1-alpha.20250311.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0322d1ed-a968-4f87-b0a7-70243e1f2ade\\azure-core-lro-3.1.1-alpha.20250311.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-6YQYa8nn3dhvuv1FBwfwDxMBBrtiz8pP2TI2i/GPoiNYkDiQGOEmFF3A9jXuSmnm7lB/Iy5G0oFd6mepmMrjkA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250311.2_1741717433999_0.2179825963573454","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250312.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250312.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250312.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ce650eac3d222d3b8de1ce9cc5ce2a0ef453da3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250312.3.tgz","fileCount":116,"integrity":"sha512-XhDI/GxLcqMzVHj58pedPmiTrhGXvTHzil4lP/Bgw/hPMNzOi3N4OH9PFfpIeW4ZNhXGXvyB5SBfyIJAeT1P4g==","signatures":[{"sig":"MEYCIQCLwG5wdusRMSrReWZve5wH1Hn+mpLZRtRP+CFSJMpW6QIhAIxsV5siM5b2C8CAgDENm55FMvx4ywLfaq+7RxSZVTIn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ce2e36d9-3b42-4f43-a359-6759df9d2e08\\azure-core-lro-3.1.1-alpha.20250312.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce2e36d9-3b42-4f43-a359-6759df9d2e08\\azure-core-lro-3.1.1-alpha.20250312.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-XhDI/GxLcqMzVHj58pedPmiTrhGXvTHzil4lP/Bgw/hPMNzOi3N4OH9PFfpIeW4ZNhXGXvyB5SBfyIJAeT1P4g==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250312.3_1741804093154_0.9162019897232989","host":"s3://npm-registry-packages-npm-production"}},"3.1.1-alpha.20250313.3":{"name":"@azure/core-lro","version":"3.1.1-alpha.20250313.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.1.1-alpha.20250313.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db2c75adbb8814e01a26fde5193705a86afe1ce4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.1.1-alpha.20250313.3.tgz","fileCount":116,"integrity":"sha512-EQZncH4ksOfaR0KWYg102NrvGfX7IATUsXCAaLYGXB5HqRZKY5g51twBiYU6woYImPEl/YQ82gBc4h3qhuLUmw==","signatures":[{"sig":"MEUCIQCvgTcE3U/aUDDLJuBKrsGXJ1VCtso4xmEq5VT4Fee4GwIgKioq5NcJNChG8DxIRGWLW9y59OvU4BabcwcrRNIppSU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":445598},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\089da854-e75f-4a45-8a72-7747bb589a90\\azure-core-lro-3.1.1-alpha.20250313.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\089da854-e75f-4a45-8a72-7747bb589a90\\azure-core-lro-3.1.1-alpha.20250313.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-EQZncH4ksOfaR0KWYg102NrvGfX7IATUsXCAaLYGXB5HqRZKY5g51twBiYU6woYImPEl/YQ82gBc4h3qhuLUmw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.1.1-alpha.20250313.3_1741890921605_0.5554730616804668","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250317.1":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250317.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"042f59c33612725b0bac96484d9c1a07ec7009ad","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250317.1.tgz","fileCount":128,"integrity":"sha512-uGFlCaCIC6M75tDcrAy6diBhAxbu7vvzOu+wlsmTp7fSgmTXN9usqOMReRxqKmHWXpbIIfh6U43CzZst8P68YA==","signatures":[{"sig":"MEQCIAp2qkAKBQrGT583kWpgRv/HEoe5yLxJd7fwDk4PhcOgAiAXQi1zAZcRA6s+o+AItBymtmj9fLmC9lTot8phlhHj7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6d0cd24c-7270-45ba-bd68-c2d4b75d26a0\\azure-core-lro-3.2.0-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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6d0cd24c-7270-45ba-bd68-c2d4b75d26a0\\azure-core-lro-3.2.0-alpha.20250317.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-uGFlCaCIC6M75tDcrAy6diBhAxbu7vvzOu+wlsmTp7fSgmTXN9usqOMReRxqKmHWXpbIIfh6U43CzZst8P68YA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250317.1_1742236510956_0.5601622708856149","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250318.3":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250318.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250318.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a3063b926cae1d08a3f833c9cdf52bc39c839d0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250318.3.tgz","fileCount":128,"integrity":"sha512-pPaS/eHIWO0qHAKolK7/OSMwcg52qrAhGSuKF7HCoAWahgUU3dOGjSZbOQgsfcD+T6AqYhjeZidjodwKKxTbQA==","signatures":[{"sig":"MEYCIQCbbHqaCTI33OwFDShYrd3veno8GMo6lZWN7ShB6Yic/gIhAIIZPvWKWLHg1Zf+SLxXkpC5zy93+lz+r7Zv3r2BYfMp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0e0ad32c-5339-4d27-9038-482093484777\\azure-core-lro-3.2.0-alpha.20250318.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e0ad32c-5339-4d27-9038-482093484777\\azure-core-lro-3.2.0-alpha.20250318.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-pPaS/eHIWO0qHAKolK7/OSMwcg52qrAhGSuKF7HCoAWahgUU3dOGjSZbOQgsfcD+T6AqYhjeZidjodwKKxTbQA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250318.3_1742322613315_0.5302618640238868","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250319.4":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250319.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250319.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"60a170fda3f0c6ca95ab81c67b6dad0bb0ad9885","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250319.4.tgz","fileCount":128,"integrity":"sha512-x+iLXgrAE4DkFK9Bh6wyNZlXTqOcQiArHP7hXH288S+x3zPxhg6C8wCOHHaHViz8aDgzrkruq1aiTPJxiVP2Zg==","signatures":[{"sig":"MEUCIQDnjdXsPnVO1LL28sQAMFSaLBngn4AnVE9DwG4c16A66AIgbLyujzfS6kDzGIamJe1Newkb1Dw0XmqER9qvO7G/UAY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c8ad93b0-e2f0-4e87-82bd-f74023f1521b\\azure-core-lro-3.2.0-alpha.20250319.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8ad93b0-e2f0-4e87-82bd-f74023f1521b\\azure-core-lro-3.2.0-alpha.20250319.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-x+iLXgrAE4DkFK9Bh6wyNZlXTqOcQiArHP7hXH288S+x3zPxhg6C8wCOHHaHViz8aDgzrkruq1aiTPJxiVP2Zg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250319.4_1742408704821_0.7613578614354277","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250320.7":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250320.7","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250320.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f1339c5808d6591a9b4db04cb41eaaf4f0538f2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250320.7.tgz","fileCount":128,"integrity":"sha512-dVp1U8FVnp4yvzVLVy0m//xIsVt8EuOmv/DurpYhbsu0gnK+GHby7MQv04Qn8zWu55dHXlZ3OJCBYX5IHf/syA==","signatures":[{"sig":"MEYCIQDS1hSvisPfMu2TiG43AJlyIeDAdBs8mxJwKrOoP9HqbgIhAKG39HMzJf9L8ccjTV36l70pf5O1yH0N/UDcPde9auWz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5edbab83-cc5b-4d7f-aa9a-6824734b85e7\\azure-core-lro-3.2.0-alpha.20250320.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5edbab83-cc5b-4d7f-aa9a-6824734b85e7\\azure-core-lro-3.2.0-alpha.20250320.7.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-dVp1U8FVnp4yvzVLVy0m//xIsVt8EuOmv/DurpYhbsu0gnK+GHby7MQv04Qn8zWu55dHXlZ3OJCBYX5IHf/syA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250320.7_1742495128013_0.2537915986382042","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250321.2":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250321.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250321.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1cd3de7bc4d828858798120a36d575c4fead090e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250321.2.tgz","fileCount":128,"integrity":"sha512-3f0OD8I6GK9CiREvC0NLdAbt6afay9a8oU4KlPC1QgZYIfPmdqBLLtb8jKqoa/qhzw9aXOsGAxJxI0j3itm7kQ==","signatures":[{"sig":"MEUCIBNAPKj7jCQDS1el+iqe0iatDW6punyIshyfZqgOV0BEAiEA/MbCDxPazvGrYhczGV2hT1N4FDk7An5PwACqej9OJ/o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\87c56a8b-6041-42c2-95d9-62deb55acee2\\azure-core-lro-3.2.0-alpha.20250321.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87c56a8b-6041-42c2-95d9-62deb55acee2\\azure-core-lro-3.2.0-alpha.20250321.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-3f0OD8I6GK9CiREvC0NLdAbt6afay9a8oU4KlPC1QgZYIfPmdqBLLtb8jKqoa/qhzw9aXOsGAxJxI0j3itm7kQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250321.2_1742581597833_0.817095878050464","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250324.1":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250324.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d8265949984f1a763e6191ce9ff8d74d6b81599","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250324.1.tgz","fileCount":128,"integrity":"sha512-bBAmg7eXmhKCi59ifQImM5rCCvn6nXUAO1HOTFzJS73doQDUHxEEbhGdbTbiAGpCHzHGiIERaGWUqWECEiQYwA==","signatures":[{"sig":"MEQCICLPAmeCbpEBT5LSFEsaIsnSwGKuRu1G2Zb/ALGMCf1ZAiBo9I2O4KuBLxw1IWQTjNzDWfKuiaZ77WUzmfVyeoaz9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0da761f5-d00b-4e70-b208-fc353e7f7453\\azure-core-lro-3.2.0-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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0da761f5-d00b-4e70-b208-fc353e7f7453\\azure-core-lro-3.2.0-alpha.20250324.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-bBAmg7eXmhKCi59ifQImM5rCCvn6nXUAO1HOTFzJS73doQDUHxEEbhGdbTbiAGpCHzHGiIERaGWUqWECEiQYwA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250324.1_1742840849209_0.10865167707202628","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250325.2":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250325.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250325.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"64e9d5f8616dde2d33eb158978aae0628278eb49","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250325.2.tgz","fileCount":128,"integrity":"sha512-ZBmOVGPYmtRj2ZtqMzPDuCzGC17txy/mg8Q3TdZCjOSAMhk1HbwdqHWjOb1j9U59WAS3M8+auEJdhL/EPWDCPg==","signatures":[{"sig":"MEUCIQCretSUy07h0apOp4MWg6JxKsIxf9w8ipnD72LoAUK6wgIgBY/QJiCTdMn9VBhj9uokoAPIYCEVYvHvjFoHXDH/YfY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":465117},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\13061421-0e49-40be-bdfb-8e42c104309f\\azure-core-lro-3.2.0-alpha.20250325.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\13061421-0e49-40be-bdfb-8e42c104309f\\azure-core-lro-3.2.0-alpha.20250325.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-ZBmOVGPYmtRj2ZtqMzPDuCzGC17txy/mg8Q3TdZCjOSAMhk1HbwdqHWjOb1j9U59WAS3M8+auEJdhL/EPWDCPg==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250325.2_1742927037124_0.24044382041667078","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250326.3":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250326.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250326.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6150d0bdb48b628dd4a48d725c32ddeeb29a1235","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250326.3.tgz","fileCount":128,"integrity":"sha512-SFqxA2zunKgIVcxa15L8GEfSN0CjQCFNuDqKGCOXrOzf51A82ZkcEo2Wq/0Tn1GCsBpOXQ9UaC+7uG2dan4Qww==","signatures":[{"sig":"MEUCIGLezsjuGoTXd1sSyOfnB5kfgF+E5/kfiuMjgYYUrwq8AiEAqM5cFKCOsdkM5sT/Dww67gz4Oe/H8lW0KBc+YqGeqOk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468665},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\45b7ff57-3eec-4347-ad38-7f50ceca346d\\azure-core-lro-3.2.0-alpha.20250326.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\45b7ff57-3eec-4347-ad38-7f50ceca346d\\azure-core-lro-3.2.0-alpha.20250326.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-SFqxA2zunKgIVcxa15L8GEfSN0CjQCFNuDqKGCOXrOzf51A82ZkcEo2Wq/0Tn1GCsBpOXQ9UaC+7uG2dan4Qww==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250326.3_1743013260861_0.6825751515808807","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250327.1":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250327.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c19f4963448de28377c67e79b8cd9ef50c4a3e16","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250327.1.tgz","fileCount":128,"integrity":"sha512-EUYfW9F3iDub/Lu47ONMp56ZbQOJtsbUm40igc/+wduAcPE646rJSvOBNqQyAHKMVTkvmAp3OXU/Wn6neoyONw==","signatures":[{"sig":"MEUCIDZ1RTs9bR3m/6N9EwTYaccEn3QFgvTwxj5luZmWriT9AiEA4rm5/IhbPCyVQqbw5FkJHaWOKBO+2f7+eBBSToePvww=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468665},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a0ae7b42-e24d-411e-a5cb-266656bb5a45\\azure-core-lro-3.2.0-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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0ae7b42-e24d-411e-a5cb-266656bb5a45\\azure-core-lro-3.2.0-alpha.20250327.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-EUYfW9F3iDub/Lu47ONMp56ZbQOJtsbUm40igc/+wduAcPE646rJSvOBNqQyAHKMVTkvmAp3OXU/Wn6neoyONw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250327.1_1743100475678_0.8499922722165796","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250331.2":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250331.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250331.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96471bebfee6f7bfa3f782da1fee87f490dcd659","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250331.2.tgz","fileCount":128,"integrity":"sha512-i7TtAU84WeHoxtS4KUNkvDxu3dkRmWASLZoevDneoDXfBLv3Vy2g2/GLl1fmnYEGgLkr2LTCnf52mRlUMW1VCQ==","signatures":[{"sig":"MEUCIG3IdWsJjyeOLES7uKf18fLqHweoWKDBnphnqVIDaO9uAiEAggaxqYQfjq48HHBScKFJimoXz93fsDT+UP3jhb/lBjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468665},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4cfcccce-eb9f-446b-b6eb-8a93a66ca610\\azure-core-lro-3.2.0-alpha.20250331.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4cfcccce-eb9f-446b-b6eb-8a93a66ca610\\azure-core-lro-3.2.0-alpha.20250331.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-i7TtAU84WeHoxtS4KUNkvDxu3dkRmWASLZoevDneoDXfBLv3Vy2g2/GLl1fmnYEGgLkr2LTCnf52mRlUMW1VCQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250331.2_1743445550675_0.2891388926214187","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250401.1":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250401.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74e32f1f0cd3ffb9922fac52ffcbbd431b7f0d12","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250401.1.tgz","fileCount":128,"integrity":"sha512-6pSYE/JB9e3P06UCn6/g6/jPMM/0A2eMqUHSM1J5J4uCGRsthrwEEJOTRuD0hspmdowInVC/AkEPW8GaGRyu0A==","signatures":[{"sig":"MEUCIQDjBtVr4H2JNS5Lm2FobCRkLcexQ6I9Q++t2RzazE1NhgIgcO1OmnFCnGkN2yl01nXoCR3RLd1tKBxjsqQvpffAVfE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468665},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1b9f1eec-5d8a-47af-9f98-9ddabd5bc09e\\azure-core-lro-3.2.0-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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1b9f1eec-5d8a-47af-9f98-9ddabd5bc09e\\azure-core-lro-3.2.0-alpha.20250401.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-6pSYE/JB9e3P06UCn6/g6/jPMM/0A2eMqUHSM1J5J4uCGRsthrwEEJOTRuD0hspmdowInVC/AkEPW8GaGRyu0A==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250401.1_1743531777437_0.48826193608543367","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250402.1":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250402.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ded3c2b2fbbd1f791b0c453c7501c098e945d57a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250402.1.tgz","fileCount":128,"integrity":"sha512-0arBOfzApcgRoobNuGqia97nbr6r0tDgUpwg12ICz+9NvQ5NEIUJnkJEv9QY8PnJINp0SVEtPMaDHaNR2bxpJA==","signatures":[{"sig":"MEQCIHiPVPziZ7OaSjsa/rgcQzXG1JJlGGjADtdh3sKZBUyhAiA+BBUBAJCnIKO3BZAbZXVqZs7FZMRVdoX62kduIKAkoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4c1daf24-1c4c-4494-ab0f-675acd5e6c6b\\azure-core-lro-3.2.0-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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4c1daf24-1c4c-4494-ab0f-675acd5e6c6b\\azure-core-lro-3.2.0-alpha.20250402.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-0arBOfzApcgRoobNuGqia97nbr6r0tDgUpwg12ICz+9NvQ5NEIUJnkJEv9QY8PnJINp0SVEtPMaDHaNR2bxpJA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250402.1_1743618197481_0.8979907196684958","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250403.3":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250403.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-alpha.20250403.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"49df7245d0391d1a98bde141b843f6846fcfdd0b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250403.3.tgz","fileCount":128,"integrity":"sha512-xJ0uoUzR90f7YjHhH4kEZB3+fNk9SlOYk2jxZVSn/j25QIE7MoWXw5QvnJM4LXg+cLTEYKEAhxIiJ7AKJQ0+VA==","signatures":[{"sig":"MEUCIQC3fJuB7+omHgpKki5zoPer04Y6y7K1qQl4JJfiyTegEgIgUpV7sAE/wGZowDnQkGTcCcBixGYDCjBUll+ip5q3+Us=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e49b4f5a-e397-4465-b79e-1afa10bef648\\azure-core-lro-3.2.0-alpha.20250403.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e49b4f5a-e397-4465-b79e-1afa10bef648\\azure-core-lro-3.2.0-alpha.20250403.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-xJ0uoUzR90f7YjHhH4kEZB3+fNk9SlOYk2jxZVSn/j25QIE7MoWXw5QvnJM4LXg+cLTEYKEAhxIiJ7AKJQ0+VA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250403.3_1743705565263_0.4661763451665295","host":"s3://npm-registry-packages-npm-production"}},"3.2.0-alpha.20250404.1":{"name":"@azure/core-lro","version":"3.2.0-alpha.20250404.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6b7b05e867709cb0f1be2beca870efe57e60c3d5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0-alpha.20250404.1.tgz","fileCount":128,"integrity":"sha512-XdY7ueFHlct+69fQh628DT0qE2CKyi2a/Zjaedq0YwTQS6fiYm01YrQs60ZmIrlYuRd3xeQkizX2suqB0qU1uw==","signatures":[{"sig":"MEYCIQCi41tATNrJ0PmRVmqWdJm1jtD7Os2jQFUOpLm8AARocwIhAO10Z/n88vtiDY4ZQ9O3D6qAXMtHHmyCFycbhLhNjM8R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\cce64bb7-f6f9-4c5d-b67c-55b287df7547\\azure-core-lro-3.2.0-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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cce64bb7-f6f9-4c5d-b67c-55b287df7547\\azure-core-lro-3.2.0-alpha.20250404.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-XdY7ueFHlct+69fQh628DT0qE2CKyi2a/Zjaedq0YwTQS6fiYm01YrQs60ZmIrlYuRd3xeQkizX2suqB0qU1uw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0-alpha.20250404.1_1743791078512_0.3893449894036256","host":"s3://npm-registry-packages-npm-production"}},"3.2.0":{"name":"@azure/core-lro","version":"3.2.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"e93b2fc3369ddb655bd11383eb68b24970305e47","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.0.tgz","fileCount":128,"integrity":"sha512-SJEAe8fMDnjz2vw9dvEUi0DhAWe1sYkWQVTDc/HDcgNALaszGRopx3U+z1Pg/C9fsYiArp5pTBEcq29Ddph0WA==","signatures":[{"sig":"MEUCIQCdTrmdXRgEFOrEAWwRMJ6ZIQ5goUyo0xFaM9ZEbRsc0wIgYhTkbXe9Tz1LepA39T8+oInICPDVek21tJFJ9uQnHxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467944},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\91142a1d-47a5-4f99-b7aa-3a64b5c716c4\\azure-core-lro-3.2.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\91142a1d-47a5-4f99-b7aa-3a64b5c716c4\\azure-core-lro-3.2.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-SJEAe8fMDnjz2vw9dvEUi0DhAWe1sYkWQVTDc/HDcgNALaszGRopx3U+z1Pg/C9fsYiArp5pTBEcq29Ddph0WA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.0_1744066595333_0.1840016640728419","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250408.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250408.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250408.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf32d61ae143c6f5e442f84bbef4c32147bb5a47","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250408.2.tgz","fileCount":128,"integrity":"sha512-2QQ/r0HujLwpr4MykkLTNZc03bRoD9GxwD1QHHEFI6OAOoJSII5fLciM+yrumiTlMxqELRM/hKOXVI4hM7/1HA==","signatures":[{"sig":"MEUCIQDNDWJ667DIJsU+xUtWzFPDZs0ubVy3F9F3ryRRct+BYQIgYkMj5gjPqGjHh1N/+ytwHW/Exy94SaJQV2KPe6tfpag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\65b218d1-c374-425b-b78c-eb3efa194265\\azure-core-lro-3.2.1-alpha.20250408.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\65b218d1-c374-425b-b78c-eb3efa194265\\azure-core-lro-3.2.1-alpha.20250408.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-2QQ/r0HujLwpr4MykkLTNZc03bRoD9GxwD1QHHEFI6OAOoJSII5fLciM+yrumiTlMxqELRM/hKOXVI4hM7/1HA==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250408.2_1744136934517_0.6053574270392417","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250417.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250417.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250417.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a7b436502c15b432c343ac010aa025bd46b9bff","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250417.3.tgz","fileCount":128,"integrity":"sha512-wSg2ZL+8LNFs4YhEgaN8q8HYaYzntJx+AJHot5vC7u4VCJwhcMPKQvXCW7k3WNuhFcp3ZX63g/bnHDtJSSkFpQ==","signatures":[{"sig":"MEUCIQDsx0upqrYOpMHHAtIcPnAgZ+GSamVvsBovbcyWeBOe2gIgMjxpFv4dS0fBN+iXDY2iv41sfEIp52xmYnT0lPbCuqU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\08f07b04-f13f-4ce8-9cf3-fc270e868041\\azure-core-lro-3.2.1-alpha.20250417.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\08f07b04-f13f-4ce8-9cf3-fc270e868041\\azure-core-lro-3.2.1-alpha.20250417.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-wSg2ZL+8LNFs4YhEgaN8q8HYaYzntJx+AJHot5vC7u4VCJwhcMPKQvXCW7k3WNuhFcp3ZX63g/bnHDtJSSkFpQ==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250417.3_1744913593219_0.20057294054352237","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250418.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250418.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/core-lro@3.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58b234065d646eb206bdbf12de7c37c928758544","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250418.1.tgz","fileCount":128,"integrity":"sha512-YywaogbOCoM2UipxubeSB/cnr3vIuuTTvIgEcXpc0M/tTGcNb28vi/gPLwfQ9Xl/LEdjJflKTjsEGRymVgw+Mw==","signatures":[{"sig":"MEQCIHtgbVA09GPLPjKOt1sl7rnD+2rNerhfxnrzFFvBoHcLAiBWejFMx2Nc1ABPFe+lGi7fzNltuAXfdq/4XSFsKAKXnQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\87a6499e-3601-4a59-9197-ef5fae6df59e\\azure-core-lro-3.2.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87a6499e-3601-4a59-9197-ef5fae6df59e\\azure-core-lro-3.2.1-alpha.20250418.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-YywaogbOCoM2UipxubeSB/cnr3vIuuTTvIgEcXpc0M/tTGcNb28vi/gPLwfQ9Xl/LEdjJflKTjsEGRymVgw+Mw==","repository":"github:Azure/azure-sdk-for-js","description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250418.1_1744999976011_0.647756780901773","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250505.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250505.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250505.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5c281ccb599c257a250d2669ab54cf0aa5b7ba4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250505.2.tgz","fileCount":128,"integrity":"sha512-FMr11e0zoSnQOdUU1ErzLbUHpNrHhiCc1vLYz/ghCuzvB5UXLxxIjTtnIscwTeV8lN/kqr+CXEsAHAdZT72nzg==","signatures":[{"sig":"MEQCICtY1pZTkDm+oeUSvCS7707L2stfGEAmJ3vJ/wREm1p2AiBD3OxYrncNfVHHqGZF+YJnddPIQjTuBPW6k3nnQjXkdw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e2620d3e-664c-4a58-ab84-a0366d50601b\\azure-core-lro-3.2.1-alpha.20250505.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2620d3e-664c-4a58-ab84-a0366d50601b\\azure-core-lro-3.2.1-alpha.20250505.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FMr11e0zoSnQOdUU1ErzLbUHpNrHhiCc1vLYz/ghCuzvB5UXLxxIjTtnIscwTeV8lN/kqr+CXEsAHAdZT72nzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250505.2_1746468801015_0.8993878115478868","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250506.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250506.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250506.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fd87e3bee973cd3b099fb65e839cf1a726a4e04","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250506.1.tgz","fileCount":128,"integrity":"sha512-adR0NUsWFaNNrK92CE16mLXIYpb6uwwlN5u3ND0QNy6lig/GDwEgvKmfk4m7HsFkSNhoSGTtDwoKVnsZ6Yem4Q==","signatures":[{"sig":"MEQCIHOmqxPPDRlPQipSI1y0veVzzVGeI1+OzR+UT2Hv9mAXAiAz75ecc0DG+JPWhh0aEWu0b3d4yMY2u8Wmfiz7SLR4DA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468021},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\cbd93e7a-b1d2-49cf-8c5d-a6d1c81f5196\\azure-core-lro-3.2.1-alpha.20250506.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cbd93e7a-b1d2-49cf-8c5d-a6d1c81f5196\\azure-core-lro-3.2.1-alpha.20250506.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-adR0NUsWFaNNrK92CE16mLXIYpb6uwwlN5u3ND0QNy6lig/GDwEgvKmfk4m7HsFkSNhoSGTtDwoKVnsZ6Yem4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250506.1_1746556451534_0.24443209435619884","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250507.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250507.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e234ac7c39b71496edb7d294772cc74de26d05b7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250507.1.tgz","fileCount":128,"integrity":"sha512-vrEfWYy1exEuLWHdLaEULB9CZe7czP9uSPatTNpg0+DsQQ9D9uGuu6JQ8oQzrFnnqu9PmdfOrskVB2J0h5kzZQ==","signatures":[{"sig":"MEQCIEvm/woxnPNORx3kWUoTO+N8xZUEildPa67tiRucVSufAiAfwU1fx2jyGwMT0ExyeB3JYzvvUho3HZDtFk6beabhHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6337dffe-4a03-4fc9-b8b6-a9ff81e4119e\\azure-core-lro-3.2.1-alpha.20250507.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6337dffe-4a03-4fc9-b8b6-a9ff81e4119e\\azure-core-lro-3.2.1-alpha.20250507.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-vrEfWYy1exEuLWHdLaEULB9CZe7czP9uSPatTNpg0+DsQQ9D9uGuu6JQ8oQzrFnnqu9PmdfOrskVB2J0h5kzZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250507.1_1746641542816_0.6852777163138475","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250508.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250508.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250508.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a9ed0053f920f35dd8c2b8d91a3d47d6b3c0c12f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250508.1.tgz","fileCount":128,"integrity":"sha512-bQzmfLVKoCjZt4AxZQ9iSUJmdkWU6A6V8s37/FUNYjlC2ai2LfjSFzn9wPXSfrlRpb1z991EpH3JA9dYpWGcKw==","signatures":[{"sig":"MEUCIQDwG7lNfkNi0LQ4N9+Ywr6QeYdy6RJ8ZtyI+9vGBXRNtQIgQUdzstiri5mNPMIh1ytOCHUx6MDe2wofH0pClLHocvs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b90e632e-f9f5-404f-b8c2-e83ae84779ce\\azure-core-lro-3.2.1-alpha.20250508.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b90e632e-f9f5-404f-b8c2-e83ae84779ce\\azure-core-lro-3.2.1-alpha.20250508.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-bQzmfLVKoCjZt4AxZQ9iSUJmdkWU6A6V8s37/FUNYjlC2ai2LfjSFzn9wPXSfrlRpb1z991EpH3JA9dYpWGcKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250508.1_1746727986656_0.2902207943104087","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250509.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250509.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250509.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa72ce59ed7388a29237498f73bfa4a7749619ad","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250509.1.tgz","fileCount":128,"integrity":"sha512-E6Vlqe+1tzUWQanIG0dwSq1sO769JbdyXOZfP9wxPTXsquMtGKqlfgFsSpy1bh+tBomaw5uylj3zoov2gBxcOQ==","signatures":[{"sig":"MEYCIQDYUyFxFOJwzYW01pkQfR5cJjMBw7qpJI/qBYwq0Q+PdgIhAJSIIHNBy4XD9qIdd3lzQ9nOp/J0BSBU8Rzm8SzJsg/s","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fda43f9c-da2e-48ed-bee9-4fbc7da61eac\\azure-core-lro-3.2.1-alpha.20250509.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fda43f9c-da2e-48ed-bee9-4fbc7da61eac\\azure-core-lro-3.2.1-alpha.20250509.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-E6Vlqe+1tzUWQanIG0dwSq1sO769JbdyXOZfP9wxPTXsquMtGKqlfgFsSpy1bh+tBomaw5uylj3zoov2gBxcOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250509.1_1746815697128_0.46271139499741953","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250512.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250512.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250512.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"454a3bee2ff0ba7c3c4fe6a3bfd699bb122e432a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250512.3.tgz","fileCount":128,"integrity":"sha512-elvR/aV7+A88/n6qX6L+mE4GCx0Du6tBDAsoTMfw52C0XbHikoMAu6YSbxvwebsI1YznNPz6l4TQkuwMhmY+Og==","signatures":[{"sig":"MEUCIBlGU5/ieeT+6DwGcdUYl69F8uEOc/JsQwzuTibNoXGSAiEAxVhoUTswgyDaNrjuY+oVK8jnY07KfKpA4vNx/lw5Tqw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b0985626-b79d-4530-9086-746d4a92669d\\azure-core-lro-3.2.1-alpha.20250512.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b0985626-b79d-4530-9086-746d4a92669d\\azure-core-lro-3.2.1-alpha.20250512.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-elvR/aV7+A88/n6qX6L+mE4GCx0Du6tBDAsoTMfw52C0XbHikoMAu6YSbxvwebsI1YznNPz6l4TQkuwMhmY+Og==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250512.3_1747073552551_0.08700190678795416","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250513.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250513.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250513.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fcfe39dea8f2c555db5a095650fc92b15e44f292","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250513.2.tgz","fileCount":128,"integrity":"sha512-g9GfMyiM7uzFn/dQJZ9eLIBH9xBO/IeWPnpZvQC/WbmO6l1PX3kQw07Fnw9UnzjlBZnFI9gELjAvpTACQHHgmw==","signatures":[{"sig":"MEYCIQDkKMy7UIbG19Jpx3/aq29Kh0Nr1d2petk3WpfOCYRXcQIhAPY5L24PBeapn/DesKh3uMjiC2vDTrmGGKo1UehmSrAC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6b586bef-ee0b-4224-9816-0aad205cf900\\azure-core-lro-3.2.1-alpha.20250513.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6b586bef-ee0b-4224-9816-0aad205cf900\\azure-core-lro-3.2.1-alpha.20250513.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-g9GfMyiM7uzFn/dQJZ9eLIBH9xBO/IeWPnpZvQC/WbmO6l1PX3kQw07Fnw9UnzjlBZnFI9gELjAvpTACQHHgmw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250513.2_1747159839673_0.24887289176152794","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250514.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250514.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12e7abc04ab469cca679f118a81bbfc3548fe210","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250514.1.tgz","fileCount":128,"integrity":"sha512-JH54IDrNBwKYfuRDIi6+t6OzI4TkozcRHyN4Zk/i6Hwiv38MFdcL9cH01Z/sKM1IbT4edSTsdu1NS1q7DVXysw==","signatures":[{"sig":"MEYCIQCuehD/7PxuR3TUMR2kmYDtgOcTvXTS7XUGvNPYPiJKgwIhAJoXD1xjaV0ma7+xsB+n9xnwS8avUo5dY+83TKrKI1W/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\8b57c91f-4dab-4734-9fae-5ee4fe488bd7\\azure-core-lro-3.2.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b57c91f-4dab-4734-9fae-5ee4fe488bd7\\azure-core-lro-3.2.1-alpha.20250514.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-JH54IDrNBwKYfuRDIi6+t6OzI4TkozcRHyN4Zk/i6Hwiv38MFdcL9cH01Z/sKM1IbT4edSTsdu1NS1q7DVXysw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250514.1_1747246464019_0.17954669532982015","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250515.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250515.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250515.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"603b93ef802ec798c9efe67ffb9e2430f60f596e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250515.2.tgz","fileCount":128,"integrity":"sha512-tGlav0vUn9091/zWpCqNCUW4DZ7pyhP2wcpMI5WLdx5C/K3mf5Yoy+TxUJI6r+/VaCI/UuykHv2MvBzUrapqlQ==","signatures":[{"sig":"MEUCIFut/JHNO5YInhJwmHUxykY6IpGnw9iLO31G55VX8JntAiEAkPNmf2P6B0eyZvYnOSF935e15lXjsQCPq4RMxe+bjtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a0a8e91d-e415-4bea-ae60-58136b13e193\\azure-core-lro-3.2.1-alpha.20250515.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a0a8e91d-e415-4bea-ae60-58136b13e193\\azure-core-lro-3.2.1-alpha.20250515.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-tGlav0vUn9091/zWpCqNCUW4DZ7pyhP2wcpMI5WLdx5C/K3mf5Yoy+TxUJI6r+/VaCI/UuykHv2MvBzUrapqlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250515.2_1747332895662_0.7767259490075289","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250516.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250516.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4956707a369e359542125d90abcc622d7668955c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250516.1.tgz","fileCount":128,"integrity":"sha512-QVW8SH+mORUd/5T4EDKA3jGZXblNPWfgJormt+Hzkv98xGVk1j2NCZ9XL+mfffHrx3KBPs3WKNwqYbtfdroegw==","signatures":[{"sig":"MEUCIQDqG7TR8jwDyMRraWKua+RSn2YzUbyyYnmtN8igAp7DOgIgIWVx5QML3jIuGOnW+0HC/5X77a6qSH81E95+wcrX/fw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2619c6f5-318b-4980-8be6-c97ecba53f01\\azure-core-lro-3.2.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2619c6f5-318b-4980-8be6-c97ecba53f01\\azure-core-lro-3.2.1-alpha.20250516.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-QVW8SH+mORUd/5T4EDKA3jGZXblNPWfgJormt+Hzkv98xGVk1j2NCZ9XL+mfffHrx3KBPs3WKNwqYbtfdroegw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250516.1_1747419255818_0.9116919145412918","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250519.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250519.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250519.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae81beeb9c148d21516e76b9ac658b239182517a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250519.3.tgz","fileCount":128,"integrity":"sha512-LHJKbRYnPTaJsabuePa1uEn2fqzv0w0+RneYMvW7uSJPoyZSJVyWHMal+bMUi7Yqh7+tJY8gVIStvjgwuTfyAg==","signatures":[{"sig":"MEQCIGNWXs/Y8kjP67gbLdSRSRj8oP9t8OvcJ/fRhtWd89s8AiBQeiCxsJb7MuNP4by+l/lnOuxvyEuQjcONJ4fubLENbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a649661d-8d99-4839-b129-6dbcdb42d133\\azure-core-lro-3.2.1-alpha.20250519.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a649661d-8d99-4839-b129-6dbcdb42d133\\azure-core-lro-3.2.1-alpha.20250519.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-LHJKbRYnPTaJsabuePa1uEn2fqzv0w0+RneYMvW7uSJPoyZSJVyWHMal+bMUi7Yqh7+tJY8gVIStvjgwuTfyAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250519.3_1747678583667_0.42502662960416737","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250520.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250520.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47c837f7703d782a82ea4274a6a4c7483a7a98ac","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250520.1.tgz","fileCount":128,"integrity":"sha512-kmT8f2CZlk+XkMNOzRlFi7WMkeKwI8FNEwqBM1adGPbX7YgObw7tNqzkv7+unseNcwtYswbJkY/7AiAiiO0pbA==","signatures":[{"sig":"MEYCIQCgmQzNmhJpi+2DJSzJOJDESIhAxgVmcheBXcAXM6mAdQIhALcyU8yNt5v25zPC8NaVTbXMu1uC12w217ZdSAtuxQmY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b68a1bd2-130d-4802-b8ec-056b2c053a48\\azure-core-lro-3.2.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b68a1bd2-130d-4802-b8ec-056b2c053a48\\azure-core-lro-3.2.1-alpha.20250520.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-kmT8f2CZlk+XkMNOzRlFi7WMkeKwI8FNEwqBM1adGPbX7YgObw7tNqzkv7+unseNcwtYswbJkY/7AiAiiO0pbA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250520.1_1747764828440_0.03972614788119455","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250521.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250521.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250521.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34349c15c0b78734e5a4effe61105a0725bcef1c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250521.2.tgz","fileCount":128,"integrity":"sha512-K3yiu47ZCLE8n/WbFHGTOSIde9ihuonx6dK76ixUeagsBjtqhVr59g365P2kGQ1tMDzVNxx4SPzhmpjWZL7+5w==","signatures":[{"sig":"MEUCIQCRKoDqEyiusUPhYHdeqcgRopb3dtMDgwkpa7rmjnf2bAIgO466FKiRUL+mm6dZ5X9OCTRwH6OsK1z1j6W3njkTZaE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c9cccfc6-a1fb-45c1-8d03-7e68e9af79c8\\azure-core-lro-3.2.1-alpha.20250521.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c9cccfc6-a1fb-45c1-8d03-7e68e9af79c8\\azure-core-lro-3.2.1-alpha.20250521.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-K3yiu47ZCLE8n/WbFHGTOSIde9ihuonx6dK76ixUeagsBjtqhVr59g365P2kGQ1tMDzVNxx4SPzhmpjWZL7+5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250521.2_1747851154452_0.2969456905031771","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250522.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250522.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250522.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de54a2283965cec6693a362d6148567b522c06f0","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250522.3.tgz","fileCount":128,"integrity":"sha512-/mCMrnFkRrMBrBYBSTRdFPgG0LF9vK+BWxLro0AP6fOmG8NIsiXI5UvRfBaigNHuTEISqGrWJTixi9smxbZdog==","signatures":[{"sig":"MEUCIQDfp+0agfJCGOvYdcwUHQsNx8Eb77+m+Pqpx9MG8whlHgIgK+Bnl6CpMiFxiX2DXlF75MDVeyw8CGBb++Cja+lJDWU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f2d3692c-1078-4cbb-a180-eefce6c6f39e\\azure-core-lro-3.2.1-alpha.20250522.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f2d3692c-1078-4cbb-a180-eefce6c6f39e\\azure-core-lro-3.2.1-alpha.20250522.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-/mCMrnFkRrMBrBYBSTRdFPgG0LF9vK+BWxLro0AP6fOmG8NIsiXI5UvRfBaigNHuTEISqGrWJTixi9smxbZdog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250522.3_1747937752999_0.9820993456368483","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250526.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250526.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3098fccb390d6d46ddd61deea76b99fc451a895a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250526.1.tgz","fileCount":128,"integrity":"sha512-jKk57L9gAHRaGD9jr8RJer3mymgnQSNxTeiW+jXa6OEIxXxP3Ol4gOIuSNGHXzFEYROpx7DN+oyHbcY35kR0Kw==","signatures":[{"sig":"MEUCIHf7m8/HWnIVFaCePaPQ+d1ipv4s6qQy6INFjcKM/XghAiEAsTl2iIFt82/LcpO1S/VbfhkXvBEciWFP7msNm1QfUwY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d23e7778-bb41-4ed0-a4a7-82a6526f4b90\\azure-core-lro-3.2.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d23e7778-bb41-4ed0-a4a7-82a6526f4b90\\azure-core-lro-3.2.1-alpha.20250526.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-jKk57L9gAHRaGD9jr8RJer3mymgnQSNxTeiW+jXa6OEIxXxP3Ol4gOIuSNGHXzFEYROpx7DN+oyHbcY35kR0Kw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250526.1_1748283070880_0.6754968747468735","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250527.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250527.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250527.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e6a19713b81d5cddf3543ad242cdb51543cb440","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250527.3.tgz","fileCount":128,"integrity":"sha512-T6BAkpOKmBNmRUGFikjE0Z7YYTTHbjaDQlDDobYowjkolvMFaJvUr12smcdXtX88bOxNHXqmQQrM9nfacmi5og==","signatures":[{"sig":"MEYCIQDLgmY+1g1zWCL1qDH6ePlTcmuooWUUMxPG/LsVweSAZQIhAMsdnaYoDDZqEbdyTen49rPFq8yVDjACenoBhHOlvQ2E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f8336a73-2124-4808-9973-38d05e470ac1\\azure-core-lro-3.2.1-alpha.20250527.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8336a73-2124-4808-9973-38d05e470ac1\\azure-core-lro-3.2.1-alpha.20250527.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-T6BAkpOKmBNmRUGFikjE0Z7YYTTHbjaDQlDDobYowjkolvMFaJvUr12smcdXtX88bOxNHXqmQQrM9nfacmi5og==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250527.3_1748369497329_0.19160565795630613","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250528.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250528.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250528.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff4a27773547e98bd17d1e05eedb9aaf3169cde4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250528.2.tgz","fileCount":128,"integrity":"sha512-DjbVjOZBax/+YYSuBEt/qaWJkkQckC1p1AG33Iao9Az82kYcbjvR36bRFMgfvBVo8Ff/FmdNfqaDFa6UdlTPmA==","signatures":[{"sig":"MEUCIFexTupOGpTmC6zq3/EZOXY62cKkdn/f/UXa8a/fqmz0AiEAjXy1yFRrQU7p+bkCt7zvDaGdTwdPo28mzsIaXtDIgSI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a66bffcb-2d8e-4363-a89a-d9d55bfc84a6\\azure-core-lro-3.2.1-alpha.20250528.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a66bffcb-2d8e-4363-a89a-d9d55bfc84a6\\azure-core-lro-3.2.1-alpha.20250528.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-DjbVjOZBax/+YYSuBEt/qaWJkkQckC1p1AG33Iao9Az82kYcbjvR36bRFMgfvBVo8Ff/FmdNfqaDFa6UdlTPmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250528.2_1748456019737_0.33376969879405394","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250529.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250529.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250529.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4b34314d42c110ade991bbab98e965ce315dc58","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250529.3.tgz","fileCount":128,"integrity":"sha512-R2xR1KMdcu97TR0qRiP6j80e6CUeYBKlo7YxPrizJtqETVjigsf9OA5pu7I8Q52ut7bT9faOqbYzmYRNERuwuw==","signatures":[{"sig":"MEUCIEMrM10nhDUtYDdJWiyjTKjDcDS/+8MOnZdLrjMjHcE3AiEAyqs+Ypnef/aVkqvoDzYjpqxPwLoAYBfe+jflHnAAoHg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467604},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c47e4aa7-9c28-437e-84fa-3010b704dc61\\azure-core-lro-3.2.1-alpha.20250529.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 README.md package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c47e4aa7-9c28-437e-84fa-3010b704dc61\\azure-core-lro-3.2.1-alpha.20250529.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-R2xR1KMdcu97TR0qRiP6j80e6CUeYBKlo7YxPrizJtqETVjigsf9OA5pu7I8Q52ut7bT9faOqbYzmYRNERuwuw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250529.3_1748542191028_0.9151284720551467","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250530.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250530.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250530.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8d564d3b3e5db658b743e69bfe9403cd2a86d36","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250530.3.tgz","fileCount":128,"integrity":"sha512-UN2iJUIYFQGaUMSJe/HpBZ4OZOGHJlyte7oaCZF8fHS4LhGpj0LmoMVikHxhw5RBKnxnaawBS+/tKq4c03Kh7Q==","signatures":[{"sig":"MEYCIQDhxr8DpSHayPw9DSS36TTm6bWlrMe73eHOTZ4ld2Du7gIhAIy+otkHuyXei1khsSQuCC9bfvT97aNKvqMZ4nSF5Qyu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\037f64b2-76a2-4d44-8fcb-69cbb20027d2\\azure-core-lro-3.2.1-alpha.20250530.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\037f64b2-76a2-4d44-8fcb-69cbb20027d2\\azure-core-lro-3.2.1-alpha.20250530.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-UN2iJUIYFQGaUMSJe/HpBZ4OZOGHJlyte7oaCZF8fHS4LhGpj0LmoMVikHxhw5RBKnxnaawBS+/tKq4c03Kh7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250530.3_1748628813763_0.6750475376795724","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250603.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250603.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250603.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73747e6d921501324565a32d4465ebd4072a7b6c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250603.2.tgz","fileCount":128,"integrity":"sha512-tQl/osujEfvogKVNDZPMYSvG3sHfV6cRB3ij8KzzbklXoPod3ur7ElPqScBMRDvvGGezEqEbl/aeYb7g7+/ADw==","signatures":[{"sig":"MEMCHxGVwZrjsDvk2uGO0HL/UZzc9LJaGViisGmQC3sGyTECIHbFbO6nLzs0BiA48ex5ZlW/JdAL3wCmgoxtYDuVDj5Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e7aeff3e-34b4-4ad1-8ba3-fde49f4755a2\\azure-core-lro-3.2.1-alpha.20250603.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e7aeff3e-34b4-4ad1-8ba3-fde49f4755a2\\azure-core-lro-3.2.1-alpha.20250603.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-tQl/osujEfvogKVNDZPMYSvG3sHfV6cRB3ij8KzzbklXoPod3ur7ElPqScBMRDvvGGezEqEbl/aeYb7g7+/ADw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250603.2_1748974439291_0.308959145849252","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250604.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250604.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b367664a7d4b027296137f252c21ea42e6887086","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250604.1.tgz","fileCount":128,"integrity":"sha512-mGp5ixZzLv6DqliW1/7S0hJhx29DYqf+fJWxtohc7hY9XcIDqW8oCac/WX92iCxaJ9Mumt8yjzzLWrxHlR/OOA==","signatures":[{"sig":"MEQCIGcoV3CRtedB1MTe5BKgB/SEtY3Qfk8x/CKISayeusHuAiAC7ZAjsxwJHJYmUQoI2bFwhhI3W2EwSr/9/FcZ0onXOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\206a09a2-7360-4966-b031-a74ec1882952\\azure-core-lro-3.2.1-alpha.20250604.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\206a09a2-7360-4966-b031-a74ec1882952\\azure-core-lro-3.2.1-alpha.20250604.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-mGp5ixZzLv6DqliW1/7S0hJhx29DYqf+fJWxtohc7hY9XcIDqW8oCac/WX92iCxaJ9Mumt8yjzzLWrxHlR/OOA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250604.1_1749060731212_0.790186796457305","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250605.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250605.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250605.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a8962852aaf6a4e5eb3e070335a8afa692ef975","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250605.3.tgz","fileCount":128,"integrity":"sha512-XF0Mq1lhwmr9WCkvuUxdMvs7UKDrVSHQkrtL0T3HNzJY0Qqj7fw0rDIiYWmul6V5n4g6HuGzCYus4u3cq8QPHQ==","signatures":[{"sig":"MEQCIETC8uCWAd25wZyBWvBYI2+Ag3ZrFtf89D9ClvBqmdFkAiALvTe3VOkvSUVeWOhL9Pud6UgPvTK7P80rH/f5+OQyKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\799b758d-3b87-4fa1-b96b-04b3f760054d\\azure-core-lro-3.2.1-alpha.20250605.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\799b758d-3b87-4fa1-b96b-04b3f760054d\\azure-core-lro-3.2.1-alpha.20250605.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-XF0Mq1lhwmr9WCkvuUxdMvs7UKDrVSHQkrtL0T3HNzJY0Qqj7fw0rDIiYWmul6V5n4g6HuGzCYus4u3cq8QPHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250605.3_1749147186299_0.010468236978686374","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250606.4":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250606.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250606.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c11f4b9e5021c0ef6944c77ef4d6637fc68a42bc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250606.4.tgz","fileCount":128,"integrity":"sha512-U0sH/ChwYOLi9q0/DI9T4qBfuxhNYa9S9/RWYPiGcovQaf5PXjg3zQHtaN4PaplqugWPEJBXn/qvOwl76J6EzQ==","signatures":[{"sig":"MEUCIQD3HpyE6ilB723uBsgUv0klYI9yF6QkHaoQsnOnisj/LgIgWG0o4u5x7V/cj/h9Qv7IxOeYoE6m8hb+DzclDG/j7Lk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\7929da55-bcab-4ab5-a286-2e06e50310ef\\azure-core-lro-3.2.1-alpha.20250606.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7929da55-bcab-4ab5-a286-2e06e50310ef\\azure-core-lro-3.2.1-alpha.20250606.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-U0sH/ChwYOLi9q0/DI9T4qBfuxhNYa9S9/RWYPiGcovQaf5PXjg3zQHtaN4PaplqugWPEJBXn/qvOwl76J6EzQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250606.4_1749233464270_0.07162504557904681","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250610.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250610.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250610.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1109b4df5505b5266bd3b47e23123e77a912cdf2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250610.2.tgz","fileCount":128,"integrity":"sha512-jMOUbNUYBdshSvXfkDkX63kxM0U336+dLNnKgyhw9EObmEbSFGOWsV6rHLq1vcA7Ikt4txJTV2GuRk7Nt6kpKg==","signatures":[{"sig":"MEYCIQCTV+bObmSzeqfbQPCGU8ZhH8v2P8B1Bqmwh1OVM2GOxAIhAL8Mi0IgsVhgn3nTRMlrLJyJ4J3qgzS7O5FiP3UFjyg0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\95c250b4-81ee-4d51-8a6b-13d34a200bb0\\azure-core-lro-3.2.1-alpha.20250610.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95c250b4-81ee-4d51-8a6b-13d34a200bb0\\azure-core-lro-3.2.1-alpha.20250610.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-jMOUbNUYBdshSvXfkDkX63kxM0U336+dLNnKgyhw9EObmEbSFGOWsV6rHLq1vcA7Ikt4txJTV2GuRk7Nt6kpKg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250610.2_1749579745793_0.8776062196036538","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250611.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250611.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250611.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5501eaa3c368f7d327bea5285918e18a103ce4c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250611.2.tgz","fileCount":128,"integrity":"sha512-eI/0SxYMzvU2rBlcFuBBU3tdHg3GftGR2Z6sceGnkIIXyQNWg0yEdAlPn8J+eY7P+FgpbBjG4xCrlFnUAjeBUw==","signatures":[{"sig":"MEYCIQC86ibLaFyd3sQERhXrw4PvPqHCffa2OF18/wO54MAhiAIhAMckPNCG36U8rlOlHnY4QkThS6kH4Cu6CEG6fFuYDu65","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c0be4845-6b01-42d7-99dc-27ea86e62b3f\\azure-core-lro-3.2.1-alpha.20250611.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c0be4845-6b01-42d7-99dc-27ea86e62b3f\\azure-core-lro-3.2.1-alpha.20250611.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-eI/0SxYMzvU2rBlcFuBBU3tdHg3GftGR2Z6sceGnkIIXyQNWg0yEdAlPn8J+eY7P+FgpbBjG4xCrlFnUAjeBUw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250611.2_1749665599234_0.2972632796488399","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250613.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250613.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250613.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e219266133569402daa15a57d6d95784a7e2ed5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250613.2.tgz","fileCount":128,"integrity":"sha512-fvC1VzWJFiYNaGmWJd1mQKpDFF2229ZOM0XDA/VOJcDp6+6o2iqU5ZRwSgV8MPKdlVi0S1L7VQutQDJ005vmdQ==","signatures":[{"sig":"MEYCIQD7b1BGP9r25hBAKeqgB0AnwEK6Y/FFJptOIRLgbZtWPwIhAMxPrlZv3iapMiGPc4wxTMdFnGB0Q3SPFTi8g7WtVQGG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e286fc1f-3a64-4eda-ba38-c4e63cde4d79\\azure-core-lro-3.2.1-alpha.20250613.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e286fc1f-3a64-4eda-ba38-c4e63cde4d79\\azure-core-lro-3.2.1-alpha.20250613.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-fvC1VzWJFiYNaGmWJd1mQKpDFF2229ZOM0XDA/VOJcDp6+6o2iqU5ZRwSgV8MPKdlVi0S1L7VQutQDJ005vmdQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250613.2_1749838680321_0.14570005263515928","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250616.1":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250616.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250616.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b9773b7d9e93f68fc1105f6cedfd599d0b8fafc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250616.1.tgz","fileCount":128,"integrity":"sha512-va86p3PmFfndW1CFZk6ZIpQcRjMvRlJOT1f5u9cmzsqQjyLYIlHuwdSbMJTwGc8aaDvc6UF/p3wE20GpeLlyHA==","signatures":[{"sig":"MEUCIQDV9Q76xQXiCZj0SQd8ACrqW/jhEX1yXX+j2bt6VekAEAIgEOLXll0JERVhYfoDdE/bGNdhMb3wFFlFtjfTm8CIe5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6dad5f11-f322-477f-8c80-08c5e6cb437a\\azure-core-lro-3.2.1-alpha.20250616.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6dad5f11-f322-477f-8c80-08c5e6cb437a\\azure-core-lro-3.2.1-alpha.20250616.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-va86p3PmFfndW1CFZk6ZIpQcRjMvRlJOT1f5u9cmzsqQjyLYIlHuwdSbMJTwGc8aaDvc6UF/p3wE20GpeLlyHA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250616.1_1750097476100_0.021519902723799778","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250617.2":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250617.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250617.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1911594bfc99d37be1e77ffce04dd29a0ab762c1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250617.2.tgz","fileCount":128,"integrity":"sha512-KyJuftLWzT/9BqN9pr7/MT0EGT4gGjJmnkixOR7vXyO+msSAI/ocJgdjNUh7nTzLtRDNu7DCuYZn54HU/Kp+pA==","signatures":[{"sig":"MEYCIQCUeHERECMuNeaAjU4Zjzf9srccrFse1ffZ5jpO93M1KQIhAJOSG41nadgewMQkoaqwCRve34KrWQVTfKc+mP1CH5Nn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467584},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\33caab1a-99f5-4a9e-aa25-eaf5f95d771f\\azure-core-lro-3.2.1-alpha.20250617.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33caab1a-99f5-4a9e-aa25-eaf5f95d771f\\azure-core-lro-3.2.1-alpha.20250617.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-KyJuftLWzT/9BqN9pr7/MT0EGT4gGjJmnkixOR7vXyO+msSAI/ocJgdjNUh7nTzLtRDNu7DCuYZn54HU/Kp+pA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250617.2_1750184350732_0.2464423021450981","host":"s3://npm-registry-packages-npm-production"}},"3.2.1-alpha.20250620.3":{"name":"@azure/core-lro","version":"3.2.1-alpha.20250620.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.2.1-alpha.20250620.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f526f9204b41de9284522cb1cb199abb5f259927","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.2.1-alpha.20250620.3.tgz","fileCount":128,"integrity":"sha512-FqQKseJZvSJ/jl6zLUG7hSjLkx19wYBHAHs+9RB/0jOR7cGOGLz6E7fKXo+XCnya/gh7wBHwCvM5h7ZZfg5HDA==","signatures":[{"sig":"MEUCIFhaG6ZzBAN0Wd97dCYyvVSMqQTLtnkUhirN+9txySYOAiEAye6Aj4sgDUi2awv8/AmH1Y+8JwRa9wzXmIMXk0utfLw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467546},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c185c21d-3d8a-44dd-a0ee-27f7abc7311e\\azure-core-lro-3.2.1-alpha.20250620.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c185c21d-3d8a-44dd-a0ee-27f7abc7311e\\azure-core-lro-3.2.1-alpha.20250620.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FqQKseJZvSJ/jl6zLUG7hSjLkx19wYBHAHs+9RB/0jOR7cGOGLz6E7fKXo+XCnya/gh7wBHwCvM5h7ZZfg5HDA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.2.1-alpha.20250620.3_1750443664725_0.9059154484368885","host":"s3://npm-registry-packages-npm-production"}},"3.3.0":{"name":"@azure/core-lro","version":"3.3.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"f01304d12f662b1446d1a10aac97717598f4e5cb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.0.tgz","fileCount":128,"integrity":"sha512-q8onFxe4O2iqPiURwnqAEO/x6oYkU+lHDWOOc16vPonhuNoKeisDPB8xzun25EClCTrd1xG51YfLGMlvKcB9mg==","signatures":[{"sig":"MEQCIHWX2CnJxHJMVg1JOWQwg+X6KdBTOouBoniiOQn4tnxkAiBLakc1ewf+8wRtuLxJI+O+3kllNZRvhb36j0AMIzXraQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467469},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3f6e851c-632d-4279-ad1e-e05e651d5b98\\azure-core-lro-3.3.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f6e851c-632d-4279-ad1e-e05e651d5b98\\azure-core-lro-3.3.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-q8onFxe4O2iqPiURwnqAEO/x6oYkU+lHDWOOc16vPonhuNoKeisDPB8xzun25EClCTrd1xG51YfLGMlvKcB9mg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.0_1752168230339_0.08242395303834926","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250722.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250722.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8154158687fdaeae7e1df8bda2f38a052b65a396","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250722.2.tgz","fileCount":128,"integrity":"sha512-eK5TSls2zImHdfjD2fddC6jjpBRCQQ+zUHG+CenCBhWyDI039xVtvedvrTupV7RfiG+UzP0RQGLyqb8Oo0/XaQ==","signatures":[{"sig":"MEUCIC2sKgBRdbMGv3PWRm+ojW5Kkg1eVWvIzKTjvdu+wJanAiEA215NPEVXeoyBN6DGri21JPPwHiSD1aS3tQ8f5bsJj9k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457968},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a9942151-00b1-4b57-b72a-bd17152b15ef\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a9942151-00b1-4b57-b72a-bd17152b15ef\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250722.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-eK5TSls2zImHdfjD2fddC6jjpBRCQQ+zUHG+CenCBhWyDI039xVtvedvrTupV7RfiG+UzP0RQGLyqb8Oo0/XaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250722.2_1753207481600_0.5557726988680405","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250730.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250730.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a1d38d8504fa5d29743816c1b5728171b25d22f5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250730.1.tgz","fileCount":128,"integrity":"sha512-6kUOi5zwSqxPgyGpVtTQnHsIV9lV0yBNyJs4uuh6GdQbJeiqlZUQPfwYPoM1moos8PfCAXS3kF4tgi6PBtzlLA==","signatures":[{"sig":"MEUCIQCLVHBT0OAsKs5+wbgeM6aHIb2tsmsRksYfWOArDXtLOwIgJt8lzQ3aXrFBNoMxj6hrZQZF+P/5aukMZe+pVBj1RTw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457968},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\35cc0b19-ea64-4726-b31e-740f404c78c6\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35cc0b19-ea64-4726-b31e-740f404c78c6\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250730.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-6kUOi5zwSqxPgyGpVtTQnHsIV9lV0yBNyJs4uuh6GdQbJeiqlZUQPfwYPoM1moos8PfCAXS3kF4tgi6PBtzlLA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250730.1_1753898637159_0.4454794582803949","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250804.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250804.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250804.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6971a5fb88b36364d73a07c8d8e8467bba37973a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250804.2.tgz","fileCount":128,"integrity":"sha512-Wgv4I/MiY/JzlZDrDV03kV8Gdn51yNZSQy+dwA2xZEOuw2lB9KLuPxYfp4IuetyZhx3/1ljC2cpF5WB/tDtuYQ==","signatures":[{"sig":"MEUCIAu363/KoB7hnmpkZQ6z5CJD7cW6NqxJMST9p0ZU2IC+AiEAtd5cL4zWsF37S6WdtmlrVx45D7oJbbH0WpGb9JTOLuI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457969},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b6dd888e-366d-4f3d-b63e-362dd7fbd4ef\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250804.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b6dd888e-366d-4f3d-b63e-362dd7fbd4ef\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250804.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Wgv4I/MiY/JzlZDrDV03kV8Gdn51yNZSQy+dwA2xZEOuw2lB9KLuPxYfp4IuetyZhx3/1ljC2cpF5WB/tDtuYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250804.2_1754330856647_0.5907697534898531","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250808.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250808.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"858db826af4f89f3e38449de5449268e55041310","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250808.1.tgz","fileCount":128,"integrity":"sha512-c+CKOFTdm+QivmE4AZvnN+LGVR8tfwna5FlSCGyXkmI4cmM4VRLr1+TlOlwuSrnrsDc5rPjNzPSnIYs4RDlfGg==","signatures":[{"sig":"MEQCIEjleIAxKqfE5FTwbaKMDhLqEphrusjhKcaZngH9lwS0AiAerC6WJ6zX0CfmTT9EbGQnMA0FBAEVdeex9PyYrJdQGA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457952},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\53f09be7-a98e-4fa3-a7a3-b2aed481293c\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\53f09be7-a98e-4fa3-a7a3-b2aed481293c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250808.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-c+CKOFTdm+QivmE4AZvnN+LGVR8tfwna5FlSCGyXkmI4cmM4VRLr1+TlOlwuSrnrsDc5rPjNzPSnIYs4RDlfGg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250808.1_1754676949791_0.467675816801445","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250820.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250820.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250820.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5776dfa1a160e690eab24fa2b77084664ac7de7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250820.1.tgz","fileCount":128,"integrity":"sha512-e1iYZRiriwrkb9FCaSXpT0ueXGtmcFUfs7+59jXEdtpS6mcBlzAhLUqncsmOThxwte1jBVt3wQlPmP3zKDtMXg==","signatures":[{"sig":"MEYCIQDBQ7HhE0NPcqjgcehQeh/3C+4Rt36jNC9OE8RRCZNkFgIhAOqqVg4jdDM9oOIijq1CXoFgDQPFEKu4YGYohYwB2fTh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457886},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\02a51800-6eb5-4d24-adb1-0502dd5985c5\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250820.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"echo Obsolete","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\02a51800-6eb5-4d24-adb1-0502dd5985c5\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250820.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-e1iYZRiriwrkb9FCaSXpT0ueXGtmcFUfs7+59jXEdtpS6mcBlzAhLUqncsmOThxwte1jBVt3wQlPmP3zKDtMXg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.41.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@azure/core-rest-pipeline":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250820.1_1755713689334_0.7891955948184501","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250822.4":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250822.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250822.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8473b8fce3b33fa5468137370c40c9d89c57691b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250822.4.tgz","fileCount":128,"integrity":"sha512-rVT2F95MLla+iMzvpSU3Nygc6FjsU7+uhntr0PBkB2GVMzoe+y7YM0dVmoHPnjHB9R4IXHmhI4II/+MDHR9M9Q==","signatures":[{"sig":"MEYCIQDjksGPj7Gn4BADL5Azaa2ztaaLAQIJDlcbz1aR2ikeKgIhAO8dP3HCaInBFC9YrGwkobxo1KsJiMNhT0DKHz5YG5c2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457861},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\246a1d2b-6bd8-4594-b65e-7b8df5c6f396\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250822.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","test:node:esm":"dev-tool run test:vitest --esm --no-test-proxy","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\246a1d2b-6bd8-4594-b65e-7b8df5c6f396\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250822.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-rVT2F95MLla+iMzvpSU3Nygc6FjsU7+uhntr0PBkB2GVMzoe+y7YM0dVmoHPnjHB9R4IXHmhI4II/+MDHR9M9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250822.4","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250822.4_1755886572229_0.06653626979555205","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250825.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250825.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250825.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97e744a3501d834d2e6eae323db84d3bb24f9937","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250825.2.tgz","fileCount":128,"integrity":"sha512-v0TaVUy3GXyHzatPnELxT5ICFWehI99yTcqpQU8Xivbt7q4JrfzFvcMMzcbAoN/c+fo42XM8vsfoYvz+kbM7AA==","signatures":[{"sig":"MEYCIQC75I/ASGOd1UYUvU9Gh8lwzPf0gKDAw34XvT3fj9bHBAIhALNtOAJpoKRhdqlHMtZ7Sacw2BZyfjE1StVVZ2RZa37R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5af0ca47-989e-477a-95bf-fd8fc4a534ba\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250825.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5af0ca47-989e-477a-95bf-fd8fc4a534ba\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250825.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-v0TaVUy3GXyHzatPnELxT5ICFWehI99yTcqpQU8Xivbt7q4JrfzFvcMMzcbAoN/c+fo42XM8vsfoYvz+kbM7AA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250825.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250825.2_1756146059858_0.7403117496449005","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250826.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250826.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250826.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99bfe2cf0ed07fa497add5e6d9774a1374a4d52e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250826.2.tgz","fileCount":128,"integrity":"sha512-dRFf+HjKY/phq4cFfGBdXTO76t+eOnwpc8b0vjvBx6X//GOHvIid67MAKM33SSbFub0UrKyiub8olDeSsT4sAQ==","signatures":[{"sig":"MEYCIQCe7u1lO+nBKGnLS+L6MgDSxzcMtU/tt88Uz+vXGFR3awIhAOuPQO4Z8X0Uqr0rGM/xmW2FZFnYM3wvbtbfJAjGo/eb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0ee673c8-4bf8-4be3-ab1c-b81db96ea3b8\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250826.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0ee673c8-4bf8-4be3-ab1c-b81db96ea3b8\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250826.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-dRFf+HjKY/phq4cFfGBdXTO76t+eOnwpc8b0vjvBx6X//GOHvIid67MAKM33SSbFub0UrKyiub8olDeSsT4sAQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250826.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250826.2_1756232178721_0.17811442569943226","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250827.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250827.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95480494168b6d776471fbc830d2f8f34151687b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250827.1.tgz","fileCount":128,"integrity":"sha512-FxKpWJqxU0KsDgk/yvL8xyWW+G3ivMav/jtQFzaimSxPGeIs7C6DqHBl+M9t0X7C1AqmUFTKJLwxGg4a2qjvig==","signatures":[{"sig":"MEUCIE+v5CqVR47OgHvHMr3nYv7q9l5mkU9Og44qxch1+j5XAiEAhWhmeOL+Ty0kKdbNpeOMFsl64DbV8qbR3TtnScLUb8s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\03d2633d-eaa7-4251-a418-a9289f960489\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\03d2633d-eaa7-4251-a418-a9289f960489\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250827.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FxKpWJqxU0KsDgk/yvL8xyWW+G3ivMav/jtQFzaimSxPGeIs7C6DqHBl+M9t0X7C1AqmUFTKJLwxGg4a2qjvig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250827.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250827.1_1756318507421_0.11757616504986501","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250828.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250828.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250828.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"46dd041f8397208f6d0f634333df842fc4c8bbd7","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250828.2.tgz","fileCount":128,"integrity":"sha512-5ANMAVLg/V6Em3n8LXQKfkgAe4WvJtSk2auptLGnjv6kK90Msdu7Q52fXa9GKFWT0xt1mKqYJ+FPp7955Kn8+g==","signatures":[{"sig":"MEQCIDRwlpr8oZmS33258uhTb4YSSd5ssIxPSHwwzgzYt9BeAiBVIusdeuREz9ggI4AXdouPyQgFFv2L9iezyBJfLHUGlg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1f720b91-09aa-4c25-adb7-8a1857b7b505\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250828.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1f720b91-09aa-4c25-adb7-8a1857b7b505\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250828.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-5ANMAVLg/V6Em3n8LXQKfkgAe4WvJtSk2auptLGnjv6kK90Msdu7Q52fXa9GKFWT0xt1mKqYJ+FPp7955Kn8+g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250828.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250828.2_1756404818915_0.7279436495310609","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250829.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250829.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250829.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e380908a2686e825deeebf4991f586cae30f56e3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250829.2.tgz","fileCount":128,"integrity":"sha512-v6R4Qit7xoA7XAUCTFvsc5SLcVgnkKoNzFnMjI9ycc0+VFCATT1BjpIPyCref6/PYwP8Pkfv8EiVPjhbgZlNQw==","signatures":[{"sig":"MEUCIQDGDE16uBO+ifHpTJbg6vfjLir0rOkFqjQDY+TqeZJmMwIgVIjfHiNXYMWUnYoCn+Mj1qdJRaWFx1QH4xLH2yzH6bc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b97ea57d-51a1-4796-a610-86507dc47774\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250829.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b97ea57d-51a1-4796-a610-86507dc47774\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250829.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-v6R4Qit7xoA7XAUCTFvsc5SLcVgnkKoNzFnMjI9ycc0+VFCATT1BjpIPyCref6/PYwP8Pkfv8EiVPjhbgZlNQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250829.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250829.2_1756491464741_0.16075186432517263","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250901.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250901.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250901.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f680e58a7dc40e2a8c1217998d90d0347ad899f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250901.1.tgz","fileCount":128,"integrity":"sha512-/76bbo+cDHJFjDMj0IEUfqBMhUstBhzo1QfMDfIUNBfopHy7pgQbQR7jCJtcx51POlb0fyEKfItiHFzgXw6kJw==","signatures":[{"sig":"MEUCIHrvtD38YgooVstYFvQXDdbmQEdZbllmCCwTIsNZjE6xAiEAkcNvPtu7KaAIRqEj4nVqcd/9wEwHoCPdY9ykzXLTLoA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e912541b-b493-4391-a99a-62f8be6a383a\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250901.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e912541b-b493-4391-a99a-62f8be6a383a\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250901.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-/76bbo+cDHJFjDMj0IEUfqBMhUstBhzo1QfMDfIUNBfopHy7pgQbQR7jCJtcx51POlb0fyEKfItiHFzgXw6kJw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250901.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250901.1_1756750502908_0.07715755272332525","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250902.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250902.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250902.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5274f81e19cdb7f98250cac5d7992f51f9cb2964","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250902.2.tgz","fileCount":128,"integrity":"sha512-leJHEvTK3lFm4q8Gwl8vrGkoBomF+CU7dPViPhlC3/ZOaPGwUskzlCnbkG0FbtjyE2c2bhmR3rW6F9xmVP/Eew==","signatures":[{"sig":"MEUCIHMWRSwfT3P5EM27iCoWsBhCCWRcmsq2s6gUKiYDjDK4AiEA/7W5rdKfRFtWv6FGIcQ1EmDjDOTYlSLElQCjCWDpasI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d66ef3da-a3bf-4fe1-9e73-c9069d8b438c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250902.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d66ef3da-a3bf-4fe1-9e73-c9069d8b438c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250902.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-leJHEvTK3lFm4q8Gwl8vrGkoBomF+CU7dPViPhlC3/ZOaPGwUskzlCnbkG0FbtjyE2c2bhmR3rW6F9xmVP/Eew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250902.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250902.2_1756836822186_0.6798746989419473","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250903.3":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250903.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250903.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd7081d93a0beb80a75b01fea48e459cfccd47eb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250903.3.tgz","fileCount":128,"integrity":"sha512-KatY5ZMYpytc10NEaV6UQI6wdo0buuTshNedACF8pxyBTjS4uK6yieYxFcVo04gksMIw3Qs1Wfd9IVhjhqFRFg==","signatures":[{"sig":"MEQCIG60wZ6Tl1sCCLXY/0kFyPNG+3aMC8rc831e+Ee+MbeZAiBH+UfOuMxcgj9wc56YzbtHkAqZSViAFLSFcdtA+m3niQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\bc6d6a7d-22f6-426d-bdee-213656dc9122\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250903.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bc6d6a7d-22f6-426d-bdee-213656dc9122\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250903.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-KatY5ZMYpytc10NEaV6UQI6wdo0buuTshNedACF8pxyBTjS4uK6yieYxFcVo04gksMIw3Qs1Wfd9IVhjhqFRFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.0.0","@azure/core-util":"^1.2.0","@azure/abort-controller":"^2.0.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250903.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250903.3_1756923298228_0.8153888969321408","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250904.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250904.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250904.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cda4c9c8190f3709b1c9f0891b8fae1b6eb76a4e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250904.2.tgz","fileCount":128,"integrity":"sha512-p3hk04jK3PHvr5oj5dib4n0vfM1GLSgaFsEk3lKVTWGBdn1QQ846fak3cFcmtg0FH7hjVgxWgisOoW9/UAiZ5Q==","signatures":[{"sig":"MEUCIQCi4urM8JTDGLCeaUaSXEz14BssQndTRIUvhzV11LdR4QIgZP+wM4rKSCTrx0TuWgEgBo0MEf9jU6cSJr65CO8wNxM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\93b09a2e-dde9-4b39-b512-75652c625add\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250904.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93b09a2e-dde9-4b39-b512-75652c625add\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250904.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-p3hk04jK3PHvr5oj5dib4n0vfM1GLSgaFsEk3lKVTWGBdn1QQ846fak3cFcmtg0FH7hjVgxWgisOoW9/UAiZ5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250904.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250904.2_1757009713166_0.40860721765462227","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250905.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250905.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1cd92d2cc8c2325e6b1f98e9c81c71622966767","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250905.1.tgz","fileCount":128,"integrity":"sha512-hu/2vmDPCwd5gTsM8W6z5bPuXSWhRKLEeqSlZms+zJJ8Tba4bmvC6WKzN3oCBstPbXnqompGcg2K4Rwt2swPng==","signatures":[{"sig":"MEUCIQDdMNdJm040qClgOt4vbktMIbWt3BeT21KPDKvElegRXgIgW3uK7QgqDbgoGuakcL3MwVrJad1ma25Bnz6K+kC2JXI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\29df37d5-b466-4736-b991-db2461d6c22f\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29df37d5-b466-4736-b991-db2461d6c22f\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250905.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-hu/2vmDPCwd5gTsM8W6z5bPuXSWhRKLEeqSlZms+zJJ8Tba4bmvC6WKzN3oCBstPbXnqompGcg2K4Rwt2swPng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250905.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250905.1_1757095640544_0.10560295518452834","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250908.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250908.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250908.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48afbe6381be8bb8deaf231bb2b1c38a6bcd9cca","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250908.2.tgz","fileCount":128,"integrity":"sha512-NBI47qWpnvZ56i7ndkIZNAy+4AgJNUXo5HLq96sxY3egMYlhaCBJZgCeu2lYoN+S2w/0QexTJTG7Y9B4KDIu3Q==","signatures":[{"sig":"MEUCIDI9b/UeOY72YWsodbY2Zegj44c6r/OjlKm+pquTCYY/AiEArEv7NCYUDEPGb+aCiOwpb32fvB4Cosx6Lol25YPVIkI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b0e5140a-9fe0-4679-bcb5-066dc16a092f\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250908.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b0e5140a-9fe0-4679-bcb5-066dc16a092f\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250908.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-NBI47qWpnvZ56i7ndkIZNAy+4AgJNUXo5HLq96sxY3egMYlhaCBJZgCeu2lYoN+S2w/0QexTJTG7Y9B4KDIu3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250908.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250908.2_1757355394422_0.9230618001941449","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250909.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250909.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6d7e107745cf97d171b3b0accbeafad12972549","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250909.1.tgz","fileCount":128,"integrity":"sha512-AaonSH+USzrMfXXu7c/ObhwZs8ACtsir4OLz+ii5OF5m0xOAAYYFQeHAiupa7eS2Ik1dJXrCjlMIKgMsnAxbYQ==","signatures":[{"sig":"MEYCIQC1J6dK9N/mVqfunw1gj0NgYmeGpCS5ordzr2IYTEWD4wIhALW+crKwWvUv+XhVKJ3EywB3ktSCAEGL2YWcCeK0Eme6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ca8d39ab-ca58-465c-9e62-10fc4b3f1a24\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ca8d39ab-ca58-465c-9e62-10fc4b3f1a24\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250909.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-AaonSH+USzrMfXXu7c/ObhwZs8ACtsir4OLz+ii5OF5m0xOAAYYFQeHAiupa7eS2Ik1dJXrCjlMIKgMsnAxbYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250909.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250909.1_1757441281546_0.06562175483454125","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250910.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250910.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250910.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83f3af2018c31905e910620d82c473347d97d10f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250910.2.tgz","fileCount":128,"integrity":"sha512-dVFOOZCl/F60WmAsLZzY1RwCtFGGaN2/YE8oWOy/AsnOgnkZOQ4bLfdZV1mNe1TsXhc57e3MPYPGS3dYsXnJbQ==","signatures":[{"sig":"MEQCIGsIuBTcOSX6M2JyTq7x4hxAIGJ2uhO8evIUPqR3EVhhAiBf2UzTuHJAEu2E12WcF7BADINay89RxfwHfKSc7HZwIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5afc0b88-c1c2-47a5-aac4-44d409072019\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250910.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5afc0b88-c1c2-47a5-aac4-44d409072019\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250910.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-dVFOOZCl/F60WmAsLZzY1RwCtFGGaN2/YE8oWOy/AsnOgnkZOQ4bLfdZV1mNe1TsXhc57e3MPYPGS3dYsXnJbQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250910.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250910.2_1757527671456_0.3668757960215201","host":"s3://npm-registry-packages-npm-production"}},"3.3.1":{"name":"@azure/core-lro","version":"3.3.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"fd51f0e54e785a41b5254bf22d7a81e5d2024d2a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1.tgz","fileCount":128,"integrity":"sha512-bulm3klLqIAhzI3iQMYQ42i+V9EnevScsHdI9amFfjaw6OJqPBK1038cq5qachoKV3yt/iQQEDittHmZW2aSuA==","signatures":[{"sig":"MEYCIQDwmc80p2eqqBnIomnsEOOPZZHKZ3oAos9igrEWgz5I+AIhAK5VAXG70yUQCNNO1off372jwSQ46vjOYwkY6kvOwu8m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457802},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2f231444-548e-45b8-b9ea-25621d215e8d\\azure-core-lro-3.3.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f231444-548e-45b8-b9ea-25621d215e8d\\azure-core-lro-3.3.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-bulm3klLqIAhzI3iQMYQ42i+V9EnevScsHdI9amFfjaw6OJqPBK1038cq5qachoKV3yt/iQQEDittHmZW2aSuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1_1757616381600_0.09131650167950811","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250912.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250912.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"529a4c393e4b9818af9e285473dba7a0cb71158b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250912.1.tgz","fileCount":128,"integrity":"sha512-FpkgcA3X1g0m/tSOyTMcADIUfxnQEd7HMSrDjJCv5bUBHJOs73Up6MHpIe0samE1bg9WN/OnNtYN9CTPCKecuw==","signatures":[{"sig":"MEUCIHhFPcqiMeOYylxcgCFEng9xQoYg9G3comsiWw1J/2pEAiEA9FoKxVhaRGwkL/gKWmqIdcUC7kNk7DMXr46jPPmFe2Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\05f25af6-5aac-476e-943d-4eead4c86f6a\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\05f25af6-5aac-476e-943d-4eead4c86f6a\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250912.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FpkgcA3X1g0m/tSOyTMcADIUfxnQEd7HMSrDjJCv5bUBHJOs73Up6MHpIe0samE1bg9WN/OnNtYN9CTPCKecuw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.0","@azure/core-rest-pipeline":"^1.22.1-alpha.20250912.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250912.1_1757700675926_0.23110093989870295","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250915.3":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250915.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250915.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e8046147d43c07782b24e60f1655d74e6131b33","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250915.3.tgz","fileCount":128,"integrity":"sha512-6GYqQcfFyH0SrGQRExsN4OLY7TzaY9JzV7MmlqHuPIqexmxW5f59wp0YGk309zzAHKflRRM9ziJ7EtKxfkLzjA==","signatures":[{"sig":"MEQCICIJTOD64YGZQI49qF6etGlmxW3Glm99ACZ13ro6PF0LAiAGEvvgJUgEDXBM7hFO51TZxlMCgnpmhQA7aFOTTHxu7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d6825079-ed9b-422c-a165-0e2757bb7e8e\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250915.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6825079-ed9b-422c-a165-0e2757bb7e8e\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250915.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-6GYqQcfFyH0SrGQRExsN4OLY7TzaY9JzV7MmlqHuPIqexmxW5f59wp0YGk309zzAHKflRRM9ziJ7EtKxfkLzjA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250915.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250915.3_1757959612997_0.8179326030186969","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250916.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250916.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c90a2258e7c5cd9726778fc717ec9ba8967fd4d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250916.1.tgz","fileCount":128,"integrity":"sha512-IXYE3TBAnrrOKgJ1RO64mxPTLMmllxc5wjJOAoOc8k+lAyxRW1cwDG16HrWOREtoRYFB3s5MzeyHaklmrzmxYA==","signatures":[{"sig":"MEUCIQCHxM6huT6YRKsJzQU3UbsDrB7FvPFtThPO3TA0H0PGGAIgKjOAVOb1SfyCtoTnVzSKOkEVAV1KUjzDdsG5HG+/AGg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f32fdec2-89a8-4a9c-9a45-fb5afa213a5b\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f32fdec2-89a8-4a9c-9a45-fb5afa213a5b\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250916.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-IXYE3TBAnrrOKgJ1RO64mxPTLMmllxc5wjJOAoOc8k+lAyxRW1cwDG16HrWOREtoRYFB3s5MzeyHaklmrzmxYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250916.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250916.1_1758046051109_0.6658158364162696","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250917.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250917.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250917.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"669c82708ddc96d1e8816764d9f537fb8c223f82","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250917.2.tgz","fileCount":128,"integrity":"sha512-apw/7x931oq12mlJIXMYrFhCOA8mXBlwKnVK6DuXlAtaC6Pl/+mtBWsgUs0S2K4yeQDdQbDceDj9qA1z2uhJ8w==","signatures":[{"sig":"MEUCIQCwg9IsUQnm1YyLGYnzK34wlknyIFJhJ27dc+w2KoB4WwIgSIT38ZE7paU7p32yy3HHvlfUTzLZmCTRYraFgqm+TX0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e35254a7-3bcf-47b7-a8d0-f3154077a0ea\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250917.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e35254a7-3bcf-47b7-a8d0-f3154077a0ea\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250917.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-apw/7x931oq12mlJIXMYrFhCOA8mXBlwKnVK6DuXlAtaC6Pl/+mtBWsgUs0S2K4yeQDdQbDceDj9qA1z2uhJ8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250917.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250917.2_1758132444688_0.2803445871908128","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250918.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250918.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e9845198a51f84e2827923a6c906632da0761fee","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250918.1.tgz","fileCount":128,"integrity":"sha512-pkAxAZgBAc9CfJC4P4SS9dvWQi5pVDd1XUs4Xg3IxWJUXeaineeEuW/9cC89WFgx+CyOrr4mA5u244cR8o2ZWw==","signatures":[{"sig":"MEUCIQCQdy/Eu3wpc1ge4xcSA8JZeLM3/6L+DjQqpcFXuOqFIgIgCzMCBjoF2Jb4ztTDK0ziwpKwSIjmm/pztfxxTxaDbCY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\01dff688-fd26-4513-8028-c9beddda8088\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\01dff688-fd26-4513-8028-c9beddda8088\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250918.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-pkAxAZgBAc9CfJC4P4SS9dvWQi5pVDd1XUs4Xg3IxWJUXeaineeEuW/9cC89WFgx+CyOrr4mA5u244cR8o2ZWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250918.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250918.1_1758218964886_0.9643044895961523","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250922.4":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250922.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250922.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b57c55834e0961de63c215c8e5568f3fad6b4191","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250922.4.tgz","fileCount":128,"integrity":"sha512-6DyOmM3IybnEhlKEw1K3Qs/ulPDuV2vU2zbQ3xHKD3NdDFXCVUn6LKZTgJp4a1Tz8OK+qTvTJ+RS/neqS8n07g==","signatures":[{"sig":"MEQCIHxrKPy+HbJQ4z4AQqsi2BBtXQrj2HthVdupkdAmDCz0AiAWlTW+MpfrHbMgMcfrkJXTPgKEurqjcoKCWdeir39+ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\622a393f-6f20-4c82-9cb1-b1d480c09f57\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250922.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\622a393f-6f20-4c82-9cb1-b1d480c09f57\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250922.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-6DyOmM3IybnEhlKEw1K3Qs/ulPDuV2vU2zbQ3xHKD3NdDFXCVUn6LKZTgJp4a1Tz8OK+qTvTJ+RS/neqS8n07g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250922.4","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250922.4_1758564410862_0.6958658275227494","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250923.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250923.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7871efd52bc5a0d0ad4fdb51fc5ee0acee42364","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250923.1.tgz","fileCount":128,"integrity":"sha512-bZud+LhuBJupyoOTYk9pjFod98t4180eRuqX6xxd2guSu2ZwqS5OrknvGM2Z2Fp7dMSSueXefTuYBK9dern/DQ==","signatures":[{"sig":"MEYCIQCN1P7rJaoCL7w8lz+H4XHA1uelkjKaQPSwls21YW2g/gIhAOUm/ugeUQeysAL0w+IT9Hk9XpGFagcl8BZzC8pRzBZ9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\faf9014f-1ad4-4341-bb13-9ad066c6a048\\azure-core-lro\\azure-core-lro-3.3.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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\faf9014f-1ad4-4341-bb13-9ad066c6a048\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250923.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-bZud+LhuBJupyoOTYk9pjFod98t4180eRuqX6xxd2guSu2ZwqS5OrknvGM2Z2Fp7dMSSueXefTuYBK9dern/DQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250923.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250923.1_1758650899806_0.5931421915791737","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250924.3":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250924.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250924.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6cfa84ff0661c616ec44bb5706bc97d5847d04c6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250924.3.tgz","fileCount":128,"integrity":"sha512-JIqX+eYxuTM3heLUmYUnVFrjUSIC4+yET+GOHo/B39oYCv9qEYp3UhBWHDrC2f7olYvQL2TlZ5PhahMsDsMeKw==","signatures":[{"sig":"MEUCIQCaLvSB4D8FuQcTMwkOUKb9RUaLDKuJ/7Mh+VGV+fMwBgIgLi3ihcAK72v9eP03NrQNzC+vpnZtMkDBhrxMCohFg2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2e9f8b79-5e98-4cc9-bd4b-6175ab27075c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250924.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e9f8b79-5e98-4cc9-bd4b-6175ab27075c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250924.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-JIqX+eYxuTM3heLUmYUnVFrjUSIC4+yET+GOHo/B39oYCv9qEYp3UhBWHDrC2f7olYvQL2TlZ5PhahMsDsMeKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250924.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250924.3_1758737258213_0.06800545484642084","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250925.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250925.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"28e8a4b40d40379cb2058d8130be910952e6c55f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250925.1.tgz","fileCount":128,"integrity":"sha512-dWLwCmnCVIQIHjPhgtJQGSXFuaW8JOkU02PBF3hqvBDVTZQW5F615E5qplzZJxzEDbh3RHKG1ZIedD7N8OM9uQ==","signatures":[{"sig":"MEQCIGRyu2fMyTODJXHe+nPmneV23CnA95E1z+eqlHKtAUXkAiAGTqJQzBk8MJsUudaeNGZdfH2J00H5/pbq8+hBDnnX3Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a826ea48-a3c5-4b89-bdf4-108d2ade4e0f\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a826ea48-a3c5-4b89-bdf4-108d2ade4e0f\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250925.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-dWLwCmnCVIQIHjPhgtJQGSXFuaW8JOkU02PBF3hqvBDVTZQW5F615E5qplzZJxzEDbh3RHKG1ZIedD7N8OM9uQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250925.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250925.1_1758823569344_0.7049651634266556","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250926.4":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250926.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250926.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0194501d05850a89539d1b871b66dc5358838e56","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250926.4.tgz","fileCount":128,"integrity":"sha512-RsWSDXbVLmD4+Q/S9mb7Wy5nqYq172toXm2EfhdBIyJRwZ+iWPQOpwgHRHlKByUThE38V02oOSo/KNw4CnZuFw==","signatures":[{"sig":"MEQCIHzI7mKshSH/Ya7T2wTVzRgGbHYlfzNmqBYF4zhJ7abSAiAwSCBEVM8pzIe+hssxmnoKMt4wghrwBsxfxuPYGpiPiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\431b9419-96ce-401c-8fee-674c9fef5039\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250926.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\431b9419-96ce-401c-8fee-674c9fef5039\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250926.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-RsWSDXbVLmD4+Q/S9mb7Wy5nqYq172toXm2EfhdBIyJRwZ+iWPQOpwgHRHlKByUThE38V02oOSo/KNw4CnZuFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250926.4","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250926.4_1758910033149_0.04458771635325953","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250929.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250929.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20250929.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f6c850b4a920991f84d7200df4e9e4b88b01155","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250929.2.tgz","fileCount":128,"integrity":"sha512-MEU3vL404oO03Ut+plc2hm2gZjRkVC6hGPF7vtM38T3wGb2li9vzYDWhAXeUtb7w/2L09FYJfmioTGvS4Q7KjA==","signatures":[{"sig":"MEQCIG/tRI44z7mvRpbrSprdBUZOFJRF3EJyJ91OKvQGfkE2AiAIQ5mABI854v3ofcnwCCdpW50LszdofVrwGJUNHWeijw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fe8d9890-d1a3-4edb-966e-8f03ddbac256\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250929.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe8d9890-d1a3-4edb-966e-8f03ddbac256\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250929.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-MEU3vL404oO03Ut+plc2hm2gZjRkVC6hGPF7vtM38T3wGb2li9vzYDWhAXeUtb7w/2L09FYJfmioTGvS4Q7KjA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250929.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250929.2_1759169248215_0.9250078078645441","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20250930.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20250930.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e8ef362fd9ce56818a4fa376b28e2ca0348366b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20250930.1.tgz","fileCount":128,"integrity":"sha512-AW41VNkYxgWQnIV0wKF2L23ioJAuup/lK3MQxxypaF9BS7iBCHAf4jhVdwtGXSQd2qupQPbL5QktJWRHugeCbg==","signatures":[{"sig":"MEYCIQC+qafK5gcL7XDvCwAGwuQG+woK1EGgnLjhD+35hrN1ygIhAKV55ULFD9EVjPsy0fxEFdmrr5yfPjelkusAwrRcO4E9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\482ed4ae-4b0f-41a6-a2c1-9bc9b3d7e6d8\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\482ed4ae-4b0f-41a6-a2c1-9bc9b3d7e6d8\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20250930.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-AW41VNkYxgWQnIV0wKF2L23ioJAuup/lK3MQxxypaF9BS7iBCHAf4jhVdwtGXSQd2qupQPbL5QktJWRHugeCbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20250930.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20250930.1_1759255620847_0.5926637017707725","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251001.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251001.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45cdccaed630686fa163c7a02bafbefdbf384519","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251001.1.tgz","fileCount":128,"integrity":"sha512-14KzCB5ZnOlbWdU2GSyNeTgtAXi4XEFjo3WhnPZdSj8dJI2HxBkPsGlKBYhY575SYW18VBLQyuKuMXvyfMXYEw==","signatures":[{"sig":"MEUCIQDzgSg9qiye+tyNCwCl68nNq2OgMDPRVI6RPqCTyZ5fmAIgFjhIiIhA7Rxe7h/knNuu17dY8qcNmtdXGtjav5UTUSU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\76f480f6-2952-42ae-b759-eb4387381dfc\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\76f480f6-2952-42ae-b759-eb4387381dfc\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251001.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-14KzCB5ZnOlbWdU2GSyNeTgtAXi4XEFjo3WhnPZdSj8dJI2HxBkPsGlKBYhY575SYW18VBLQyuKuMXvyfMXYEw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251001.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251001.1_1759342010547_0.28659548389869505","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251003.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251003.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c0fb6689c16cef315a9ee0abf6782fe4e278f0c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251003.1.tgz","fileCount":128,"integrity":"sha512-v/wegi9UrlmHUBQIjvBuJ4UegOUXiOfa7AWCsqSd2zIPYFal3e+an+2oAJ1Yi1zIZ0YxKmFyAGG6aXtBDBNL1g==","signatures":[{"sig":"MEYCIQCixClYBCsDMkMFXkDfXrPxzT6hRJIIEwkPw0eJankI6wIhAJDksksHknaOLRJsq5vHjQm1Fr3j84xMSxCJJTC42MaJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457836},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6052b1e6-8938-4c7e-92fd-a53aabba2e21\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6052b1e6-8938-4c7e-92fd-a53aabba2e21\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251003.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-v/wegi9UrlmHUBQIjvBuJ4UegOUXiOfa7AWCsqSd2zIPYFal3e+an+2oAJ1Yi1zIZ0YxKmFyAGG6aXtBDBNL1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251003.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251003.1_1759515031460_0.9986590378216116","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251006.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251006.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251006.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e979f44f7df7edb2dde12afb1a83f996c7328aa9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251006.2.tgz","fileCount":128,"integrity":"sha512-fzEndRZZco2cuy85qKqy5jtB+upL/ASyXnee1BjiQZGMzg2HmRF/CdDiK7ctXmvdpZpSrLUQVKwADzHkp1ffuA==","signatures":[{"sig":"MEUCIQDwrb4QqNm7jvjboEnri8OtaimifWEMU8Cv3ifwkfR0YAIgGOqx3IzVpJoLZu4SknuK5Npnu7F/jHpp1aEaYXYxPkc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6a360422-ee4e-45ec-8312-e2963d66c6f8\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251006.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6a360422-ee4e-45ec-8312-e2963d66c6f8\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251006.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-fzEndRZZco2cuy85qKqy5jtB+upL/ASyXnee1BjiQZGMzg2HmRF/CdDiK7ctXmvdpZpSrLUQVKwADzHkp1ffuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251006.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251006.2_1759774561503_0.2705145111039515","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251007.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251007.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec16e2ed3166703c99a872415d3d1229f2978834","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251007.1.tgz","fileCount":128,"integrity":"sha512-rDr7SvRoQMl+em/RuEhQzuPtpjZIQz3MbHiUlLTkTnJCXpFFXwFTHgCESoQVyYGcuUFU4viEU2K0vmMrmsTx/w==","signatures":[{"sig":"MEUCICF33G2pNo7aECaBWB1VmTqjL1xAVjBAMGhON0Wqi1RQAiEA5iECRkro1IuO8BoO0cKdRyVaniOrlJy4tF7KSd1TQhg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457835},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e4075607-66ab-4c7e-bb0a-7af8dbc3d195\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e4075607-66ab-4c7e-bb0a-7af8dbc3d195\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251007.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-rDr7SvRoQMl+em/RuEhQzuPtpjZIQz3MbHiUlLTkTnJCXpFFXwFTHgCESoQVyYGcuUFU4viEU2K0vmMrmsTx/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251007.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251007.1_1759860746333_0.6095033242106389","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251008.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251008.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e8fa94c59d432beeb295ea56bbef6b0af08f33b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251008.1.tgz","fileCount":128,"integrity":"sha512-YczrGLbPzF8BCrpEYJPq3eFpT7Yxt0Ggngp9crgv258Rx+aJdcdmaOMhv8AMGqQhtfclM9cvgxIr/0Iq8PGXPQ==","signatures":[{"sig":"MEUCIDzMwawZWYTg0rXzSd0TJfrgDFcbUDnAYWRjQBu12m64AiEAhUP7Phk/HV0ECY10xmX6ubi+3kxFyhtbcN2IbMyJ5Oo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457857},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2d62ef6b-9966-462b-8e70-42c32e17e93a\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2d62ef6b-9966-462b-8e70-42c32e17e93a\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251008.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-YczrGLbPzF8BCrpEYJPq3eFpT7Yxt0Ggngp9crgv258Rx+aJdcdmaOMhv8AMGqQhtfclM9cvgxIr/0Iq8PGXPQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251008.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251008.1_1759947384772_0.10877639071041179","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251009.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251009.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251009.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d945161fa388e8506c6f37d209aa87949f63f9f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251009.2.tgz","fileCount":128,"integrity":"sha512-dorH3pZuuP2j1M3ZqVQ5AVMJ71V8P3ojU2EPy3i8xGKQ+ROwEOyAezsgN0hYvBmJOzdchw/Mm5GVhC0sWJud/Q==","signatures":[{"sig":"MEYCIQCqSOAUZV5C2nT8GjWLzNvO2W12ZGQKMgBebRfGLHuOswIhAJsmKAiWMSywze0jYDIYXzFHm++HLJaeUld0zp9bm79y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457857},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2cb4e153-bef7-4620-b270-266abf6be83e\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251009.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2cb4e153-bef7-4620-b270-266abf6be83e\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251009.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-dorH3pZuuP2j1M3ZqVQ5AVMJ71V8P3ojU2EPy3i8xGKQ+ROwEOyAezsgN0hYvBmJOzdchw/Mm5GVhC0sWJud/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251009.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251009.2_1760033959182_0.8565431365054996","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251010.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251010.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bfe2c1876929f74191a36911458d798cdd882c93","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251010.1.tgz","fileCount":128,"integrity":"sha512-w7MWiSoLtWJpMBwpWwz5JhB7iofzz46GYQvjeLFNIywTGUVQxPw+ODYvR5Xyp0QG+Xxfdw6XquC/iuWQtpFA7Q==","signatures":[{"sig":"MEQCICZeAVh+Fh9LbDz7GhlCXcNtcHa3kbICW9tjxHXWA5x9AiB7KJhWtrYZK/GqEeI8vK+y+dSYGeM8LIpnVKOXtPTCLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457857},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\17892d06-5035-4dc7-b47f-6a8cc0541d00\\azure-core-lro\\azure-core-lro-3.3.1-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":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\17892d06-5035-4dc7-b47f-6a8cc0541d00\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251010.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-w7MWiSoLtWJpMBwpWwz5JhB7iofzz46GYQvjeLFNIywTGUVQxPw+ODYvR5Xyp0QG+Xxfdw6XquC/iuWQtpFA7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251010.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251010.1_1760119878348_0.08907911320804618","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251013.3":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251013.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251013.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"babbaf5be7595fdef74fbb1b1f291618aeb6ee9c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251013.3.tgz","fileCount":128,"integrity":"sha512-nORcd6LVmIN7axqA1st+CJE3ESDTcqZEfhnm+H1thjWf0eddJnwahaQjicTPdA4BqafFvQJIIDxTe/D/vmmN+w==","signatures":[{"sig":"MEUCIFMQxdSGMxywY4oysLiAeREDG8b+tIJ4yV7+Np3okXjpAiEA/gPsIs6eQDfkpEik+PNBDA7QeiVQG9IO9IvHtIwLy38=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457857},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9741e654-424c-48c6-a7f5-fe7768380976\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251013.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9741e654-424c-48c6-a7f5-fe7768380976\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251013.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-nORcd6LVmIN7axqA1st+CJE3ESDTcqZEfhnm+H1thjWf0eddJnwahaQjicTPdA4BqafFvQJIIDxTe/D/vmmN+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251013.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251013.3_1760379111153_0.7834975115526808","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251014.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251014.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251014.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f5cea5af637550e36ccbcef75e1652e71fbf067","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251014.2.tgz","fileCount":128,"integrity":"sha512-RVxuFHAzmJ7rhwJQYl944sLX9O5LtcmDLg81npg52NYI/EKgsz3W4wh/npvvnJcngnx/XT0CMVCFw+Gb74ZAcg==","signatures":[{"sig":"MEQCIEvhKwbg7B7cF+louGVh/1NetlpP2RbeBGCByg3rvVBKAiAiHX6pMM8RcgLYqh/K1bVxZ4dzq1ZkVaq7zrdvm4+uVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457934},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\915c2c74-17c7-42a9-b3db-ed049a141184\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251014.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\915c2c74-17c7-42a9-b3db-ed049a141184\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251014.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-RVxuFHAzmJ7rhwJQYl944sLX9O5LtcmDLg81npg52NYI/EKgsz3W4wh/npvvnJcngnx/XT0CMVCFw+Gb74ZAcg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251014.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251014.2_1760465396470_0.7123061418711896","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251015.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251015.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251015.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a6e3666c01074ae4a8a938cd513f4a6e62e6ddf","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251015.2.tgz","fileCount":128,"integrity":"sha512-PSu+cbETzwVcBvIkgUzRkSJAEyQKCqZ0Oog+YRA3IVrhtfmsPlvnR+KyhZJujyKgSEhzWNs8N58WqYUEihqkqw==","signatures":[{"sig":"MEUCIEOKV2fo8wJuwy1kpmJWb5/HChBmiyzAfjl+fP/2TsxkAiEAzGX2s5fIEtdxFuBWUiIgTPOw4hTmdIy16ywnSgfHkTw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457934},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ec536fd6-bf47-42ec-bcaa-492063720107\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251015.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec536fd6-bf47-42ec-bcaa-492063720107\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251015.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-PSu+cbETzwVcBvIkgUzRkSJAEyQKCqZ0Oog+YRA3IVrhtfmsPlvnR+KyhZJujyKgSEhzWNs8N58WqYUEihqkqw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251015.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251015.2_1760551888894_0.19872263546008062","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251016.3":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251016.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251016.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d45b4e97d14791d45311205cf1393e81be03413","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251016.3.tgz","fileCount":128,"integrity":"sha512-dWTsP2ya7h6ykIvHHiVruRjKkDFVYy4oQJth9AC7F1shy7VSWSkWtTuN3RxMtGNfZ6KIiTK4DLqdG+dNL2GFQQ==","signatures":[{"sig":"MEUCIQCVS5l7HHZ12vXwhi6rX5dWLegpTbd97YqU6y7NMmLwzgIgEPNPXYWYX4WpjVr8Bhi3gqyhxZNrero8w0ohIridN7I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457935},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5ff906d9-3296-4a93-bb87-e944e287fe7f\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251016.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5ff906d9-3296-4a93-bb87-e944e287fe7f\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251016.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-dWTsP2ya7h6ykIvHHiVruRjKkDFVYy4oQJth9AC7F1shy7VSWSkWtTuN3RxMtGNfZ6KIiTK4DLqdG+dNL2GFQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251016.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251016.3_1760638488755_0.14868942623516634","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251017.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251017.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2086a44cd3a2775a4535cc536bbbc64b9dc79619","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251017.1.tgz","fileCount":128,"integrity":"sha512-wwoVWQinkxao7rF0M0br8Tu+XZD90yOYhH6sAFEm5z6N1M0KxU/SohMyfizrLtmzgsKVIi47GObdsP7Up2zvxA==","signatures":[{"sig":"MEQCIA/tRvxN9Ps88YdoHVG6GtlzYruMrS+eI3X6FAOP+cPRAiB3pMS0DA57rcZR4m8yUpvZMB9XF+igsbPWTdCBKb0iuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457935},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\73d9a491-4e06-434c-8df4-0fe5a9ec9950\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251017.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73d9a491-4e06-434c-8df4-0fe5a9ec9950\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251017.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-wwoVWQinkxao7rF0M0br8Tu+XZD90yOYhH6sAFEm5z6N1M0KxU/SohMyfizrLtmzgsKVIi47GObdsP7Up2zvxA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251017.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251017.1_1760724664419_0.7203687256307958","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251020.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251020.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251020.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78da9b7b0bbaa66b47fa25b4707c93c7fbd97427","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251020.2.tgz","fileCount":128,"integrity":"sha512-QkQFSqkiCD7MCAqNV9kI7bQDr8Rivzwew6rHhaZOZvGvLcFa8MfVc5Kb3Q/3ka3XQJX1hfi8ui6b7jD61XjNjQ==","signatures":[{"sig":"MEQCIH767ogwx61FtzKOS2icaoJ1V3gnx2gjGCLSZfRIR6v1AiBRzVxHoHzQslX1FyX0tFoZeg+GJPTuKYYv7mTuijUjDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\a021fe45-7680-42ce-a70c-649fc3f61581\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251020.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a021fe45-7680-42ce-a70c-649fc3f61581\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251020.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-QkQFSqkiCD7MCAqNV9kI7bQDr8Rivzwew6rHhaZOZvGvLcFa8MfVc5Kb3Q/3ka3XQJX1hfi8ui6b7jD61XjNjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251020.2","@azure/core-rest-pipeline":"^1.22.1-alpha.20251020.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251020.2_1760984043743_0.5203785699649042","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251021.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251021.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8480b35003cf3ccfaaeaccf0a00c659cb28e696a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251021.1.tgz","fileCount":128,"integrity":"sha512-ZKO7gIGx936HPekRV8Xm3nQbjCwuCpn5KdPgf58NzmEtOYBvjWsIPBJETzPpLcAZAwhkiqk7t+nAu2oJXa0xCQ==","signatures":[{"sig":"MEUCIQDO3k7i26e8Q2OfFC9Nhoi/sJ1wYsb+yc+aACrB0e4o0gIgOWO6Jt2XXeEtMGG5GXRKx9VFMhqtxivtB+nJVnEU5Jg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ed1695ce-f2d8-4289-97e3-f1948b05c7d0\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ed1695ce-f2d8-4289-97e3-f1948b05c7d0\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251021.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-ZKO7gIGx936HPekRV8Xm3nQbjCwuCpn5KdPgf58NzmEtOYBvjWsIPBJETzPpLcAZAwhkiqk7t+nAu2oJXa0xCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251021.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251021.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251021.1_1761070073909_0.2042390028545431","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251022.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251022.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"883094906da530d34625589f16ae42aedb8bd2b8","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251022.1.tgz","fileCount":128,"integrity":"sha512-6vpbFHuhdRzXIlyGMLqrTOy9hWI9ry2ieEENXDVhbgtn5vFkf8sifDmuRIep2TD6KH8tRRM1N2RcUTQlfugqhg==","signatures":[{"sig":"MEQCIAkS6iLwGNxlFYdexu6IOxH23aYKre2J4+BdL33RKvvjAiBB0PnpNSNQmaUt//oDtxZV5OLbDd3Yjt9uJwPyCKtECQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\72a80e08-e7fa-468b-9a20-b94d52445ffe\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251022.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\72a80e08-e7fa-468b-9a20-b94d52445ffe\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251022.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-6vpbFHuhdRzXIlyGMLqrTOy9hWI9ry2ieEENXDVhbgtn5vFkf8sifDmuRIep2TD6KH8tRRM1N2RcUTQlfugqhg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251022.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251022.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251022.1_1761156760846_0.8087654227733942","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251024.1":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251024.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7582652bbff0ff01f01e0674fc5f1786b2cdc691","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251024.1.tgz","fileCount":128,"integrity":"sha512-DmS7X+nHx/y6Ir6Dx2nW9LUB6XXEjCyqRPjygjo3iRAjJR4bcH89/91jT/stm2ylFUygmv2dZNN7Tgabp5jA3w==","signatures":[{"sig":"MEQCICWBZpz3V/zovHi5eXD9laXuqrRPbe4u41Z5Zj4eWSmeAiABWzIALd7/nor+8k2CvvOCYzWl/OlM9PfuEOfDfz96Vw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fdcb18b2-12cd-41ad-9c3d-51bc341dfd98\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdcb18b2-12cd-41ad-9c3d-51bc341dfd98\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251024.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-DmS7X+nHx/y6Ir6Dx2nW9LUB6XXEjCyqRPjygjo3iRAjJR4bcH89/91jT/stm2ylFUygmv2dZNN7Tgabp5jA3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251024.1","@azure/core-rest-pipeline":"^1.22.1-alpha.20251024.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251024.1_1761329259277_0.12244239812006463","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251028.2":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251028.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251028.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd0db1fb436bf8ee9485afbef2d7cc16fca1f045","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251028.2.tgz","fileCount":128,"integrity":"sha512-rgla9k8KEXfoSkP+Ggh1XxdryFaN22aURyFlPa2NqrrzmWLx2kUDAQyYGmRda6EEp84BWcgYv0CjyDPmxJkinw==","signatures":[{"sig":"MEQCIDt7e8eCRaxrfCrhV8buWmPu6SmS6jPogU+zVdZJ2LHdAiAbALt64B1VQaNwQX+xb3mlv6BQ9U4lYhrm70Pj/BuDhw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\8259acfe-f426-4d19-aa8d-6aaeed4f40b3\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251028.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8259acfe-f426-4d19-aa8d-6aaeed4f40b3\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251028.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-rgla9k8KEXfoSkP+Ggh1XxdryFaN22aURyFlPa2NqrrzmWLx2kUDAQyYGmRda6EEp84BWcgYv0CjyDPmxJkinw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251028.2","@azure/core-rest-pipeline":"^1.22.1-alpha.20251028.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251028.2_1761675319029_0.4295670792169328","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251028.6":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251028.6","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251028.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80de35eb0614deb4680b11cbff6c99308d9e57bf","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251028.6.tgz","fileCount":128,"integrity":"sha512-f9804rO4mqE7g+0hhjKWpOZih2smxb6vzfx133z/uuuj04CQv9eILwuwcp3WAqFUAIlH7gPOfPNooPTQCk+4Hw==","signatures":[{"sig":"MEUCIDd3iXpYRlxTn9DLQNUx8EY1qa7jfT3BrYG5pQgHGPdCAiEAnaGfBBMC/kCpI0dIb3TxQF78YbLNo6TDmb0xr/HdxFI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\df79fba3-0342-452d-a411-719027ff0890\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251028.6.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\df79fba3-0342-452d-a411-719027ff0890\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251028.6.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-f9804rO4mqE7g+0hhjKWpOZih2smxb6vzfx133z/uuuj04CQv9eILwuwcp3WAqFUAIlH7gPOfPNooPTQCk+4Hw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251028.6","@azure/core-rest-pipeline":"^1.22.1-alpha.20251028.6","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251028.6_1761678853430_0.4184976924428019","host":"s3://npm-registry-packages-npm-production"}},"3.3.1-alpha.20251028.5":{"name":"@azure/core-lro","version":"3.3.1-alpha.20251028.5","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.1-alpha.20251028.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ecccc2eb26bae9cd04f0452f47b1d0d35b3fb308","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.1-alpha.20251028.5.tgz","fileCount":128,"integrity":"sha512-FtHEq54eDtSL6wQj9WzmRakl0WqFl850EZrIeisCMqPdX5wOXe5hzPwMS9SOIW8HFTkcENS01BcVLgoiVs6T9w==","signatures":[{"sig":"MEQCIBZdB9SHWkBFQnxVfF3R0/epfRVGSTku1Zle8mqDHiVAAiA2BvNLOhsbksq/58N6/ux4y4IJEDKODo1WrX5xu5ZTgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ff172d34-ba03-4f1d-ae8f-10350be6d89c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251028.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ff172d34-ba03-4f1d-ae8f-10350be6d89c\\azure-core-lro\\azure-core-lro-3.3.1-alpha.20251028.5.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FtHEq54eDtSL6wQj9WzmRakl0WqFl850EZrIeisCMqPdX5wOXe5hzPwMS9SOIW8HFTkcENS01BcVLgoiVs6T9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251028.5","@azure/core-rest-pipeline":"^1.22.1-alpha.20251028.5","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.1-alpha.20251028.5_1761678956365_0.22265764269191202","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251031.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251031.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251031.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb4d90f19212b492045a225fbd794b83233b0cf9","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251031.2.tgz","fileCount":128,"integrity":"sha512-10R/bikcelbRoFZs8tUWSVTmaUO2JD2Tg5NbOp9JN4waynruxBrQeZYBRvdvUhZj1xwf7RYhEU04i8IZ0KCJIQ==","signatures":[{"sig":"MEQCIAKIiXw4A1swKuj08+SpAPjyJbFwVIp/cpdOC97CxGyTAiBEL6OufzmajdbA+VWGwWHnjXKdSbOLb0a1HGrSmvWwqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\45821dca-1d51-4996-bf38-c3d106549dca\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251031.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\45821dca-1d51-4996-bf38-c3d106549dca\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251031.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-10R/bikcelbRoFZs8tUWSVTmaUO2JD2Tg5NbOp9JN4waynruxBrQeZYBRvdvUhZj1xwf7RYhEU04i8IZ0KCJIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251031.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251031.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251031.2_1761934335309_0.1767301839745834","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251103.4":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251103.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251103.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f98c69a3ccd102e0c9da7b380206374be8da2ff4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251103.4.tgz","fileCount":128,"integrity":"sha512-2sDosHUV0vMQN5Rjzm498Cdwad2CvGMa75z9No8zLB8LO/Yifi+64m0nb25TL92kJIvJPa8YnSjm8XJdbGYmLw==","signatures":[{"sig":"MEQCIAo12ea7j9oKomVhsEQtNo3t8yjibQ4WaujANH+Q8XjjAiAtO1Qb7F2Zmk5K55KIAjNCa4kqxrStgG5Z9YdFabCF7w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\3d92e469-d1ce-49b1-92a3-4608d9d0ac3e\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251103.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d92e469-d1ce-49b1-92a3-4608d9d0ac3e\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251103.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-2sDosHUV0vMQN5Rjzm498Cdwad2CvGMa75z9No8zLB8LO/Yifi+64m0nb25TL92kJIvJPa8YnSjm8XJdbGYmLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251103.4","@azure/core-rest-pipeline":"^1.22.2-alpha.20251103.4","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251103.4_1762196998339_0.1881399390993097","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251104.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251104.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6b090bd262a2800d412e3fe85967d7ab426d293","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251104.1.tgz","fileCount":128,"integrity":"sha512-CoX66fu9u84Gh6W9Owd/u8wrEFgaDdidHyY4JpFWOPZ0Gnyl4wSe2xNUtFakeUiXiV9n8bYBLO5s8vySnSQv5w==","signatures":[{"sig":"MEYCIQCcO5F3yFk11DxAdrah0yN3DhWvi8hRxNQxrsQseougHAIhAKLwj/GcpRxanavmMukKqkdxHpHL85Kw7JPDeYZOtgRz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\459a61a4-8b1d-4bd8-986d-f74255355b51\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\459a61a4-8b1d-4bd8-986d-f74255355b51\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251104.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-CoX66fu9u84Gh6W9Owd/u8wrEFgaDdidHyY4JpFWOPZ0Gnyl4wSe2xNUtFakeUiXiV9n8bYBLO5s8vySnSQv5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251104.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251104.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251104.1_1762283328238_0.20055253712113563","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251105.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251105.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"26d3c828808c2a08dfe17f4d7b5a9733573a20ee","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251105.1.tgz","fileCount":128,"integrity":"sha512-Pd7UnQf+8MKSsKYRuTE3454Eo9+9Nr9hqzTWZfc93lFNJdkC8IHlvhfO/Jmv4d6ATo7SWSKxT2CjZ5e8VY80sg==","signatures":[{"sig":"MEQCIGY0VXo/EijPNgtRIieP3vakHGoGw1ikcREUnG2do3/eAiBL6RXruUjYpnr7tdCeExQskpPsifS/CrN7u4eU/lDIVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458012},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\806f438f-3c91-4601-b7c0-e3aeeb02b78c\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\806f438f-3c91-4601-b7c0-e3aeeb02b78c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251105.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Pd7UnQf+8MKSsKYRuTE3454Eo9+9Nr9hqzTWZfc93lFNJdkC8IHlvhfO/Jmv4d6ATo7SWSKxT2CjZ5e8VY80sg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251105.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251105.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251105.1_1762369849228_0.04395520203297143","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251106.4":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251106.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251106.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f558c05af384bd7ed3683819c4446fb5dabd4075","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251106.4.tgz","fileCount":128,"integrity":"sha512-lRApRZ9NkzPfaXeM1ZC4XUNRvEFZwTfaEgbwwNcgdrz6RnEwWxtIccfqyvrIE80PDdHwCkJIeGwoVHcKkQZxfQ==","signatures":[{"sig":"MEUCIHelyLWLAV4BfmAvUgRQGhPAa5etoWo8wzzitjXVyb1/AiEAyCfVpusz30Hid3yWWvYNAeRBJU+nKpB2yZU5sMIE4Bs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458023},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9697098b-24bf-4452-9597-ac51a41582e9\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251106.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9697098b-24bf-4452-9597-ac51a41582e9\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251106.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-lRApRZ9NkzPfaXeM1ZC4XUNRvEFZwTfaEgbwwNcgdrz6RnEwWxtIccfqyvrIE80PDdHwCkJIeGwoVHcKkQZxfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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/core-util":"^1.13.2-alpha.20251106.4","@azure/core-rest-pipeline":"^1.22.2-alpha.20251106.4","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251106.4_1762456396742_0.08304892723315715","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251107.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251107.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c31b1823515b7397dab26b98fb11984046c6340","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251107.1.tgz","fileCount":128,"integrity":"sha512-hNX52tHo7/uOn8PJCNgFIdSGFKc2np7dhEjxSiBLCQll9P9jejUU9veV42diEcwIfqdDLqdpDXVS77ucpQwjbQ==","signatures":[{"sig":"MEQCIEdlBDoXMf+xsYu/9eHhxnorirpD041JJ+1DQFcv1LH0AiAPupHmJ/K2Z1SxiOG1wQI+7lxDyExeKusoe2a5V4d+fQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458023},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e22206d6-4dcf-4105-a1f0-84f3e9de96ac\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e22206d6-4dcf-4105-a1f0-84f3e9de96ac\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251107.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-hNX52tHo7/uOn8PJCNgFIdSGFKc2np7dhEjxSiBLCQll9P9jejUU9veV42diEcwIfqdDLqdpDXVS77ucpQwjbQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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/core-util":"^1.13.2-alpha.20251107.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251107.1","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251107.1_1762542866520_0.894003502215009","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251110.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251110.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6443ce518ee9cc10558d38bd2568a8166db652c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251110.1.tgz","fileCount":128,"integrity":"sha512-/Xptkcw/v7yFOWhoEndE8ZLkbF571gf88cdNn9wRahjwYzzXbX/VIrJFh40octziZ73lvsUG3lcxE01C3YHgFA==","signatures":[{"sig":"MEUCIDisvvxFimrLYzbcQZ56R/C+CkN61ZAqUKJpC1PBq8WCAiEAuZEzMgW6htlPVoQCCQyG9OouQQWuYU25VKmAq9kSC5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458023},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fc806524-79ca-4554-bb6f-6324085f1b46\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc806524-79ca-4554-bb6f-6324085f1b46\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251110.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-/Xptkcw/v7yFOWhoEndE8ZLkbF571gf88cdNn9wRahjwYzzXbX/VIrJFh40octziZ73lvsUG3lcxE01C3YHgFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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/core-util":"^1.13.2-alpha.20251110.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251110.1","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251110.1_1762801735924_0.3516348784581722","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251111.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251111.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251111.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3be25809a93a2b0684dc73e425698ca813fa7d9c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251111.2.tgz","fileCount":128,"integrity":"sha512-1wEkBjESwcHMQVbb4sTWAw2c8HTjYo2Gqv1J8l/rbW2BGWhkBKxA+swYgrN536DSI7IedL6O+ITNyAI7pR1pwA==","signatures":[{"sig":"MEYCIQCjyKa9LgkRZXEX6RxW1R/jtt5CgRFSM8gRpcRJHStO8AIhAKMLPwZ26gkKInfz9l3QHCWmPeCGcvExU5BCr6n4GYkZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458023},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\50cbc7d2-f908-4b93-badf-f474cb598739\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251111.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\50cbc7d2-f908-4b93-badf-f474cb598739\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251111.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-1wEkBjESwcHMQVbb4sTWAw2c8HTjYo2Gqv1J8l/rbW2BGWhkBKxA+swYgrN536DSI7IedL6O+ITNyAI7pR1pwA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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/core-util":"^1.13.2-alpha.20251111.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251111.2","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251111.2_1762888459049_0.8479033752937966","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251112.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251112.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bcd9966952516027037759d5a0b631c9a7414137","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251112.1.tgz","fileCount":128,"integrity":"sha512-waddQoBpXdB2OBqpzo+NdrfQNCTTJifomWlwLCHCsGo/+2Zpok9/Zz0ohnAJEHu0wANcktT5Gpd4FCta7+U89w==","signatures":[{"sig":"MEUCIQDHQ33pxejSkxaY3HFJ1Fbl4YmG/nVY6gZwcCQSLPkfhAIgeZJ/983/w+Jg8f5n0Wqy5s+8TwBD1zkMHEy17egDHs0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458023},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d5fdbf88-2454-4563-9d52-f7679c3ffcde\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5fdbf88-2454-4563-9d52-f7679c3ffcde\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251112.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-waddQoBpXdB2OBqpzo+NdrfQNCTTJifomWlwLCHCsGo/+2Zpok9/Zz0ohnAJEHu0wANcktT5Gpd4FCta7+U89w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.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/core-util":"^1.13.2-alpha.20251112.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251112.1","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251112.1_1762974521236_0.46792756761203513","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251113.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251113.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c10582f987fc61bd0c181ddb66ae734dcc1688c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251113.1.tgz","fileCount":128,"integrity":"sha512-DUfwXp7BEhSG0FqKLwB/lyLa9PCVF45qQCdtSyMcGXDaaMHmKmXkHrx+iMImYEr5BCILOhWoyDSAMYKsdG0wEA==","signatures":[{"sig":"MEQCICx2fOg76DIt1R7e8ykzNUkunkIfpZPvv4DXJPO2yas/AiA9XgtD9ZwNeYyY+GOkwOA/dAVdT6TzYr473TWo43gqFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\93b80bf5-61aa-41b3-92dc-113afa2ab1aa\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93b80bf5-61aa-41b3-92dc-113afa2ab1aa\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251113.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-DUfwXp7BEhSG0FqKLwB/lyLa9PCVF45qQCdtSyMcGXDaaMHmKmXkHrx+iMImYEr5BCILOhWoyDSAMYKsdG0wEA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251113.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251113.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251113.1_1763060903504_0.1817982698263405","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251114.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251114.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4db971abab7aabe25509b61ec59539a8e75ba622","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251114.1.tgz","fileCount":128,"integrity":"sha512-1jAQ5XRmt04qQaDMRLTs0R977X30mLQ9a9scvn9kRAoy8VMXgmGvV2PesmNW2oMjYCBRomtHahbEDftI33wN7w==","signatures":[{"sig":"MEQCIBeM4oYWddO8dKoCMIdUGTvmslCjFZwwPUm9CrGPILvSAiA5r5ITe9dFpSdEYXQ4qi3btARCEG4e9Bns709yx2DYLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\da835bf7-c597-44a6-b6a7-4c7a9fb9ff24\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\da835bf7-c597-44a6-b6a7-4c7a9fb9ff24\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251114.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-1jAQ5XRmt04qQaDMRLTs0R977X30mLQ9a9scvn9kRAoy8VMXgmGvV2PesmNW2oMjYCBRomtHahbEDftI33wN7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251114.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251114.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251114.1_1763147398111_0.3783793243018603","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251117.4":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251117.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251117.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94ad79e5c27c66d00caf0ea3b4d90e99b6aae3fd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251117.4.tgz","fileCount":128,"integrity":"sha512-4u9I6hwpTTjCX+4X3isJZIbZCI+zalhLs3CHUQdnBXtfC3+pNC7nJ57WE8VbdIopM+ZZEfnbZ+81QkR4TKT+UA==","signatures":[{"sig":"MEUCIGYb4DgVYDNG9J6AXQRnXPYgVWzjAtj+Kw9+nKVsTXJOAiEAsYyB3aMnGaL9zqHgww3cgZ5K/rxl2Ecikj90ustt3sw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c8a2ff64-da2a-4a49-b94c-429d7d00003b\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251117.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c8a2ff64-da2a-4a49-b94c-429d7d00003b\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251117.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-4u9I6hwpTTjCX+4X3isJZIbZCI+zalhLs3CHUQdnBXtfC3+pNC7nJ57WE8VbdIopM+ZZEfnbZ+81QkR4TKT+UA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251117.4","@azure/core-rest-pipeline":"^1.22.2-alpha.20251117.4","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251117.4_1763406472384_0.34784854722890013","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251118.6":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251118.6","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251118.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"abd8043f51beb2793cb35bff1b41830266c9a223","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251118.6.tgz","fileCount":128,"integrity":"sha512-ZgmjejXMRQjE4DwNdrX9XHRQ4kAvIYdcBrp5Lgtl5fkh90LK7Eo2sKyDXA9hSZY6K3TFijy/cE8kpuXt620+Eg==","signatures":[{"sig":"MEUCICA5yefSr228UyJyvvbumfUOZc3VlNGAqgsu4XccxWIbAiEAly0Oqb/LcoFT66TQbd8iiqhiIDTuKPCjBlvhPLyc5eM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1f45e6eb-5d7c-4122-a476-7792677bf450\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251118.6.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1f45e6eb-5d7c-4122-a476-7792677bf450\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251118.6.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-ZgmjejXMRQjE4DwNdrX9XHRQ4kAvIYdcBrp5Lgtl5fkh90LK7Eo2sKyDXA9hSZY6K3TFijy/cE8kpuXt620+Eg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251118.6","@azure/core-rest-pipeline":"^1.22.2-alpha.20251118.6","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251118.6_1763492911885_0.059079404348832076","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251119.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251119.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251119.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e09538ca7570f2389756ac28e7f0d060d07b598","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251119.2.tgz","fileCount":128,"integrity":"sha512-uPtsUJF3c7AbP5l7YHxp8ww9NFusVUaega78Ae+rqWZ51rhMjV2WBQ9QgoZtc5qmuKmWKZMVpfqvwHU+53v3ug==","signatures":[{"sig":"MEQCIEuHMouVjh959tDWlQp8mN+2afDOCtS+1dvPIq11MgmdAiAQ2wa3OcSPw4hJxmlOSpEySms4Yat7rrs3IADrj/p/RA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1abe2387-9915-4f58-aff7-31154af9a0cd\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251119.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1abe2387-9915-4f58-aff7-31154af9a0cd\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251119.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-uPtsUJF3c7AbP5l7YHxp8ww9NFusVUaega78Ae+rqWZ51rhMjV2WBQ9QgoZtc5qmuKmWKZMVpfqvwHU+53v3ug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251119.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251119.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251119.2_1763579228725_0.10954292004862243","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251121.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251121.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7273045ecdea58875553e268b011904c653ce9f4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251121.1.tgz","fileCount":128,"integrity":"sha512-jBsJnx5dxA/MFdhgAqCYYB/ZCuH72Ct1NljSN2xwuiHFbkZoxLSp4IXfegq4sHd6YOLFDQxTjDs9JkX2nXXQYw==","signatures":[{"sig":"MEUCIQCmYRNJ/xBT6cFRNOyVxKiogK+Ai6r8SHDkOLXI7QH7RAIgdcS9QkowxHpUNb/GxGNvPj9Xc5wN6HhkOxLzNXAJkMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\339dc663-7d1b-4aae-aeb9-2d5714c5e32b\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\339dc663-7d1b-4aae-aeb9-2d5714c5e32b\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251121.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-jBsJnx5dxA/MFdhgAqCYYB/ZCuH72Ct1NljSN2xwuiHFbkZoxLSp4IXfegq4sHd6YOLFDQxTjDs9JkX2nXXQYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251121.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251121.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251121.1_1763752200591_0.038485551025413844","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251124.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251124.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c16cac02ad226757d57ab47e7cc29deec1937ab","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251124.2.tgz","fileCount":128,"integrity":"sha512-Djj5TXQYEmC6MFi+tGwnMEe75f2rt/TJ3jkuFI4+Lm9o77Sj6y7fo6iz+q4JmQwBeEl3sGAcFyGnHJMhiQap3w==","signatures":[{"sig":"MEUCIA5k1/jbH9cvHZVAzkZTIwiGqfdFMvuOwFmgy4i5iv0bAiEA1i3xYRe0ov2Y3QPqjWnJTYiw5cp1jFeX5eCgBn6vRCs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\db4bc370-eadf-4a34-8828-3bb4d75ad254\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\db4bc370-eadf-4a34-8828-3bb4d75ad254\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251124.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Djj5TXQYEmC6MFi+tGwnMEe75f2rt/TJ3jkuFI4+Lm9o77Sj6y7fo6iz+q4JmQwBeEl3sGAcFyGnHJMhiQap3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251124.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251124.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251124.2_1764011392725_0.5569419676519038","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251125.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251125.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251125.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"88191d26dfdd646ea445362de38010ecaff30adc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251125.2.tgz","fileCount":128,"integrity":"sha512-e9DIt05FnVSxiLnRsDptI0H7wbf+fcV8lT2wWVSXuc8W0GXthRM4PbtSBofyenNmzzMqDYS8N8KYdCbwP8BjpA==","signatures":[{"sig":"MEUCIFgkwVa2Gma/j5EYmqBwnWyENj1AAfN2xeMTqJFpSVjGAiEAmCPUhzLPvHzWsnQiONLOeW3AZDDzuoGktARyviLvOUk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\adad7706-41e8-4e42-b133-c6fff1005e43\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251125.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\adad7706-41e8-4e42-b133-c6fff1005e43\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251125.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-e9DIt05FnVSxiLnRsDptI0H7wbf+fcV8lT2wWVSXuc8W0GXthRM4PbtSBofyenNmzzMqDYS8N8KYdCbwP8BjpA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251125.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251125.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251125.2_1764097874015_0.5677391828308429","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251127.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251127.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"231b10e4732eb7aa26f132b41ed015fdbf14c5cd","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251127.1.tgz","fileCount":128,"integrity":"sha512-AY5suN37HOKsAnoKMYvmWX9hG92wIdNmfp8QDQlC9A6rhFofhEdIJcmyXmaHydzwyuieW05W6CuDx2/rrnZACQ==","signatures":[{"sig":"MEUCIHeYNznTwA0dSE20kMjne8bZ8im19B7x7bxuyDWWLLs1AiEAhG/0vTid5eNdISIcF9Rh1n3IV0Iw/Hcxg4YdDMNJbbg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\16adaef4-a2bc-48c7-8ccb-cde4fe891a6a\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16adaef4-a2bc-48c7-8ccb-cde4fe891a6a\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251127.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-AY5suN37HOKsAnoKMYvmWX9hG92wIdNmfp8QDQlC9A6rhFofhEdIJcmyXmaHydzwyuieW05W6CuDx2/rrnZACQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251127.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251127.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251127.1_1764270411622_0.4824450052751772","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251128.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251128.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"594ec340e40fcc46da41b4def54ec2f8e31e5dcb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251128.1.tgz","fileCount":128,"integrity":"sha512-JfVfGm1DmEqIZSpAuuuDQchnqFJwGCqOBFzjN1+3bNh4gL+uwhHq9roBcq8llDFpPhm8EwUW9ky0paUSdnYKbg==","signatures":[{"sig":"MEUCIQDUt0Mk27nXdLGOcArG8ELtBMTvszNyqNYo1eRbhdlV6AIgFT1dXeP+B1rsa8by59SkY0XNVPNTHB+Y6bJtmsZzws0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458024},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\45636b48-78fa-460e-b4d2-a41ae310aed4\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\45636b48-78fa-460e-b4d2-a41ae310aed4\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251128.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-JfVfGm1DmEqIZSpAuuuDQchnqFJwGCqOBFzjN1+3bNh4gL+uwhHq9roBcq8llDFpPhm8EwUW9ky0paUSdnYKbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251128.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251128.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251128.1_1764356898235_0.8505925246036503","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251202.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251202.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251202.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a10659065f112522e704b4731927e2f8fee511b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251202.2.tgz","fileCount":128,"integrity":"sha512-FFtrjywCeRWkZv33W+Kt0V2m3e3BDO5h65VKzqoTcp7LHxGds1++ZF94iKBzT2OawZE9a9sSKVsPDKlbCGk7lA==","signatures":[{"sig":"MEUCIGXp/U5zSQMU3fHG68IjEO9z/b580mGWaZcMpmLJzOlrAiEA0H7VM4IBuMxF40BZDRgvoA1qZSkgZIkakG36eqvw/nw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\8706d93d-926d-4262-be8b-860528fffac8\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251202.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8706d93d-926d-4262-be8b-860528fffac8\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251202.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-FFtrjywCeRWkZv33W+Kt0V2m3e3BDO5h65VKzqoTcp7LHxGds1++ZF94iKBzT2OawZE9a9sSKVsPDKlbCGk7lA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251202.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251202.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251202.2_1764702620986_0.4673829434704124","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251203.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251203.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e1aef0cbcd2a42ae3c91a1595c7069ecb34357f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251203.1.tgz","fileCount":128,"integrity":"sha512-BUXxpmD7HNsKzx/re2FoLFm5gdLFRekyFMYxXFQX8K7vLiTXVX/BMK8ERbpLZaiW4DOW77AfhXLLoZ8QEgxUuQ==","signatures":[{"sig":"MEUCIQCckv5umHloGkRBzlvbnGeTzgHclFOc/BKBvHxHoAxFMQIgJCrS9ceQVxowc75GGl9K9x0JLYchroA2kuiS0UMQJV4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f6f673f7-8338-4f75-9e15-21b4abe3ed86\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f6f673f7-8338-4f75-9e15-21b4abe3ed86\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251203.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-BUXxpmD7HNsKzx/re2FoLFm5gdLFRekyFMYxXFQX8K7vLiTXVX/BMK8ERbpLZaiW4DOW77AfhXLLoZ8QEgxUuQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251203.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251203.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251203.1_1764789182252_0.517901190119999","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251204.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251204.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"830da12f6e14b504ec79d236399efbb4b2372b95","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251204.1.tgz","fileCount":128,"integrity":"sha512-khvCuJQr9PIvn92UOqJuAqrv6uSZGiVxflY3XjeVOAZpa8txOaAvz1N21vjryx5+0Oz1wpNappEcDtWuEEFMVQ==","signatures":[{"sig":"MEYCIQD65QppP7dcVeI9Gg+ZNmcMB+EDkw+jkHDD292Euu+7EAIhAMx1RkqDxqmhUV3vB77TJdApKmbpxXNS01IG/M7dW61S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\74be0446-a4d9-4c29-93d6-a03a9f0dfd0c\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\74be0446-a4d9-4c29-93d6-a03a9f0dfd0c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251204.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-khvCuJQr9PIvn92UOqJuAqrv6uSZGiVxflY3XjeVOAZpa8txOaAvz1N21vjryx5+0Oz1wpNappEcDtWuEEFMVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251204.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251204.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251204.1_1764875691347_0.37497535223608636","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251205.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251205.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"542b8d18d64b0e212809154c1a3cf078cfae6b51","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251205.1.tgz","fileCount":128,"integrity":"sha512-Lee4XtOYOIlv0T0hpQeu2VE68xFm2KeVD8t57kQ6anj0/hPOd6eBcWYuWAy1vAdUdOdhRq+ExYxsFVYRbQksrg==","signatures":[{"sig":"MEQCIH5DtPOQtIF8oNURE2zQ571mZslJ/9Dv6NbNjFi+XhVzAiAcgRMytw/TOPxHs0zAkD8ECpp0dHKiizqit6fqSZ5IlQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\6277000e-ec1c-4891-82d6-db4c6f6f365a\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6277000e-ec1c-4891-82d6-db4c6f6f365a\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251205.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Lee4XtOYOIlv0T0hpQeu2VE68xFm2KeVD8t57kQ6anj0/hPOd6eBcWYuWAy1vAdUdOdhRq+ExYxsFVYRbQksrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251205.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251205.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251205.1_1764962066831_0.45290877918265804","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251208.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251208.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d81dd143d72c3581f141be6376d7c0b0aef7feb","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251208.1.tgz","fileCount":128,"integrity":"sha512-Mi2K2nCJbpoaDIQOVjyYvdz4/ixAfp4SXiKsNBTbHUzFKPWRm3IBtVUpNKGWsCtBgbLihBr+Bd5cZsHOI30/tw==","signatures":[{"sig":"MEYCIQDE3ZaTN0B4R2P9V+UA4++7h68rqKgJvp5Za019Ytm/ZAIhAN8Z0g6jIrh8poTX5AX6yqUKhFLqTyG+WWr9Q2RUOlt3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\214e9ab2-7815-482a-ac25-ef0ab7809dcc\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\214e9ab2-7815-482a-ac25-ef0ab7809dcc\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251208.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-Mi2K2nCJbpoaDIQOVjyYvdz4/ixAfp4SXiKsNBTbHUzFKPWRm3IBtVUpNKGWsCtBgbLihBr+Bd5cZsHOI30/tw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251208.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251208.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251208.1_1765220983720_0.12481950354120785","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251209.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251209.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08a18c25840236d468e4c17feb70ef91c8283318","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251209.1.tgz","fileCount":128,"integrity":"sha512-0ef3fSVIdLEpB8vVyxKjO0JZxvdz7cvelMCEReFVeYhY/WL0pdYVrcc+nnYhNh/NIDXHmluYX9YhFRCih9KLvQ==","signatures":[{"sig":"MEUCIQCgxOVeML5Xfmik3UKhOsMzFZtCPSC37sltZgWT6GuADQIgAIQR6gNPDFYOgLqnELN818b1edfjvgEUUKihlqGPJhE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\7ef23625-279b-4037-b4dd-def08b462c0c\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ef23625-279b-4037-b4dd-def08b462c0c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251209.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-0ef3fSVIdLEpB8vVyxKjO0JZxvdz7cvelMCEReFVeYhY/WL0pdYVrcc+nnYhNh/NIDXHmluYX9YhFRCih9KLvQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251209.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251209.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251209.1_1765307661199_0.017917186393210605","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251210.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251210.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b34cc0a3d97ce7e34aee0b6ea2e63c0bf589ec8e","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251210.1.tgz","fileCount":128,"integrity":"sha512-nhnCiV4Qn4sZq7W/y/aLUqCnsHZBtd5WKT8Ryz69f53n+c63qsNzt2CjKRVqeKTAT7zgE4b9qkogqswjEVKEZg==","signatures":[{"sig":"MEUCIGv0F5EaHI2eDTfrHY1sNqgwzRKgaAGQgyKnw45VfNUMAiEAoJVF3m560ygjzMsIF/0D7fvENpgm0yZfm59jCrnc/l0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\76738443-9c03-4857-8a00-526e0169a806\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\76738443-9c03-4857-8a00-526e0169a806\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251210.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-nhnCiV4Qn4sZq7W/y/aLUqCnsHZBtd5WKT8Ryz69f53n+c63qsNzt2CjKRVqeKTAT7zgE4b9qkogqswjEVKEZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251210.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251210.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251210.1_1765393748530_0.15447765250652878","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251215.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251215.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251215.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ee06b4094489da33d799f2e7227aed8cc31f753a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251215.2.tgz","fileCount":128,"integrity":"sha512-oBbXY0QL3Aei+qcH0siXKliD+bK/fh+tE58Vai9KeTKKNJVnYRIcgklXTh4neW0Wa3c//2kQ1TsEea819PiBpQ==","signatures":[{"sig":"MEQCIHXUCtVNp5cyXrPFLPrgQwYCT1dfFuZGdfSEgQB04RaUAiBsgdI8v2UG0R4VW4jUT5bop+REGIBKEkyme24jw3MwGA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\29ebdab2-1d30-46e5-8d31-df21d1ba57d9\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251215.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29ebdab2-1d30-46e5-8d31-df21d1ba57d9\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251215.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-oBbXY0QL3Aei+qcH0siXKliD+bK/fh+tE58Vai9KeTKKNJVnYRIcgklXTh4neW0Wa3c//2kQ1TsEea819PiBpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251215.2","@azure/core-rest-pipeline":"^1.22.2-alpha.20251215.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251215.2_1765825796005_0.6206341968595412","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251217.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251217.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84fad592884732cdd5d52aea270b1d673f28a649","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251217.1.tgz","fileCount":128,"integrity":"sha512-a04P+k4jtn71VNZ0WsJDwsEaI0gWJsVk+e3Y+jBnghCMZMY6gjY4k3qvS1VfEp8aMEZUQgmFAGbsDSXqc1fWWg==","signatures":[{"sig":"MEYCIQDr+I8ci/CnbH7FRLkhLQfD7e+Gf2ZvbjwXYK8GzLqR1AIhAK68F+Hv+Md6CoFxYj1FmGRG+U0piNCLDd9zoTqbpg7v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\82355dee-9b0a-45c9-b534-06344918e89c\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\82355dee-9b0a-45c9-b534-06344918e89c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251217.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-a04P+k4jtn71VNZ0WsJDwsEaI0gWJsVk+e3Y+jBnghCMZMY6gjY4k3qvS1VfEp8aMEZUQgmFAGbsDSXqc1fWWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251217.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251217.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251217.1_1765998498791_0.3639555181247651","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251218.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251218.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe303bad6f4654af79655c3727caa42e95bc2d46","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251218.1.tgz","fileCount":128,"integrity":"sha512-r/69ldj6tzjGeypBiYJKJkzhRUmnStspuyw9J973CVZipoNeNlG1ZMwoI+b0hGo2ki+9viDzv2Q9tJcljFhVWw==","signatures":[{"sig":"MEQCIFfu2YOixIi6834dyJhRPUL56jtlQUWr1+r/nTRYPSSqAiAzrOYWtNKVy+9kVr4y4QN/Pq3ime5NtaIc0c+oHqN+LQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b2234964-7229-4475-b8c3-83aa54acad4c\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2234964-7229-4475-b8c3-83aa54acad4c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251218.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-r/69ldj6tzjGeypBiYJKJkzhRUmnStspuyw9J973CVZipoNeNlG1ZMwoI+b0hGo2ki+9viDzv2Q9tJcljFhVWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251218.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251218.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251218.1_1766084893236_0.2981962919974128","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251219.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251219.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67c7d1d1e501d510b812c00390ef5323494d7b56","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251219.1.tgz","fileCount":128,"integrity":"sha512-05GLR4hzsXRzJ4iFilEVmmwFvxFoLqGcr4nMqERUXPYvc9K80XVa4CCAs7RqkmgenRaW7+kcYKH8JZ3wl+LfSw==","signatures":[{"sig":"MEQCIFaUNAXMIGCSPXhr+469XxiieuoB0EUzaBAo37JE0NQiAiAsdhMlTGX0RZIUaFynPc/uQav190IgRzqnWY0h/qJXLw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0e21c523-9204-448a-892d-e80603eea873\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e21c523-9204-448a-892d-e80603eea873\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251219.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-05GLR4hzsXRzJ4iFilEVmmwFvxFoLqGcr4nMqERUXPYvc9K80XVa4CCAs7RqkmgenRaW7+kcYKH8JZ3wl+LfSw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251219.1","@azure/core-rest-pipeline":"^1.22.2-alpha.20251219.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251219.1_1766171479996_0.31900669485440925","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251223.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251223.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"335e0684f9032c687e436975a1588467b47febc2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251223.1.tgz","fileCount":128,"integrity":"sha512-4lj2otvoOKL6y2jGHi836+81Bhwx+M4R8outpen7ksmXXYdMoyf2F9MqF/bQbikRmUMf8TzY1EvzhoiOr//nsA==","signatures":[{"sig":"MEUCIA5p3VhDSOpNSZk9E57ZgHd/okndrPRdcxrPPFdaOlf7AiEA7Soqk1fN4txwNmEknF5OuNY9X5Q+D/Taur+Ec9uOY5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\527d71ed-f694-4438-ae0b-201342578987\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\527d71ed-f694-4438-ae0b-201342578987\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251223.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-4lj2otvoOKL6y2jGHi836+81Bhwx+M4R8outpen7ksmXXYdMoyf2F9MqF/bQbikRmUMf8TzY1EvzhoiOr//nsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251223.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20251223.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251223.1_1766516938148_0.6882324486144831","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251224.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251224.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20251224.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7083e0789bd6469bfc09cecd617738beddd12da","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251224.2.tgz","fileCount":128,"integrity":"sha512-JLjhYZIvD0TKZZ/bE+DPmEncxChPmGXHFfKDm/ODVx1Hp3RzJmMuJgccNk9ao6kcY1/cltzdYynUbEmdEG8lZA==","signatures":[{"sig":"MEUCIQDaRX6WaQCbj33fF+W7D6tGBALCdaYSkyY3JQ/xxVWnjAIgIDKsQvecm2HG9e7AeY8s/jAQRVxIf6z1w/US2Ea4GPg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c10531a6-1b11-4897-b5ba-0ed8dcdb6158\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251224.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c10531a6-1b11-4897-b5ba-0ed8dcdb6158\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251224.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-JLjhYZIvD0TKZZ/bE+DPmEncxChPmGXHFfKDm/ODVx1Hp3RzJmMuJgccNk9ao6kcY1/cltzdYynUbEmdEG8lZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251224.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20251224.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251224.2_1766603247602_0.07891381999619629","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251226.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251226.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5387bd6472cb6494ea7d725529ee347b68bd2d1b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251226.1.tgz","fileCount":128,"integrity":"sha512-K3OEEwCguSMc9y5nh7SHodw7GY5RCzmYeb+QmdhoUyk9a3BBjlFORNZLKQh1GMsrfygHmpIvOzHfor3EC+7s+A==","signatures":[{"sig":"MEUCIHL9S0HqgBdSdkEK3S/agrRCyFxw5kqYktLXrQaPXM19AiEAi16083Aq8cvF8G4CjziQX3ust2Lc0aclMs7IbIVtKqk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\49235062-f741-4570-ab6b-75d58f980887\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49235062-f741-4570-ab6b-75d58f980887\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251226.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-K3OEEwCguSMc9y5nh7SHodw7GY5RCzmYeb+QmdhoUyk9a3BBjlFORNZLKQh1GMsrfygHmpIvOzHfor3EC+7s+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251226.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20251226.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251226.1_1766776095512_0.594731992822565","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251229.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251229.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e2fdabfd77ac63ddc40da7027e0cff39d266bab","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251229.1.tgz","fileCount":128,"integrity":"sha512-MvBWG/bmdHgsOFCl5/+1h5cyeKnujeD+0FUknZPrnCLgGlGVr/cgi2+ZlZcFB4Oi0pxY6dipECi8BsQ8NstMZQ==","signatures":[{"sig":"MEUCIEof2VoOex1DW4y1/SMejSCIXvs2JNP8Iy8u+3wSdZQvAiEA/6FEemr4vrJ3esEBwkPJiI5CN1yLEUfkG/tDRMOidXI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\9ccaf9d9-2728-422b-af5b-a830eac269da\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9ccaf9d9-2728-422b-af5b-a830eac269da\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251229.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-MvBWG/bmdHgsOFCl5/+1h5cyeKnujeD+0FUknZPrnCLgGlGVr/cgi2+ZlZcFB4Oi0pxY6dipECi8BsQ8NstMZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251229.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20251229.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251229.1_1767035200883_0.4800814368196611","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251230.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251230.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df0317e212233160d0881e3d4776eea4d18fb75f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251230.1.tgz","fileCount":128,"integrity":"sha512-rC0HmacWQng/iwKtEKobNo+UaSmHT9yzEkOLZitQeM30ob9IGlmjgS+7rCSCueduLZzMgQgk57FVq8crOi7YWg==","signatures":[{"sig":"MEUCIGoDXYu7xlLSvgrUn6ATV/MriMBtGO8mrwDSj7jHya2vAiEAiY3KjpRF969YqP/drKnJQ+IpjYMErz/DEerK22WB3oU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1792b2df-bb71-4596-aef0-33716b1186e5\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1792b2df-bb71-4596-aef0-33716b1186e5\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251230.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-rC0HmacWQng/iwKtEKobNo+UaSmHT9yzEkOLZitQeM30ob9IGlmjgS+7rCSCueduLZzMgQgk57FVq8crOi7YWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251230.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20251230.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251230.1_1767121722720_0.6072982607921866","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20251231.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20251231.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"edc8a319b1d958c7af45d10813511784ec9b3f50","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20251231.1.tgz","fileCount":128,"integrity":"sha512-ceZW+mCE8fQvwukHhT/NFeBDiYtWbbNGpZZ10rrGPbruudY7uWL7tf1nOn0E0jLcSlUtBNjo+/RHwppwafKyIw==","signatures":[{"sig":"MEYCIQCClQQsMgRRQU+IgjVN7Ev+zAkdVFOfCK5GKladsGO2UwIhALhtc70XOiithjLpruTWaZ7dXJk5s3QCXczDWcAXU8fV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4111b660-d37f-476c-8a79-094cbcc60b55\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4111b660-d37f-476c-8a79-094cbcc60b55\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20251231.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-ceZW+mCE8fQvwukHhT/NFeBDiYtWbbNGpZZ10rrGPbruudY7uWL7tf1nOn0E0jLcSlUtBNjo+/RHwppwafKyIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20251231.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20251231.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20251231.1_1767207998955_0.03175335636654375","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260102.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260102.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc625146e81774711661dc19837b6181321fa2ff","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260102.1.tgz","fileCount":128,"integrity":"sha512-VoL5oyfrxOZ+UMhXtU+Dsuy/7aRWx/nuMlYH1LZtUs7I4Wc78g4xx272UANzkS2JxmVelhT+MJXtAwym71jjKQ==","signatures":[{"sig":"MEQCIClWuJOla47HntOzcxA7CWWAdAi1GIiB4E0sC1+cKJsLAiAmAjzKeN5BQ8Klo74BtnOPP9We685W17o3ckUa92BH7A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\fe41a333-ddf1-4fdb-ba19-ac1d44664641\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe41a333-ddf1-4fdb-ba19-ac1d44664641\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260102.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-VoL5oyfrxOZ+UMhXtU+Dsuy/7aRWx/nuMlYH1LZtUs7I4Wc78g4xx272UANzkS2JxmVelhT+MJXtAwym71jjKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260102.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260102.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260102.1_1767380871330_0.9579760653614737","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260105.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260105.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260105.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5179444fd5db87d08fa34565531ca14ffb90ea7c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260105.2.tgz","fileCount":128,"integrity":"sha512-GrFpOvPFLgZZyrAfFjEtmDGq053RqyN54iQjNFMSKDGXe9dvfWdsoM/XCPVSQ2BfSUiK2rKYVIQju8qCbN+X5Q==","signatures":[{"sig":"MEUCIEPpMjcZQo1esq3FJVAsPHU9aoqBLyn3lRgiF5Fp7rDqAiEA9iv8LSrEOIVbbqFd8eWPLA7nb7PSXznAFQlnBBDklts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\b87a6eed-38da-4541-abd4-59d0c8865d51\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260105.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b87a6eed-38da-4541-abd4-59d0c8865d51\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260105.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-GrFpOvPFLgZZyrAfFjEtmDGq053RqyN54iQjNFMSKDGXe9dvfWdsoM/XCPVSQ2BfSUiK2rKYVIQju8qCbN+X5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260105.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260105.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260105.2_1767640829546_0.8418928999193325","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260106.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260106.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260106.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e648fe5d0b979ea18391165219f74ed8e3b5146b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260106.2.tgz","fileCount":128,"integrity":"sha512-zX8+0banQYjVdkEpLkyuRzgslSQAA611t0s1pZbp7lZ2+p7p+fNpZXeNK93Er3SD4TlvBLpEQRq51Jb3pp59YA==","signatures":[{"sig":"MEUCIAbp+D17CkkHC1Q48FI4ngYYKUBe8H+74et15iOZTztHAiEA06lzYnmistgjXeseAI0sc0rm23N0ZGPzyX0rUjUv8GE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d93d3f68-5f0b-478f-af4d-b5b35b7afa86\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260106.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d93d3f68-5f0b-478f-af4d-b5b35b7afa86\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260106.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-zX8+0banQYjVdkEpLkyuRzgslSQAA611t0s1pZbp7lZ2+p7p+fNpZXeNK93Er3SD4TlvBLpEQRq51Jb3pp59YA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260106.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260106.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260106.2_1767727033747_0.8566788390876814","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260107.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260107.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6eef3201616797fcf9513fcc1482cfff03cca6af","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260107.1.tgz","fileCount":128,"integrity":"sha512-F0tUOHhDbPZxnnqqSM1qpxenSGaIqk4c0vEOUXabuMEE9+HGluq6bAnMg2vOOd3VBQBuYvyxdNufmy/XvxWMIQ==","signatures":[{"sig":"MEUCIQCDEItXeP23UTVwWsGYuEyNnTWt2/DZsN+pmbeOd4HRrQIgBw1Ej4+OWBHSfaGPoCSm8G5VJt+jWyZC6or7wvknzys=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458052},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\43f193a0-8ac4-4fdf-b4c4-9f8a41efa5ea\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43f193a0-8ac4-4fdf-b4c4-9f8a41efa5ea\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260107.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-F0tUOHhDbPZxnnqqSM1qpxenSGaIqk4c0vEOUXabuMEE9+HGluq6bAnMg2vOOd3VBQBuYvyxdNufmy/XvxWMIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260107.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260107.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260107.1_1767813578888_0.3397519802819844","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260109.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260109.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13244b42e9d9d2247ba4b1166e6aa7df9cabdadf","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260109.1.tgz","fileCount":128,"integrity":"sha512-AM7EgFpovNTlC5u0AMSGY43TbI/rkZmd/XrWtcCotjNZa7a0Tg8I8CswTgICmmyFFGhO/o5c+fkw4PYZJqP1Pg==","signatures":[{"sig":"MEUCIHKBFHea7o4FdYhEIYufr44K+mGL/qOMwT8sg+wPdYiGAiEA9QbE/ds64Vp7R33jryIec1YVFEPSGBOrCxFzHDfuNsM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0cba404c-74f6-4481-a3a6-d46475694f29\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0cba404c-74f6-4481-a3a6-d46475694f29\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260109.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-AM7EgFpovNTlC5u0AMSGY43TbI/rkZmd/XrWtcCotjNZa7a0Tg8I8CswTgICmmyFFGhO/o5c+fkw4PYZJqP1Pg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260109.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260109.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260109.1_1767986189561_0.25454920288499316","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260112.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260112.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc66fb67668f8b5a1a7be4e71c91d8765c57b06c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260112.1.tgz","fileCount":128,"integrity":"sha512-xNGckSXScTHDBpn6lpLbz9zM1qoNmXRbaBPz7O6tkjv8UsiVKvSRaJSwbmniPfkIdA80Rh/TDc5GOhKxeNLzpg==","signatures":[{"sig":"MEUCIE6CO7yO7pWWy2DAm81184kjNZJA+NGLTj1WTKPM8/qzAiEA6nzbwGAJr6C5b9GaRjKmCus7Ab598qsi6YrazWpx+ts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e559da2b-b276-4bbb-9102-30383afd548d\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e559da2b-b276-4bbb-9102-30383afd548d\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260112.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-xNGckSXScTHDBpn6lpLbz9zM1qoNmXRbaBPz7O6tkjv8UsiVKvSRaJSwbmniPfkIdA80Rh/TDc5GOhKxeNLzpg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260112.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260112.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260112.1_1768245577817_0.3442726617446292","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260113.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260113.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d193939ca8a9970dbf908a722b3d13776c138a1","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260113.1.tgz","fileCount":128,"integrity":"sha512-sRz+xDRBJ9+GS2QixGyr/LRlwwEvLKRl9D4KNsHakIYmPfakbZxwUharoFFmXX6c8C08DK5kLo3CmAPaIv7Chw==","signatures":[{"sig":"MEUCIQDXyyhQkAT2ShrhK6IMdBRql5rEWiS8mwJuzNse5HvaBAIgPQSPcFSfcirSKLUd4+vN2iLIiAQtlyybIKAQdTRTsmI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d4d1a412-0f7d-4ff3-a8b7-d952b983f23a\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d4d1a412-0f7d-4ff3-a8b7-d952b983f23a\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260113.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-sRz+xDRBJ9+GS2QixGyr/LRlwwEvLKRl9D4KNsHakIYmPfakbZxwUharoFFmXX6c8C08DK5kLo3CmAPaIv7Chw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260113.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260113.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260113.1_1768331648475_0.3383767746338795","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260114.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260114.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3250d471d775e8bc378d530814b760ec7578787f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260114.1.tgz","fileCount":128,"integrity":"sha512-uWMnqMmqVcX0NYtgxAzOpC963V2j3uRxwDeFbnMCbi4px1glZtVBMk4kxD+ZBJue0EuPihYu+oMBYBCMPbMPWQ==","signatures":[{"sig":"MEQCIAZ+yYcIteNzVEjhLBGF0JmostqNUM5W4318pVctWkT6AiA4jxIHumktEnvSvOKjplVleYdKeqS4v8WHr+zf6y5IsQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\95176919-c948-4faa-8102-66f6792c2333\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\95176919-c948-4faa-8102-66f6792c2333\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260114.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-uWMnqMmqVcX0NYtgxAzOpC963V2j3uRxwDeFbnMCbi4px1glZtVBMk4kxD+ZBJue0EuPihYu+oMBYBCMPbMPWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260114.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260114.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260114.1_1768418364491_0.8588939378755074","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260115.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260115.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ffe7667b5a4422e1b7e88bfa91a4e1a205ec446","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260115.1.tgz","fileCount":128,"integrity":"sha512-i0UWJ9vEJnxguTSHxr+iG+Lgy6/Gnaew2p8A3hoJdpY+crXCEqDs8FawQMWj5wU6wlS/OdfSNVG7p0vtini4Cg==","signatures":[{"sig":"MEUCIQC6VJ5dRsHfFzE8ZavQzhbvBGxcMs7IKyzqTa5I89HW5wIgfT4rp0jbkfp24cwxYmaVtfmyCPUJmaKBcLk1qf0rrDE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\12aa536c-8f22-49a0-80c3-cc9447824160\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\12aa536c-8f22-49a0-80c3-cc9447824160\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260115.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-i0UWJ9vEJnxguTSHxr+iG+Lgy6/Gnaew2p8A3hoJdpY+crXCEqDs8FawQMWj5wU6wlS/OdfSNVG7p0vtini4Cg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260115.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260115.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260115.1_1768504843044_0.8328771464298246","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260116.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260116.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05ef48a6aa291d8503eb5de5c919310a63e0d659","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260116.1.tgz","fileCount":128,"integrity":"sha512-uvjR/tsO6ydyFC8fpUcRfF2SWj2Vi4l7jA5DjUCyBN8lX4tT2+W6BWxXAoSF6NqD1QmxJjXXVH6oEDd+3UZUVg==","signatures":[{"sig":"MEQCIHYF1S/vo6TJG2xkhyZ00uQF9eZTq7Cq+ra6dSMh6kcjAiBRrK6m6ZP59QCFK+JIvTuvqZ/toU7Y0UbLB+ZmYKVpHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e465cd79-7943-4408-a0f7-7f9c91213db2\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e465cd79-7943-4408-a0f7-7f9c91213db2\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260116.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-uvjR/tsO6ydyFC8fpUcRfF2SWj2Vi4l7jA5DjUCyBN8lX4tT2+W6BWxXAoSF6NqD1QmxJjXXVH6oEDd+3UZUVg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260116.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260116.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260116.1_1768591122446_0.23184788762687303","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260119.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260119.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b54e24a7acbea008e1a968ff5727a0ad7d00176d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260119.1.tgz","fileCount":128,"integrity":"sha512-BdmQ0GxCQf1rzOqzPv1vQzyJd9uonk3xmKZbB2EgQ6lcHKiJWq+1cNQYqxpYQGiXrOshjXhLEKszwkgwALSUIw==","signatures":[{"sig":"MEYCIQDuiwcrAgr3RmllIjPRFjMGot4jkqKvss5KWPPsjAhdzAIhAKfejrNDLLorUuBJehpc5T7AGmyVN3Wx8z7WhfB1naUC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2a33408c-44a0-4663-aab1-90d146366043\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2a33408c-44a0-4663-aab1-90d146366043\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260119.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-BdmQ0GxCQf1rzOqzPv1vQzyJd9uonk3xmKZbB2EgQ6lcHKiJWq+1cNQYqxpYQGiXrOshjXhLEKszwkgwALSUIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260119.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260119.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260119.1_1768849641298_0.23627575559294045","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260120.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260120.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a9f79344e07d4ddaaaa134bac085c3dcbeb8539","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260120.1.tgz","fileCount":128,"integrity":"sha512-F/tR/OaRxt2S4QkI8+RilqzKKBTGN2P6R/JOd1oCJD+MdEvjmrZnvawWInfTaGVmlWQbR1SXNU0c6Zsk+YGfpA==","signatures":[{"sig":"MEUCICnVJi7Uz9G8bm0OLO+74TmW+qorCSqtxdSZ0OEEVUaCAiEAp9owYKFSlpxpTWYXkikKH6hSaIHQvV6RCHPWfb65k7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\aa95a614-bc3f-4592-ba69-df81ad59a0b8\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa95a614-bc3f-4592-ba69-df81ad59a0b8\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260120.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-F/tR/OaRxt2S4QkI8+RilqzKKBTGN2P6R/JOd1oCJD+MdEvjmrZnvawWInfTaGVmlWQbR1SXNU0c6Zsk+YGfpA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260120.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260120.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260120.1_1768936219936_0.3609104028306176","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260121.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260121.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac7997ee6cf035593fe231db3eb66e3b148be46f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260121.1.tgz","fileCount":128,"integrity":"sha512-EAzaPpcSazxiirdh4aSGJbD4si/4TDID7SEiT0ZZgikAHk+yU3r94s6kXJ6gfNxfuUPbURB8hhmFVPym96IWyw==","signatures":[{"sig":"MEUCIQC+XzQiqHHsQdDd/zG65EU8pfbQwwHogLPdCc0n2YZUhgIgafQwOCsZOCueFjnPKHYaU/qATOTUILwymdlwZYIayDU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\be275e74-3a55-4b0e-9adf-886be7a78673\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\be275e74-3a55-4b0e-9adf-886be7a78673\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260121.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-EAzaPpcSazxiirdh4aSGJbD4si/4TDID7SEiT0ZZgikAHk+yU3r94s6kXJ6gfNxfuUPbURB8hhmFVPym96IWyw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260121.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260121.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260121.1_1769022660649_0.15092852405436052","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260122.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260122.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260122.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e48d8b66303f48a9f16ea3654f02074a317fd42","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260122.2.tgz","fileCount":128,"integrity":"sha512-KU2I6SjIUuGYiaEs+Jv/362oox8ZKgpJWc+VegTbp+wRKJvJI+iKHESs+Lqew1vifwYlccfo65O5icH8sFOkcQ==","signatures":[{"sig":"MEUCIAEMjTod9od5W/wBqttbcWd7f6qVp0xQb2jzw4hmlREtAiEAlQ1wdlfqC1LoO8E4tmrsxOWrmekohk+sviEkEe7fXX0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\5f3c4d21-4e2b-4e08-b7dc-3931db6a23e8\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260122.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5f3c4d21-4e2b-4e08-b7dc-3931db6a23e8\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260122.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-KU2I6SjIUuGYiaEs+Jv/362oox8ZKgpJWc+VegTbp+wRKJvJI+iKHESs+Lqew1vifwYlccfo65O5icH8sFOkcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260122.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260122.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260122.2_1769109289260_0.7138048904831118","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260126.3":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260126.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260126.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"523e861b75a7e11e605335b5f8650bf4c52996b2","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260126.3.tgz","fileCount":128,"integrity":"sha512-VsO3Wydq3naViAbkMM5FGq76oS/MxyyeQr3cCzOtsQeXFlnSEkUvlh3z+vZ+Upv4b8hSG7yu8oKQ/JT5rb9EeQ==","signatures":[{"sig":"MEYCIQD8AbJujOIwtNJ8Ke3nZ8iogdhx8gvRsVyg8Fpf8i/fUQIhAKta/zkkWkFaMxMEXXAq9ma9yIhf/T6VI2FSxwmI0YVh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\7a0c955d-8120-4b28-a279-7d63722a307c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260126.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7a0c955d-8120-4b28-a279-7d63722a307c\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260126.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-VsO3Wydq3naViAbkMM5FGq76oS/MxyyeQr3cCzOtsQeXFlnSEkUvlh3z+vZ+Upv4b8hSG7yu8oKQ/JT5rb9EeQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260126.3","@azure/core-rest-pipeline":"^1.22.3-alpha.20260126.3","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260126.3_1769454893869_0.9469331085081976","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260127.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260127.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cadf2e0d7ae1d2f92f8bb2439f580dfbcb2e4f99","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260127.1.tgz","fileCount":128,"integrity":"sha512-ER5IQOWYW5NEC+pUhEOeshzMQHikssBrUv7uBmju7g7fjbEY0Ot1+bWw0/7Cyqdq06sYCV7MDUui+cgAd4bTvQ==","signatures":[{"sig":"MEYCIQC8iRsumkkAUCTfj1RA+ZicVhALe3N4XY6nKIJ9+A7TywIhAM8PF4qpwVUX5dbowZY9MswIDl5X512zSrbXOV0MxCM3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d080d2cf-1832-4983-9dac-3da579729475\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d080d2cf-1832-4983-9dac-3da579729475\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260127.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-ER5IQOWYW5NEC+pUhEOeshzMQHikssBrUv7uBmju7g7fjbEY0Ot1+bWw0/7Cyqdq06sYCV7MDUui+cgAd4bTvQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260127.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260127.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260127.1_1769541318317_0.718580948229155","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260128.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260128.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0072ca8c410091bd2d5431482043c092779448fc","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260128.1.tgz","fileCount":128,"integrity":"sha512-LMOnZuNewQGI7TpfOUrKhviFxWF/SDhDMVRNgANYgMzeZOdV+pO35vl+LWn4L2+jzMynygON368SIVWlBMCsaA==","signatures":[{"sig":"MEUCIQCb7qm8PO1LoVNBwP6d5lD4qlIuK4yvu72PChssWks/NAIgaljVC5CkjPa7cQj9MX7Bvrnv70AQSkPvsbfly2lp4fM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1bef4321-3fd2-4221-b4e0-a399dd8545b6\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1bef4321-3fd2-4221-b4e0-a399dd8545b6\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260128.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-LMOnZuNewQGI7TpfOUrKhviFxWF/SDhDMVRNgANYgMzeZOdV+pO35vl+LWn4L2+jzMynygON368SIVWlBMCsaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260128.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260128.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260128.1_1769627630512_0.37307765471882615","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260129.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260129.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260129.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"010dc8706c11de7f06165b9cbad84911373b1ea5","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260129.2.tgz","fileCount":128,"integrity":"sha512-/wksOYCMi4RwFOUzmnJaTiRw9PHOgEbw6Ces056Auc19BagYuBHZc5q5bmczztCZl7nORUEPfpTIAG/xlw7Q7w==","signatures":[{"sig":"MEYCIQCbk2GhD5GhBNwvXH/vQtToCA1EEuCD7+8OoDVZsuDw0wIhALGoXRzJgzZuWfagxDewvreisbSc++6ouQXNyIC9LB1e","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\1716e90e-566b-4eb8-a1fe-4a41546143ca\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260129.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1716e90e-566b-4eb8-a1fe-4a41546143ca\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260129.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-/wksOYCMi4RwFOUzmnJaTiRw9PHOgEbw6Ces056Auc19BagYuBHZc5q5bmczztCZl7nORUEPfpTIAG/xlw7Q7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260129.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260129.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260129.2_1769714109359_0.45095898662625356","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260130.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260130.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e7d32a9d7c403279a52662eef538177606b18c4","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260130.1.tgz","fileCount":128,"integrity":"sha512-2JSWe4SUb5Syy2xOhqRmnkcvkNIleaFz2DzSdXLRMXM+v4ywUPXUoct3rB1l1EIZ2isGCdhkanPsuM3upzJIng==","signatures":[{"sig":"MEYCIQCb9caosGVpyuzPEzZAxvsfEa6a2rDc/t2ocyL3MM7wHAIhAM3GSoSPkcfPGcVKtFsbLFeS39lr3W76Fx5RfJ2UJCUC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\2e0fd9eb-d16e-46c5-9cf2-0a5954a979a8\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e0fd9eb-d16e-46c5-9cf2-0a5954a979a8\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260130.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-2JSWe4SUb5Syy2xOhqRmnkcvkNIleaFz2DzSdXLRMXM+v4ywUPXUoct3rB1l1EIZ2isGCdhkanPsuM3upzJIng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260130.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260130.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260130.1_1769800293990_0.7963408822715996","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260202.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260202.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260202.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1cc584f39317fef014baba6d8b7d1be3c3f210a3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260202.2.tgz","fileCount":128,"integrity":"sha512-fC9FxssK/4FF+XnDOncLCICQlAfVgLN5b51Iwbt+1zUkwYPMB6/rfyoAy8hjyLVzwl0tV+kRBUN5Kb3MI1Grsw==","signatures":[{"sig":"MEUCIQC+jKUIKZ3+wQUx+XRycHst3y8f+f7FN+jg5RLaoQ+EQgIgXARECoLbLBwe2E1nldhBWYtwjkldo/0+N96okWqFrD4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\05824e12-39ea-4af7-97fd-0213337569fc\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260202.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\05824e12-39ea-4af7-97fd-0213337569fc\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260202.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-fC9FxssK/4FF+XnDOncLCICQlAfVgLN5b51Iwbt+1zUkwYPMB6/rfyoAy8hjyLVzwl0tV+kRBUN5Kb3MI1Grsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260202.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260202.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260202.2_1770059575132_0.4926762459176439","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260203.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260203.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260203.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53694489b4be4d266a99dcb5e86e1987544ad03b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260203.2.tgz","fileCount":128,"integrity":"sha512-G1iGxtA2mSGhAKJMWlNNnP763Vrx3ktybTKMHkB9E1EGSRgdig2PHQ0in/+SqMXmX6KsKCnVdFA45AJ/XsKtYQ==","signatures":[{"sig":"MEYCIQCs635k3NHZRYuMjVyQscLbIQfTsR3R+zjFK0YgKM9C7wIhAOqQnpea7jM+oFGJL01iXoTYNh4prk5vHNz/nWxsa+Y3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\ef8f427a-e52e-41aa-a085-7cff09ceea75\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260203.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ef8f427a-e52e-41aa-a085-7cff09ceea75\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260203.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-G1iGxtA2mSGhAKJMWlNNnP763Vrx3ktybTKMHkB9E1EGSRgdig2PHQ0in/+SqMXmX6KsKCnVdFA45AJ/XsKtYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260203.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260203.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260203.2_1770145965741_0.19584774418647521","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260204.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260204.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260204.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"49e9d2e9bddde8cad89e5fe6653e3cfcb9b9c32b","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260204.2.tgz","fileCount":128,"integrity":"sha512-kdyGTsCqLH7eD148/KgyOZR/FGNZwhZfpR/xPkwySvACxRUMpFbcNuvWD/dMwGxrbZXbAIE9CMOoLv8Px2t2iQ==","signatures":[{"sig":"MEUCIDTwsfoxWCi7eS7NEqlxVNZckFchm6YSek04vaDCGs15AiEA4FHZdPrQaYpbk0vTDINUbEHXsUNphfIMMHL6J50pO34=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4d4e05e2-1d2f-4231-a86f-d11e46ab3a05\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260204.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d4e05e2-1d2f-4231-a86f-d11e46ab3a05\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260204.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-kdyGTsCqLH7eD148/KgyOZR/FGNZwhZfpR/xPkwySvACxRUMpFbcNuvWD/dMwGxrbZXbAIE9CMOoLv8Px2t2iQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260204.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260204.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260204.2_1770232336522_0.24582429464221978","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260206.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260206.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a085de8878153a7b29af5f20d5946891075fc44","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260206.1.tgz","fileCount":128,"integrity":"sha512-tvwjz7h+r4bFSLqGwWbfuNOzXK2dKFjPqIiO65ZpfHuts30lB5/rbrF3OQPAwqcQfae4c8Xa2t3XsBNWpzf35g==","signatures":[{"sig":"MEQCIAWV8OVJlxq0DRixwp5kYLuqdkDWcPP7mnzgFnHvtb4RAiAvO93S6+8B5PpA1GdvSslaGoMY+HClBy/rIsFsCbACxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\8b681533-0b8e-4bad-91a9-f691dc08054f\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8b681533-0b8e-4bad-91a9-f691dc08054f\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260206.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-tvwjz7h+r4bFSLqGwWbfuNOzXK2dKFjPqIiO65ZpfHuts30lB5/rbrF3OQPAwqcQfae4c8Xa2t3XsBNWpzf35g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260206.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260206.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260206.1_1770405045095_0.6143880700953688","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260210.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260210.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3a1a9f21758689c5cfad75c1b39d83be494c087","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260210.1.tgz","fileCount":128,"integrity":"sha512-z3hex4L0Cj8AuuY2JDo7IHB3c3V5PwJklCPE1PUnd3n+3FW7j6EZOjVA0QxGQ/syEuLPyywvOHz2y5WGe0knFA==","signatures":[{"sig":"MEYCIQD3qq+i/oKmMPH3EQ4w80wK9J9BlSf62hkZ37x7gV3fPQIhAIEP4Is/6aXIWgzLdI8FALmdd4kY7fh8oBgn8Qyk76MQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\c3ff5fdb-b0d3-45be-804b-ee7c29fa19c6\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c3ff5fdb-b0d3-45be-804b-ee7c29fa19c6\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260210.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-z3hex4L0Cj8AuuY2JDo7IHB3c3V5PwJklCPE1PUnd3n+3FW7j6EZOjVA0QxGQ/syEuLPyywvOHz2y5WGe0knFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260210.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260210.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260210.1_1770751121840_0.11100699013305126","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260211.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260211.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260211.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da3e21dc9c84e433777ebdfaec2a850db3b80a74","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260211.2.tgz","fileCount":128,"integrity":"sha512-DwWEIZYt1xLY1CQcLoZmYmmGquazsWSp/NsDW4d8lLmJDHqfTXLAw8VvyIbp2taVz9n02d4LxXx1UTQgyGDqfQ==","signatures":[{"sig":"MEYCIQCnAjpHetE26NfaAw7d0c/UUe/vqD0ezyiThCJEQZTI1wIhANkonZit5/8hZ1AMFFIgz7JiDNMi8cbCkf8567XDJgDS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4ae3e835-7560-4a61-9f03-f3c616074acc\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260211.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ae3e835-7560-4a61-9f03-f3c616074acc\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260211.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-DwWEIZYt1xLY1CQcLoZmYmmGquazsWSp/NsDW4d8lLmJDHqfTXLAw8VvyIbp2taVz9n02d4LxXx1UTQgyGDqfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260211.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260211.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260211.2_1770836977776_0.19685683045610536","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260212.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260212.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260212.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da618a38ac436cbd750e6cb28280e854d4c99730","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260212.2.tgz","fileCount":128,"integrity":"sha512-bwMZW/nU2sD7Ifyt/sgQQrr1okI6JVG41/JJxV32eunlByp0sL4pIdwYwMwA0cmfBlJy9oWjtwRk2aIrahNrKQ==","signatures":[{"sig":"MEUCIQDle3czu8+pGJc/VtlfbOMsG7JW+cK9JBt3IA8o3+F9aQIgZYqEH96ZVlDI25RBsCRbTsTO0CzQDVwk3/ooPyYZG4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d2e71147-7444-4d74-922d-e7d41f139819\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260212.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2e71147-7444-4d74-922d-e7d41f139819\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260212.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-bwMZW/nU2sD7Ifyt/sgQQrr1okI6JVG41/JJxV32eunlByp0sL4pIdwYwMwA0cmfBlJy9oWjtwRk2aIrahNrKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260212.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260212.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260212.2_1770923347885_0.16452735806569518","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260213.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260213.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260213.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5c1566dd369a9c2b10e5da687e595d248b52939","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260213.2.tgz","fileCount":128,"integrity":"sha512-F0bcJL7moL4oFYazkvykHha8cUGMuMaPpgymbkdbqLbzV4bBhtu+Zn857C1dZov42wcdxpQFWbtVpfXJjeG9Ag==","signatures":[{"sig":"MEYCIQC31uWWE8d0rbG05ger8QHXyDNAsk2RPf0naGThaRUjagIhAN2Tr/vElotnJfWLaIuVKCfwnQPTOQU6Bq4K+rtaoAIh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\e3fc16a3-2458-4c62-be9d-e3677ed9af8e\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260213.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3fc16a3-2458-4c62-be9d-e3677ed9af8e\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260213.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-F0bcJL7moL4oFYazkvykHha8cUGMuMaPpgymbkdbqLbzV4bBhtu+Zn857C1dZov42wcdxpQFWbtVpfXJjeG9Ag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260213.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260213.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260213.2_1771009711929_0.05555027123922862","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260216.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260216.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ddc80c19a3cbf35124841b6862ce0e012d26466d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260216.1.tgz","fileCount":128,"integrity":"sha512-tyrVD39+60uYHwQxpLDRP6Aga7WFufpw/n8qj7ZYxF2dZkSO6uWgj93ifHmr0EnP0Q5L8C4BXzaui1AE41Ybjg==","signatures":[{"sig":"MEUCIAgvNNen+zwdXjblIzVRsulQPiB5GFV8rA84wrAbBvHpAiEA1yIiYW7VKnKXu1hDpj3BW/Rx5D9KLEuojv0dywnI2cQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\15b023c4-4b1e-497c-97d5-753e4934f3b3\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15b023c4-4b1e-497c-97d5-753e4934f3b3\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260216.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-tyrVD39+60uYHwQxpLDRP6Aga7WFufpw/n8qj7ZYxF2dZkSO6uWgj93ifHmr0EnP0Q5L8C4BXzaui1AE41Ybjg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260216.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260216.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260216.1_1771268962377_0.07669314436207242","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260217.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260217.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e5047baff1eaddbc59bd0ea03485924e4ebb22f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260217.1.tgz","fileCount":128,"integrity":"sha512-8TV9fe3kuccP6Xuif5o0RV9rE/x1J8sJcO5IDObIdWiOzUxdLobbg9EI0f5tXR6DBogBPO64MFdD708QL4XTHQ==","signatures":[{"sig":"MEUCIHCuNinDGEFj119flIGRgxsjiNrncxxzNhFLQQM8b52gAiEAzAuAYd5qiUE+Llc7bPxZMjsi5d8PhRBpvRZVd7diUb8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\216dda05-7e93-42fa-9977-455f03aa7740\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\216dda05-7e93-42fa-9977-455f03aa7740\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260217.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-8TV9fe3kuccP6Xuif5o0RV9rE/x1J8sJcO5IDObIdWiOzUxdLobbg9EI0f5tXR6DBogBPO64MFdD708QL4XTHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260217.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260217.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260217.1_1771355398000_0.16156439433425995","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260218.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260218.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"60dacfa74d2a0c744cca9b4b3551fbaa23e1216c","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260218.1.tgz","fileCount":128,"integrity":"sha512-ZuXHelWB463ZOGJAVM/gGDigWWG7MMR7Ot0n4/9cqDNLOltxpL6rBD4c1cves1Z5PiU5ZRwfRFdXg2Ln0MbweA==","signatures":[{"sig":"MEUCIQDaHaXV/S3s4zE/hUJK/jIfFts6shu22/DOTxFvScbPrgIgDds32H65dCVUuQWzIPDgUvZ/IpZ+ytrH4x/5KZNdzM0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d955c244-23f5-4f2b-ad55-a6d9fe0bcca5\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d955c244-23f5-4f2b-ad55-a6d9fe0bcca5\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260218.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-ZuXHelWB463ZOGJAVM/gGDigWWG7MMR7Ot0n4/9cqDNLOltxpL6rBD4c1cves1Z5PiU5ZRwfRFdXg2Ln0MbweA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260218.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260218.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260218.1_1771442288549_0.5703999096176358","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260219.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260219.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"572e802e746b04c17057c713a078b8018d97b367","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260219.1.tgz","fileCount":128,"integrity":"sha512-7oR6CFzaQBVdSv7duEwfTcY1ABGBvaSzygY2dJgdGum3N7Ong87aTA/DgYgCLMSh/xyb+kx+x1F+BD1YIQ19/w==","signatures":[{"sig":"MEQCIFElg2EjDwF8oxgSD3EmJgJ+wWq1+HJhOCw+O1llv+ApAiB7phbhUWKac7A2DfH7+Drp8IoxceZNuOmeFzSMG2QMJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\cb9a92df-e05b-4b76-860a-d2af389a49b6\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cb9a92df-e05b-4b76-860a-d2af389a49b6\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260219.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-7oR6CFzaQBVdSv7duEwfTcY1ABGBvaSzygY2dJgdGum3N7Ong87aTA/DgYgCLMSh/xyb+kx+x1F+BD1YIQ19/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260219.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260219.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260219.1_1771528878560_0.5579581436847243","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260220.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260220.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca1dc880cc3b2152a4a2e65ad62fd350e690c61a","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260220.1.tgz","fileCount":128,"integrity":"sha512-SgJfRzrr8IIkNW76X3RsUPRiWM0UOVlArGb4K9cgK6keBHI4ffI3CfglTF58GMHcsuVSBsNOy/sYrqWDCWqrLg==","signatures":[{"sig":"MEQCIAyUWBmCBtQBlI0rdhQLDHAHD3m9z9TwF42erPZWlTfBAiAx3VvIehyslO7fwMnhPhQ1xtoxmR9t1LimUdDbLGl1WQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\f4525207-cf4e-4184-99fa-7378643da419\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f4525207-cf4e-4184-99fa-7378643da419\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260220.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-SgJfRzrr8IIkNW76X3RsUPRiWM0UOVlArGb4K9cgK6keBHI4ffI3CfglTF58GMHcsuVSBsNOy/sYrqWDCWqrLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260220.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260220.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260220.1_1771614867247_0.9447091336396203","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260223.3":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260223.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260223.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"776e4d80a51149dcb6457de09afea3d0a8898f66","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260223.3.tgz","fileCount":128,"integrity":"sha512-HcluTjFNnFmwfk3Bfa/SXxHyaL5JZ7kPIMcZbxoSBjFtKirk5yHV0cH3KekYf+Z9m1Ma9tJ0WUqu68TsxPBwFg==","signatures":[{"sig":"MEUCIFuMCPyTa0HRFxAX8ZK3LTUatgSy9kB2ORofvkcLvO7HAiEA9mxonpNcsCM3QXlUneBINM8BvPoprBRiSYpXLDe9Cyc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\d1cc1163-024a-4ded-be02-2ce10e11dc59\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260223.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d1cc1163-024a-4ded-be02-2ce10e11dc59\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260223.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-HcluTjFNnFmwfk3Bfa/SXxHyaL5JZ7kPIMcZbxoSBjFtKirk5yHV0cH3KekYf+Z9m1Ma9tJ0WUqu68TsxPBwFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260223.3","@azure/core-rest-pipeline":"^1.22.3-alpha.20260223.3","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260223.3_1771874566208_0.2099292995953752","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260224.3":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260224.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260224.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53b4265f78ed499ce22a7f8509937777272877c6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260224.3.tgz","fileCount":128,"integrity":"sha512-73Xmj5bGkQg6iQn8d0TRTuA8J0z5Jqi+cUej2M5Lc5jMKF8MGrAs7I6OZwuS5I4I16jh31HG7P2ewz0tiaTdEg==","signatures":[{"sig":"MEYCIQCN0766eUb9n3vQwPHrJz62PcL5FYic0MmFnDEmZDpioAIhAJ3hVVGWGXzvnCz6mXs01rAvMBmchmiXEeP27gUOmMRH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\bbeefa71-e4c8-498a-a8ef-b8eb8e279f30\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260224.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbeefa71-e4c8-498a-a8ef-b8eb8e279f30\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260224.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-73Xmj5bGkQg6iQn8d0TRTuA8J0z5Jqi+cUej2M5Lc5jMKF8MGrAs7I6OZwuS5I4I16jh31HG7P2ewz0tiaTdEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260224.3","@azure/core-rest-pipeline":"^1.22.3-alpha.20260224.3","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260224.3_1771960603371_0.029715412686418308","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260225.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260225.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1441cad9c90334380b04093b657c288c70f187b3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260225.1.tgz","fileCount":128,"integrity":"sha512-1cgvhN8EqZ4D63c7FSNcNYYmoCf/9mTPN/uM9GptRouEGHaJEJqG2iQ1CVkzD5X8KmLghl0uvhyX2YQYBg9k2Q==","signatures":[{"sig":"MEUCIBJUfyADkjLCb8pbwaAgv7YtyAzmwYYa+ywDkT6mxxsSAiEAsCZvRK9mTZX50dx75kiTfY5stcolsM4hrBlvxXNrUTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\0c1c09d3-df94-4506-b09b-cd70a73ffce3\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0c1c09d3-df94-4506-b09b-cd70a73ffce3\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260225.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-1cgvhN8EqZ4D63c7FSNcNYYmoCf/9mTPN/uM9GptRouEGHaJEJqG2iQ1CVkzD5X8KmLghl0uvhyX2YQYBg9k2Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260225.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260225.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260225.1_1772047297799_0.3112367003473464","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260226.1":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260226.1","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2ffb0cbf0cf66d16e7f8d2f0644e00e0a4cb9b3f","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260226.1.tgz","fileCount":128,"integrity":"sha512-etF4uD797McPfwdDxRXuW0WnldvVCJ7rD05vP1QgmDqtsDci/Q5jAQqxxew1HJcVSMm0DNEqIDqehZjKYJTFOw==","signatures":[{"sig":"MEYCIQC+qgRReqlexGm185XFDLQzaT0JKP/0mmK73G5nq4M8GgIhAL8idU1pOJU5WHmYR4CO+xtwTHT/pZyKvLtqNkB1Syhn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\83f69a9f-b184-4675-bb82-4219d14c1e35\\azure-core-lro\\azure-core-lro-3.3.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-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83f69a9f-b184-4675-bb82-4219d14c1e35\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260226.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-etF4uD797McPfwdDxRXuW0WnldvVCJ7rD05vP1QgmDqtsDci/Q5jAQqxxew1HJcVSMm0DNEqIDqehZjKYJTFOw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260226.1","@azure/core-rest-pipeline":"^1.22.3-alpha.20260226.1","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260226.1_1772133160251_0.798683717767168","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260227.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260227.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260227.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c13cd24499064498c7027d9152aa2968d6bf2f7d","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260227.2.tgz","fileCount":128,"integrity":"sha512-sbGd6jQoYUSQHJOWsqSjNPk+AxlZYn6f2Qxm69CcpQ/ydus2EKDPxXaTlMFyHda8c4vWimWtkRkZkTqot8zGlA==","signatures":[{"sig":"MEUCIQCPMwMe5irFkfv+KkxCtsy+cxx1DdROgfbyNbr6cfoLGgIgIPy9Y/4MN4bjUuoCQVS635P0s3LxfPK3XduA3UFzBtk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\326491d0-4ba1-445a-b098-6c3d4fbd8dfe\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260227.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\326491d0-4ba1-445a-b098-6c3d4fbd8dfe\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260227.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-sbGd6jQoYUSQHJOWsqSjNPk+AxlZYn6f2Qxm69CcpQ/ydus2EKDPxXaTlMFyHda8c4vWimWtkRkZkTqot8zGlA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260227.2","@azure/core-rest-pipeline":"^1.22.3-alpha.20260227.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260227.2_1772219902943_0.8620264661089769","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260302.3":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260302.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260302.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6934346b6c483e4e5bd551d08ecdd4bc9b483f6","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260302.3.tgz","fileCount":128,"integrity":"sha512-deu+0bhOT4HkIO6kk8o7T8ojUjzzuW/MiTZ4mkqSaFMnvtXpUeAk4nEtg+ctvPhUrPIyRSkw+rZeIc6ANmn+Sw==","signatures":[{"sig":"MEQCICvZHwZrs1QmFnrQ8VsGO+jzwo/OgO5jWsC08IfkeMoCAiA/jDLdFjlnbXDTDpOl+2itHSkZ9AmjCUrvWkXWGPjgOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458053},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"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\\4597d6c0-8ace-4f12-b971-5e06bae73a8d\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260302.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4597d6c0-8ace-4f12-b971-5e06bae73a8d\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260302.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-deu+0bhOT4HkIO6kk8o7T8ojUjzzuW/MiTZ4mkqSaFMnvtXpUeAk4nEtg+ctvPhUrPIyRSkw+rZeIc6ANmn+Sw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","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/core-util":"^1.13.2-alpha.20260302.3","@azure/core-rest-pipeline":"^1.22.3-alpha.20260302.3","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260302.3_1772480129689_0.5215612284290991","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260305.6":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260305.6","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260305.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9be0457367062f136a01da255266eeec3f4f9ff3","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260305.6.tgz","fileCount":128,"integrity":"sha512-eEX8PfLGchPNOXDzxEiNNotLfteOXjOAMCZ1fKhA0F8zir2FIzg/vifulgZ7wO6mNV9HLREqFK7sOY29LwjwKQ==","signatures":[{"sig":"MEUCIQD4zdhIHtQKt5C8q2Om8M9+x05CZeOXQSyRwssirWiTKQIgUH6KjWjdhueZ4VRp5tZ+b8VrXCilSYy+XEAamRgxEns=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":430737},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\859b30d9-82ee-4520-8346-bf290b851a6e\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260305.6.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\859b30d9-82ee-4520-8346-bf290b851a6e\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260305.6.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-eEX8PfLGchPNOXDzxEiNNotLfteOXjOAMCZ1fKhA0F8zir2FIzg/vifulgZ7wO6mNV9HLREqFK7sOY29LwjwKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/core-util":"^1.13.2-alpha.20260305.6","@azure/core-rest-pipeline":"^1.23.0-alpha.20260305.6","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260305.6_1772739153236_0.3475128803901699","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260306.4":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260306.4","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260306.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7c4871015f87fb60d2bda40dcd775dd719e7874","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260306.4.tgz","fileCount":128,"integrity":"sha512-LWyIrLS9mJrj5//22gPaISyR0pQU9HF1+/YBlFYWGkYTYQjA9rWsFtNrFPsw89DJJxe0n6GjtrfhiFZl3/t7GQ==","signatures":[{"sig":"MEQCIE/aPGVUkYzanJdQBbeTuVa3VjcQqMfC9YMsz9EVIa3uAiBDzy1Whb4vv+joJdb0/p39+TM+bRG+1Qtq+h4gXQ9mcQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":430737},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\11eef45b-aea5-476a-bdfc-07173b7ea3e4\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260306.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\11eef45b-aea5-476a-bdfc-07173b7ea3e4\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260306.4.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-LWyIrLS9mJrj5//22gPaISyR0pQU9HF1+/YBlFYWGkYTYQjA9rWsFtNrFPsw89DJJxe0n6GjtrfhiFZl3/t7GQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/core-util":"^1.13.2-alpha.20260306.4","@azure/core-rest-pipeline":"^1.23.1-alpha.20260306.4","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260306.4_1772824561046_0.6756244532314584","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260309.3":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260309.3","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260309.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"baa13fbdd964357d8a97c3e02b1a4d47fa928a62","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260309.3.tgz","fileCount":128,"integrity":"sha512-5wWFS8fmJMCrNS1gGFGySynAktW7QM/jlJFKKoFs++91NA3h/fwuQq+icIHkT56CsxnlMxJ7/inBt+1YrpTQuA==","signatures":[{"sig":"MEQCIC8yuhpcW0R2tzFCUgBZGG+BivQSKrC7xxcToyZvZNggAiAw52aMPRoOuGs/cl1f3Ebs2swi47BH7OJ+gdgIs7nyEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":430737},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2b59c83-a472-46c5-a3d7-37ac4d9d25ec\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260309.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2b59c83-a472-46c5-a3d7-37ac4d9d25ec\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260309.3.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-5wWFS8fmJMCrNS1gGFGySynAktW7QM/jlJFKKoFs++91NA3h/fwuQq+icIHkT56CsxnlMxJ7/inBt+1YrpTQuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/core-util":"^1.13.2-alpha.20260309.3","@azure/core-rest-pipeline":"^1.23.1-alpha.20260309.3","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260309.3_1773079881789_0.6402404362216885","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260310.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260310.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260310.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"166d4980b1362520d11f07012b81276e41db1754","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260310.2.tgz","fileCount":128,"integrity":"sha512-WVoEo+ryg2tVmG9CW8/klHBKZQaM/BEaIM61UqGoJFPmpmsFLHqGXQN+aZrWLf2aUWLk/noMo3lm6yHcbnE0bg==","signatures":[{"sig":"MEYCIQD0ToLxk6yYPgdgwFLKd8ds5fFyHFd5pqAsfmRPqr/vrAIhALjmNxSoheOMSgj1lP5RsZSHfc322WxWl+wwP/Tic7ol","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":430737},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9e3f6afc-3ccd-49d8-9608-14dad8ea77f9\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260310.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9e3f6afc-3ccd-49d8-9608-14dad8ea77f9\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260310.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-WVoEo+ryg2tVmG9CW8/klHBKZQaM/BEaIM61UqGoJFPmpmsFLHqGXQN+aZrWLf2aUWLk/noMo3lm6yHcbnE0bg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/core-util":"^1.13.2-alpha.20260310.2","@azure/core-rest-pipeline":"^1.23.1-alpha.20260310.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260310.2_1773166484261_0.886525969931113","host":"s3://npm-registry-packages-npm-production"}},"3.3.2-alpha.20260311.2":{"name":"@azure/core-lro","version":"3.3.2-alpha.20260311.2","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.3.2-alpha.20260311.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/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2eb601f5d9a79fb0cf6344dabb5a2635175e64ff","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.3.2-alpha.20260311.2.tgz","fileCount":128,"integrity":"sha512-UJfo44T4VoTiFo+l6JE3r1aMBI6+oO1Vl7WdHGGGRecRJ2Ioa3mmFKS4eSeuBpQlNk621KNBFOsu6IxN5ohjeQ==","signatures":[{"sig":"MEUCICHVC1ImgGrLEfCsJUZusqx4535U9KmJC7kUs2YbXpYeAiEAzN75MFJgD2uqpxOqq8+NAQxw3alBj0t8Yttx+nkaJUw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":430737},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4e124e1d-9c38-47dc-8f91-623ae626b26b\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260311.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,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 --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4e124e1d-9c38-47dc-8f91-623ae626b26b\\azure-core-lro\\azure-core-lro-3.3.2-alpha.20260311.2.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-UJfo44T4VoTiFo+l6JE3r1aMBI6+oO1Vl7WdHGGGRecRJ2Ioa3mmFKS4eSeuBpQlNk621KNBFOsu6IxN5ohjeQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"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/core-util":"^1.13.2-alpha.20260311.2","@azure/core-rest-pipeline":"^1.23.1-alpha.20260311.2","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.3.2-alpha.20260311.2_1773253128004_0.9798556866163386","host":"s3://npm-registry-packages-npm-production"}},"3.4.0":{"name":"@azure/core-lro","version":"3.4.0","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/core-lro@3.4.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-lro/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"73465bd17de5c5dbb0f27a091f6f661a70470bbf","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.4.0.tgz","fileCount":128,"integrity":"sha512-y0uqcVFp5NHd7tkZcn8Nes6yIhVR05m4dd+L8foWiH1IsS75Z2BodJxwdErEF3bV+NSh6nkNnwPyXaLp0ma1Nw==","signatures":[{"sig":"MEUCIQCgRvGlyUf21R1HRQmNYnG1nBaXkEPTWqw8yAGZltauLgIgaH9aEaf29WgHEAfHFzEkYCmdaPjbLB1whs1L9X5WFec=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":454644},"main":"./dist/commonjs/index.js","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36ad2a24-0737-4dae-ac6d-535789b4289d\\azure-core-lro-3.4.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=22.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"imports":{"#platform/*":{"default":"./src/*.ts"}},"scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"tsc -b --noEmit && npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p config/tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36ad2a24-0737-4dae-ac6d-535789b4289d\\azure-core-lro-3.4.0.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-y0uqcVFp5NHd7tkZcn8Nes6yIhVR05m4dd+L8foWiH1IsS75Z2BodJxwdErEF3bV+NSh6nkNnwPyXaLp0ma1Nw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git","directory":"sdk/core/core-lro"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.1.2","prettier":"^3.9.1","cross-env":"^10.1.0","playwright":"^1.60.0","typescript":"~6.0.2","@types/node":"^22.0.0","@types/react":"^19.2.14","react-native":"^0.84.1","@azure/dev-tool":"^1.0.0","@azure/core-util":"^1.14.0","@azure/core-rest-pipeline":"^1.25.0","@vitest/coverage-istanbul":"^4.1.2","@vitest/browser-playwright":"^4.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core-lro_3.4.0_1783969762067_0.23790825209964295","host":"s3://npm-registry-packages-npm-production"}},"3.4.1":{"_id":"@azure/core-lro@3.4.1","tag":"latest","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"de0fb7b3459d17523fe50e92b17851889fdabb07","tarball":"https://registry.npmjs.org/@azure/core-lro/-/core-lro-3.4.1.tgz","fileCount":128,"integrity":"sha512-TVngxDsWy57cv0r5ZSHICDgr7au9w4g4z8TMbGn8Cp44XVZ/V+mGvylKHRsLQ/zQrmcx35zJWDGZFMXuffgsTg==","signatures":[{"sig":"MEUCIHurx4KcnrLtZnmMiyUjPuhK4NEn3dqetaba2gM/B2MwAiEAz0cgKj7ETsRvJIPcR61KPxFwhFXTAoGTETxzA/4WK9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCLproTCE1OAzApmVVaB04AJjhHHm8Dx96GoCqYdEtP+wIhANDWGZo4RWAKlrPsX5khvb6uWcprgtwnIyGZJhHXFt9/"}],"unpackedSize":455751},"main":"./dist/commonjs/index.js","name":"@azure/core-lro","tags":["isomorphic","browser","javascript","node","microsoft","lro","polling"],"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\76cb3775-48a9-48c1-a926-a791d5ec567e\\azure-core-lro-3.4.1.tgz","types":"./dist/commonjs/index.d.ts","author":{"name":"Microsoft Corporation"},"module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=22.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"imports":{"#platform/*":{"default":"./src/*.ts"}},"license":"MIT","scripts":{"lint":"eslint package.json src test ","pack":"pnpm pack 2>&1","test":"tsc -b --noEmit && npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest --no-test-proxy","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"","test:browser":"dev-tool run test:vitest --no-test-proxy --browser","build:samples":"tsc -p config/tsconfig.samples.json","execute:samples":"echo skipped","update-snippets":"dev-tool run update-snippets"},"version":"3.4.1","_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-lro/README.md","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\76cb3775-48a9-48c1-a926-a791d5ec567e\\azure-core-lro-3.4.1.tgz","//metadata":{"migrationDate":"2023-03-08T18:36:03.000Z","sampleConfiguration":{"productName":"Azure SDK Core","productSlugs":["azure"],"disableDocsMs":true}},"_integrity":"sha512-TVngxDsWy57cv0r5ZSHICDgr7au9w4g4z8TMbGn8Cp44XVZ/V+mGvylKHRsLQ/zQrmcx35zJWDGZFMXuffgsTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git","directory":"sdk/core/core-lro"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.6.2","@azure/logger":"^1.3.0","@azure/core-util":"^1.13.0","@azure/abort-controller":"^2.1.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"eslint":"^10.8.0","rimraf":"^6.1.0","vitest":"^4.1.2","prettier":"^3.9.1","cross-env":"^10.1.0","playwright":"^1.60.0","typescript":"~6.0.2","@types/node":"^22.0.0","@types/react":"^19.2.14","react-native":"^0.84.1","@azure/dev-tool":"^1.0.0","@azure/core-util":"^1.14.0","@azure/core-rest-pipeline":"^1.25.0","@vitest/coverage-istanbul":"^4.1.2","@vitest/browser-playwright":"^4.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core-lro_3.4.1_1788456971866_0.6958546234993379"}}},"time":{"created":"2019-10-22T23:14:08.442Z","modified":"2026-09-03T17:36:12.121Z","1.0.0-preview.1":"2019-10-22T23:14:08.797Z","1.0.0":"2019-10-29T23:31:36.497Z","1.0.1-dev.20191115.1":"2019-11-15T09:45:55.423Z","1.0.1-dev.20191115.2":"2019-11-15T13:47:59.467Z","1.0.1-dev.20191116.1":"2019-11-16T13:49:18.881Z","1.0.1-dev.20191117.1":"2019-11-17T13:49:58.622Z","1.0.1-dev.20191118.1":"2019-11-18T14:05:07.817Z","1.0.1-dev.20191204.1":"2019-12-04T14:35:14.031Z","1.0.1-dev.20191205.1":"2019-12-05T14:25:23.977Z","1.0.1-dev.20191206.1":"2019-12-06T14:26:33.709Z","1.0.1-dev.20191207.1":"2019-12-07T13:43:22.059Z","1.0.1-dev.20191209.1":"2019-12-09T13:37:44.893Z","1.0.1-dev.20191210.1":"2019-12-10T13:50:44.005Z","1.0.1-dev.20191211.1":"2019-12-11T13:49:51.744Z","1.0.1-dev.20191212.1":"2019-12-12T13:55:29.001Z","1.0.1-dev.20191214.1":"2019-12-14T14:02:04.166Z","1.0.1-dev.20191215.1":"2019-12-15T13:43:01.720Z","1.0.1-dev.20191216.1":"2019-12-16T13:59:08.231Z","1.0.1-dev.20191217.1":"2019-12-17T13:47:19.297Z","1.0.1-dev.20191219.1":"2019-12-19T13:49:51.152Z","1.0.1-dev.20191220.1":"2019-12-20T13:50:55.330Z","1.0.1-dev.20191221.1":"2019-12-21T13:46:06.353Z","1.0.1-dev.20191222.1":"2019-12-22T13:45:58.119Z","1.0.1-dev.20191223.1":"2019-12-23T14:01:47.578Z","1.0.1-dev.20191224.1":"2019-12-24T13:56:41.073Z","1.0.1-dev.20191225.1":"2019-12-25T13:50:18.954Z","1.0.1-dev.20191226.1":"2019-12-26T13:57:02.344Z","1.0.1-dev.20191227.1":"2019-12-27T13:46:47.911Z","1.0.1-dev.20191228.1":"2019-12-28T13:49:41.694Z","1.0.1-dev.20191231.1":"2019-12-31T13:53:05.564Z","1.0.1-dev.20200101.1":"2020-01-01T13:46:38.588Z","1.0.1-dev.20200102.1":"2020-01-02T14:08:20.693Z","1.0.1-dev.20200103.1":"2020-01-03T14:18:44.360Z","1.0.1-dev.20200104.1":"2020-01-04T13:45:31.252Z","1.0.1-dev.20200105.1":"2020-01-05T13:54:42.423Z","1.0.1-dev.20200106.1":"2020-01-06T13:50:58.586Z","1.0.1-dev.20200107.1":"2020-01-07T13:52:12.185Z","1.0.1-dev.20200108.1":"2020-01-08T13:49:24.150Z","1.0.1-dev.20200109.1":"2020-01-09T14:04:10.103Z","1.0.1-dev.20200110.1":"2020-01-10T13:50:54.524Z","1.0.1-dev.20200111.1":"2020-01-11T13:49:20.897Z","1.0.1-dev.20200112.1":"2020-01-12T14:40:50.788Z","1.0.1-dev.20200113.1":"2020-01-13T14:06:07.051Z","1.0.1-dev.20200114.1":"2020-01-14T14:07:04.559Z","1.0.1-dev.20200115.1":"2020-01-15T14:23:00.395Z","1.0.1-dev.20200116.1":"2020-01-16T12:20:59.739Z","1.0.1-dev.20200117.1":"2020-01-17T14:20:33.778Z","1.0.1-dev.20200118.1":"2020-01-18T13:52:30.521Z","1.0.1-dev.20200119.1":"2020-01-19T14:12:06.418Z","1.0.1-dev.20200120.1":"2020-01-20T14:01:07.484Z","1.0.1-dev.20200121.1":"2020-01-21T14:39:06.194Z","1.0.1-dev.20200122.1":"2020-01-22T13:57:07.912Z","1.0.1-dev.20200124.1":"2020-01-24T14:04:32.966Z","1.0.1-dev.20200128.1":"2020-01-28T14:18:03.122Z","1.0.1-dev.20200129.1":"2020-01-29T14:22:10.397Z","1.0.1-dev.20200204.1":"2020-02-04T14:22:08.396Z","1.0.1-dev.20200206.1":"2020-02-06T14:13:35.883Z","1.0.1-dev.20200208.1":"2020-02-08T14:16:18.746Z","1.0.1-dev.20200209.1":"2020-02-09T14:21:01.324Z","1.0.1-dev.20200210.1":"2020-02-10T14:13:27.042Z","1.0.1-dev.20200211.1":"2020-02-11T14:51:38.124Z","1.0.1-dev.20200212.1":"2020-02-12T14:17:29.588Z","1.0.1-dev.20200221.1":"2020-02-21T14:32:37.383Z","1.0.1-dev.20200222.1":"2020-02-22T14:38:59.932Z","1.0.1":"2020-02-29T00:07:41.452Z","1.0.1-dev.20200229.1":"2020-02-29T14:40:32.840Z","1.0.2-dev.20200304.1":"2020-03-04T16:16:19.881Z","1.0.2-dev.20200310.1":"2020-03-10T14:37:15.960Z","1.0.2-dev.20200312.1":"2020-03-12T14:15:41.338Z","1.0.2-dev.20200324.1":"2020-03-24T13:38:46.464Z","1.0.2-dev.20200325.1":"2020-03-25T13:42:29.993Z","1.0.2-dev.20200401.1":"2020-04-01T13:35:52.129Z","1.0.2-dev.20200417.1":"2020-04-17T13:09:34.585Z","1.0.2-dev.20200421.1":"2020-04-21T12:26:31.195Z","1.0.2-dev.20200424.1":"2020-04-24T16:12:25.004Z","1.0.2-dev.20200427.1":"2020-04-27T18:15:00.788Z","1.0.2":"2020-04-28T23:56:30.440Z","1.0.3-dev.20200429.1":"2020-04-29T18:13:26.824Z","1.0.3-dev.20200604.1":"2020-06-04T18:35:20.379Z","1.0.3-dev.20200611.1":"2020-06-11T21:53:42.346Z","1.0.3-dev.20200626.1":"2020-06-26T18:41:23.183Z","1.0.3-dev.20200707.1":"2020-07-07T18:27:03.401Z","1.0.3-dev.20200713.1":"2020-07-13T18:17:00.914Z","1.0.3-dev.20200727.1":"2020-07-27T18:20:33.794Z","1.0.3-dev.20200728.1":"2020-07-28T19:56:16.724Z","1.0.3-dev.20200806.1":"2020-08-06T18:21:03.053Z","1.0.3-dev.20200810.1":"2020-08-10T18:34:38.334Z","1.0.3-dev.20200813.1":"2020-08-13T18:18:35.815Z","1.0.3-alpha.20200918.1":"2020-09-18T18:20:54.129Z","1.0.3-alpha.20200928.1":"2020-09-28T18:44:35.673Z","1.0.3-alpha.20200929.1":"2020-09-29T18:50:57.376Z","1.0.3-alpha.20201102.1":"2020-11-02T19:25:51.707Z","1.0.3-alpha.20201109.1":"2020-11-09T19:54:59.892Z","1.0.3-alpha.20201215.1":"2020-12-15T19:30:30.807Z","1.0.3-alpha.20201217.1":"2020-12-17T19:35:21.573Z","1.0.3-alpha.20201218.1":"2020-12-18T18:47:03.418Z","1.0.3-alpha.20201224.1":"2020-12-24T19:21:41.512Z","1.0.3":"2021-01-07T22:57:18.281Z","1.0.4-alpha.20210108.1":"2021-01-08T19:26:23.615Z","1.0.4-alpha.20210115.1":"2021-01-15T19:31:16.223Z","1.0.4-alpha.20210118.1":"2021-01-18T19:26:56.925Z","1.0.4-alpha.20210125.3":"2021-01-25T19:31:03.805Z","1.0.4-alpha.20210125.2":"2021-01-25T19:32:24.366Z","1.0.4-alpha.20210128.1":"2021-01-28T19:28:09.164Z","1.0.4-alpha.20210301.1":"2021-03-01T19:27:20.058Z","1.0.4-alpha.20210303.1":"2021-03-03T19:25:44.004Z","1.0.4-alpha.20210317.1":"2021-03-17T18:30:57.222Z","1.0.4-alpha.20210326.1":"2021-03-26T18:26:43.789Z","1.0.4":"2021-03-31T02:23:02.160Z","1.0.5":"2021-04-12T16:55:46.497Z","1.0.6-alpha.20210518.2":"2021-05-18T20:11:48.033Z","1.0.6-alpha.20210611.2":"2021-06-11T21:58:12.768Z","1.0.6-alpha.20210617.1":"2021-06-17T20:09:52.172Z","1.0.6-alpha.20210623.4":"2021-06-23T20:22:31.117Z","2.0.0":"2021-06-30T19:56:56.336Z","2.0.1-alpha.20210702.4":"2021-07-02T18:59:31.153Z","2.0.1-alpha.20210706.1":"2021-07-06T18:44:13.770Z","2.0.1-alpha.20210713.1":"2021-07-13T18:40:56.275Z","2.1.0-alpha.20210714.3":"2021-07-14T18:41:20.727Z","2.1.0-alpha.20210716.1":"2021-07-16T18:46:48.726Z","2.1.0-alpha.20210719.5":"2021-07-19T18:43:19.112Z","2.1.0":"2021-07-19T19:24:14.558Z","2.1.1-alpha.20210720.1":"2021-07-20T18:43:46.735Z","2.2.0":"2021-08-06T00:07:38.274Z","2.2.1-alpha.20210811.3":"2021-08-11T18:52:28.997Z","2.2.1-alpha.20210816.6":"2021-08-16T18:54:12.229Z","2.2.1-alpha.20210830.2":"2021-08-30T18:18:24.036Z","2.2.1-alpha.20210913.3":"2021-09-13T18:16:52.066Z","2.2.1-alpha.20210930.2":"2021-09-30T18:12:07.744Z","2.2.1":"2021-09-30T19:52:16.064Z","2.2.2-alpha.20211001.1":"2021-10-01T18:09:53.443Z","2.2.2":"2021-12-02T17:09:17.788Z","2.2.3-alpha.20211206.10":"2021-12-06T23:54:19.940Z","2.2.3-alpha.20211208.10":"2021-12-08T23:40:52.387Z","2.2.3-alpha.20211214.4":"2021-12-14T19:08:54.764Z","2.2.3-alpha.20220104.5":"2022-01-04T19:13:10.399Z","2.2.3":"2022-01-06T18:27:31.110Z","2.2.3-alpha.20220106.3":"2022-01-06T19:09:20.301Z","2.2.4-alpha.20220107.1":"2022-01-07T19:11:30.035Z","2.2.4-alpha.20220131.3":"2022-01-31T19:12:49.775Z","2.2.4-alpha.20220204.4":"2022-02-04T19:11:04.203Z","2.2.4-alpha.20220307.7":"2022-03-07T19:12:18.731Z","2.2.4":"2022-03-07T20:43:50.863Z","2.2.5-alpha.20220308.3":"2022-03-08T19:14:22.764Z","2.2.5-alpha.20220309.5":"2022-03-09T19:16:20.309Z","2.2.5-alpha.20220310.3":"2022-03-10T19:20:12.047Z","2.2.5-alpha.20220315.1":"2022-03-15T18:16:37.875Z","2.2.5-alpha.20220322.1":"2022-03-22T18:14:20.365Z","2.2.5-alpha.20220406.3":"2022-04-06T18:15:50.737Z","2.2.5-alpha.20220415.2":"2022-04-15T18:20:27.892Z","2.2.5-alpha.20220420.2":"2022-04-20T18:18:04.573Z","2.2.5-alpha.20220421.2":"2022-04-21T18:20:18.177Z","2.3.0-alpha.20220518.2":"2022-05-18T18:11:04.120Z","2.3.0-beta.1":"2022-05-18T18:40:01.660Z","2.3.0-alpha.20220519.1":"2022-05-19T18:13:22.653Z","2.3.0-alpha.20220523.1":"2022-05-23T18:14:56.318Z","2.3.0-alpha.20220608.2":"2022-06-08T18:11:48.471Z","2.3.0-alpha.20220610.3":"2022-06-10T18:25:32.676Z","2.3.0-alpha.20220627.2":"2022-06-27T18:10:23.748Z","2.3.0-alpha.20220701.1":"2022-07-01T18:16:42.053Z","2.3.0-alpha.20220725.3":"2022-07-25T18:15:33.333Z","2.2.5":"2022-08-08T20:36:40.518Z","2.2.6-alpha.20220809.2":"2022-08-09T18:17:46.826Z","2.3.0":"2022-09-02T04:15:46.491Z","2.3.0-alpha.20220902.1":"2022-09-02T18:22:46.604Z","2.3.1":"2022-09-09T04:21:28.005Z","2.3.2-alpha.20220912.1":"2022-09-12T18:13:11.535Z","2.3.2-alpha.20220923.1":"2022-09-23T18:16:10.894Z","2.4.0-alpha.20220929.4":"2022-09-29T18:13:50.516Z","2.4.0":"2022-09-29T20:03:59.829Z","2.4.1-alpha.20221020.2":"2022-10-20T18:18:02.285Z","2.4.1-alpha.20221107.4":"2022-11-07T19:14:21.618Z","2.5.0-alpha.20230106.1":"2023-01-06T19:24:54.156Z","2.5.0":"2023-01-11T06:06:01.563Z","2.5.1":"2023-02-03T00:03:40.599Z","2.5.2-alpha.20230203.2":"2023-02-03T19:25:32.178Z","2.5.2-alpha.20230228.2":"2023-02-28T19:19:37.651Z","2.5.2-alpha.20230303.1":"2023-03-03T19:18:59.925Z","2.5.2-alpha.20230307.4":"2023-03-07T19:17:46.595Z","2.5.2":"2023-04-06T23:06:53.581Z","2.5.3-alpha.20230412.1":"2023-04-12T18:30:37.278Z","2.5.3-alpha.20230419.2":"2023-04-19T18:20:41.621Z","2.5.3":"2023-05-04T21:43:11.060Z","2.5.4-alpha.20230613.2":"2023-06-13T18:18:37.248Z","2.5.4-alpha.20230721.1":"2023-07-21T18:18:18.793Z","2.5.4":"2023-07-24T22:39:34.406Z","2.5.5-alpha.20230904.1":"2023-09-04T18:13:13.289Z","2.5.5-alpha.20230925.3":"2023-09-25T18:52:46.011Z","2.5.5-alpha.20231002.2":"2023-10-02T18:18:11.148Z","2.5.5-alpha.20231010.2":"2023-10-10T18:18:59.058Z","2.5.5-alpha.20231024.1":"2023-10-24T18:16:26.366Z","2.5.5-alpha.20231031.3":"2023-10-31T18:16:50.983Z","2.5.5-alpha.20231107.1":"2023-11-07T19:20:06.331Z","2.5.5-alpha.20231122.2":"2023-11-22T19:14:01.077Z","2.5.5-alpha.20231122.5":"2023-11-22T23:07:00.148Z","2.5.5-alpha.20231123.1":"2023-11-23T19:17:51.351Z","2.5.5-alpha.20231128.2":"2023-11-28T19:22:12.283Z","2.5.5-alpha.20231129.4":"2023-11-29T19:21:17.093Z","2.5.5-alpha.20231205.2":"2023-12-05T19:15:37.074Z","2.5.5-alpha.20231206.3":"2023-12-06T19:14:55.357Z","2.5.5-alpha.20231213.2":"2023-12-13T19:14:08.964Z","2.5.5-alpha.20240101.1":"2024-01-01T19:24:28.533Z","2.5.5-alpha.20240108.2":"2024-01-08T19:09:39.493Z","2.6.0":"2024-02-02T01:10:51.314Z","2.6.1-alpha.20240202.3":"2024-02-02T19:11:29.007Z","2.6.1-alpha.20240223.2":"2024-02-23T19:20:36.481Z","3.0.0-beta.1":"2024-02-26T02:48:55.822Z","2.6.1-alpha.20240226.1":"2024-02-26T19:24:37.483Z","2.6.1-alpha.20240226.9":"2024-02-27T04:52:45.256Z","2.6.1-alpha.20240227.1":"2024-02-27T19:20:14.527Z","2.6.1-alpha.20240228.1":"2024-02-28T19:24:42.746Z","2.6.1-alpha.20240229.1":"2024-02-29T19:24:56.439Z","2.6.1-alpha.20240301.2":"2024-03-01T19:23:15.343Z","2.6.1-alpha.20240304.1":"2024-03-04T19:23:56.638Z","2.6.1-alpha.20240306.2":"2024-03-06T19:20:49.688Z","2.6.1-alpha.20240307.1":"2024-03-07T19:24:10.524Z","2.6.1-alpha.20240308.1":"2024-03-08T19:25:02.130Z","2.6.1-alpha.20240311.3":"2024-03-11T18:36:33.521Z","2.7.0":"2024-03-14T17:52:58.431Z","2.7.0-alpha.20240314.2":"2024-03-14T18:20:33.050Z","2.7.1-alpha.20240320.4":"2024-03-20T18:22:31.306Z","2.7.1":"2024-03-20T21:36:28.256Z","2.7.2-alpha.20240322.2":"2024-03-22T18:24:22.015Z","2.7.2-alpha.20240329.3":"2024-03-29T18:18:30.455Z","2.7.2-alpha.20240410.4":"2024-04-10T20:09:16.308Z","2.7.2":"2024-04-11T01:16:03.147Z","2.7.2-alpha.20240411.3":"2024-04-11T18:38:52.742Z","2.7.3-alpha.20240412.3":"2024-04-12T19:00:21.857Z","2.7.3-alpha.20240415.4":"2024-04-15T18:37:36.571Z","2.7.3-alpha.20240416.4":"2024-04-16T18:36:03.875Z","2.7.3-alpha.20240418.3":"2024-04-18T18:46:04.211Z","2.7.3-alpha.20240419.1":"2024-04-19T18:41:35.045Z","2.7.3-alpha.20240423.2":"2024-04-23T18:38:48.687Z","2.7.3-alpha.20240424.3":"2024-04-24T18:49:57.704Z","2.7.3-alpha.20240425.2":"2024-04-25T18:36:29.426Z","3.0.0-alpha.20240426.4":"2024-04-26T18:39:01.418Z","3.0.0-alpha.20240429.3":"2024-04-29T18:48:41.696Z","3.0.0-alpha.20240501.2":"2024-05-01T18:43:40.525Z","3.0.0-alpha.20240502.4":"2024-05-02T18:41:40.906Z","3.0.0-alpha.20240503.1":"2024-05-03T18:49:26.604Z","3.0.0-alpha.20240506.1":"2024-05-06T18:27:03.317Z","3.0.0-alpha.20240507.2":"2024-05-07T18:27:27.294Z","3.0.0-alpha.20240508.2":"2024-05-08T18:29:58.461Z","3.0.0-alpha.20240509.1":"2024-05-09T18:34:14.816Z","3.0.0-alpha.20240510.3":"2024-05-10T18:26:45.991Z","3.0.0-alpha.20240513.1":"2024-05-13T18:24:41.578Z","3.0.0-alpha.20240514.3":"2024-05-14T18:39:09.799Z","3.0.0-alpha.20240515.1":"2024-05-15T18:26:17.295Z","3.0.0-beta.2":"2024-05-16T09:04:36.650Z","3.0.0-alpha.20240516.2":"2024-05-16T18:45:17.174Z","3.0.0-alpha.20240517.1":"2024-05-17T18:25:10.788Z","3.0.0-alpha.20240520.1":"2024-05-20T18:24:38.901Z","3.0.0-alpha.20240521.1":"2024-05-21T18:24:38.887Z","3.0.0-alpha.20240522.4":"2024-05-22T18:33:25.586Z","3.0.0-alpha.20240523.4":"2024-05-23T18:34:14.674Z","3.0.0-alpha.20240524.1":"2024-05-24T18:28:00.169Z","3.0.0-alpha.20240527.1":"2024-05-27T18:30:19.938Z","3.0.0-alpha.20240528.2":"2024-05-28T18:26:29.185Z","3.0.0-alpha.20240529.1":"2024-05-29T18:26:18.193Z","3.0.0-alpha.20240530.3":"2024-05-30T18:28:10.140Z","3.0.0-alpha.20240604.1":"2024-06-04T18:27:50.416Z","3.0.0-alpha.20240605.2":"2024-06-05T18:25:32.047Z","3.0.0-alpha.20240606.1":"2024-06-06T18:28:29.791Z","3.0.0-alpha.20240607.1":"2024-06-07T18:28:44.530Z","3.0.0-alpha.20240610.1":"2024-06-10T18:27:13.955Z","3.0.0-alpha.20240611.3":"2024-06-11T18:33:34.365Z","3.0.0-alpha.20240613.1":"2024-06-13T18:29:11.593Z","3.0.0-alpha.20240614.3":"2024-06-14T18:25:25.568Z","3.0.0-alpha.20240618.1":"2024-06-18T18:26:35.229Z","3.0.0-alpha.20240619.3":"2024-06-19T18:26:52.447Z","3.0.0-alpha.20240621.10":"2024-06-21T18:32:11.926Z","3.0.0-alpha.20240625.1":"2024-06-25T18:23:47.636Z","3.0.0-alpha.20240626.1":"2024-06-26T18:22:29.955Z","3.0.0-alpha.20240627.5":"2024-06-27T18:25:24.580Z","3.0.0":"2024-06-27T21:40:21.125Z","3.0.1-alpha.20240628.2":"2024-06-28T18:26:03.149Z","3.0.1-alpha.20240701.3":"2024-07-01T18:27:26.151Z","3.0.1-alpha.20240704.2":"2024-07-04T18:25:33.982Z","3.0.1-alpha.20240705.2":"2024-07-05T18:33:40.620Z","3.0.1-alpha.20240709.3":"2024-07-09T18:27:44.629Z","3.0.1-alpha.20240710.2":"2024-07-10T18:24:44.331Z","3.0.1-alpha.20240711.2":"2024-07-11T18:32:37.820Z","3.0.1-alpha.20240715.2":"2024-07-15T18:29:52.355Z","3.0.1-alpha.20240716.2":"2024-07-16T18:40:28.238Z","3.0.1-alpha.20240718.1":"2024-07-18T18:26:08.670Z","3.0.1-alpha.20240719.1":"2024-07-19T18:23:24.474Z","3.0.1-alpha.20240722.3":"2024-07-22T18:24:50.320Z","3.0.1-alpha.20240723.2":"2024-07-23T18:24:29.257Z","3.0.1-alpha.20240724.2":"2024-07-24T18:26:16.256Z","3.0.1-alpha.20240725.2":"2024-07-25T18:24:31.108Z","3.0.1-alpha.20240729.3":"2024-07-29T18:25:27.353Z","3.0.1-alpha.20240730.3":"2024-07-30T18:25:21.543Z","3.0.1-alpha.20240731.2":"2024-07-31T18:31:25.236Z","3.0.1-alpha.20240801.3":"2024-08-01T18:25:48.470Z","3.0.1-alpha.20240802.1":"2024-08-02T18:24:19.613Z","3.0.1-alpha.20240806.1":"2024-08-06T18:28:36.613Z","3.0.1-alpha.20240807.4":"2024-08-07T18:25:33.932Z","3.0.1-alpha.20240808.1":"2024-08-08T18:24:28.952Z","3.0.1-alpha.20240809.2":"2024-08-09T18:24:54.626Z","3.0.1-alpha.20240813.2":"2024-08-13T18:26:43.525Z","3.0.1-alpha.20240814.1":"2024-08-14T18:29:09.274Z","3.0.1-alpha.20240815.2":"2024-08-15T18:25:27.862Z","3.0.1-alpha.20240816.2":"2024-08-16T18:25:42.080Z","3.0.1-alpha.20240819.2":"2024-08-19T18:24:09.379Z","3.0.1-alpha.20240820.8":"2024-08-20T18:30:30.528Z","3.0.1-alpha.20240821.4":"2024-08-21T18:23:08.045Z","3.0.1-alpha.20240822.3":"2024-08-22T19:31:26.580Z","3.0.1-alpha.20240823.1":"2024-08-23T18:26:18.793Z","3.0.1-alpha.20240826.2":"2024-08-26T18:25:15.477Z","3.0.1-alpha.20240828.1":"2024-08-28T18:23:31.304Z","3.0.1-alpha.20240829.2":"2024-08-29T18:24:59.398Z","3.0.1-alpha.20240830.2":"2024-08-30T18:19:25.085Z","3.0.1-alpha.20240902.1":"2024-09-02T18:19:57.743Z","3.0.1-alpha.20240903.2":"2024-09-03T18:20:03.302Z","3.0.1-alpha.20240905.2":"2024-09-05T18:19:46.111Z","3.0.1-alpha.20240906.2":"2024-09-06T18:20:31.932Z","3.0.1-alpha.20240909.1":"2024-09-09T18:25:16.376Z","3.1.0":"2024-09-12T17:23:24.450Z","3.1.0-alpha.20240912.4":"2024-09-12T18:23:46.778Z","3.1.1-alpha.20240913.2":"2024-09-13T18:21:24.092Z","3.1.1-alpha.20240916.2":"2024-09-16T18:24:01.076Z","3.1.1-alpha.20240918.1":"2024-09-18T18:30:49.847Z","3.1.1-alpha.20240919.1":"2024-09-19T18:18:28.833Z","3.1.1-alpha.20240920.2":"2024-09-20T18:19:04.569Z","3.1.1-alpha.20240924.1":"2024-09-24T18:32:56.755Z","3.1.1-alpha.20240925.5":"2024-09-25T18:28:41.509Z","3.1.1-alpha.20240926.5":"2024-09-26T18:20:50.746Z","3.1.1-alpha.20240927.3":"2024-09-27T18:27:34.657Z","3.1.1-alpha.20240930.1":"2024-09-30T18:21:36.671Z","3.1.1-alpha.20241003.3":"2024-10-03T18:22:53.182Z","3.1.1-alpha.20241007.3":"2024-10-07T18:23:58.990Z","3.1.1-alpha.20241008.3":"2024-10-08T18:20:03.223Z","3.1.1-alpha.20241009.1":"2024-10-09T18:23:58.251Z","3.1.1-alpha.20241010.2":"2024-10-10T18:23:23.683Z","3.1.1-alpha.20241011.2":"2024-10-11T18:23:02.904Z","3.1.1-alpha.20241014.5":"2024-10-14T18:23:31.056Z","3.1.1-alpha.20241015.2":"2024-10-15T18:30:51.720Z","3.1.1-alpha.20241016.3":"2024-10-16T18:28:16.651Z","3.1.1-alpha.20241021.2":"2024-10-21T18:25:24.061Z","3.1.1-alpha.20241022.3":"2024-10-22T18:28:25.742Z","3.1.1-alpha.20241023.2":"2024-10-23T18:27:25.875Z","3.1.1-alpha.20241024.1":"2024-10-24T18:24:45.091Z","3.1.1-alpha.20241025.10":"2024-10-25T18:25:16.743Z","3.1.1-alpha.20241028.1":"2024-10-28T18:35:04.780Z","3.1.1-alpha.20241029.3":"2024-10-29T18:24:56.871Z","3.1.1-alpha.20241030.2":"2024-10-30T18:25:15.466Z","3.1.1-alpha.20241031.2":"2024-10-31T18:23:56.008Z","3.1.1-alpha.20241101.1":"2024-11-01T18:22:33.160Z","3.1.1-alpha.20241111.2":"2024-11-11T19:28:17.828Z","3.1.1-alpha.20241112.2":"2024-11-12T19:28:43.167Z","3.1.1-alpha.20241113.3":"2024-11-13T19:25:31.976Z","3.1.1-alpha.20241114.1":"2024-11-14T19:36:16.610Z","3.1.1-alpha.20241118.2":"2024-11-18T19:52:56.940Z","3.1.1-alpha.20241119.7":"2024-11-19T19:44:33.467Z","3.1.1-alpha.20241120.2":"2024-11-20T19:23:22.010Z","3.1.1-alpha.20241125.6":"2024-11-25T19:25:30.637Z","3.1.1-alpha.20241127.2":"2024-11-27T19:23:14.218Z","3.1.1-alpha.20241128.1":"2024-11-28T19:26:53.194Z","3.1.1-alpha.20241129.3":"2024-11-29T19:24:39.599Z","3.1.1-alpha.20241202.2":"2024-12-02T19:26:04.167Z","3.1.1-alpha.20241203.2":"2024-12-03T19:27:05.304Z","3.1.1-alpha.20241205.7":"2024-12-05T19:35:00.926Z","3.1.1-alpha.20241206.2":"2024-12-06T19:25:05.223Z","3.1.1-alpha.20241209.3":"2024-12-09T19:25:21.202Z","3.1.1-alpha.20241210.1":"2024-12-10T19:28:47.390Z","3.1.1-alpha.20241211.1":"2024-12-11T19:27:59.122Z","3.1.1-alpha.20241212.2":"2024-12-12T19:43:08.529Z","3.1.1-alpha.20241216.1":"2024-12-16T19:27:42.910Z","3.1.1-alpha.20241218.2":"2024-12-18T19:25:28.398Z","3.1.1-alpha.20241219.7":"2024-12-19T19:29:16.373Z","3.1.1-alpha.20241220.2":"2024-12-20T19:25:33.478Z","3.1.1-alpha.20241223.1":"2024-12-23T19:27:17.936Z","3.1.1-alpha.20241224.1":"2024-12-24T19:28:43.223Z","3.1.1-alpha.20241225.1":"2024-12-25T19:26:27.161Z","3.1.1-alpha.20241226.1":"2024-12-26T19:25:36.938Z","3.1.1-alpha.20241227.1":"2024-12-27T19:27:15.551Z","3.1.1-alpha.20241230.2":"2024-12-30T19:28:28.815Z","3.1.1-alpha.20241231.2":"2024-12-31T19:26:34.435Z","3.1.1-alpha.20250101.1":"2025-01-01T19:25:59.607Z","3.1.1-alpha.20250102.1":"2025-01-02T19:25:06.425Z","3.1.1-alpha.20250103.2":"2025-01-03T19:29:16.747Z","3.1.1-alpha.20250106.3":"2025-01-06T19:37:46.573Z","3.1.1-alpha.20250107.2":"2025-01-07T19:24:05.556Z","3.1.1-alpha.20250108.2":"2025-01-08T19:28:09.250Z","3.1.1-alpha.20250110.2":"2025-01-10T19:26:44.410Z","3.1.1-alpha.20250113.1":"2025-01-13T19:24:31.633Z","3.1.1-alpha.20250114.3":"2025-01-14T19:24:38.217Z","3.1.1-alpha.20250115.1":"2025-01-15T19:23:26.483Z","3.1.1-alpha.20250116.4":"2025-01-16T19:26:19.589Z","3.1.1-alpha.20250117.3":"2025-01-17T19:53:54.074Z","3.1.1-alpha.20250120.1":"2025-01-20T19:26:02.203Z","3.1.1-alpha.20250122.5":"2025-01-22T19:29:47.787Z","3.1.1-alpha.20250123.2":"2025-01-23T19:26:13.952Z","3.1.1-alpha.20250124.9":"2025-01-24T19:23:45.694Z","3.1.1-alpha.20250127.3":"2025-01-27T19:23:13.700Z","3.1.1-alpha.20250128.1":"2025-01-28T19:22:42.597Z","3.1.1-alpha.20250129.1":"2025-01-29T19:27:43.974Z","3.1.1-alpha.20250130.1":"2025-01-30T19:31:14.536Z","3.1.1-alpha.20250131.1":"2025-01-31T19:24:07.508Z","3.1.1-alpha.20250204.1":"2025-02-04T19:27:43.693Z","3.1.1-alpha.20250205.1":"2025-02-05T19:36:23.643Z","3.1.1-alpha.20250206.8":"2025-02-06T19:26:31.941Z","3.1.1-alpha.20250207.2":"2025-02-07T20:07:27.494Z","3.1.1-alpha.20250210.2":"2025-02-10T19:27:28.246Z","3.1.1-alpha.20250211.3":"2025-02-11T19:29:12.232Z","3.1.1-alpha.20250212.2":"2025-02-12T19:28:22.903Z","3.1.1-alpha.20250213.6":"2025-02-13T19:28:02.894Z","3.1.1-alpha.20250214.8":"2025-02-14T19:25:09.599Z","3.1.1-alpha.20250217.5":"2025-02-17T19:27:48.369Z","3.1.1-alpha.20250218.3":"2025-02-18T19:30:42.564Z","3.1.1-alpha.20250219.7":"2025-02-19T19:22:23.671Z","3.1.1-alpha.20250220.1":"2025-02-20T19:26:29.373Z","3.1.1-alpha.20250221.1":"2025-02-21T19:30:32.977Z","3.1.1-alpha.20250224.3":"2025-02-24T19:24:41.253Z","3.1.1-alpha.20250225.2":"2025-02-25T19:27:38.798Z","3.1.1-alpha.20250226.3":"2025-02-26T19:37:21.632Z","3.1.1-alpha.20250227.7":"2025-02-27T19:24:59.114Z","3.1.1-alpha.20250228.1":"2025-02-28T19:27:44.478Z","3.1.1-alpha.20250303.3":"2025-03-03T19:29:27.804Z","3.1.1-alpha.20250304.2":"2025-03-04T19:31:16.961Z","3.1.1-alpha.20250305.1":"2025-03-05T20:13:55.471Z","3.1.1-alpha.20250306.2":"2025-03-06T19:38:08.936Z","3.1.1-alpha.20250307.2":"2025-03-07T19:35:03.161Z","3.1.1-alpha.20250310.2":"2025-03-10T18:23:47.604Z","3.1.1-alpha.20250311.2":"2025-03-11T18:23:54.199Z","3.1.1-alpha.20250312.3":"2025-03-12T18:28:13.378Z","3.1.1-alpha.20250313.3":"2025-03-13T18:35:21.834Z","3.2.0-alpha.20250317.1":"2025-03-17T18:35:11.151Z","3.2.0-alpha.20250318.3":"2025-03-18T18:30:13.514Z","3.2.0-alpha.20250319.4":"2025-03-19T18:25:05.029Z","3.2.0-alpha.20250320.7":"2025-03-20T18:25:28.211Z","3.2.0-alpha.20250321.2":"2025-03-21T18:26:38.044Z","3.2.0-alpha.20250324.1":"2025-03-24T18:27:29.387Z","3.2.0-alpha.20250325.2":"2025-03-25T18:23:57.313Z","3.2.0-alpha.20250326.3":"2025-03-26T18:21:01.104Z","3.2.0-alpha.20250327.1":"2025-03-27T18:34:35.885Z","3.2.0-alpha.20250331.2":"2025-03-31T18:25:50.858Z","3.2.0-alpha.20250401.1":"2025-04-01T18:22:57.623Z","3.2.0-alpha.20250402.1":"2025-04-02T18:23:17.692Z","3.2.0-alpha.20250403.3":"2025-04-03T18:39:25.468Z","3.2.0-alpha.20250404.1":"2025-04-04T18:24:38.731Z","3.2.0":"2025-04-07T22:56:35.628Z","3.2.1-alpha.20250408.2":"2025-04-08T18:28:54.749Z","3.2.1-alpha.20250417.3":"2025-04-17T18:13:13.457Z","3.2.1-alpha.20250418.1":"2025-04-18T18:12:56.250Z","3.2.1-alpha.20250505.2":"2025-05-05T18:13:21.198Z","3.2.1-alpha.20250506.1":"2025-05-06T18:34:11.731Z","3.2.1-alpha.20250507.1":"2025-05-07T18:12:23.053Z","3.2.1-alpha.20250508.1":"2025-05-08T18:13:06.858Z","3.2.1-alpha.20250509.1":"2025-05-09T18:34:57.351Z","3.2.1-alpha.20250512.3":"2025-05-12T18:12:32.757Z","3.2.1-alpha.20250513.2":"2025-05-13T18:10:39.900Z","3.2.1-alpha.20250514.1":"2025-05-14T18:14:24.240Z","3.2.1-alpha.20250515.2":"2025-05-15T18:14:55.835Z","3.2.1-alpha.20250516.1":"2025-05-16T18:14:16.010Z","3.2.1-alpha.20250519.3":"2025-05-19T18:16:23.949Z","3.2.1-alpha.20250520.1":"2025-05-20T18:13:48.654Z","3.2.1-alpha.20250521.2":"2025-05-21T18:12:34.653Z","3.2.1-alpha.20250522.3":"2025-05-22T18:15:53.181Z","3.2.1-alpha.20250526.1":"2025-05-26T18:11:11.090Z","3.2.1-alpha.20250527.3":"2025-05-27T18:11:37.542Z","3.2.1-alpha.20250528.2":"2025-05-28T18:13:39.930Z","3.2.1-alpha.20250529.3":"2025-05-29T18:09:51.224Z","3.2.1-alpha.20250530.3":"2025-05-30T18:13:33.967Z","3.2.1-alpha.20250603.2":"2025-06-03T18:13:59.496Z","3.2.1-alpha.20250604.1":"2025-06-04T18:12:11.429Z","3.2.1-alpha.20250605.3":"2025-06-05T18:13:06.494Z","3.2.1-alpha.20250606.4":"2025-06-06T18:11:04.452Z","3.2.1-alpha.20250610.2":"2025-06-10T18:22:26.116Z","3.2.1-alpha.20250611.2":"2025-06-11T18:13:19.434Z","3.2.1-alpha.20250613.2":"2025-06-13T18:18:00.522Z","3.2.1-alpha.20250616.1":"2025-06-16T18:11:16.299Z","3.2.1-alpha.20250617.2":"2025-06-17T18:19:10.939Z","3.2.1-alpha.20250620.3":"2025-06-20T18:21:04.926Z","3.3.0":"2025-07-10T17:23:50.548Z","3.3.1-alpha.20250722.2":"2025-07-22T18:04:41.792Z","3.3.1-alpha.20250730.1":"2025-07-30T18:03:57.399Z","3.3.1-alpha.20250804.2":"2025-08-04T18:07:36.856Z","3.3.1-alpha.20250808.1":"2025-08-08T18:15:49.981Z","3.3.1-alpha.20250820.1":"2025-08-20T18:14:49.556Z","3.3.1-alpha.20250822.4":"2025-08-22T18:16:12.476Z","3.3.1-alpha.20250825.2":"2025-08-25T18:21:00.048Z","3.3.1-alpha.20250826.2":"2025-08-26T18:16:18.907Z","3.3.1-alpha.20250827.1":"2025-08-27T18:15:07.600Z","3.3.1-alpha.20250828.2":"2025-08-28T18:13:39.199Z","3.3.1-alpha.20250829.2":"2025-08-29T18:17:44.951Z","3.3.1-alpha.20250901.1":"2025-09-01T18:15:03.082Z","3.3.1-alpha.20250902.2":"2025-09-02T18:13:42.413Z","3.3.1-alpha.20250903.3":"2025-09-03T18:14:58.398Z","3.3.1-alpha.20250904.2":"2025-09-04T18:15:13.362Z","3.3.1-alpha.20250905.1":"2025-09-05T18:07:20.729Z","3.3.1-alpha.20250908.2":"2025-09-08T18:16:34.619Z","3.3.1-alpha.20250909.1":"2025-09-09T18:08:01.785Z","3.3.1-alpha.20250910.2":"2025-09-10T18:07:51.659Z","3.3.1":"2025-09-11T18:46:21.830Z","3.3.1-alpha.20250912.1":"2025-09-12T18:11:16.108Z","3.3.1-alpha.20250915.3":"2025-09-15T18:06:53.186Z","3.3.1-alpha.20250916.1":"2025-09-16T18:07:31.288Z","3.3.1-alpha.20250917.2":"2025-09-17T18:07:24.948Z","3.3.1-alpha.20250918.1":"2025-09-18T18:09:25.065Z","3.3.1-alpha.20250922.4":"2025-09-22T18:06:51.094Z","3.3.1-alpha.20250923.1":"2025-09-23T18:08:19.987Z","3.3.1-alpha.20250924.3":"2025-09-24T18:07:38.410Z","3.3.1-alpha.20250925.1":"2025-09-25T18:06:09.540Z","3.3.1-alpha.20250926.4":"2025-09-26T18:07:13.323Z","3.3.1-alpha.20250929.2":"2025-09-29T18:07:28.407Z","3.3.1-alpha.20250930.1":"2025-09-30T18:07:01.024Z","3.3.1-alpha.20251001.1":"2025-10-01T18:06:50.770Z","3.3.1-alpha.20251003.1":"2025-10-03T18:10:31.670Z","3.3.1-alpha.20251006.2":"2025-10-06T18:16:01.727Z","3.3.1-alpha.20251007.1":"2025-10-07T18:12:26.517Z","3.3.1-alpha.20251008.1":"2025-10-08T18:16:24.954Z","3.3.1-alpha.20251009.2":"2025-10-09T18:19:19.358Z","3.3.1-alpha.20251010.1":"2025-10-10T18:11:18.545Z","3.3.1-alpha.20251013.3":"2025-10-13T18:11:51.325Z","3.3.1-alpha.20251014.2":"2025-10-14T18:09:56.656Z","3.3.1-alpha.20251015.2":"2025-10-15T18:11:29.102Z","3.3.1-alpha.20251016.3":"2025-10-16T18:14:48.950Z","3.3.1-alpha.20251017.1":"2025-10-17T18:11:04.618Z","3.3.1-alpha.20251020.2":"2025-10-20T18:14:03.926Z","3.3.1-alpha.20251021.1":"2025-10-21T18:07:54.105Z","3.3.1-alpha.20251022.1":"2025-10-22T18:12:41.044Z","3.3.1-alpha.20251024.1":"2025-10-24T18:07:39.480Z","3.3.1-alpha.20251028.2":"2025-10-28T18:15:19.237Z","3.3.1-alpha.20251028.6":"2025-10-28T19:14:13.635Z","3.3.1-alpha.20251028.5":"2025-10-28T19:15:56.561Z","3.3.2-alpha.20251031.2":"2025-10-31T18:12:15.512Z","3.3.2-alpha.20251103.4":"2025-11-03T19:09:58.532Z","3.3.2-alpha.20251104.1":"2025-11-04T19:08:48.435Z","3.3.2-alpha.20251105.1":"2025-11-05T19:10:49.410Z","3.3.2-alpha.20251106.4":"2025-11-06T19:13:16.947Z","3.3.2-alpha.20251107.1":"2025-11-07T19:14:26.774Z","3.3.2-alpha.20251110.1":"2025-11-10T19:08:56.130Z","3.3.2-alpha.20251111.2":"2025-11-11T19:14:19.243Z","3.3.2-alpha.20251112.1":"2025-11-12T19:08:41.431Z","3.3.2-alpha.20251113.1":"2025-11-13T19:08:23.746Z","3.3.2-alpha.20251114.1":"2025-11-14T19:09:58.315Z","3.3.2-alpha.20251117.4":"2025-11-17T19:07:52.586Z","3.3.2-alpha.20251118.6":"2025-11-18T19:08:32.114Z","3.3.2-alpha.20251119.2":"2025-11-19T19:07:08.920Z","3.3.2-alpha.20251121.1":"2025-11-21T19:10:00.781Z","3.3.2-alpha.20251124.2":"2025-11-24T19:09:52.948Z","3.3.2-alpha.20251125.2":"2025-11-25T19:11:14.247Z","3.3.2-alpha.20251127.1":"2025-11-27T19:06:51.805Z","3.3.2-alpha.20251128.1":"2025-11-28T19:08:18.437Z","3.3.2-alpha.20251202.2":"2025-12-02T19:10:21.196Z","3.3.2-alpha.20251203.1":"2025-12-03T19:13:02.445Z","3.3.2-alpha.20251204.1":"2025-12-04T19:14:51.488Z","3.3.2-alpha.20251205.1":"2025-12-05T19:14:26.973Z","3.3.2-alpha.20251208.1":"2025-12-08T19:09:43.878Z","3.3.2-alpha.20251209.1":"2025-12-09T19:14:21.348Z","3.3.2-alpha.20251210.1":"2025-12-10T19:09:08.704Z","3.3.2-alpha.20251215.2":"2025-12-15T19:09:56.146Z","3.3.2-alpha.20251217.1":"2025-12-17T19:08:18.937Z","3.3.2-alpha.20251218.1":"2025-12-18T19:08:13.374Z","3.3.2-alpha.20251219.1":"2025-12-19T19:11:20.148Z","3.3.2-alpha.20251223.1":"2025-12-23T19:08:58.318Z","3.3.2-alpha.20251224.2":"2025-12-24T19:07:27.745Z","3.3.2-alpha.20251226.1":"2025-12-26T19:08:15.672Z","3.3.2-alpha.20251229.1":"2025-12-29T19:06:41.081Z","3.3.2-alpha.20251230.1":"2025-12-30T19:08:42.875Z","3.3.2-alpha.20251231.1":"2025-12-31T19:06:39.109Z","3.3.2-alpha.20260102.1":"2026-01-02T19:07:51.486Z","3.3.2-alpha.20260105.2":"2026-01-05T19:20:29.690Z","3.3.2-alpha.20260106.2":"2026-01-06T19:17:13.895Z","3.3.2-alpha.20260107.1":"2026-01-07T19:19:39.030Z","3.3.2-alpha.20260109.1":"2026-01-09T19:16:29.736Z","3.3.2-alpha.20260112.1":"2026-01-12T19:19:37.985Z","3.3.2-alpha.20260113.1":"2026-01-13T19:14:08.619Z","3.3.2-alpha.20260114.1":"2026-01-14T19:19:24.640Z","3.3.2-alpha.20260115.1":"2026-01-15T19:20:43.209Z","3.3.2-alpha.20260116.1":"2026-01-16T19:18:42.589Z","3.3.2-alpha.20260119.1":"2026-01-19T19:07:21.446Z","3.3.2-alpha.20260120.1":"2026-01-20T19:10:20.112Z","3.3.2-alpha.20260121.1":"2026-01-21T19:11:00.793Z","3.3.2-alpha.20260122.2":"2026-01-22T19:14:49.433Z","3.3.2-alpha.20260126.3":"2026-01-26T19:14:54.015Z","3.3.2-alpha.20260127.1":"2026-01-27T19:15:18.447Z","3.3.2-alpha.20260128.1":"2026-01-28T19:13:50.656Z","3.3.2-alpha.20260129.2":"2026-01-29T19:15:09.514Z","3.3.2-alpha.20260130.1":"2026-01-30T19:11:34.133Z","3.3.2-alpha.20260202.2":"2026-02-02T19:12:55.263Z","3.3.2-alpha.20260203.2":"2026-02-03T19:12:45.922Z","3.3.2-alpha.20260204.2":"2026-02-04T19:12:16.664Z","3.3.2-alpha.20260206.1":"2026-02-06T19:10:45.240Z","3.3.2-alpha.20260210.1":"2026-02-10T19:18:42.049Z","3.3.2-alpha.20260211.2":"2026-02-11T19:09:37.952Z","3.3.2-alpha.20260212.2":"2026-02-12T19:09:08.044Z","3.3.2-alpha.20260213.2":"2026-02-13T19:08:32.069Z","3.3.2-alpha.20260216.1":"2026-02-16T19:09:22.543Z","3.3.2-alpha.20260217.1":"2026-02-17T19:09:58.176Z","3.3.2-alpha.20260218.1":"2026-02-18T19:18:08.701Z","3.3.2-alpha.20260219.1":"2026-02-19T19:21:18.712Z","3.3.2-alpha.20260220.1":"2026-02-20T19:14:27.399Z","3.3.2-alpha.20260223.3":"2026-02-23T19:22:46.351Z","3.3.2-alpha.20260224.3":"2026-02-24T19:16:43.559Z","3.3.2-alpha.20260225.1":"2026-02-25T19:21:37.946Z","3.3.2-alpha.20260226.1":"2026-02-26T19:12:40.415Z","3.3.2-alpha.20260227.2":"2026-02-27T19:18:23.096Z","3.3.2-alpha.20260302.3":"2026-03-02T19:35:29.836Z","3.3.2-alpha.20260305.6":"2026-03-05T19:32:33.393Z","3.3.2-alpha.20260306.4":"2026-03-06T19:16:01.232Z","3.3.2-alpha.20260309.3":"2026-03-09T18:11:21.953Z","3.3.2-alpha.20260310.2":"2026-03-10T18:14:44.402Z","3.3.2-alpha.20260311.2":"2026-03-11T18:18:48.191Z","3.4.0":"2026-07-13T19:09:22.258Z","3.4.1":"2026-09-03T17:36:11.954Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-lro/README.md","keywords":["isomorphic","browser","javascript","node","microsoft","lro","polling","azure","cloud"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git","directory":"sdk/core/core-lro"},"description":"Isomorphic client library for supporting long-running operations in node.js and browser.","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"microsoft-oss-releases","email":"microsoft-oss-publishing@microsoft.com"}],"readme":"# Azure Core LRO client library for JavaScript\n\nThis is the default implementation of long running operations in Azure SDK JavaScript client libraries which work in both the browser and NodeJS. This library is primarily intended to be used in code generated by the [TypeSpec](https://typespec.io) [`@azure-tools/typespec-ts`](https://github.com/Azure/typespec-azure/tree/main/packages/typespec-ts) emitter.\n\n`@azure/core-lro` follows [The Azure SDK Design Guidelines for Long Running Operations](https://azure.github.io/azure-sdk/typescript_design.html#ts-lro)\n\nKey links:\n\n- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-lro)\n- [Package (npm)](https://www.npmjs.com/package/@azure/core-lro)\n- [API Reference Documentation](https://learn.microsoft.com/javascript/api/@azure/core-lro)\n- [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/samples)\n\n## Getting started\n\n### Currently supported environments\n\n- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)\n- Latest versions of Safari, Chrome, Edge, and Firefox.\n\n### Installation\n\nThis package is primarily used in generated code and not meant to be consumed directly by end users.\n\n## Key concepts\n\n### `PollerLike`\n\nA poller is an object that can poll the long running operation on the server for its state until it reaches a terminal state. It also extends `Promise<TResult>`, so you can `await` it directly to get the final result. It provides the following:\n\n- `operationState`: a property that returns the current state of the operation, typed as a type that extends `OperationState`. It is `undefined` if the poller has not been submitted yet.\n- `result`: a property that returns the result of the operation when it completes and `undefined` otherwise\n- `isDone`: a property that returns whether the operation is in a terminal state\n- `onProgress`: registers callback functions to be called every time a polling response is received\n- `poll`: sends a single polling request\n- `pollUntilDone`: returns a promise that will resolve with the result of the operation\n- `serialize`: returns a promise that resolves to a serialized representation of the poller's state\n- `submitted`: returns a promise that resolves when the poller has been submitted successfully\n\n### `OperationState`\n\nA type for the operation state. It contains a `status` field with the following possible values: `notStarted`, `running`, `succeeded`, `failed`, and `canceled`. It can be accessed as follows:\n\n```typescript snippet:OperationStateExample\nswitch (poller.operationState?.status) {\n  case \"succeeded\": // return poller.result;\n  case \"failed\": // throw poller.operationState?.error;\n  case \"canceled\": // throw new Error(\"Operation was canceled\");\n  case \"running\": // ...\n  case \"notStarted\": // ...\n}\n```\n\n### `createHttpPoller`\n\nA function that returns an object of type `PollerLike`. This poller behaves as follows in the presence of errors:\n\n- calls to `poll` and `pollUntilDone` will throw an error in case the operation has failed or canceled unless the `resolveOnUnsuccessful` option was set to true.\n- `poller.operationState?.status` will be set to `\"failed\"` or `\"canceled\"` when either the operation fails or it returns an error response.\n\n## Examples\n\nExamples can be found in the `samples` folder.\n\n## Troubleshooting\n\n### Logging\n\nLogs can be added at the discretion of the library implementing the Long Running Operation poller.\nPackages inside of [azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js) use\n[@azure/logger](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).\n\n## Next steps\n\nPlease take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/samples) directory for detailed examples on how to use this library.\n\n## Contributing\n\nIf you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.\n\n### Testing\n\nTo run our tests, first install the dependencies (with `pnpm install`),\nthen run the unit tests with: `pnpm run test:node`.\n\n### Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","readmeFilename":"README.md"}